|
|
@ -325,7 +325,13 @@ const rightScroll = async (e) => { |
|
|
|
} |
|
|
|
const getDictory = () => { |
|
|
|
const params = { |
|
|
|
types: ['job_status', 'location_type', 'item_status', 'item_type', 'uom', 'inventory_status', 'container_type', 'pack_unit', 'unplanned_receipt_reason', 'unplanned_issue_reason', 'scrap_reason', 'inspect_failed_reason', 'request_status', 'inspect_type', 'next_action', 'sample_method', 'transfer_mode', 'count_stage', 'inspect_result', 'area_type', 'count_scope_type', 'priority'] |
|
|
|
types: ['job_status', 'location_type', 'item_status', |
|
|
|
'item_type', 'uom', 'inventory_status', 'container_type', |
|
|
|
'pack_unit', 'unplanned_receipt_reason', 'unplanned_issue_reason', |
|
|
|
'scrap_reason', 'inspect_failed_reason', 'request_status', |
|
|
|
'inspect_type', 'next_action', 'sample_method', |
|
|
|
'transfer_mode', 'count_stage', 'inspect_result', |
|
|
|
'area_type', 'count_scope_type', 'priority','receive_status'] |
|
|
|
} |
|
|
|
getDictionaryItem(params) |
|
|
|
.then((res) => { |
|
|
@ -352,7 +358,7 @@ const getDictory = () => { |
|
|
|
console.log('包装规格获取失败', res) |
|
|
|
}) |
|
|
|
|
|
|
|
const switchCode = 'FgPutawayLocationCodeValidate,SemiPutawayLocationCodeValidate,PurchasePutawayToLocationCodeValidate,IssueToLocationCodeValidate,fgProductReceipCommitValidate,purchasereceiptPrintPDA,purchaseReceiptLocationCodeValidate,CreateProductputawayRequestAfterProductreceiptRecordCreated' |
|
|
|
const switchCode = 'FgPutawayLocationCodeValidate,SemiPutawayLocationCodeValidate,PurchasePutawayToLocationCodeValidate,IssueToLocationCodeValidate,fgProductReceipCommitValidate,purchasereceiptPrintPDA,purchaseReceiptLocationCodeValidate,CreateProductputawayRequestAfterProductreceiptRecordCreated,EnableQms,ShowPackingNumber' |
|
|
|
|
|
|
|
getSwitchByCode(switchCode) |
|
|
|
.then((res) => { |
|
|
|