diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index b0bef032..1c2593dc 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -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) => {