|
|
@ -1739,8 +1739,8 @@ export const materialReturnNote = [ |
|
|
|
{ label: "配置", prop: "item_configurationFromFE" }, |
|
|
|
{ label: "领料数量", prop: "qty" }, |
|
|
|
{ label: "箱码", prop: "packingCode" }, |
|
|
|
{ label: "调出库位", prop: "locationCode" }, |
|
|
|
{ label: "调出"+_Names.locationErpCode, prop: 'locationErpCode' }, |
|
|
|
{ label: "入库库位", prop: "locationCode" }, |
|
|
|
{ label: _Names.locationErpCode, prop: 'locationErpCode' }, |
|
|
|
{ label: "专案代码", prop: 'caseCode' }, |
|
|
|
{ label: "项目分类", prop: 'projCapacityCode' }, |
|
|
|
{ label: "任务编号", prop: 'number' }, |
|
|
@ -2123,7 +2123,7 @@ export const lineSideWarehousePaymentRequest = [ |
|
|
|
{ label: "配置", prop: "item_configurationFromFE" }, |
|
|
|
{ label: "数量", prop: "qty" }, |
|
|
|
{ label: "目标库位", prop: "locationCode" }, |
|
|
|
{ label: "目标"+_Names.locationErpCode, prop: "locationErpCode" }, |
|
|
|
{ label: _Names.toErpCode, prop: "locationErpCode" }, |
|
|
|
// { label: "单位", prop: "uom" },
|
|
|
|
// { label: "返线数量", prop: "returnQty" },
|
|
|
|
// { label: "调出库区", prop: "rawArea" },
|
|
|
@ -2152,8 +2152,8 @@ export const lineSideWarehousePaymentNote = [ |
|
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
|
{ label: "配置", prop: "item_configurationFromFE" }, |
|
|
|
{ label: "数量", prop: "qty" }, |
|
|
|
{ label: "目标库位", prop: "handledToLocationCode" }, |
|
|
|
{ label: _Names.toErpCode, prop: "handledToLocationErpCode" }, |
|
|
|
{ label: "目标库位", prop: "locationCode" }, |
|
|
|
{ label: _Names.toErpCode, prop: "locationErpCode" }, |
|
|
|
// todo:底盘号
|
|
|
|
{ label: "底盘号", prop: "identityNo" }, |
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|