diff --git a/src/api/poorder/poorderIssueNotify.js b/src/api/poorder/poorderIssueNotify.js new file mode 100644 index 0000000..3c590d8 --- /dev/null +++ b/src/api/poorder/poorderIssueNotify.js @@ -0,0 +1,19 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +export const getAllNotifyStatus = data => createAPI(`/sys/enum/list`,'get',data) +export const getUserNotifyNo = data => createAPI(`/production/outsourcing/getUserNotifyPo`,'post',data) +export const getNotifyPoDetail = data => createAPI(`/production/outsourcing/getNotifyPoDetail`,'post',data) +export const createNotify = data => createAPI(`/production/outsourcing/createNotify`,'post',data) + +export const getShopOrderAndMaterialByShoporder = data => createAPI(`/production/outsourcing/getShopOrderAndMaterialByShoporder`,'post',data) +export const saveNewSoIssueNotify = data => createAPI(`/production/outsourcing/saveNewOutsourcingIssueNotify`,'post',data) +export const deleteNotify = data => createAPI(`/production/outsourcing/deleteOutsourcingNotifyHeader`,'post',data) +export const getSOSBOMForIssureNew = data => createAPI(`/production/outsourcing/getOutsouringForIssureNew`,'post',data) +export const saveMaterialDetail= data => createAPI(`/production/outsourcing/saveMaterialDetail`,'post',data) +export const deleteNotifySOS= data => createAPI(`/production/outsourcing/deleteNotifySOS`,'post',data) +export const xiadaNotify= data => createAPI(`/production/outsourcing/xiadaNotify`,'post',data) + +export const searchNotifyHeaderNew = data => createAPI(`/production/outsourcing/searchNotifyHeaderNew`,'post',data) +export const deleteNotifySOSPlus= data => createAPI(`/production/outsourcing/deleteNotifySOSPlus`,'post',data) + + diff --git a/src/views/modules/poOrder/newPoIssueNotify.vue b/src/views/modules/poOrder/newPoIssueNotify.vue new file mode 100644 index 0000000..c125359 --- /dev/null +++ b/src/views/modules/poOrder/newPoIssueNotify.vue @@ -0,0 +1,2260 @@ + + + + + diff --git a/src/views/modules/poOrder/searchPoIssureNotify.vue b/src/views/modules/poOrder/searchPoIssureNotify.vue new file mode 100644 index 0000000..faa6e62 --- /dev/null +++ b/src/views/modules/poOrder/searchPoIssureNotify.vue @@ -0,0 +1,1973 @@ + + + + +