安虹睿
1 year ago
18 changed files with 731 additions and 685 deletions
@ -1,79 +1,79 @@ |
|||
// 添加页面需要配置位置
|
|||
// 此文件为【列表 - 明细】+【明细 - 列表】表头从接口缓存的表头
|
|||
|
|||
import { initFromApiColumnsLable } from '@/utils/index' |
|||
import { zhApiColumnsLable } from '@/utils/index' |
|||
|
|||
// AsnMstr
|
|||
// export const AsnMstr = [
|
|||
// { label: initFromApiColumnsLable('AsnDetAsnMstrId'), prop: "asnMstrId",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetAsnNbr'), prop: "asnNbr" ,type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetEntireBarCode'), prop: "entireBarCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetLabelCode'), prop: "labelCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetLocUm'), prop: "locUm",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetLot'), prop: "lot" ,type:'showDetail'},
|
|||
// { label: initFromApiColumnsLable('AsnDetPalletLabelCode'), prop: "palletLabelCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetPartCode'), prop: "partCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetPartType'), prop: "partType",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetPoLine'), prop: "poLine",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetPoNbr'), prop: "poNbr",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetPoUm'), prop: "poUm",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetProductionDate'), prop: "productionDate",type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('AsnDetQty'), prop: "qty" },
|
|||
// { label: initFromApiColumnsLable('AsnDetRemark'), prop: "remark",type:'showDetail' ,type:'showDetail'},
|
|||
// { label: initFromApiColumnsLable('AsnDetStatus'), prop: "status" },
|
|||
// { label: initFromApiColumnsLable('AsnDetStdPackQty'), prop: "stdPackQty" ,type:'showDetail'},
|
|||
// { label: initFromApiColumnsLable('AsnDetSupplierlot'), prop: "supplierlot",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetUmConv'), prop: "umConv",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('AsnDetWareClass'), prop: "wareClass" ,type:'showDetail'},
|
|||
// { label: initFromApiColumnsLable('AsnDetWareCode'), prop: "wareCode" ,type:'showDetail'},
|
|||
// { label: zhApiColumnsLable('AsnDetAsnMstrId'), prop: "asnMstrId",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetAsnNbr'), prop: "asnNbr" ,type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetEntireBarCode'), prop: "entireBarCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetLabelCode'), prop: "labelCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetLocUm'), prop: "locUm",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetLot'), prop: "lot" ,type:'showDetail'},
|
|||
// { label: zhApiColumnsLable('AsnDetPalletLabelCode'), prop: "palletLabelCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetPartCode'), prop: "partCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetPartType'), prop: "partType",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetPoLine'), prop: "poLine",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetPoNbr'), prop: "poNbr",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetPoUm'), prop: "poUm",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetProductionDate'), prop: "productionDate",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('AsnDetQty'), prop: "qty" },
|
|||
// { label: zhApiColumnsLable('AsnDetRemark'), prop: "remark",type:'showDetail' ,type:'showDetail'},
|
|||
// { label: zhApiColumnsLable('AsnDetStatus'), prop: "status" },
|
|||
// { label: zhApiColumnsLable('AsnDetStdPackQty'), prop: "stdPackQty" ,type:'showDetail'},
|
|||
// { label: zhApiColumnsLable('AsnDetSupplierlot'), prop: "supplierlot",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetUmConv'), prop: "umConv",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('AsnDetWareClass'), prop: "wareClass" ,type:'showDetail'},
|
|||
// { label: zhApiColumnsLable('AsnDetWareCode'), prop: "wareCode" ,type:'showDetail'},
|
|||
// ]
|
|||
|
|||
// PoMstr
|
|||
// export const PoMstr = [
|
|||
// { label: initFromApiColumnsLable('PoDetConsignment'), prop: "consignment",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetOrderQty'), prop: "orderQty" },
|
|||
// { label: initFromApiColumnsLable('PoDetPartCode'), prop: "partCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetPoLine'), prop: "poLine",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetPoNbr'), prop: "poNbr",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetRcQty'), prop: "rcQty" },
|
|||
// { label: initFromApiColumnsLable('PoDetRemark'), prop: "remark",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetStatus'), prop: "status",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetStdPackQty'), prop: "stdPackQty" },
|
|||
// { label: initFromApiColumnsLable('PoDetStdPackUm'), prop: "stdPackUm",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetUm'), prop: "um",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetUmConv'), prop: "umConv",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoDetVendPackQty'), prop: "vendPackQty" },
|
|||
// { label: initFromApiColumnsLable('PoDetVendPackUm'), prop: "vendPackUm" ,type:'showDetail'},
|
|||
// { label: zhApiColumnsLable('PoDetConsignment'), prop: "consignment",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetOrderQty'), prop: "orderQty" },
|
|||
// { label: zhApiColumnsLable('PoDetPartCode'), prop: "partCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetPoLine'), prop: "poLine",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetPoNbr'), prop: "poNbr",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetRcQty'), prop: "rcQty" },
|
|||
// { label: zhApiColumnsLable('PoDetRemark'), prop: "remark",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetStatus'), prop: "status",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetStdPackQty'), prop: "stdPackQty" },
|
|||
// { label: zhApiColumnsLable('PoDetStdPackUm'), prop: "stdPackUm",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetUm'), prop: "um",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetUmConv'), prop: "umConv",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoDetVendPackQty'), prop: "vendPackQty" },
|
|||
// { label: zhApiColumnsLable('PoDetVendPackUm'), prop: "vendPackUm" ,type:'showDetail'},
|
|||
// ]
|
|||
|
|||
// // ReceiptMstr
|
|||
// export const ReceiptMstr = [
|
|||
// { label: initFromApiColumnsLable('ReceiptDetContainerCode'), prop: "containerCode",type:'showDetail' ,showProp:true},
|
|||
// { label: initFromApiColumnsLable('ReceiptDetLoc'), prop: "loc" ,type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetLot'), prop: "lot",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetPackingCode'), prop: "packingCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetPartCode'), prop: "partCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetPoLine'), prop: "poLine" ,type:'showDetail'},
|
|||
// { label: initFromApiColumnsLable('ReceiptDetProductionDate'), prop: "productionDate",type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetQty'), prop: "qty" },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetRemark'), prop: "remark" ,type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetStatus'), prop: "status",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetUm'), prop: "um",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReceiptDetVendorLot'), prop: "vendorLot",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetContainerCode'), prop: "containerCode",type:'showDetail' ,showProp:true},
|
|||
// { label: zhApiColumnsLable('ReceiptDetLoc'), prop: "loc" ,type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetLot'), prop: "lot",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetPackingCode'), prop: "packingCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetPartCode'), prop: "partCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetPoLine'), prop: "poLine" ,type:'showDetail'},
|
|||
// { label: zhApiColumnsLable('ReceiptDetProductionDate'), prop: "productionDate",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetQty'), prop: "qty" },
|
|||
// { label: zhApiColumnsLable('ReceiptDetRemark'), prop: "remark" ,type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetStatus'), prop: "status",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetUm'), prop: "um",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptDetVendorLot'), prop: "vendorLot",type:'showDetail' },
|
|||
// ]
|
|||
|
|||
// // ReturnMstr
|
|||
// export const ReturnMstr = [
|
|||
// { label: initFromApiColumnsLable('ReturnDetContainerCode'), prop: "containerCode",type:'showDetail' ,showProp:true},
|
|||
// { label: initFromApiColumnsLable('ReturnDetLoc'), prop: "loc" ,type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReturnDetLot'), prop: "lot",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReturnDetPackingCode'), prop: "packingCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReturnDetPartCode'), prop: "partCode",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReturnDetPoLine'), prop: "poLine" ,type:'showDetail'},
|
|||
// { label: initFromApiColumnsLable('ReturnDetProductionDate'), prop: "productionDate",type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('ReturnDetQty'), prop: "qty" },
|
|||
// { label: initFromApiColumnsLable('ReturnDetRemark'), prop: "remark" ,type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReturnDetStatus'), prop: "status",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReturnDetUm'), prop: "um",type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReturnDetVendorLot'), prop: "vendorLot",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnDetContainerCode'), prop: "containerCode",type:'showDetail' ,showProp:true},
|
|||
// { label: zhApiColumnsLable('ReturnDetLoc'), prop: "loc" ,type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnDetLot'), prop: "lot",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnDetPackingCode'), prop: "packingCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnDetPartCode'), prop: "partCode",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnDetPoLine'), prop: "poLine" ,type:'showDetail'},
|
|||
// { label: zhApiColumnsLable('ReturnDetProductionDate'), prop: "productionDate",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('ReturnDetQty'), prop: "qty" },
|
|||
// { label: zhApiColumnsLable('ReturnDetRemark'), prop: "remark" ,type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnDetStatus'), prop: "status",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnDetUm'), prop: "um",type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnDetVendorLot'), prop: "vendorLot",type:'showDetail' },
|
|||
// ]
|
@ -1,113 +1,113 @@ |
|||
// 添加页面需要配置位置
|
|||
// 此文件为【主表-明细】表头从接口缓存的表头
|
|||
|
|||
import { initFromApiColumnsLable } from '@/utils/index' |
|||
import { zhApiColumnsLable } from '@/utils/index' |
|||
|
|||
// ExportCustomUserSetting
|
|||
// export const ExportCustomUserSetting = [
|
|||
// { label: initFromApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting", type:'name' },
|
|||
// { label: initFromApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnName" },
|
|||
// { label: initFromApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName" },
|
|||
// { label: initFromApiColumnsLable('ExportCustomUserSettingExportUserId'), prop: "exportUserId" },
|
|||
// { label: initFromApiColumnsLable('ExportCustomUserSettingExportUserName'), prop: "exportUserName",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting", type:'name' },
|
|||
// { label: zhApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnName" },
|
|||
// { label: zhApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName" },
|
|||
// { label: zhApiColumnsLable('ExportCustomUserSettingExportUserId'), prop: "exportUserId" },
|
|||
// { label: zhApiColumnsLable('ExportCustomUserSettingExportUserName'), prop: "exportUserName",type:'dateTime' },
|
|||
// ]
|
|||
|
|||
// AsnMstr
|
|||
// export const AsnMstr = [
|
|||
// { label: initFromApiColumnsLable('AsnMstrAsnNbr'), prop: "asnNbr" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrCompany'), prop: "company" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrContacts'), prop: "contacts" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrDock'), prop: "dock" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrDueDate'), prop: "dueDate",type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('AsnMstrErrorCode'), prop: "errorCode" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrErrorMessage'), prop: "errorMessage", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrPhone'), prop: "phone" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrPoNbr'), prop: "poNbr",type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('AsnMstrRemark'), prop: "remark" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrRpNbr'), prop: "rpNbr" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrShipDate'), prop: "shipDate" ,type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('AsnMstrSite'), prop: "site" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrStatus'), prop: "status" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrTimeWindow'), prop: "timeWindow" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrTraceId'), prop: "traceId" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrTruckNbr'), prop: "truckNbr" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrVendorCode'), prop: "vendorCode" },
|
|||
// { label: initFromApiColumnsLable('AsnMstrWhse'), prop: "whse" },
|
|||
// { label: zhApiColumnsLable('AsnMstrAsnNbr'), prop: "asnNbr" },
|
|||
// { label: zhApiColumnsLable('AsnMstrCompany'), prop: "company" },
|
|||
// { label: zhApiColumnsLable('AsnMstrContacts'), prop: "contacts" },
|
|||
// { label: zhApiColumnsLable('AsnMstrDock'), prop: "dock" },
|
|||
// { label: zhApiColumnsLable('AsnMstrDueDate'), prop: "dueDate",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('AsnMstrErrorCode'), prop: "errorCode" },
|
|||
// { label: zhApiColumnsLable('AsnMstrErrorMessage'), prop: "errorMessage", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('AsnMstrPhone'), prop: "phone" },
|
|||
// { label: zhApiColumnsLable('AsnMstrPoNbr'), prop: "poNbr",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('AsnMstrRemark'), prop: "remark" },
|
|||
// { label: zhApiColumnsLable('AsnMstrRpNbr'), prop: "rpNbr" },
|
|||
// { label: zhApiColumnsLable('AsnMstrShipDate'), prop: "shipDate" ,type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('AsnMstrSite'), prop: "site" },
|
|||
// { label: zhApiColumnsLable('AsnMstrStatus'), prop: "status" },
|
|||
// { label: zhApiColumnsLable('AsnMstrTimeWindow'), prop: "timeWindow" },
|
|||
// { label: zhApiColumnsLable('AsnMstrTraceId'), prop: "traceId" },
|
|||
// { label: zhApiColumnsLable('AsnMstrTruckNbr'), prop: "truckNbr" },
|
|||
// { label: zhApiColumnsLable('AsnMstrVendorCode'), prop: "vendorCode" },
|
|||
// { label: zhApiColumnsLable('AsnMstrWhse'), prop: "whse" },
|
|||
// ]
|
|||
|
|||
// OutgoingDataHistory
|
|||
// export const OutgoingDataHistory = [
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryCompany'), prop: "company", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryDataContent'), prop: "dataContent", type:"showJsonTable" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryDataType'), prop: "dataType", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryDestinationSystem'), prop: "destinationSystem", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryEffectiveDate'), prop: "effectiveDate",type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryErrorCode'), prop: "errorCode" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryErrorMessage'), prop: "errorMessage", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryNumber'), prop: "number", type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryReadTime'), prop: "readTime",type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryReader'), prop: "reader", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryRemark'), prop: "remark" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryRetryTimes'), prop: "retryTimes", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistorySourceSystem'), prop: "sourceSystem", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryStatus'), prop: "status", type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryWriteTime'), prop: "writeTime", type:"dateTime" },
|
|||
// { label: initFromApiColumnsLable('OutgoingDataHistoryWriter'), prop: "writer", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryCompany'), prop: "company", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryDataContent'), prop: "dataContent", type:"showJsonTable" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryDataType'), prop: "dataType", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryDestinationSystem'), prop: "destinationSystem", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryEffectiveDate'), prop: "effectiveDate",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryErrorCode'), prop: "errorCode" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryErrorMessage'), prop: "errorMessage", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryNumber'), prop: "number", type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryReadTime'), prop: "readTime",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryReader'), prop: "reader", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryRemark'), prop: "remark" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryRetryTimes'), prop: "retryTimes", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistorySourceSystem'), prop: "sourceSystem", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryStatus'), prop: "status", type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryWriteTime'), prop: "writeTime", type:"dateTime" },
|
|||
// { label: zhApiColumnsLable('OutgoingDataHistoryWriter'), prop: "writer", type:"showDetail" },
|
|||
// ]
|
|||
|
|||
// // PoMstr
|
|||
// export const PoMstr = [
|
|||
// { label: initFromApiColumnsLable('PoMstrPoNbr'), prop: "poNbr" ,type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('PoMstrBuyer'), prop: "buyer", type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('PoMstrCompany'), prop: "company" , type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrConsignment'), prop: "consignment", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrContacts'), prop: "contacts", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrContract'), prop: "contract",type:'dateTime' },
|
|||
// { label: initFromApiColumnsLable('PoMstrDueDate'), prop: "dueDate", type:"dateTime" },
|
|||
// { label: initFromApiColumnsLable('PoMstrErrorCode'), prop: "errorCode", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('PoMstrModType'), prop: "modType", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrOrderDate'), prop: "orderDate", type:"dateTime" },
|
|||
// { label: initFromApiColumnsLable('PoMstrProject'), prop: "project", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrRemark'), prop: "remark", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrSite'), prop: "site" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('PoMstrStatus'), prop: "status", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrTaxRate'), prop: "taxRate" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('PoMstrTraceId'), prop: "traceId", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('PoMstrVendorCode'), prop: "vendorCode", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrPoNbr'), prop: "poNbr" ,type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('PoMstrBuyer'), prop: "buyer", type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('PoMstrCompany'), prop: "company" , type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrConsignment'), prop: "consignment", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrContacts'), prop: "contacts", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrContract'), prop: "contract",type:'dateTime' },
|
|||
// { label: zhApiColumnsLable('PoMstrDueDate'), prop: "dueDate", type:"dateTime" },
|
|||
// { label: zhApiColumnsLable('PoMstrErrorCode'), prop: "errorCode", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('PoMstrModType'), prop: "modType", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrOrderDate'), prop: "orderDate", type:"dateTime" },
|
|||
// { label: zhApiColumnsLable('PoMstrProject'), prop: "project", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrRemark'), prop: "remark", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrSite'), prop: "site" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('PoMstrStatus'), prop: "status", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrTaxRate'), prop: "taxRate" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('PoMstrTraceId'), prop: "traceId", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('PoMstrVendorCode'), prop: "vendorCode", type:"showDetail" },
|
|||
// ]
|
|||
|
|||
// // ReceiptMstr
|
|||
// export const ReceiptMstr = [
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrAsnNbr'), prop: "asnNbr" ,type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrCompany'), prop: "company" , type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrErrorCode'), prop: "errorCode", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrPoNbr'), prop: "poNbr", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrRcNbr'), prop: "rcNbr", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrRcTime'), prop: "rcTime", type:"dateTime" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrRcWorker'), prop: "rcWorker", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrRemark'), prop: "remark" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrRpNbr'), prop: "rpNbr", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrSite'), prop: "site" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrTraceId'), prop: "traceId", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrVendorCode'), prop: "vendorCode", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReceiptMstrWhse'), prop: "whse", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrAsnNbr'), prop: "asnNbr" ,type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrCompany'), prop: "company" , type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrErrorCode'), prop: "errorCode", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('ReceiptMstrPoNbr'), prop: "poNbr", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrRcNbr'), prop: "rcNbr", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrRcTime'), prop: "rcTime", type:"dateTime" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrRcWorker'), prop: "rcWorker", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrRemark'), prop: "remark" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('ReceiptMstrRpNbr'), prop: "rpNbr", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrSite'), prop: "site" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('ReceiptMstrTraceId'), prop: "traceId", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrVendorCode'), prop: "vendorCode", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReceiptMstrWhse'), prop: "whse", type:"showDetail" },
|
|||
// ]
|
|||
|
|||
// // ReturnMstr
|
|||
// export const ReturnMstr = [
|
|||
// { label: initFromApiColumnsLable('ReturnMstrAsnNbr'), prop: "asnNbr" ,type:'showDetail' },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrCompany'), prop: "company" , type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrErrorCode'), prop: "errorCode", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('ReturnMstrPoNbr'), prop: "poNbr", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrRemark'), prop: "remark" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('ReturnMstrRtNbr'), prop: "rtNbr", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrRtTime'), prop: "rtTime", type:"dateTime" },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrRtWorker'), prop: "rtWorker", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrSite'), prop: "site" , type:"showDetail"},
|
|||
// { label: initFromApiColumnsLable('ReturnMstrTraceId'), prop: "traceId", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrVendorCode'), prop: "vendorCode", type:"showDetail" },
|
|||
// { label: initFromApiColumnsLable('ReturnMstrWhse'), prop: "whse", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrAsnNbr'), prop: "asnNbr" ,type:'showDetail' },
|
|||
// { label: zhApiColumnsLable('ReturnMstrCompany'), prop: "company" , type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrErrorCode'), prop: "errorCode", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('ReturnMstrPoNbr'), prop: "poNbr", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrRemark'), prop: "remark" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('ReturnMstrRtNbr'), prop: "rtNbr", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrRtTime'), prop: "rtTime", type:"dateTime" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrRtWorker'), prop: "rtWorker", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrSite'), prop: "site" , type:"showDetail"},
|
|||
// { label: zhApiColumnsLable('ReturnMstrTraceId'), prop: "traceId", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrVendorCode'), prop: "vendorCode", type:"showDetail" },
|
|||
// { label: zhApiColumnsLable('ReturnMstrWhse'), prop: "whse", type:"showDetail" },
|
|||
// ]
|
Loading…
Reference in new issue