Commit b15bac68 authored by 周毅's avatar 周毅

调整批号锁定页面

parent d97faf15
...@@ -19,7 +19,18 @@ ...@@ -19,7 +19,18 @@
queryDetail: true, queryDetail: true,
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/zlgl/uLothold', url: 'lxyl/zlgl/uLothold',
tableTitle: [{ tableTitle: [
{
title: "锁定状态",
field: "zt",
width: 80,
"transform": {
"url": "lxyl/zlgl/uLothold/init/zt",
"label": "name",
"value": "id"
}
},
{
title: "单据编号", title: "单据编号",
field: "djid", field: "djid",
width: 140 width: 140
...@@ -30,20 +41,10 @@ ...@@ -30,20 +41,10 @@
fieldType: 'ftDate' fieldType: 'ftDate'
}, },
{ {
title: "SAP变更类型", title: "批号",
field: "bglx", field: "wlph",
width: 140 width: 140
}, },
{
title: "锁定状态",
field: "zt",
width: 100,
"transform": {
"url": "lxyl/zlgl/uLothold/init/zt",
"label": "name",
"value": "id"
}
},
{ {
title: "锁定说明", title: "锁定说明",
field: "sdsm", field: "sdsm",
......
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