From 59c38114de9e09a20d09e03f2af66b89f9109cbf Mon Sep 17 00:00:00 2001 From: A0010407 Date: Wed, 27 Sep 2023 11:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E6=8A=A5=E5=B7=A5=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/reportWork/index.vue | 204 +++++++++++++++-------------- 1 file changed, 109 insertions(+), 95 deletions(-) diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue index b30c04a..022181a 100644 --- a/src/views/mes/reportWork/index.vue +++ b/src/views/mes/reportWork/index.vue @@ -140,7 +140,7 @@ - + - - - + + + - - - - + + + + + + + + + + + + + + + + + + @@ -194,8 +218,6 @@ - - @@ -203,73 +225,16 @@ - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -280,7 +245,72 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -294,24 +324,24 @@ - + 物料消耗明细 - + - + @@ -345,26 +375,10 @@ import ReportWorkConsume from "./reportWorkConsume.vue"; export default { name: "ReportWork", + dicts: ['report_work_type','report_work_channel'], components: {ReportWorkConsume}, data() { return { - reportTypeOptions: [{ - reportType: 'SELF自行报工', - label: 'SELF自行报工' - }, { - reportType: 'UNI统一报工', - label: 'UNI统一报工' - }], - feedbackChannelOptions: [{ - feedbackChannel: 'PAD', - label: 'PAD' - }, { - feedbackChannel: 'MOBILE', - label: 'MOBILE' - }, { - feedbackChannel: 'PC', - label: 'PC' - }], optType: undefined, // 遮罩层 loading: true,