From d01295c254063b3349a86a4474e04a62b284bd19 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 24 三月 2026 16:26:07 +0800
Subject: [PATCH] 一些配置
---
Code/WMS/WIDESEA_WMSClient/src/extension/outbound/outStockLockInfo.js | 41 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/extension/outbound/outStockLockInfo.js b/Code/WMS/WIDESEA_WMSClient/src/extension/outbound/outStockLockInfo.js
new file mode 100644
index 0000000..e954850
--- /dev/null
+++ b/Code/WMS/WIDESEA_WMSClient/src/extension/outbound/outStockLockInfo.js
@@ -0,0 +1,41 @@
+锘�// 椤甸潰鎵╁睍閰嶇疆锛氶鐣欑粰涓氬姟浜屾鎵╁睍閫昏緫銆�
+let extension = {
+ components: {
+ gridHeader: "",
+ gridBody: "",
+ gridFooter: "",
+ modelHeader: "",
+ modelBody: "",
+ modelFooter: "",
+ },
+ tableAction: "",
+ buttons: { view: [], box: [], detail: [] },
+ methods: {
+ onInit() {
+ return true;
+ },
+ onInited() {
+ return true;
+ },
+ searchBefore(param) {
+ return true;
+ },
+ searchAfter(result) {
+ return true;
+ },
+ addBefore(formData) {
+ return true;
+ },
+ updateBefore(formData) {
+ return true;
+ },
+ rowClick({ row, column, event }) {
+ return true;
+ },
+ modelOpenAfter(row) {
+ return true;
+ },
+ },
+};
+
+export default extension;
--
Gitblit v1.9.3