From fcf0f53de620c6f3c6218e59dbdeff01fda4eb3b Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 23 四月 2026 08:38:07 +0800
Subject: [PATCH] fix: 修复WCS和WMS系统中的多个问题
---
Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx | 23 ++---------------------
1 files changed, 2 insertions(+), 21 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx b/Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx
index 0204d4e..d76739f 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx
+++ b/Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx
@@ -1,11 +1,10 @@
//姝s鏂囦欢鏄敤鏉ヨ嚜瀹氫箟鎵╁睍涓氬姟浠g爜锛屽彲浠ユ墿灞曚竴浜涜嚜瀹氫箟椤甸潰鎴栬�呴噸鏂伴厤缃敓鎴愮殑浠g爜
-import RobotSelect from './extend/RobotSelect.vue';
let extension = {
components: {
//鏌ヨ鐣岄潰鎵╁睍缁勪欢
gridHeader: '',
- gridBody: RobotSelect,
+ gridBody: '',
gridFooter: '',
//鏂板缓銆佺紪杈戝脊鍑烘鎵╁睍缁勪欢
modelHeader: "",
@@ -26,11 +25,7 @@
render: (h, { row, column, index }) => {
return (
<div>
- <el-button
- type="primary"
- size="small"
- onClick={($e) => { this.handleBind(row); }}
- >缁戝畾</el-button>
+
<el-button
type="primary"
size="small"
@@ -42,22 +37,12 @@
style="margin-left: 8px"
onClick={($e) => { this.handleOutbound(row); }}
>鍑虹珯</el-button>
- <el-button
- type="success"
- size="small"
- style="margin-left: 8px"
- onClick={($e) => { this.handleUnbind(row); }}
- >瑙g粦</el-button>
</div>
);
},
});
},
- // 鎵樼洏缁勭洏鎿嶄綔
- handleBind(row) {
- this.$refs.gridBody.open('bind', row);
- },
// 鎵樼洏杩涚珯鎿嶄綔
async handleInbound(row) {
@@ -129,10 +114,6 @@
}
},
- // 鎵樼洏鎷嗙洏鎿嶄綔
- handleUnbind(row) {
- this.$refs.gridBody.open('unbind', row);
- },
onInited() {
// 妗嗘灦鍒濆鍖栭厤缃悗
--
Gitblit v1.9.3