From ef7045b751da29b344d5ccfcdc1cb62d3218a4cf Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Thu, 10 Feb 2022 16:33:53 +0800 Subject: [PATCH 1/2] chakanyuandingdan --- hb_client/src/views/inm/product.vue | 2 +- hb_client/src/views/personnel/attendance.vue | 2 +- hb_client/src/views/procurement/puorder.vue | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hb_client/src/views/inm/product.vue b/hb_client/src/views/inm/product.vue index f31e3e6..fed1966 100644 --- a/hb_client/src/views/inm/product.vue +++ b/hb_client/src/views/inm/product.vue @@ -257,7 +257,7 @@ export default { _this.mtmId.push(item.material_.id); _this.materialshow.push(item); }); - this.ordershow = _this.materialshow[0].number; + this.ordershow = _this.materialshow[0].to_order_.number; this.customershow=_this.materialshow[0].order_.customer_.name; this.contractshow=_this.materialshow[0].order_.contract_.name; getOrderList({ page: 0, material: _this.mtmId[0], tag:'not_done' }).then( diff --git a/hb_client/src/views/personnel/attendance.vue b/hb_client/src/views/personnel/attendance.vue index e986619..a04152b 100644 --- a/hb_client/src/views/personnel/attendance.vue +++ b/hb_client/src/views/personnel/attendance.vue @@ -53,7 +53,7 @@ type="month" placeholder="选择年月"> - 主要按钮 + 查询 已审核 - + + + diff --git a/hb_client/src/views/wpm/need.vue b/hb_client/src/views/wpm/need.vue index fec2f23..2af65be 100644 --- a/hb_client/src/views/wpm/need.vue +++ b/hb_client/src/views/wpm/need.vue @@ -1011,7 +1011,9 @@ this.innerIndex = index; // this.outerVisible = true; this.wproduct = scope.row.id;//半成品ID - this.listQueryrecordform.material = scope.row.material_check!==null ? scope.row.material_check :scope.row.material_.id;// + debugger; + console.log(scope.row.material_check); + this.listQueryrecordform.material = scope.row.material_check!==null ? scope.row.material_check :scope.row.material;// this.listQueryrecordform.type = 2; this.listQueryrecordform.enabled = true; this.recordform = null;