diff --git a/src/views/wpm_gx/check_form.vue b/src/views/wpm_gx/check_form.vue index 8c8c25f5..fc3a507d 100644 --- a/src/views/wpm_gx/check_form.vue +++ b/src/views/wpm_gx/check_form.vue @@ -347,10 +347,10 @@ export default { }; }, mounted() { - this.batchCount = this.itemObj.count; + this.batchCount = this.itemObj.count_cando; this.form.batch = this.itemObj.batch; this.form.wm = this.itemObj.id; - this.form.count = this.itemObj.count; + this.form.count = this.itemObj.count_cando; this.form.supplier = this.itemObj.supplier; this.deptID = this.$TOOL.data.get('gx_deptID'); this.getUsers(); @@ -361,7 +361,6 @@ export default { this.mode = mode; this.modeTitle = mode+'抽检'; this.visible = true; - return this; }, getUsers(){ diff --git a/src/views/wpm_gx/mlog_detail.vue b/src/views/wpm_gx/mlog_detail.vue index b8739c55..6181d17a 100644 --- a/src/views/wpm_gx/mlog_detail.vue +++ b/src/views/wpm_gx/mlog_detail.vue @@ -72,10 +72,10 @@ >放行审批 - +
@@ -141,7 +141,7 @@ - + - - + +