4 changed files with 4508 additions and 8 deletions
-
53src/api/shipment/shipmentIssue.js
-
27src/views/modules/orderIssure/inboundNotification.vue
-
2154src/views/modules/shipment/shipmentIssue.vue
-
2282src/views/modules/shipment/shipmentNotification.vue
@ -0,0 +1,53 @@ |
|||||
|
import { createAPI } from "@/utils/httpRequest.js"; |
||||
|
|
||||
|
export const getShipmentListForIssure= data => createAPI(`/shipmentIssue/getShipmentListForIssure`,'post',data) |
||||
|
|
||||
|
export const createNotify = data => createAPI(`/shipmentIssue/createNotify`,'post',data) |
||||
|
export const getUserNotifyNo = data => createAPI(`/shipmentIssue/getUserNotifyNo`,'post',data) |
||||
|
export const deleteUnissueNotifyHeader = data => createAPI(`/shipmentIssue/deleteUnissueNotifyHeader`,'post',data) |
||||
|
export const getNotifyNoDetail = data => createAPI(`/shipmentIssue/getNotifyNoDetail`,'post',data) |
||||
|
export const getAllNotifyStatus = data => createAPI(`/sys/enum/list`,'get',data) |
||||
|
export const searchNotifyHeader= data => createAPI(`/shipmentIssue/searchNotifyHeader`,'post',data) |
||||
|
export const getPartList= data => createAPI(`/orderIssure/issureNotify/getPartList`,'post',data) |
||||
|
|
||||
|
export const getSOSBOMForIssure= data => createAPI(`/shipmentIssue/getSOSBOMForIssure`,'post',data) |
||||
|
export const saveShipmentOrderList= data => createAPI(`/shipmentIssue/saveShipmentOrderList`,'post',data) |
||||
|
export const saveShipmentMaterialDetail= data => createAPI(`/shipmentIssue/saveShipmentMaterialDetail`,'post',data) |
||||
|
|
||||
|
|
||||
|
export const deleteNotifyUnissue= data => createAPI(`/shipmentIssue/deleteNotifyUnissue`,'post',data) |
||||
|
|
||||
|
export const xiadaNotify= data => createAPI(`/orderIssure/issureNotify/xiadaNotify`,'post',data) |
||||
|
|
||||
|
export const searchNotifyOrderList= data => createAPI(`/orderIssure/issureNotify/searchNotifyOrderList`,'post',data) |
||||
|
|
||||
|
export const searchUnissueNotifyMaterialList= data => createAPI(`/shipmentIssue/searchUnissueNotifyMaterialList`,'post',data) |
||||
|
|
||||
|
export const searchSumNotifyMaterialList= data => createAPI(`/orderIssure/issureNotify/searchSumNotifyMaterialList`,'post',data) |
||||
|
|
||||
|
export const updateNotifyBu= data => createAPI(`/orderIssure/issureNotify/updateNotifyBu`,'post',data) |
||||
|
|
||||
|
export const checkPartStock= data => createAPI(`/orderIssure/issureNotify/checkPartStock`,'post',data) |
||||
|
export const deleteNotifySOSPlus= data => createAPI(`/orderIssure/issureNotify/deleteNotifySOSPlus`,'post',data) |
||||
|
export const updateNotifyStatus= data => createAPI(`/shipmentIssue/updateNotifyStatus`,'post',data) |
||||
|
export const deleteNotifyMaterial= data => createAPI(`/orderIssure/issureNotify/deleteNotifyMaterial`,'post',data) |
||||
|
export const saveOtherPart= data => createAPI(`/orderIssure/issureNotify/saveOtherPart`,'post',data) |
||||
|
export const getNoControlPartList= data => createAPI(`/orderIssure/issureNotify/getNoControlPartList`,'post',data) |
||||
|
export const searchOtherPart= data => createAPI(`/orderIssure/issureNotify/searchOtherPart`,'post',data) |
||||
|
export const searchNotifyLog= data => createAPI(`/orderIssure/issureNotify/searchNotifyLog`,'post',data) |
||||
|
export const deleteNotifyMaterialWithOutLog= data => createAPI(`/orderIssure/issureNotify/deleteNotifyMaterialWithOutLog`,'post',data) |
||||
|
export const searchNotifyLogClose= data => createAPI(`/orderIssure/issureNotify/searchNotifyLogClose`,'post',data) |
||||
|
|
||||
|
|
||||
|
export const updateNotifyConfirmStatus= data => createAPI(`/orderIssure/issureNotify/updateNotifyConfirmStatus`,'post',data) |
||||
|
export const updateNotifyBatchConfirmStatus= data => createAPI(`/orderIssure/issureNotify/updateNotifyBatchConfirmStatus`,'post',data) |
||||
|
|
||||
|
export const getSiteAndBuByUserName = data => createAPI(`/orderIssure/issureNotify/getSiteAndBuByUserName`,'post',data) |
||||
|
export const getEamWorkShop = data => createAPI(`/orderIssure/issureNotify/getEamWorkShop`,'post',data) |
||||
|
|
||||
|
export const getIFSShopOrderByOrderNo = data => createAPI(`/shipmentIssue/getIFSShopOrderByOrderNo`,'post',data) |
||||
|
|
||||
|
export const searchNotifyMaterialList = data => createAPI(`/shipmentIssue/searchNotifyMaterialList`,'post',data) |
||||
|
|
||||
|
|
||||
|
export const closeInboundNotification = data => createAPI(`/shipmentIssue/closeInboundNotification`,'post',data) |
||||
2154
src/views/modules/shipment/shipmentIssue.vue
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2282
src/views/modules/shipment/shipmentNotification.vue
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue