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

仓库对照表字段

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