From 5def66cf5cc984d9b141a61d5edb4991bdff9276 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 6 Mar 2024 22:30:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=B7=E6=96=99=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BD=A6=E9=97=B4=E5=BA=93=E5=AD=98=E5=8F=8A=E7=9B=B8=E5=BA=94?= =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog_dept6.vue | 1 + src/views/wpm/mlog_hun.vue | 237 +++++++++++++++++++++++--------- src/views/wpm/mlog_tui.vue | 68 ++++----- src/views/wpm/worktask_form.vue | 27 ++-- 4 files changed, 213 insertions(+), 120 deletions(-) diff --git a/src/views/wpm/mlog_dept6.vue b/src/views/wpm/mlog_dept6.vue index 6a48b75c..524b308a 100644 --- a/src/views/wpm/mlog_dept6.vue +++ b/src/views/wpm/mlog_dept6.vue @@ -259,6 +259,7 @@ export default { this.$API.wpm.handover.submit.req(row.id).then(res => { this.$message.success('操作成功') this.$refs.table_handover.refresh(); + this.$refs.table_wm.refresh(); }).catch(err => { }) }, } diff --git a/src/views/wpm/mlog_hun.vue b/src/views/wpm/mlog_hun.vue index c481e0ef..1ff3c036 100644 --- a/src/views/wpm/mlog_hun.vue +++ b/src/views/wpm/mlog_hun.vue @@ -14,20 +14,22 @@ + + + @@ -54,53 +64,88 @@ - -
- 交接记录 -
-
- - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ 车间库存 +
+
+ + + + + + + + + + + + +
@@ -109,6 +154,22 @@ @closed="handoverVisible = false"> + + + + + {{ item.material_name }}---{{ item.batch }} + {{ item.count }} + + + + 提交 - + +