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

仓库对照表

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