|
|
@ -358,7 +358,11 @@ const getDictory = () => { |
|
|
|
console.log('包装规格获取失败', res) |
|
|
|
}) |
|
|
|
|
|
|
|
const switchCode = 'FgPutawayLocationCodeValidate,SemiPutawayLocationCodeValidate,PurchasePutawayToLocationCodeValidate,IssueToLocationCodeValidate,fgProductReceipCommitValidate,purchasereceiptPrintPDA,purchaseReceiptLocationCodeValidate,CreateProductputawayRequestAfterProductreceiptRecordCreated,EnableQms,ShowPackingNumber' |
|
|
|
const switchCode = 'FgPutawayLocationCodeValidate,SemiPutawayLocationCodeValidate,' + |
|
|
|
'PurchasePutawayToLocationCodeValidate,IssueToLocationCodeValidate,' + |
|
|
|
'fgProductReceipCommitValidate,purchasereceiptPrintPDA,' + |
|
|
|
'purchaseReceiptLocationCodeValidate,CreateProductputawayRequestAfterProductreceiptRecordCreated,' + |
|
|
|
'EnableQms,ShowPackingNumber,directIssueFifoSwitch' |
|
|
|
|
|
|
|
getSwitchByCode(switchCode) |
|
|
|
.then((res) => { |
|
|
|