|
|
@ -1528,6 +1528,8 @@ export const FISDeliverRequest = [ |
|
|
|
{ label: "出货数量", prop: "qty" }, |
|
|
|
{ label: "单位", prop: "uom" }, |
|
|
|
{ label: "出货库区", prop: "areaCode" }, |
|
|
|
{ label: "起始盘底号", prop: "extraProperties", showProp: 'FromVinCode', type: 'object' }, |
|
|
|
{ label: "截止盘底号", prop: "extraProperties", showProp: 'ToVinCode', type: 'object' }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "创建者ID", prop: 'creatorId' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
@ -1602,6 +1604,8 @@ export const FISDeliverNote = [ |
|
|
|
{ label: "实际分组", prop: 'handledFromLocationGroup' }, |
|
|
|
{ label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, |
|
|
|
{ label: "实际仓库", prop: 'handledFromWarehouseCode' }, |
|
|
|
{ label: "起始盘底号", prop: "extraProperties", showProp: 'FromVinCode', type: 'object' }, |
|
|
|
{ label: "截止盘底号", prop: "extraProperties", showProp: 'ToVinCode', type: 'object' }, |
|
|
|
// ************** 确定隐藏 ************************
|
|
|
|
// { label: "主表ID", prop: "masterID" },
|
|
|
|
// { label: "ID", prop: 'id' },
|
|
|
|