Commit decc4f23 by xue_wengang

任务新增

parent ea6dc6b3
......@@ -13,7 +13,6 @@ import base from "@/api/base";
//查询比对任务详情信息
export const selectRwqkById = params =>
post(`${base.alyIP}/xsjsbdRwqk/selectRwqkById`, params);
postform(`${base.alyIP}/xsjsbdRwqk/selectRwqkById`, params);
//任务下发附件列表
......
......@@ -70,7 +70,11 @@
:disabled="item.disabled"
:class="item.input"
>
<template slot="append"><span @click="ajTq(formLabelAlign[item.id])">提取</span></template>
<template slot="append"
><span @click="ajTq(formLabelAlign[item.id])"
>提取</span
></template
>
</el-input>
</div>
<div
......@@ -184,7 +188,7 @@
:disabled="item.disabled"
>
<el-option
v-for="(item2,itemIndex) in item.codeOptions"
v-for="(item2, itemIndex) in item.codeOptions"
:key="itemIndex"
:label="item2.label"
:value="item2.value"
......@@ -1258,12 +1262,22 @@ export default {
} else {
if(item.id == 'jsrXm'){
let arr = item.codeOptions.filter(items=> self.formLabelAlign[item.id] == items.value)
debugger
for(var index in arr[0] ){
params.append(
debugger
if(index == 'label'){
params.append(
itemData.objStr + "." + jsrXm,
arr[0][index])
}else if(index == 'value'){
params.append(
itemData.objStr + "." + jsrZjhm,
arr[0][index])
}else{
params.append(
itemData.objStr + "." + index,
arr[0][index]
);
arr[0][index])
}
}
}else{
params.append(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment