From 1667f07132f80dd4a84cfec59abf71944b62854f Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Sat, 13 Jun 2026 17:29:57 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E8=AE=B0=E5=BD=95=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/product.js | 2 +-
pages/plan/operationReceiving.vue | 2 +-
pages/production/bindingMaintenance.vue | 44 ++++++++++++++-----------
3 files changed, 26 insertions(+), 22 deletions(-)
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;