Browse Source

委外申请单

master
shenzhouyu 3 months ago
parent
commit
139202d573
  1. 19
      src/api/poorder/poorderIssueNotify.js
  2. 2260
      src/views/modules/poOrder/newPoIssueNotify.vue
  3. 1973
      src/views/modules/poOrder/searchPoIssureNotify.vue

19
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)

2260
src/views/modules/poOrder/newPoIssueNotify.vue
File diff suppressed because it is too large
View File

1973
src/views/modules/poOrder/searchPoIssureNotify.vue
File diff suppressed because it is too large
View File

Loading…
Cancel
Save