Commit 35cba310 authored by 周毅's avatar 周毅

入库单和检验单增加送检数量显示

parent 121041ff
...@@ -81,6 +81,11 @@ ...@@ -81,6 +81,11 @@
field: "yssl", field: "yssl",
fieldType:"float" fieldType:"float"
}, },
{
title: "送检数量",
field: "jysjsl",
fieldType:"float"
},
{ {
title: "唯一码", title: "唯一码",
field: "packCode", field: "packCode",
......
...@@ -55,6 +55,11 @@ ...@@ -55,6 +55,11 @@
field: "jysl", field: "jysl",
fieldType:"float" fieldType:"float"
}, },
{
title: "包数量",
field: "packsl",
fieldType:"float"
},
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
......
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