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

调整

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