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 }} + + + + 提交 - + +