diff --git a/src/api/basicData/bigBatch.js b/src/api/basicData/bigBatch.js new file mode 100644 index 00000000..5254e4ba --- /dev/null +++ b/src/api/basicData/bigBatch.js @@ -0,0 +1,34 @@ +// 大批量配置 +import request from '@/axios'; + +// 列表 +export const getList = params => + request({ + url: '/api/blade-desk/BA/BatConfig/page', + method: 'get', + params + }) + +// 批量新增 +export const addBat = data => + request({ + url: '/api/blade-desk/BA/BatConfig/saveBat', + method: 'post', + data + }) + +// 修改 +export const updateBat = data => + request({ + url: '/api/blade-desk/BA/BatConfig/update', + method: 'post', + data + }) + +// 删除 +export const remove = params => + request({ + url: '/api/blade-desk/BA/BatConfig/remove', + method: 'post', + params + }) \ No newline at end of file diff --git a/src/api/orderManagement/exceptionOrder.js b/src/api/orderManagement/exceptionOrder.js index aee50052..2362a00a 100644 --- a/src/api/orderManagement/exceptionOrder.js +++ b/src/api/orderManagement/exceptionOrder.js @@ -69,4 +69,13 @@ export const getProductionIdentificationList = (params) => { method: 'get', params }); +}; + +// 定额异常订单重新计算 +export const reCalculate = (params) => { + return request({ + url: '/blade-desk/order/yieldOrder/calculateCoatingMaterial', + method: 'post', + params + }); }; \ No newline at end of file diff --git a/src/components/basic-import/main.vue b/src/components/basic-import/main.vue index 565f773f..962a253b 100644 --- a/src/components/basic-import/main.vue +++ b/src/components/basic-import/main.vue @@ -1,14 +1,24 @@ \ No newline at end of file diff --git a/src/views/basicData/bigBatch/addBatch.vue b/src/views/basicData/bigBatch/addBatch.vue index 3a843612..7e655b77 100644 --- a/src/views/basicData/bigBatch/addBatch.vue +++ b/src/views/basicData/bigBatch/addBatch.vue @@ -24,17 +24,17 @@ @@ -84,6 +84,8 @@ diff --git a/src/views/basicData/materialQuota/components/silverAnode.vue b/src/views/basicData/materialQuota/components/silverAnode.vue index 50c069aa..13bf649d 100644 --- a/src/views/basicData/materialQuota/components/silverAnode.vue +++ b/src/views/basicData/materialQuota/components/silverAnode.vue @@ -7,8 +7,8 @@ v-model="form" v-model:page="page" ref="crud" - :before-open="beforeOpen" @row-del="rowDel" + :before-open="beforeOpen" @row-save="rowSave" @row-update="rowUpdate" @search-change="searchChange" @@ -21,19 +21,15 @@ > - - @@ -41,30 +37,33 @@ - - - + + + + \ No newline at end of file diff --git a/src/views/productionManagement/addRequirements.vue b/src/views/productionManagement/addRequirements.vue new file mode 100644 index 00000000..634fa308 --- /dev/null +++ b/src/views/productionManagement/addRequirements.vue @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/src/views/productionManagement/assayedContent.vue b/src/views/productionManagement/assayedContent.vue new file mode 100644 index 00000000..d4f73841 --- /dev/null +++ b/src/views/productionManagement/assayedContent.vue @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/src/views/productionManagement/coatingMaterial.vue b/src/views/productionManagement/coatingMaterial.vue index 06a06a37..7bffd2a9 100644 --- a/src/views/productionManagement/coatingMaterial.vue +++ b/src/views/productionManagement/coatingMaterial.vue @@ -1,15 +1,15 @@ diff --git a/src/views/productionManagement/components/coatingMater/abnormalOrder.vue b/src/views/productionManagement/components/coatingMater/abnormalOrder.vue index 920a9d55..52dc06ef 100644 --- a/src/views/productionManagement/components/coatingMater/abnormalOrder.vue +++ b/src/views/productionManagement/components/coatingMater/abnormalOrder.vue @@ -17,13 +17,29 @@ @refresh-change="refreshChange" @on-load="onLoad" > + + +