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 | 25 ++++++++++---------------
1 files changed, 10 insertions(+), 15 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx b/Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx
index 6a0c613..d76739f 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx
+++ b/Code/WMS/WIDESEA_WMSClient/src/extension/stock/stockInfo.jsx
@@ -3,9 +3,9 @@
let extension = {
components: {
//鏌ヨ鐣岄潰鎵╁睍缁勪欢
- gridHeader: "",
- gridBody: "",
- gridFooter: "",
+ gridHeader: '',
+ gridBody: '',
+ gridFooter: '',
//鏂板缓銆佺紪杈戝脊鍑烘鎵╁睍缁勪欢
modelHeader: "",
modelBody: "",
@@ -25,30 +25,24 @@
render: (h, { row, column, index }) => {
return (
<div>
+
<el-button
type="primary"
size="small"
- onClick={($e) => {
- this.handleInbound(row);
- }}
- >
- 杩涚珯
- </el-button>
+ onClick={($e) => { this.handleInbound(row); }}
+ >杩涚珯</el-button>
<el-button
type="success"
size="small"
style="margin-left: 8px"
- onClick={($e) => {
- this.handleOutbound(row);
- }}
- >
- 鍑虹珯
- </el-button>
+ onClick={($e) => { this.handleOutbound(row); }}
+ >鍑虹珯</el-button>
</div>
);
},
});
},
+
// 鎵樼洏杩涚珯鎿嶄綔
async handleInbound(row) {
@@ -120,6 +114,7 @@
}
},
+
onInited() {
// 妗嗘灦鍒濆鍖栭厤缃悗
},
--
Gitblit v1.9.3