From 9a1c82a7b77dd27d9bd9b71bbd2909e60aed6c10 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 20 四月 2026 23:57:25 +0800
Subject: [PATCH] feat(stockInfo): 新增mesUploadStatus列显示MES上传状态
---
Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/robotState.jsx | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/robotState.jsx b/Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/robotState.jsx
new file mode 100644
index 0000000..0dfb0c9
--- /dev/null
+++ b/Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/robotState.jsx
@@ -0,0 +1,55 @@
+// 璇ユ墿灞曟枃浠剁敤浜庢満姊版墜鐘舵�佺鐞嗛〉闈㈢殑涓氬姟鎵╁睍銆�
+
+let extension = {
+ components: {
+ gridHeader: "",
+ gridBody: "",
+ gridFooter: "",
+ modelHeader: "",
+ modelBody: "",
+ modelFooter: "",
+ },
+ tableAction: "",
+ buttons: { view: [], box: [], detail: [] },
+ methods: {
+ onInit() {},
+
+ onInited() {},
+
+ searchBefore(param) {
+ return true;
+ },
+
+ searchAfter(result) {
+ return true;
+ },
+
+ addBefore(formData) {
+ return true;
+ },
+
+ addAfter(result) {
+ return true;
+ },
+
+ updateBefore(formData) {
+ return true;
+ },
+
+ updateAfter(result) {
+ return true;
+ },
+
+ deleteBefore(ids) {
+ return true;
+ },
+
+ deleteAfter(ids) {
+ return true;
+ },
+
+ modelOpenAfter(row) {},
+ },
+};
+
+export default extension;
--
Gitblit v1.9.3