Browse Source

FIS发货申请及记录 新增字段 起始盘底号截止盘底号

dev_web_online
陈薪名 2 years ago
parent
commit
8b51f09abf
  1. 4
      fe/PC/src/utils/detailsTableColumns/index.js

4
fe/PC/src/utils/detailsTableColumns/index.js

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

Loading…
Cancel
Save