Commit fd31e6f0 authored by 周毅's avatar 周毅

托盘出库增加 容器的显示

parent b2a62224
...@@ -221,6 +221,11 @@ ...@@ -221,6 +221,11 @@
width: 50, width: 50,
align: "center" align: "center"
}, },
{
title: "容器编码",
field: "rqCode",
width: 180,
},
{ {
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
......
...@@ -193,6 +193,11 @@ ...@@ -193,6 +193,11 @@
width: 50, width: 50,
align: "center" align: "center"
}, },
{
title: "容器",
field: "rqCode",
width: 180,
},
{ {
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