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 @@
{{
- scope.row.material_out_.full_name
- }}
+ scope.row.material_out_.full_name
+ }}
+
{{ scope.row.count_real_eweight.toFixed(2)
- }}
+ }}
+
{{ item.name }}/
@@ -35,16 +37,24 @@
+
-
+
编辑
-
- 转交接单
-
-
+
删除
+
+ 提交
+
+
+ 撤回
+
@@ -54,53 +64,88 @@
-
-
- 交接记录
-
-
-
-
-
-
-
-
- {{
- scope.row.material_.full_name
- }}
-
-
-
-
-
-
-
- {{ scope.row.count_eweight.toFixed(2) }}
-
-
-
-
-
-
-
-
- 是
- 否
-
-
-
-
-
- 编辑
+
+
+
+
+ 交接记录
+
+
+
+ 新增
-
- 删除
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.count_eweight.toFixed(2)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+ 车间库存
+
+
+
+
+
+
+ {{
+ scope.row.material_name
+ }}
+
+
+
+
+
+
+
+
@@ -109,6 +154,22 @@
@closed="handoverVisible = false">
+
+
+
+
+ {{ item.material_name }}---{{ item.batch }}
+ {{ item.count }}
+
+
+
+
提交
-
+
+