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

修复bug

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