Commit beeccdc3 authored by 李苏's avatar 李苏 💬

change width and type of some table field

parent db4f445f
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "计量单位", title: "计量单位",
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "已出数量", title: "已出数量",
......
...@@ -224,14 +224,14 @@ ...@@ -224,14 +224,14 @@
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
......
...@@ -61,12 +61,12 @@ ...@@ -61,12 +61,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "调拨数量", title: "调拨数量",
......
...@@ -59,12 +59,12 @@ ...@@ -59,12 +59,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "应收数量", title: "应收数量",
......
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
type: 'inputText', type: 'inputText',
width: 100, width: 180,
allowEdit: true allowEdit: true
}, },
{ {
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
show: JSON.parse(localStorage.getItem('isPhgl')) show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
......
...@@ -51,12 +51,12 @@ ...@@ -51,12 +51,12 @@
width: 140 width: 140
}, },
{ {
title: "仓库", title: "拨出仓库",
field: "ckName", field: "ckName",
width: 140 width: 140
}, },
{ {
title: "调拨出库仓库", title: "拨入仓库",
field: "dfckName", field: "dfckName",
width: 140 width: 140
}, },
...@@ -71,16 +71,16 @@ ...@@ -71,16 +71,16 @@
field: "hzName", field: "hzName",
width: 140 width: 140
}, },
{ // {
title: "单据来源", // title: "单据来源",
field: "djly", // field: "djly",
width: 140, // width: 140,
"transform": { // "transform": {
"url": "wms/ckgl/dbck/init/djly", // "url": "wms/ckgl/dbck/init/djly",
"label": "name", // "label": "name",
"value": "id" // "value": "id"
} // }
}, // },
{ {
title: "状态", title: "状态",
field: "zt", field: "zt",
...@@ -91,16 +91,16 @@ ...@@ -91,16 +91,16 @@
"value": "id" "value": "id"
} }
}, },
{ // {
title: "单据来源", // title: "单据来源",
field: "djly", // field: "djly",
width: 140, // width: 140,
"transform": { // "transform": {
"url": "wms/ckgl/dbck/init/djly", // "url": "wms/ckgl/dbck/init/djly",
"label": "name", // "label": "name",
"value": "id" // "value": "id"
} // }
}, // },
{ {
title: "来源单据号", title: "来源单据号",
field: "lydjDjid", field: "lydjDjid",
......
...@@ -54,12 +54,12 @@ ...@@ -54,12 +54,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 100, width: 180,
}, },
{ {
title: "库位", title: "库位",
......
...@@ -58,12 +58,12 @@ ...@@ -58,12 +58,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 100, width: 180,
}, },
{ {
title: "拣货数量", title: "拣货数量",
......
...@@ -56,12 +56,12 @@ ...@@ -56,12 +56,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 100, width: 180,
}, },
{ {
title: "库位", title: "库位",
......
...@@ -59,12 +59,12 @@ ...@@ -59,12 +59,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "调拨数量", title: "调拨数量",
......
...@@ -265,19 +265,19 @@ ...@@ -265,19 +265,19 @@
field: "jhsl", field: "jhsl",
allowEdit: true, allowEdit: true,
type: 'inputNumber', type: 'inputNumber',
width: 200,
blur: toFixed(null), blur: toFixed(null),
}, },
{ {
title: "出数量", title: "出数量",
field: "jcsl", field: "jcsl",
width: 200, type: 'inputNumber',
allowEdit: false,
}, },
{ {
title: "库存数量", title: "库存数量",
field: "kcsl", field: "kcsl",
width: 200, type: 'inputNumber',
blur: toFixed(null), allowEdit: false,
}, },
{ {
title: "计量单位", title: "计量单位",
...@@ -289,14 +289,14 @@ ...@@ -289,14 +289,14 @@
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
// { // {
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "计量单位", title: "计量单位",
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "库位", title: "库位",
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
{ {
label: "物料批号", label: "物料批号",
prop: "wlph", prop: "wlph",
width: 140 width: 180
}, },
{ {
label: '容器', label: '容器',
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
{ {
label: '制令号', label: '制令号',
prop: 'zlh', prop: 'zlh',
width: 100, width: 180,
}, },
{ {
label: '库位', label: '库位',
...@@ -181,12 +181,12 @@ ...@@ -181,12 +181,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "货主", title: "货主",
......
...@@ -92,12 +92,12 @@ ...@@ -92,12 +92,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "库存数量", title: "库存数量",
......
...@@ -76,12 +76,12 @@ ...@@ -76,12 +76,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140, width: 180,
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140, width: 180,
}, },
{ {
title: "数量", title: "数量",
......
...@@ -61,12 +61,12 @@ ...@@ -61,12 +61,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "计量单位", title: "计量单位",
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "物料名称", title: "物料名称",
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "数量", title: "数量",
......
...@@ -69,12 +69,12 @@ ...@@ -69,12 +69,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "原包装数量", title: "原包装数量",
......
...@@ -69,12 +69,12 @@ ...@@ -69,12 +69,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "装包数量", title: "装包数量",
......
...@@ -64,13 +64,13 @@ ...@@ -64,13 +64,13 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
// { // {
// title: "货主", // title: "货主",
......
...@@ -57,12 +57,12 @@ ...@@ -57,12 +57,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 120, width: 180,
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "货主", title: "货主",
......
...@@ -64,12 +64,12 @@ ...@@ -64,12 +64,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "变更后制令号", title: "变更后制令号",
field: "bghzlh", field: "bghzlh",
width: 120, width: 180,
}, },
{ {
title: "唯一码", title: "唯一码",
......
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
} }
], ],
queryParams: [[ queryParams: [[
......
...@@ -161,12 +161,12 @@ import Cx from './cx.vue' ...@@ -161,12 +161,12 @@ import Cx from './cx.vue'
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 200, width: 180,
}, },
{ {
title: "变更后制令号", title: "变更后制令号",
field: "bghzlh", field: "bghzlh",
width: 200, width: 180,
}, },
{ {
title: "包装数量", title: "包装数量",
......
...@@ -68,12 +68,12 @@ ...@@ -68,12 +68,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "原数量", title: "原数量",
......
...@@ -85,12 +85,12 @@ ...@@ -85,12 +85,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "原数量", title: "原数量",
......
...@@ -79,12 +79,12 @@ ...@@ -79,12 +79,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
} }
// { // {
// title: "原托盘数量", // title: "原托盘数量",
......
...@@ -61,12 +61,12 @@ ...@@ -61,12 +61,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "调拨数量", title: "调拨数量",
......
...@@ -59,12 +59,12 @@ ...@@ -59,12 +59,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "应收数量", title: "应收数量",
......
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
type: 'inputText', type: 'inputText',
width: 100, width: 180,
allowEdit: true allowEdit: true
}, },
{ {
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
show: JSON.parse(localStorage.getItem('isPhgl')) show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
......
...@@ -62,12 +62,12 @@ ...@@ -62,12 +62,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "码盘数量", title: "码盘数量",
......
...@@ -60,12 +60,12 @@ ...@@ -60,12 +60,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "应收数量", title: "应收数量",
......
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "码盘数量", title: "码盘数量",
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "唯一码", title: "唯一码",
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "状态", title: "状态",
......
...@@ -58,12 +58,12 @@ ...@@ -58,12 +58,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "应收数量", title: "应收数量",
......
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
......
...@@ -252,13 +252,13 @@ ...@@ -252,13 +252,13 @@
title: "批号", title: "批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
}, },
{ {
title: "应入库数量", title: "应入库数量",
......
...@@ -66,12 +66,12 @@ ...@@ -66,12 +66,12 @@
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "库位", title: "库位",
......
...@@ -57,12 +57,12 @@ ...@@ -57,12 +57,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "库位", title: "库位",
......
...@@ -267,12 +267,12 @@ ...@@ -267,12 +267,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "上架数量", title: "上架数量",
......
...@@ -59,12 +59,12 @@ ...@@ -59,12 +59,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "唯一码", title: "唯一码",
......
...@@ -82,12 +82,12 @@ ...@@ -82,12 +82,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "货主", title: "货主",
......
...@@ -230,14 +230,14 @@ ...@@ -230,14 +230,14 @@
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
......
...@@ -59,12 +59,12 @@ ...@@ -59,12 +59,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "货主", title: "货主",
......
...@@ -52,12 +52,12 @@ ...@@ -52,12 +52,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "货主", title: "货主",
......
...@@ -79,12 +79,12 @@ ...@@ -79,12 +79,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "货主", title: "货主",
......
...@@ -230,14 +230,14 @@ ...@@ -230,14 +230,14 @@
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
......
...@@ -52,12 +52,12 @@ ...@@ -52,12 +52,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "货主", title: "货主",
......
...@@ -79,12 +79,12 @@ ...@@ -79,12 +79,12 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 140 width: 180
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
width: 140 width: 180
}, },
{ {
title: "货主", title: "货主",
......
...@@ -230,14 +230,14 @@ ...@@ -230,14 +230,14 @@
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
type: 'inputText', type: 'inputText',
width: 200, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{ {
......
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