diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue
index fbfae39a..581cca1d 100644
--- a/src/views/wpm_bx/handover_form.vue
+++ b/src/views/wpm_bx/handover_form.vue
@@ -27,6 +27,9 @@
{{ totalCount }}
+
+ {{ form.batch }}
+
@@ -696,6 +699,7 @@ export default {
//表单注入数据
setData(data) {
let that = this;
+ console.log('交接记录查看',data)
this.totalCount = data.count?data.count:data.handoverb.count;
Object.assign(this.form, data);
this.$API.system.user.list.req({ depts: data.send_dept, page: 0 }).then((res) => {
diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue
index 55f471e2..188e20a1 100644
--- a/src/views/wpm_gx/handover_form.vue
+++ b/src/views/wpm_gx/handover_form.vue
@@ -31,6 +31,9 @@
{{ totalCount }}
+
+ {{ form.batch }}
+
@@ -59,7 +62,7 @@
-
+
@@ -547,7 +550,7 @@ export default {
},
//表单注入数据
setData(data) {
- console.log(data)
+ console.log('交接记录查看',data)
let that = this;
Object.assign(this.form, data);
that.totalCount = 0;