From 4bd9b311cf138b51270fc5d63738c91c16505769 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 27 Dec 2023 09:35:26 +0800 Subject: [PATCH] =?UTF-8?q?#986=E8=BD=A6=E9=97=B4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=A1=AB=E5=86=99=E7=9A=84=E4=B8=8D=E5=90=88=E6=A0=BC=E5=8E=9F?= =?UTF-8?q?=E5=9B=A0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog6_form.vue | 180 ++++++++++++++++++++++++---- src/views/wpm/mlog_dept10.vue | 1 + src/views/wpm/mlog_dept6_detail.vue | 46 ++++--- src/views/wpm/mlog_dept7.vue | 2 + 4 files changed, 190 insertions(+), 39 deletions(-) diff --git a/src/views/wpm/mlog6_form.vue b/src/views/wpm/mlog6_form.vue index e2f9ab14..6cee8b02 100644 --- a/src/views/wpm/mlog6_form.vue +++ b/src/views/wpm/mlog6_form.vue @@ -139,30 +139,45 @@
不合格原因及数量:
- + - + + + + + + + @@ -183,6 +198,39 @@ + + + + + + + + + + + + + + + - + - + - + + + + + + + + + + + + + + + + + + + + + + @@ -259,47 +355,80 @@ - + - + - + + + + + + + + + + + + + + + + @@ -317,6 +446,7 @@ export default { mtask: { type: String, default: "" }, handledate: { type: String, default: "" }, material_out: { type: String, default: "" }, + material_name: { type: String, default: "" }, }, data() { return { diff --git a/src/views/wpm/mlog_dept10.vue b/src/views/wpm/mlog_dept10.vue index 76745f63..63dbc423 100644 --- a/src/views/wpm/mlog_dept10.vue +++ b/src/views/wpm/mlog_dept10.vue @@ -97,6 +97,7 @@ + diff --git a/src/views/wpm/mlog_dept6_detail.vue b/src/views/wpm/mlog_dept6_detail.vue index 5750e3aa..687031d9 100644 --- a/src/views/wpm/mlog_dept6_detail.vue +++ b/src/views/wpm/mlog_dept6_detail.vue @@ -31,26 +31,43 @@ - - + + + - - + + + - - - - - - - + + + + + + + + @@ -77,7 +94,7 @@ + :material_out="material_out" :material_name="material_name" @success="handleSaveSuccess" @closed="dialogSave = false"> @@ -127,6 +144,7 @@ export default { this.mgroup = res.mgroup; this.mtask = res.id; this.material_out = res.material_out_.id; + this.material_name = res.material_out_.name; this.handledate = res.start_date; this.params.mtask = this.mtaskId; diff --git a/src/views/wpm/mlog_dept7.vue b/src/views/wpm/mlog_dept7.vue index 62081be2..b8ad28d8 100644 --- a/src/views/wpm/mlog_dept7.vue +++ b/src/views/wpm/mlog_dept7.vue @@ -99,6 +99,8 @@ }} + +