diff --git a/src/api/production/abnormal.js b/src/api/production/abnormal.js new file mode 100644 index 0000000..aa17604 --- /dev/null +++ b/src/api/production/abnormal.js @@ -0,0 +1,9 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +export const getAbnormalCodeList=data => createAPI(`abnormal/getAbnormalCodeList`, 'post', data); +export const getShopOrderData=data => createAPI(`abnormal/getShopOrderData`, 'post', data); +export const getAbnormalFeedBackList=data => createAPI(`abnormal/getAbnormalFeedBackList`, 'post', data); +export const saveAbnormalData=data => createAPI(`abnormal/saveAbnormalData`, 'post', data); +export const saveAbnormalDetail=data => createAPI(`abnormal/saveAbnormalDetail`, 'post', data); +export const openFeedBack=data => createAPI(`abnormal/openFeedBack`, 'post', data); +export const closeFeedBack=data => createAPI(`abnormal/closeFeedBack`, 'post', data); diff --git a/src/api/production/schedule.js b/src/api/production/schedule.js index 66735da..7e33cd7 100644 --- a/src/api/production/schedule.js +++ b/src/api/production/schedule.js @@ -17,3 +17,5 @@ export const getSfdcList=data => createAPI(`schedule/getSfdcList`, 'post', data) export const cancelSfdc=data => createAPI(`schedule/cancelSfdc`, 'post', data); export const getStockPrint=data => createAPI(`schedule/getStockPrint`, 'post', data); + + diff --git a/src/views/modules/schedule/abnormalFeedBack.vue b/src/views/modules/schedule/abnormalFeedBack.vue new file mode 100644 index 0000000..f26b508 --- /dev/null +++ b/src/views/modules/schedule/abnormalFeedBack.vue @@ -0,0 +1,513 @@ + + + + +