Commit 54848765 authored by 周毅's avatar 周毅

库位详情查询增加唯一码状态和容器状态

parent 06084c08
...@@ -82,11 +82,31 @@ ...@@ -82,11 +82,31 @@
field: "rqCode", field: "rqCode",
width: 140 width: 140
}, },
{
title: "容器状态",
field: "rqZt",
width: 80,
transform: {
"url": "wms/jcsj/rq/init/zt",
"label": "name",
"value": "id"
}
},
{ {
title: "唯一码", title: "唯一码",
field: "packCode", field: "packCode",
width: 140 width: 140
}, },
{
title: "唯一码",
field: "packZt",
width: 80,
transform: {
"url": "wms/jcsj/pack/init/zt",
"label": "name",
"value": "id"
}
},
{ {
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
......
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