diff --git a/src/api/issueNotify/issueNotify.js b/src/api/issueNotify/issueNotify.js new file mode 100644 index 0000000..ecdee7a --- /dev/null +++ b/src/api/issueNotify/issueNotify.js @@ -0,0 +1,5 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +export const searchMenuLanguageById = data => createAPI(`sys/menu/searchMenuLanguageById`,'post',data) + +export const issueNotifyPageSearch = data => createAPI(`orderIssure/issureNotify/issueNotifyPageSearch`,'post',data) diff --git a/src/api/production/warehousing.js b/src/api/production/warehousing.js new file mode 100644 index 0000000..c864e0e --- /dev/null +++ b/src/api/production/warehousing.js @@ -0,0 +1,7 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 获取生产入库信息 +export const searchProductionWarehousingInfo = data => createAPI(`/productionWarehousing/searchProductionWarehousingInfo`,'post',data) + +// 生产入库接收 +export const receiveProductionWarehousing = data => createAPI(`/productionWarehousing/receiveProductionWarehousing`,'post',data) diff --git a/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue b/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue new file mode 100644 index 0000000..5257340 --- /dev/null +++ b/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue @@ -0,0 +1,435 @@ + + + + + diff --git a/src/views/modules/production/warehousing.vue b/src/views/modules/production/warehousing.vue new file mode 100644 index 0000000..920adc6 --- /dev/null +++ b/src/views/modules/production/warehousing.vue @@ -0,0 +1,659 @@ + + + + +