|
|
@ -117,71 +117,76 @@ const { tableObject, tableMethods } = useTable({ |
|
|
|
*/ |
|
|
|
if ( routeName.value == 'OktoholdRequestMain') { |
|
|
|
tableObject.params = { |
|
|
|
toInventoryStatus:'HOLD' |
|
|
|
// fromInventoryStatus: 'OK', |
|
|
|
// toInventoryStatus:'HOLD', |
|
|
|
businessType :'OkToHold' |
|
|
|
} |
|
|
|
toInventoryStatus.value = "HOLD" |
|
|
|
// fromInventoryStatus.value = 'OK' |
|
|
|
// toInventoryStatus.value = "HOLD" |
|
|
|
businessType.value = 'OkToHold' |
|
|
|
importFileName.value = '物料转隔离申请' |
|
|
|
} |
|
|
|
// else if ( routeName.value == 'NoktoholdRequestMain') { |
|
|
|
// tableObject.params = { |
|
|
|
else if ( routeName.value == 'NoktoholdRequestMain') { |
|
|
|
tableObject.params = { |
|
|
|
// fromInventoryStatus: 'NOK', |
|
|
|
// toInventoryStatus:'HOLD' |
|
|
|
// } |
|
|
|
// toInventoryStatus:'HOLD', |
|
|
|
businessType :'NokToHold' |
|
|
|
} |
|
|
|
// fromInventoryStatus.value = 'NOK' |
|
|
|
// toInventoryStatus.value = "HOLD" |
|
|
|
// businessType.value = 'NokToHold' |
|
|
|
// importFileName.value = '不合格转隔离申请' |
|
|
|
// } |
|
|
|
businessType.value = 'NokToHold' |
|
|
|
importFileName.value = '不合格转隔离申请' |
|
|
|
} |
|
|
|
else if ( routeName.value == 'HoldtookRequestMain') { |
|
|
|
tableObject.params = { |
|
|
|
fromInventoryStatus: 'HOLD', |
|
|
|
toInventoryStatus:'OK' |
|
|
|
// fromInventoryStatus: 'HOLD', |
|
|
|
// toInventoryStatus:'OK', |
|
|
|
businessType :'HoldToOk' |
|
|
|
} |
|
|
|
fromInventoryStatus.value = 'HOLD' |
|
|
|
toInventoryStatus.value = "OK" |
|
|
|
// fromInventoryStatus.value = 'HOLD' |
|
|
|
// toInventoryStatus.value = "OK" |
|
|
|
businessType.value = 'HoldToOk' |
|
|
|
importFileName.value = '隔离转合格申请' |
|
|
|
} else if ( routeName.value == 'HoldtoscrapRequestMain') { |
|
|
|
tableObject.params = { |
|
|
|
fromInventoryStatus: 'HOLD', |
|
|
|
toInventoryStatus:'SCRAP' |
|
|
|
// fromInventoryStatus: 'HOLD', |
|
|
|
// toInventoryStatus:'SCRAP', |
|
|
|
businessType:'HoldToScrap' |
|
|
|
} |
|
|
|
fromInventoryStatus.value = 'HOLD' |
|
|
|
toInventoryStatus.value = "SCRAP" |
|
|
|
// fromInventoryStatus.value = 'HOLD' |
|
|
|
// toInventoryStatus.value = "SCRAP" |
|
|
|
businessType.value = 'HoldToScrap' |
|
|
|
importFileName.value = '隔离转报废申请' |
|
|
|
} else if ( routeName.value == 'OktoscrapRequestMain') { |
|
|
|
tableObject.params = { |
|
|
|
fromInventoryStatus: 'OK', |
|
|
|
toInventoryStatus:'SCRAP' |
|
|
|
// fromInventoryStatus: 'OK', |
|
|
|
// toInventoryStatus:'SCRAP', |
|
|
|
businessType :'OkToScrap' |
|
|
|
} |
|
|
|
fromInventoryStatus.value = 'OK' |
|
|
|
toInventoryStatus.value = "SCRAP" |
|
|
|
// fromInventoryStatus.value = 'OK' |
|
|
|
// toInventoryStatus.value = "SCRAP" |
|
|
|
businessType.value = 'OkToScrap' |
|
|
|
importFileName.value = '合格转报废申请' |
|
|
|
} |
|
|
|
// else if ( routeName.value == 'ScraptoholdRequestMain') { |
|
|
|
// tableObject.params = { |
|
|
|
else if ( routeName.value == 'ScraptoholdRequestMain') { |
|
|
|
tableObject.params = { |
|
|
|
// fromInventoryStatus: 'SCRAP', |
|
|
|
// toInventoryStatus:'HOLD' |
|
|
|
// } |
|
|
|
// toInventoryStatus:'HOLD', |
|
|
|
businessType :'ScrapToHold' |
|
|
|
} |
|
|
|
// fromInventoryStatus.value = 'SCRAP' |
|
|
|
// toInventoryStatus.value = "HOLD" |
|
|
|
// businessType.value = 'ScrapToHold' |
|
|
|
// importFileName.value = '报废转隔离申请' |
|
|
|
// } |
|
|
|
else if( routeName.value == 'InventorymoveRequestMain'){ |
|
|
|
fromInventoryStatus.value = null |
|
|
|
businessType.value = 'Move' |
|
|
|
importFileName.value = '库存移动申请' |
|
|
|
businessType.value = 'ScrapToHold' |
|
|
|
importFileName.value = '报废转隔离申请' |
|
|
|
} else { |
|
|
|
tableObject.params = { |
|
|
|
fromInventoryStatus: 'OK', |
|
|
|
toInventoryStatus:'SCRAP' |
|
|
|
businessType :'Move' |
|
|
|
} |
|
|
|
businessType.value = 'Move' |
|
|
|
importFileName.value = '库存移动申请' |
|
|
|
} |
|
|
|
console.log(99 , businessType.value) |
|
|
|
|
|
|
|
InventorymoveRequestMain.allSchemas.tableFormColumns.map(item =>{ |
|
|
|
if(item.field == 'fromWarehouseCode') { |
|
|
|
if (fromInventoryStatus.value) { |
|
|
@ -789,6 +794,15 @@ const importSuccess = () => { |
|
|
|
|
|
|
|
// 筛选提交 |
|
|
|
const searchFormClick = (searchData) => { |
|
|
|
const cmd = { |
|
|
|
'column':'businessType', |
|
|
|
'action':'==', |
|
|
|
'value':businessType.value |
|
|
|
} |
|
|
|
if (!Array.isArray(searchData.filters)) { |
|
|
|
searchData.filters = []; |
|
|
|
} |
|
|
|
searchData.filters.push(cmd) |
|
|
|
tableObject.params = { |
|
|
|
isSearch: true, |
|
|
|
filters: searchData.filters |
|
|
|