From 82e32477862bc25d9209f07582ed12368560c912 Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 14 Apr 2026 16:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/orderManagement/exceptionOrder.js | 2 +- .../productionManagement/coatingMaterial.vue | 6 +- .../components/coatingMater/abnormalOrder.vue | 467 ++++++++++++++++++ 3 files changed, 473 insertions(+), 2 deletions(-) create mode 100644 src/views/productionManagement/components/coatingMater/abnormalOrder.vue diff --git a/src/api/orderManagement/exceptionOrder.js b/src/api/orderManagement/exceptionOrder.js index 505114f..aee5005 100644 --- a/src/api/orderManagement/exceptionOrder.js +++ b/src/api/orderManagement/exceptionOrder.js @@ -69,4 +69,4 @@ export const getProductionIdentificationList = (params) => { method: 'get', params }); -}; +}; \ No newline at end of file diff --git a/src/views/productionManagement/coatingMaterial.vue b/src/views/productionManagement/coatingMaterial.vue index c3c8f0f..06a06a3 100644 --- a/src/views/productionManagement/coatingMaterial.vue +++ b/src/views/productionManagement/coatingMaterial.vue @@ -4,10 +4,12 @@ + + @@ -16,11 +18,13 @@ import addRequirements from './components/coatingMater/addRequirements.vue' import assayedContent from './components/coatingMater/assayedContent.vue' import materialRequirements from './components/coatingMater/materialRequirements.vue' +import abnormalOrder from "./components/coatingMater/abnormalOrder.vue" export default { components: { addRequirements, assayedContent, - materialRequirements + materialRequirements, + abnormalOrder }, data() { return { diff --git a/src/views/productionManagement/components/coatingMater/abnormalOrder.vue b/src/views/productionManagement/components/coatingMater/abnormalOrder.vue new file mode 100644 index 0000000..920a9d5 --- /dev/null +++ b/src/views/productionManagement/components/coatingMater/abnormalOrder.vue @@ -0,0 +1,467 @@ + + + + + \ No newline at end of file