|
|
|
|
@ -117,16 +117,16 @@ export function tableConfig() { |
|
|
|
|
return getDictLabel(value, _that.dict.type.inv_type_dict); |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "显示货位", |
|
|
|
|
prop: "locationName", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "库别", |
|
|
|
|
prop: "storageName", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
// {
|
|
|
|
|
// label: "显示货位",
|
|
|
|
|
// prop: "locationName",
|
|
|
|
|
// istrue: true,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// label: "库别",
|
|
|
|
|
// prop: "storageName",
|
|
|
|
|
// istrue: true,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// label: "区域编号",
|
|
|
|
|
// prop: "areaCode",
|
|
|
|
|
@ -152,14 +152,14 @@ export function tableConfig() { |
|
|
|
|
// prop: "specifications",
|
|
|
|
|
// istrue: true,
|
|
|
|
|
// },
|
|
|
|
|
{ |
|
|
|
|
label: "包装单位", |
|
|
|
|
prop: "unit", |
|
|
|
|
istrue: true, |
|
|
|
|
// filter(row, value) {
|
|
|
|
|
// return getDictLabel(value, _that.dict.type.goods_unit);
|
|
|
|
|
// {
|
|
|
|
|
// label: "包装单位",
|
|
|
|
|
// prop: "unit",
|
|
|
|
|
// istrue: true,
|
|
|
|
|
// // filter(row, value) {
|
|
|
|
|
// // return getDictLabel(value, _that.dict.type.goods_unit);
|
|
|
|
|
// // },
|
|
|
|
|
// },
|
|
|
|
|
}, |
|
|
|
|
// {
|
|
|
|
|
// label: "包装数量",
|
|
|
|
|
// prop: "packageQty",
|
|
|
|
|
@ -175,16 +175,16 @@ export function tableConfig() { |
|
|
|
|
// prop: "waster",
|
|
|
|
|
// istrue: true,
|
|
|
|
|
// },
|
|
|
|
|
{ |
|
|
|
|
label: "件数", |
|
|
|
|
prop: "caseQty", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "零散数", |
|
|
|
|
prop: "pieceQty", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
// {
|
|
|
|
|
// label: "件数",
|
|
|
|
|
// prop: "caseQty",
|
|
|
|
|
// istrue: true,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// label: "零散数",
|
|
|
|
|
// prop: "pieceQty",
|
|
|
|
|
// istrue: true,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// label: "数量",
|
|
|
|
|
// prop: "qty",
|
|
|
|
|
@ -212,6 +212,65 @@ export function tableConfig() { |
|
|
|
|
// type: "slot",
|
|
|
|
|
// slotName: "invQty",
|
|
|
|
|
// },
|
|
|
|
|
{ |
|
|
|
|
label: "显示货位", |
|
|
|
|
prop: "locationName", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "库别", |
|
|
|
|
prop: "storageName", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "区域编号", |
|
|
|
|
prop: "areaCode", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "商品编号", |
|
|
|
|
prop: "goodNo", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "商品名称", |
|
|
|
|
prop: "goodName", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "货位分组", |
|
|
|
|
prop: "locationGroup", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "深位", |
|
|
|
|
prop: "isDeep", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "批号", |
|
|
|
|
prop: "batchNo", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "商品规格", |
|
|
|
|
prop: "specifications", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "库存数量", |
|
|
|
|
prop: "quantity", |
|
|
|
|
istrue: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "单位", |
|
|
|
|
prop: "unit", |
|
|
|
|
istrue: true, |
|
|
|
|
"min-width": 100, |
|
|
|
|
// filter(row, value) {
|
|
|
|
|
// return getDictLabel(value, _that.dict.type.goods_unit);
|
|
|
|
|
// },
|
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
rulesEntry: { |
|
|
|
|
invCase: [ |
|
|
|
|
|