Commit 8a757f1b authored by 李苏's avatar 李苏 💬

仓库对照表字段

parent 2c75909f
...@@ -56,23 +56,23 @@ ...@@ -56,23 +56,23 @@
} }
} }
}, },
{ // {
// readonly: true,
label: '工厂', // label: '工厂',
prop: 'hzid', // prop: 'hzid',
span: 12, // span: 12,
type: 'AuxInput', // type: 'AuxInput',
required: true, // required: true,
typeConfig: { // typeConfig: {
isRequest: true, // isRequest: true,
code: 'HZID', // code: 'HZID',
label: 'hzName', // label: 'hzName',
transform: { // transform: {
value: 'id', // value: 'id',
label: 'name' // label: 'name'
} // }
} // }
} // }
] ]
} }
......
...@@ -33,14 +33,9 @@ ...@@ -33,14 +33,9 @@
tableTitle: [ tableTitle: [
{title: "仓库编码", field: "ckCode", fieldType:"upper", width: 140}, {title: "仓库编码", field: "ckCode", fieldType:"upper", width: 140},
{title: "仓库名称", field: "ckName", width: 140}, {title: "仓库名称", field: "ckName", width: 140},
{title: "SAP仓库", field: "sapckid", width: 140, {title: "SAP仓库编码", field: "sapCode", width: 140},
"transform": { {title: "SAP仓库", field: "sapName", width: 140},
"url": "lxyl/jcsj/uck/ck/querySapCjckid", // {title: "工厂", field: "hzName", fieldType:"upper", width: 140},
"label": "name",
"value": "id"
}
},
{title: "工厂", field: "hzName", fieldType:"upper", width: 140},
{title: "维护人", field: "whr",width: 140}, {title: "维护人", field: "whr",width: 140},
{title: "维护时间", field: "whsj", fieldType:"ftDateTime"}, {title: "维护时间", field: "whsj", fieldType:"ftDateTime"},
], ],
......
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