Commit 2a1aecd1 authored by 李苏's avatar 李苏 💬

仓库对照表

parent 7d4a59da
......@@ -19,12 +19,27 @@
return {
editColItemList: [
// {
// label: 'SAP仓库编码',
// prop: 'sapckid',
// span: 12,
// type: 'input',
// required: true,
// },
{
label: 'SAP仓库编码',
prop: 'sapckid',
span: 12,
type: 'input',
"label": "SAP仓库",
"prop": "sapckid",
required: true,
"span": 12,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "lxyl/jcsj/uck/ck/querySapCjckid",
"match": {
"value": "id",
"label": "name"
}
}
},
{
"label": "仓库",
......@@ -34,7 +49,7 @@
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "jcsj/common/ck/queryCkid",
"src": "lxyl/jcsj/uck/ck/queryCjckid",
"match": {
"value": "id",
"label": "name"
......
......@@ -33,7 +33,13 @@
tableTitle: [
{title: "仓库编码", field: "ckCode", fieldType:"upper", width: 140},
{title: "仓库名称", field: "ckName", width: 140},
{title: "SAP仓库编码", field: "sapckid", fieldType:"upper", 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: "维护人", 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