Commit be57036e authored by 李苏's avatar 李苏 💬

调整

parent 75233164
......@@ -32,6 +32,32 @@
value: 'id',
label: 'code'
},
give:(row)=> {
if (row.kwid && row.kwCode) {
console.log(row,'row')
this.form.mbkwid = row.kwid
this.form.mbkwCode = row.kwCode
this.editColItemList[1].readonly = true
} else {
this.editColItemList[1].readonly = false
}
}
}
},
{
readonly:this.readonly,
label: "目标库位",
prop: "mbkwid",
span: 12,
type: 'AuxInput',
typeConfig: {
isRequest: false,
code: "KWWHK",
"label": "mbkwCode",
"transform": {
"value": "id",
"label": "code"
}
}
},
{
......
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