Commit 493aad44 authored by 李苏's avatar 李苏 💬

give

parent eda1344f
......@@ -110,7 +110,29 @@
// djly:'M'
},
/* 常规edit数据 */
editColItemList: [{
editColItemList: [
{
label: '检验单',
prop: 'lydjid',
span: 8,
required: false,
type: 'AuxInput',
typeConfig: {
isRequest: false,
code: true,
dynamic: true,
component: WMSRKD,
label: 'lydjDjid',
transform: {
value: 'id',
label: 'djid'
},
give(row){
this.form.ckid=row.ckid
}
}
},
{
"label": "仓库",
"prop": "ckid",
"span": 8,
......@@ -222,24 +244,7 @@
},
},
{
label: '检验单',
prop: 'lydjid',
span: 8,
required: false,
type: 'AuxInput',
typeConfig: {
isRequest: false,
code: true,
dynamic: true,
component: WMSRKD,
label: 'lydjDjid',
transform: {
value: 'id',
label: 'djid'
}
}
}
],
editColItemList2:[
{
......
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