Commit 96dec61d authored by 李苏's avatar 李苏 💬

调整

parent 264f13c6
...@@ -41,7 +41,19 @@ ...@@ -41,7 +41,19 @@
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/ckgl/cktz', url: 'lxyl/ckgl/cktz',
queryUrl: 'wms/ckgl/jhtz/query/detail', queryUrl: 'wms/ckgl/jhtz/query/detail',
tableTitle: [{ tableTitle: [
{
title: "状态",
field: "zt",
width: 100,
align: 'center',
"transform": {
"url": "wms/ckgl/jhtz/init/zt",
"label": "name",
"value": "id"
}
},
{
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
fieldType: "upper", fieldType: "upper",
...@@ -82,16 +94,7 @@ ...@@ -82,16 +94,7 @@
field: "ycksl", field: "ycksl",
width: 100, width: 100,
}, },
{
title: "状态",
field: "zt",
width: 100,
"transform": {
"url": "wms/ckgl/jhtz/init/zt",
"label": "name",
"value": "id"
}
}
], ],
queryParams: [], queryParams: [],
......
...@@ -38,6 +38,18 @@ ...@@ -38,6 +38,18 @@
/* 基本配置*/ /* 基本配置*/
url: 'wms/ckgl/jhtz', url: 'wms/ckgl/jhtz',
tableTitle: [ tableTitle: [
{
title: "状态",
field: "zt",
fieldType: "ftString",
align: 'center',
width: 80,
"transform": {
"url": "wms/ckgl/jhtz/init/zt",
"label": "name",
"value": "id"
}
},
{ {
title: "拣货单号", title: "拣货单号",
field: "djid", field: "djid",
...@@ -88,18 +100,7 @@ ...@@ -88,18 +100,7 @@
field: "lydjDjid", field: "lydjDjid",
width: 140 width: 140
}, },
{
title: "状态",
field: "zt",
fieldType: "ftString",
align: 'center',
width: 80,
"transform": {
"url": "wms/ckgl/jhtz/init/zt",
"label": "name",
"value": "id"
}
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
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