|
@ -100,6 +100,26 @@ const { tableObject, tableMethods } = useTable({ |
|
|
|
|
|
|
|
|
importUrl.value = '/wms/deliver-record-main/import-shipment-zip' |
|
|
importUrl.value = '/wms/deliver-record-main/import-shipment-zip' |
|
|
// 判断 路由名称 进行条件过滤 |
|
|
// 判断 路由名称 进行条件过滤 |
|
|
|
|
|
DeliverRecordMain.allSchemas.formSchema.forEach(item => { |
|
|
|
|
|
if (item.field == 'dueTime') { |
|
|
|
|
|
item.label = '截止时间' |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
DeliverRecordMain.allSchemas.tableColumns.forEach(item => { |
|
|
|
|
|
if (item.field == 'dueTime') { |
|
|
|
|
|
item.label = '截止时间' |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
DeliverRecordMain.allSchemas.detailSchema.forEach(item => { |
|
|
|
|
|
if (item.field == 'dueTime') { |
|
|
|
|
|
item.label = '截止时间' |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
DeliverRecordMain.allSchemas.searchSchema.forEach(item => { |
|
|
|
|
|
if (item.field == 'dueTime') { |
|
|
|
|
|
item.label = '截止时间' |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
if (routeName.value == 'ToyotaSupplies') { |
|
|
if (routeName.value == 'ToyotaSupplies') { |
|
|
tableObject.params = { |
|
|
tableObject.params = { |
|
|
businessType: 'ToyotaSupplies' |
|
|
businessType: 'ToyotaSupplies' |
|
@ -107,6 +127,26 @@ if (routeName.value == 'ToyotaSupplies') { |
|
|
businessType.value = 'ToyotaSupplies' |
|
|
businessType.value = 'ToyotaSupplies' |
|
|
importFileName.value = '丰田补给品发货记录' |
|
|
importFileName.value = '丰田补给品发货记录' |
|
|
importExtend.value = 'ToyotaSupplies' |
|
|
importExtend.value = 'ToyotaSupplies' |
|
|
|
|
|
DeliverRecordMain.allSchemas.formSchema.forEach(item => { |
|
|
|
|
|
if (item.field == 'dueTime') { |
|
|
|
|
|
item.label = '发货日期' |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
DeliverRecordMain.allSchemas.tableColumns.forEach(item => { |
|
|
|
|
|
if (item.field == 'dueTime') { |
|
|
|
|
|
item.label = '发货日期' |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
DeliverRecordMain.allSchemas.detailSchema.forEach(item => { |
|
|
|
|
|
if (item.field == 'dueTime') { |
|
|
|
|
|
item.label = '发货日期' |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
DeliverRecordMain.allSchemas.searchSchema.forEach(item => { |
|
|
|
|
|
if (item.field == 'dueTime') { |
|
|
|
|
|
item.label = '发货日期' |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
} else if (routeName.value == 'SSProduct') { |
|
|
} else if (routeName.value == 'SSProduct') { |
|
|
tableObject.params = { |
|
|
tableObject.params = { |
|
|
businessType: 'SSProduct' |
|
|
businessType: 'SSProduct' |
|
|