Browse Source

增加CreateProductputawayRequestAfterProductreceiptRecordCreated开关校验 2024/8/6

hella_vue3
王志国 1 month ago
parent
commit
868b356a37
  1. 2
      src/pages/index/index.vue

2
src/pages/index/index.vue

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

Loading…
Cancel
Save