Commit 663ef79c authored by 周毅's avatar 周毅

修复bug

parent a1f2017e
......@@ -40,21 +40,11 @@
field: "packCode",
width: 140
},
// {
// title: "容器",
// field: "rqCode",
// width: 140
// },
// {
// title: "货主",
// field: "hzName",
// width: 140
// },
/* 分割*/
{
title: "物料编码",
field: "wlxxCode",
width: 140
width: 120
},
{
title: "物料名称",
......@@ -69,28 +59,18 @@
{
title: "物料批号",
field: "wlph",
width: 180
width: 140
},
{
title: "制令号",
field: "zlh",
width: 180
width: 140
},
{
title: "装包数量",
field: "zbsl",
width: 140
},
// {
// title: "包装数量",
// field: "bzsl",
// width: 140
// },
// {
// title: "拆分数量",
// field: "cfsl",
// width: 140
// }
fieldType:"float"
}
],
queryParams: [],
......
......@@ -81,11 +81,6 @@
field: "yssl",
width: 100,
},
{
title: "码盘数量",
field: "ztsl",
width: 120,
},
{
title: "包装数量",
field: "zbsl",
......
......@@ -220,7 +220,7 @@ import { Row } from 'element-ui'
"value": "",
"required": true,
"typeConfig": {
"src": "jcsj/common/ck/queryCkid",
"src": "lxyl/common/ck/queryCkid",
"match": {
"value": "id",
"label": "name"
......@@ -263,7 +263,7 @@ import { Row } from 'element-ui'
},
{
readonly:true,
label: '货主',
label: '工厂',
prop: 'hzid',
span: 8,
type: 'AuxInput',
......
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