Commit 188b88db authored by 周毅's avatar 周毅

调整入库单明细列显示

parent 787b1933
...@@ -106,7 +106,12 @@ ...@@ -106,7 +106,12 @@
fieldType:"float" fieldType:"float"
}, },
{ {
title: "检验数量", title: "已送检数量",
field: "jysjsl",
fieldType:"float"
},
{
title: "检验完成数量",
field: "jysl", field: "jysl",
fieldType:"float" fieldType:"float"
}, },
...@@ -123,6 +128,11 @@ ...@@ -123,6 +128,11 @@
{ {
title: "来源单号", title: "来源单号",
field: "lydjid",
fieldType: "int"
},
{
title: "来源单序号",
field: "lydjxh", field: "lydjxh",
fieldType: "int" fieldType: "int"
}, },
......
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