diff --git a/src/api/automatedWarehouse/notifyDetailQuery.js b/src/api/automatedWarehouse/notifyDetailQuery.js new file mode 100644 index 0000000..3181390 --- /dev/null +++ b/src/api/automatedWarehouse/notifyDetailQuery.js @@ -0,0 +1,17 @@ +/** + * 申请单明细通用查询API - rqrq + */ +import { createAPI } from "@/utils/httpRequest.js"; + +// ========== 查询相关 ========== - rqrq + +/** + * 查询申请单订单列表(分页)- rqrq + */ +export const searchNotifyOrderList = data => createAPI('/automatedWarehouse/notifyDetailQuery/searchNotifyOrderList', 'post', data) + +/** + * 查询申请单物料明细(根据notify_no+site+item_no)- rqrq + */ +export const searchMaterialListDetail = data => createAPI('/automatedWarehouse/notifyDetailQuery/searchMaterialListDetail', 'post', data) + diff --git a/src/views/modules/automatedWarehouse/notifyDetailQuery.vue b/src/views/modules/automatedWarehouse/notifyDetailQuery.vue new file mode 100644 index 0000000..5cc0200 --- /dev/null +++ b/src/views/modules/automatedWarehouse/notifyDetailQuery.vue @@ -0,0 +1,643 @@ + + + + + + diff --git a/src/views/modules/noOrderIssue/newNoOrderIssueNotify.vue b/src/views/modules/noOrderIssue/newNoOrderIssueNotify.vue index d7f93fa..c663afc 100644 --- a/src/views/modules/noOrderIssue/newNoOrderIssueNotify.vue +++ b/src/views/modules/noOrderIssue/newNoOrderIssueNotify.vue @@ -198,6 +198,8 @@ + +