diff --git a/api/product.js b/api/product.js index 942ece1..8d05458 100644 --- a/api/product.js +++ b/api/product.js @@ -118,7 +118,7 @@ const getBindMacToolUseByFsCode = (params) => { }) } -// 绑定记录查询 根据设备查询绑定记录 +// 绑定记录查询 根据设备查询绑定记录 const getBindMacToolUseByDeviceCode = (params) => { return http.request({ url: '/blade-desk/workProcess/getBindMacToolUseByDeviceCode', diff --git a/pages/plan/operationReceiving.vue b/pages/plan/operationReceiving.vue index 53799b0..a68a12b 100644 --- a/pages/plan/operationReceiving.vue +++ b/pages/plan/operationReceiving.vue @@ -145,7 +145,7 @@ export default { submitClick() { this.$u.api.workPlanReceive({ wpIds: this.tableObj.wpId }).then((res) => { this.tableObj = {}; - this.hideLoading(); + uni.hideLoading(); uni.showToast({ title: "接收成功", }); diff --git a/pages/production/bindingMaintenance.vue b/pages/production/bindingMaintenance.vue index c773cb2..9dedc1e 100644 --- a/pages/production/bindingMaintenance.vue +++ b/pages/production/bindingMaintenance.vue @@ -102,31 +102,31 @@ 同槽编号 - {{ bsRackSet.code }} + {{ feibaObj.code }} 挂具编号 - {{ bsRackSet.rsCode }} + {{ feibaObj.rsCode }} 飞靶编号 - {{ bsRackSet.fsCode }} + {{ feibaObj.fsCode }} 设备编号 - {{ bsRackSet.deviceCode }} + {{ feibaObj.deviceCode }} 挂次号 - {{ bsRackSet.hangNum }} + {{ feibaObj.hangNum }} 绑定时间 - {{ bsRackSet.bindTime }} + {{ feibaObj.bindTime }} 绑定人 - {{ bsRackSet.name }} + {{ feibaObj.name }} @@ -134,31 +134,31 @@ 同槽编号 - {{ bsRackSet.code }} + {{ facilityObj.code }} 挂具编号 - {{ bsRackSet.rsCode }} + {{ facilityObj.rsCode }} 飞靶编号 - {{ bsRackSet.fsCode }} + {{ facilityObj.fsCode }} 设备编号 - {{ bsRackSet.deviceCode }} + {{ facilityObj.deviceCode }} 挂次号 - {{ bsRackSet.hangNum }} + {{ facilityObj.hangNum }} 绑定时间 - {{ bsRackSet.bindTime }} + {{ facilityObj.bindTime }} 绑定人 - {{ bsRackSet.name }} + {{ facilityObj.name }} @@ -204,12 +204,16 @@ - @@ -391,8 +395,8 @@ export default { }, // 查询设备 绑定记录 getEcByDeviceCode(code) { - this.therrInput = code; - this.$u.api.getBindMacToolUseByDeviceCode({ deviceCode: code }).then((res) => { + // this.therrInput = code; + this.$u.api.getBindMacToolUseByDeviceCode({ deviceCode: this.therrInput }).then((res) => { let data = res.data; this.facilityObj = data; this.oneFlag = true; @@ -443,7 +447,7 @@ export default { this.processSet={} this.clearInput(); uni.showToast({ - title: "解绑成功", + title: "操作成功", }); uni.hideLoading() this.oneFlag = false;