|
|
@ -55,6 +55,10 @@ export const getSOSBOMForIssureNew = data => createAPI(`/orderIssure/newIssure/g |
|
|
// 新增Excel上传接口
|
|
|
// 新增Excel上传接口
|
|
|
export const uploadNotifyExcel = data => createAPI(`/orderIssure/newIssure/uploadNotifyExcel`,'post',data) |
|
|
export const uploadNotifyExcel = data => createAPI(`/orderIssure/newIssure/uploadNotifyExcel`,'post',data) |
|
|
|
|
|
|
|
|
|
|
|
export const getShopOrderAndMaterialByShoporder = data => createAPI(`/orderIssure/newIssure/getShopOrderAndMaterialByShoporder`,'post',data) |
|
|
|
|
|
|
|
|
|
|
|
export const saveNewSoIssueNotify = data => createAPI(`/orderIssure/issureNotify/saveNewSoIssueNotify`,'post',data) |
|
|
|
|
|
|
|
|
// ================== AI制作 - searchIssureNotify.vue新接口 ==================
|
|
|
// ================== AI制作 - searchIssureNotify.vue新接口 ==================
|
|
|
export const searchNotifyHeaderNew = data => createAPI(`/orderIssure/newIssure/searchNotifyHeaderNew`,'post',data) |
|
|
export const searchNotifyHeaderNew = data => createAPI(`/orderIssure/newIssure/searchNotifyHeaderNew`,'post',data) |
|
|
export const searchNotifyOrderListNew = data => createAPI(`/orderIssure/newIssure/searchNotifyOrderListNew`,'post',data) |
|
|
export const searchNotifyOrderListNew = data => createAPI(`/orderIssure/newIssure/searchNotifyOrderListNew`,'post',data) |
|
|
|