From f250fe4befac5c9bacaa6eae9fa87738a70663dd Mon Sep 17 00:00:00 2001
From: duyongjia <adu_555@163.com>
Date: 星期三, 15 一月 2025 08:45:54 +0800
Subject: [PATCH] 增加AGV重置按钮

---
 接口协议/初始化.txt                                                                    |    0 
 项目图纸/流程图2.png                                                                   |    0 
 代码管理/WCS/WIDESEAWCS_Client/src/api/http.js                                      |    2 
 技术协议/移库流程图-上料流程.drawio.png                                                      |    0 
 项目图纸/智汇奇策郭店尖山项目通清单1031.xls                                                      |    0 
 项目图纸/流程说明.doc                                                                   |    0 
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs          |    7 +
 技术协议/郭店-八厂自动化项目立体库技术协议0302(2).docx                                              |    0 
 项目图纸/郭店-八厂自动化项目立体库技术协议0302(2).docx                                              |    0 
 项目图纸/~$堆垛机通信协议.xlsx                                                             |    0 
 项目图纸/PLC地址.png                                                                  |    0 
 项目图纸/【TDG】WCS系统操作说明文档.doc                                                       |    0 
 项目图纸/库位.png                                                                     |    0 
 技术协议/移库流程图-移库流程图.drawio.png                                                     |    0 
 项目图纸/堆垛机网络配置.png                                                                |    0 
 项目图纸/流程图1.png                                                                   |    0 
 技术协议/入库流程图.png                                                                  |    0 
 技术协议/移库流程图-空车出库流程图.drawio.png                                                   |    0 
 项目图纸/组立机上料剩余层数回写(DB28).png                                                      |    0 
 技术协议/初始化.txt                                                                    |    0 
 技术协议/移库流程图.png                                                                  |    0 
 项目图纸/郭店-产品89厂立库布局图(1).dwl2                                                      |    6 +
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs            |   26 +++++
 项目图纸/郭店项目实施工作安排及进度管理表-第1周-2024.11.13.xlsx                                       |    0 
 项目图纸/工作进度预估-嘉兴海宁 尖山&郭店 WMS&WCS&堆垛机电控项目-2024.09.14.pdf                           |    0 
 技术协议/.$入库流程图.png.bkp                                                            |    0 
 通信协议/初始化.txt                                                                    |    0 
 代码管理/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js                       |   16 +++
 项目图纸/初始化.txt                                                                    |    0 
 项目图纸/郭店WCS系统需求说明书1.0.0.docx                                                     |    0 
 技术协议/移库流程图-异常出库流程图.drawio.png                                                   |    0 
 项目图纸/24GKH202 智汇奇策 郭店智能立体库项目技术协议-2024.10.25.pdf                                 |    0 
 项目图纸/郭店-产品89厂立库布局图(1).dwg                                                       |    0 
 技术协议/入库流程图.drawio                                                               |  112 ++++++++++++++++++++++
 项目图纸/异常出库生成任务报文.txt                                                             |   19 +++
 技术协议/.$移库流程图.png.bkp                                                            |    0 
 项目图纸/郭店-产品89厂立库布局图(1).dwl                                                       |    3 
 项目图纸/入库生成任务报文.txt                                                               |   19 +++
 项目图纸/服务器.txt                                                                    |   13 ++
 代码管理/WCS/WIDESEAWCS_Client/dist.rar                                             |    0 
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs |   11 ++
 代码管理/WCS/WIDESEAWCS_Client/config/buttons.js                                    |    9 +
 项目图纸/堆垛机通信协议.xlsx                                                               |    0 
 技术协议/.$入库流程图.drawio.bkp                                                         |   34 ++++++
 44 files changed, 276 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/config/buttons.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/config/buttons.js"
index f9906cb..c604940 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/config/buttons.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/config/buttons.js"
@@ -60,6 +60,15 @@
     }
 },
 {
+    name: "AGV閲嶇疆",
+    icon: '',
+    class: '',
+    value: 'AGVReset',
+    type: 'danger',
+    onClick: function () {
+    }
+},
+{
     name: "浠诲姟鎭㈠",
     icon: '',
     class: '',
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/dist.rar" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/dist.rar"
new file mode 100644
index 0000000..5a02ad9
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/dist.rar"
Binary files differ
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/api/http.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/api/http.js"
index 48c649a..901521e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/api/http.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/api/http.js"
@@ -12,7 +12,7 @@
 let loadingInstance;
 let loadingStatus = false;
 if (process.env.NODE_ENV == 'development') {
-    axios.defaults.baseURL = 'http://127.0.0.1:9291/';
+    axios.defaults.baseURL = 'http://10.0.250.15:9291/';
 }
 else if (process.env.NODE_ENV == 'debug') {
     axios.defaults.baseURL = 'http://10.0.250.15:9291/';
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js"
index f884b50..e3e3741 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js"
@@ -51,6 +51,22 @@
                         });
                 }
             }
+            var AGVResetButton = this.buttons.find((x) => x.value == "AGVReset");
+            if (AGVResetButton) {
+                AGVResetButton.onClick = () => {
+                    let rows = this.$refs.table.getSelected();
+                    console.log("rows"+rows);
+                   
+                    this.http
+                        .post("/api/Task/AGVResetTask", {}, true)
+                        .then((x) => {
+                            if (!x.status) return this.$message.error(x.message);
+                            this.options = x.data;
+                            console.log(this.options);
+                        });
+                }
+            }
+
             //浜哄伐鍏ュ簱鎸夐挳
             var ManualButton = this.buttons.find((x) => x.value == "ManualInbound");
             if (ManualButton) {
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
index 4153fc5..29f67db 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
@@ -215,6 +215,13 @@
         WebResponseContent ForceCompleteTask(int taskNum);
 
         /// <summary>
+        /// AGV閲嶇疆
+        /// </summary>
+        /// <param name="taskNum"></param>
+        /// <returns></returns>
+        WebResponseContent AGVResetTask();
+
+        /// <summary>
         /// 浠诲姟鍙栨秷
         /// </summary>
         /// <param name="taskid"></param>
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
index 20f87ae..3996efd 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs"
@@ -94,5 +94,16 @@
         {
             return Service.ForceCompleteTask(taskNum);
         }
+
+        /// <summary>
+        /// AGV鍏佽杩涘叆鏍囧織閲嶇疆0
+        /// </summary>
+        /// <param name="taskNum"></param>
+        /// <returns></returns>
+        [HttpPost, Route("AGVResetTask")]
+        public WebResponseContent AGVResetTask()
+        {
+            return Service.AGVResetTask();
+        }
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs"
index e634901..c03a10b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs"
@@ -1149,6 +1149,26 @@
         }
 
         /// <summary>
+        /// 鍏佽閲嶇疆
+        /// </summary>
+        /// <param name="taskNum"></param>
+        /// <returns></returns>
+        public WebResponseContent AGVResetTask()
+        {
+            WebResponseContent content = new WebResponseContent();
+            Dt_Task task = _taskRepository.QueryFirst(x => x.CurrentAddress == "1");
+            if (task != null)
+            {
+                UpdateTaskAllowIn(task.TaskNum, 0);
+            }
+            else
+            {
+                return WebResponseContent.Instance.Error($"鐩墠鏄厑璁GV杩涘叆鐘舵�侊紝鏃犻渶閲嶇疆锛�");
+            }
+            return content.Error("閲嶇疆鎴愬姛锛�");
+        }
+
+        /// <summary>
         /// 浠诲姟鍙栨秷
         /// </summary>
         /// <param name="taskid"></param>
@@ -1162,6 +1182,12 @@
                 Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == taskNum);
                 if (task == null) return WebResponseContent.Instance.Error($"鏈壘鍒拌浠诲姟淇℃伅,浠诲姟鍙�:銆恵taskNum}銆�");
 
+                //鍙栨秷浠诲姟鏃讹紝閲嶇疆鏄惁鍏佽杩涘叆
+                if (task.CurrentAddress == "1")
+                {
+                    UpdateTaskAllowIn(task.TaskNum, 0);
+                }
+
                 Dt_LocationInfo locationsrc = _locationInfoRepository.QueryFirst(x => x.LocationCode == task.SourceAddress.ToString());
                 Dt_LocationInfo locationdsc = _locationInfoRepository.QueryFirst(x => x.LocationCode == task.TargetAddress.ToString());
                 bool isBack = false;
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/.$\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.drawio.bkp" "b/\346\212\200\346\234\257\345\215\217\350\256\256/.$\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.drawio.bkp"
new file mode 100644
index 0000000..c164f6e
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/.$\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.drawio.bkp"
@@ -0,0 +1,34 @@
+<mxfile host="Electron" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.7.8 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" version="24.7.8">
+  <diagram name="Page-1" id="74e2e168-ea6b-b213-b513-2b3c1d86103e">
+    <mxGraphModel dx="1050" dy="629" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1100" pageHeight="850" background="none" math="0" shadow="0">
+      <root>
+        <mxCell id="0" />
+        <mxCell id="1" parent="0" />
+        <mxCell id="77e6c97f196da883-1" value="Pool" style="swimlane;html=1;childLayout=stackLayout;startSize=20;rounded=0;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" parent="1" vertex="1">
+          <mxGeometry x="70" y="40" width="320" height="750" as="geometry" />
+        </mxCell>
+        <mxCell id="77e6c97f196da883-2" value="涓婃父绯荤粺WMS" style="swimlane;html=1;startSize=20;" parent="77e6c97f196da883-1" vertex="1">
+          <mxGeometry y="20" width="160" height="730" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-2" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-2" source="jBtHc0yjGH03LbjqOpPe-1" target="77e6c97f196da883-11">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-1" value="寮�濮�" style="strokeWidth=1;html=1;shape=mxgraph.flowchart.terminator;whiteSpace=wrap;" vertex="1" parent="77e6c97f196da883-2">
+          <mxGeometry x="20" y="30" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="77e6c97f196da883-11" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;1锛孉GV璇锋眰鍏ュ簱&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" parent="77e6c97f196da883-2" vertex="1">
+          <mxGeometry x="20" y="100" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="77e6c97f196da883-3" value="WCS" style="swimlane;html=1;startSize=20;" parent="77e6c97f196da883-1" vertex="1">
+          <mxGeometry x="160" y="20" width="160" height="730" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-7" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;2锛孉GV鏄惁鍙繘&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="100" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-8" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-1" source="77e6c97f196da883-11" target="jBtHc0yjGH03LbjqOpPe-7">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+      </root>
+    </mxGraphModel>
+  </diagram>
+</mxfile>
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/.$\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.png.bkp" "b/\346\212\200\346\234\257\345\215\217\350\256\256/.$\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.png.bkp"
new file mode 100644
index 0000000..70baa35
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/.$\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.png.bkp"
Binary files differ
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/.$\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.png.bkp" "b/\346\212\200\346\234\257\345\215\217\350\256\256/.$\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.png.bkp"
new file mode 100644
index 0000000..6474000
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/.$\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.png.bkp"
Binary files differ
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.drawio" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.drawio"
new file mode 100644
index 0000000..255f842
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.drawio"
@@ -0,0 +1,112 @@
+<mxfile host="Electron" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.7.8 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" version="24.7.8">
+  <diagram name="Page-1" id="74e2e168-ea6b-b213-b513-2b3c1d86103e">
+    <mxGraphModel dx="1050" dy="629" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1100" pageHeight="850" background="none" math="0" shadow="0">
+      <root>
+        <mxCell id="0" />
+        <mxCell id="1" parent="0" />
+        <mxCell id="77e6c97f196da883-1" value="Pool" style="swimlane;html=1;childLayout=stackLayout;startSize=20;rounded=0;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" parent="1" vertex="1">
+          <mxGeometry x="70" y="40" width="320" height="800" as="geometry" />
+        </mxCell>
+        <mxCell id="77e6c97f196da883-2" value="涓婃父绯荤粺WMS" style="swimlane;html=1;startSize=20;" parent="77e6c97f196da883-1" vertex="1">
+          <mxGeometry y="20" width="160" height="780" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-2" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-2" source="jBtHc0yjGH03LbjqOpPe-1" target="77e6c97f196da883-11">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-1" value="寮�濮�" style="strokeWidth=1;html=1;shape=mxgraph.flowchart.terminator;whiteSpace=wrap;" vertex="1" parent="77e6c97f196da883-2">
+          <mxGeometry x="20" y="30" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="77e6c97f196da883-11" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;1锛孉GV璇锋眰鍏ュ簱&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" parent="77e6c97f196da883-2" vertex="1">
+          <mxGeometry x="20" y="100" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-15" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-2" source="jBtHc0yjGH03LbjqOpPe-11" target="jBtHc0yjGH03LbjqOpPe-14">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-11" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;font style=&quot;font-size: 11px;&quot;&gt;4锛�&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;WMS鎺ユ敹2001璇锋眰&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-2">
+          <mxGeometry x="20" y="190" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-14" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;5锛學MS鍙戦��3001鍛戒护&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-2">
+          <mxGeometry x="20" y="270" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-24" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-2" source="jBtHc0yjGH03LbjqOpPe-20" target="jBtHc0yjGH03LbjqOpPe-23">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-20" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;8锛�&lt;/font&gt;&lt;span style=&quot;background-color: initial; font-size: 11px; font-family: 瀹嬩綋;&quot;&gt;WMS鎺ユ敹2002璇锋眰&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-2">
+          <mxGeometry x="20" y="350" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-23" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;9锛學MS鍙戦��101鍛戒护&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-2">
+          <mxGeometry x="20" y="430" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-36" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;15锛學MS鎺ユ敹201璇锋眰&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-2">
+          <mxGeometry x="30" y="720" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="77e6c97f196da883-3" value="WCS" style="swimlane;html=1;startSize=20;" parent="77e6c97f196da883-1" vertex="1">
+          <mxGeometry x="160" y="20" width="160" height="780" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-10" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-3" source="jBtHc0yjGH03LbjqOpPe-7" target="jBtHc0yjGH03LbjqOpPe-9">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-7" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;2锛孉GV鏄惁鍙繘&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="100" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-9" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;font style=&quot;font-size: 11px;&quot;&gt;3锛�&lt;/font&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;AGV璇锋眰杩涘叆鍥炶皟&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="190" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-19" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-3" source="jBtHc0yjGH03LbjqOpPe-16" target="jBtHc0yjGH03LbjqOpPe-18">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-16" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;6锛�&lt;/font&gt;&lt;span style=&quot;font-size: 11px; background-color: initial; font-family: 瀹嬩綋;&quot;&gt;WCS鎺ユ敹3001璇锋眰&lt;/span&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="270" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-18" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;font style=&quot;font-size: 11px;&quot;&gt;7锛�&lt;/font&gt;&lt;font style=&quot;font-family: 瀹嬩綋; background-color: initial; font-size: 11px;&quot; face=&quot;瀹嬩綋&quot;&gt;鎻愬崌瀹屾垚鍥炰紶&lt;/font&gt;&lt;font style=&quot;font-family: 瀹嬩綋; background-color: initial; font-size: 11px;&quot; face=&quot;瀹嬩綋&quot;&gt;WMS&amp;nbsp;&lt;/font&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="350" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-28" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-3" source="jBtHc0yjGH03LbjqOpPe-25" target="jBtHc0yjGH03LbjqOpPe-27">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-25" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;10锛學CS鎺ユ敹101璇锋眰&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="430" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-31" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-3" source="jBtHc0yjGH03LbjqOpPe-27" target="jBtHc0yjGH03LbjqOpPe-29">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-27" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;11锛屾墽琛屽爢鍨涙満鍏ュ簱&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="510" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-33" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-3" source="jBtHc0yjGH03LbjqOpPe-29" target="jBtHc0yjGH03LbjqOpPe-32">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-29" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;12锛屽爢鍨涙満鍏ュ簱瀹屾垚&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="580" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-35" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-3" source="jBtHc0yjGH03LbjqOpPe-32" target="jBtHc0yjGH03LbjqOpPe-34">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-32" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;13锛屽叆搴撳畬鎴�&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="650" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-34" value="&lt;font style=&quot;font-size: 11px;&quot;&gt;&lt;span style=&quot;font-family: 瀹嬩綋; background-color: initial;&quot;&gt;14锛屽叆搴撳畬鎴愬洖浼燤ES&lt;/span&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;labelBackgroundColor=none;strokeWidth=1;fontFamily=Verdana;fontSize=8;align=center;" vertex="1" parent="77e6c97f196da883-3">
+          <mxGeometry x="40" y="720" width="100" height="40" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-8" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-1" source="77e6c97f196da883-11" target="jBtHc0yjGH03LbjqOpPe-7">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-13" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-1" source="jBtHc0yjGH03LbjqOpPe-9" target="jBtHc0yjGH03LbjqOpPe-11">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-17" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-1" source="jBtHc0yjGH03LbjqOpPe-14" target="jBtHc0yjGH03LbjqOpPe-16">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-22" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-1" source="jBtHc0yjGH03LbjqOpPe-18" target="jBtHc0yjGH03LbjqOpPe-20">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-26" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-1" source="jBtHc0yjGH03LbjqOpPe-23" target="jBtHc0yjGH03LbjqOpPe-25">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+        <mxCell id="jBtHc0yjGH03LbjqOpPe-37" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="77e6c97f196da883-1" source="jBtHc0yjGH03LbjqOpPe-34" target="jBtHc0yjGH03LbjqOpPe-36">
+          <mxGeometry relative="1" as="geometry" />
+        </mxCell>
+      </root>
+    </mxGraphModel>
+  </diagram>
+</mxfile>
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.png" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.png"
new file mode 100644
index 0000000..6044dc9
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/\345\205\245\345\272\223\346\265\201\347\250\213\345\233\276.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
similarity index 100%
rename from "\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
rename to "\346\212\200\346\234\257\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\344\270\212\346\226\231\346\265\201\347\250\213.drawio.png" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\344\270\212\346\226\231\346\265\201\347\250\213.drawio.png"
new file mode 100644
index 0000000..99017bf
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\344\270\212\346\226\231\346\265\201\347\250\213.drawio.png"
Binary files differ
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\345\274\202\345\270\270\345\207\272\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\345\274\202\345\270\270\345\207\272\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png"
new file mode 100644
index 0000000..be54aa6
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\345\274\202\345\270\270\345\207\272\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png"
Binary files differ
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png"
new file mode 100644
index 0000000..6081119
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png"
Binary files differ
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\347\251\272\350\275\246\345\207\272\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\347\251\272\350\275\246\345\207\272\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png"
new file mode 100644
index 0000000..c9508d5
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276-\347\251\272\350\275\246\345\207\272\345\272\223\346\265\201\347\250\213\345\233\276.drawio.png"
Binary files differ
diff --git "a/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.png" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.png"
new file mode 100644
index 0000000..9f813d7
--- /dev/null
+++ "b/\346\212\200\346\234\257\345\215\217\350\256\256/\347\247\273\345\272\223\346\265\201\347\250\213\345\233\276.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\351\203\255\345\272\227-\345\205\253\345\216\202\350\207\252\345\212\250\345\214\226\351\241\271\347\233\256\347\253\213\344\275\223\345\272\223\346\212\200\346\234\257\345\215\217\350\256\2560302\0502\051.docx" "b/\346\212\200\346\234\257\345\215\217\350\256\256/\351\203\255\345\272\227-\345\205\253\345\216\202\350\207\252\345\212\250\345\214\226\351\241\271\347\233\256\347\253\213\344\275\223\345\272\223\346\212\200\346\234\257\345\215\217\350\256\2560302\0502\051.docx"
similarity index 100%
rename from "\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\351\203\255\345\272\227-\345\205\253\345\216\202\350\207\252\345\212\250\345\214\226\351\241\271\347\233\256\347\253\213\344\275\223\345\272\223\346\212\200\346\234\257\345\215\217\350\256\2560302\0502\051.docx"
rename to "\346\212\200\346\234\257\345\215\217\350\256\256/\351\203\255\345\272\227-\345\205\253\345\216\202\350\207\252\345\212\250\345\214\226\351\241\271\347\233\256\347\253\213\344\275\223\345\272\223\346\212\200\346\234\257\345\215\217\350\256\2560302\0502\051.docx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\216\245\345\217\243\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt" "b/\346\216\245\345\217\243\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
similarity index 100%
rename from "\351\241\271\347\233\256\350\265\204\346\226\231/\346\216\245\345\217\243\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
rename to "\346\216\245\345\217\243\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt" "b/\351\200\232\344\277\241\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
similarity index 100%
rename from "\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
rename to "\351\200\232\344\277\241\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/24GKH202 \346\231\272\346\261\207\345\245\207\347\255\226 \351\203\255\345\272\227\346\231\272\350\203\275\347\253\213\344\275\223\345\272\223\351\241\271\347\233\256\346\212\200\346\234\257\345\215\217\350\256\256-2024.10.25.pdf" "b/\351\241\271\347\233\256\345\233\276\347\272\270/24GKH202 \346\231\272\346\261\207\345\245\207\347\255\226 \351\203\255\345\272\227\346\231\272\350\203\275\347\253\213\344\275\223\345\272\223\351\241\271\347\233\256\346\212\200\346\234\257\345\215\217\350\256\256-2024.10.25.pdf"
new file mode 100644
index 0000000..43afaf2
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/24GKH202 \346\231\272\346\261\207\345\245\207\347\255\226 \351\203\255\345\272\227\346\231\272\350\203\275\347\253\213\344\275\223\345\272\223\351\241\271\347\233\256\346\212\200\346\234\257\345\215\217\350\256\256-2024.10.25.pdf"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/PLC\345\234\260\345\235\200.png" "b/\351\241\271\347\233\256\345\233\276\347\272\270/PLC\345\234\260\345\235\200.png"
new file mode 100644
index 0000000..20b86b1
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/PLC\345\234\260\345\235\200.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/~$\345\240\206\345\236\233\346\234\272\351\200\232\344\277\241\345\215\217\350\256\256.xlsx" "b/\351\241\271\347\233\256\345\233\276\347\272\270/~$\345\240\206\345\236\233\346\234\272\351\200\232\344\277\241\345\215\217\350\256\256.xlsx"
new file mode 100644
index 0000000..1e0c8b3
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/~$\345\240\206\345\236\233\346\234\272\351\200\232\344\277\241\345\215\217\350\256\256.xlsx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\343\200\220TDG\343\200\221WCS\347\263\273\347\273\237\346\223\215\344\275\234\350\257\264\346\230\216\346\226\207\346\241\243.doc" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\343\200\220TDG\343\200\221WCS\347\263\273\347\273\237\346\223\215\344\275\234\350\257\264\346\230\216\346\226\207\346\241\243.doc"
new file mode 100644
index 0000000..e190725
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\343\200\220TDG\343\200\221WCS\347\263\273\347\273\237\346\223\215\344\275\234\350\257\264\346\230\216\346\226\207\346\241\243.doc"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\345\205\245\345\272\223\347\224\237\346\210\220\344\273\273\345\212\241\346\212\245\346\226\207.txt" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\205\245\345\272\223\347\224\237\346\210\220\344\273\273\345\212\241\346\212\245\346\226\207.txt"
new file mode 100644
index 0000000..fc7f914
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\205\245\345\272\223\347\224\237\346\210\220\344\273\273\345\212\241\346\212\245\346\226\207.txt"
@@ -0,0 +1,19 @@
+{
+    "cmd": 101,
+    "task_id": 7871,
+    "src_rack": 2,
+    "src_col": 0,
+    "src_row": 1,
+    "dest_rack": 2,
+    "dest_col": 5,
+    "dest_row": 3,
+    "src_station": 0,
+    "dest_station": 0,
+    "size": 0,
+    "weight": 0,
+    "barcode": "",
+    "startIndex": 0,
+    "total": 9,
+    "carId": "8044",
+    "status": 2
+}
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\210\235\345\247\213\345\214\226.txt"
similarity index 100%
copy from "\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\345\210\235\345\247\213\345\214\226.txt"
copy to "\351\241\271\347\233\256\345\233\276\347\272\270/\345\210\235\345\247\213\345\214\226.txt"
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\345\240\206\345\236\233\346\234\272\347\275\221\347\273\234\351\205\215\347\275\256.png" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\240\206\345\236\233\346\234\272\347\275\221\347\273\234\351\205\215\347\275\256.png"
new file mode 100644
index 0000000..c81c97b
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\240\206\345\236\233\346\234\272\347\275\221\347\273\234\351\205\215\347\275\256.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\345\240\206\345\236\233\346\234\272\351\200\232\344\277\241\345\215\217\350\256\256.xlsx" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\240\206\345\236\233\346\234\272\351\200\232\344\277\241\345\215\217\350\256\256.xlsx"
new file mode 100644
index 0000000..bdb14e2
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\240\206\345\236\233\346\234\272\351\200\232\344\277\241\345\215\217\350\256\256.xlsx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\345\267\245\344\275\234\350\277\233\345\272\246\351\242\204\344\274\260-\345\230\211\345\205\264\346\265\267\345\256\201 \345\260\226\345\261\261&\351\203\255\345\272\227 WMS&WCS&\345\240\206\345\236\233\346\234\272\347\224\265\346\216\247\351\241\271\347\233\256-2024.09.14.pdf" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\267\245\344\275\234\350\277\233\345\272\246\351\242\204\344\274\260-\345\230\211\345\205\264\346\265\267\345\256\201 \345\260\226\345\261\261&\351\203\255\345\272\227 WMS&WCS&\345\240\206\345\236\233\346\234\272\347\224\265\346\216\247\351\241\271\347\233\256-2024.09.14.pdf"
new file mode 100644
index 0000000..736e45f
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\267\245\344\275\234\350\277\233\345\272\246\351\242\204\344\274\260-\345\230\211\345\205\264\346\265\267\345\256\201 \345\260\226\345\261\261&\351\203\255\345\272\227 WMS&WCS&\345\240\206\345\236\233\346\234\272\347\224\265\346\216\247\351\241\271\347\233\256-2024.09.14.pdf"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\345\272\223\344\275\215.png" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\272\223\344\275\215.png"
new file mode 100644
index 0000000..b8d1144
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\272\223\344\275\215.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\345\274\202\345\270\270\345\207\272\345\272\223\347\224\237\346\210\220\344\273\273\345\212\241\346\212\245\346\226\207.txt" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\274\202\345\270\270\345\207\272\345\272\223\347\224\237\346\210\220\344\273\273\345\212\241\346\212\245\346\226\207.txt"
new file mode 100644
index 0000000..a7cfa25
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\345\274\202\345\270\270\345\207\272\345\272\223\347\224\237\346\210\220\344\273\273\345\212\241\346\212\245\346\226\207.txt"
@@ -0,0 +1,19 @@
+{
+    "cmd": 102,
+    "task_id": 7872,
+    "src_rack": 2,
+    "src_col": 5,
+    "src_row": 2,
+    "dest_rack":0 ,
+    "dest_col":0 ,
+    "dest_row":0 ,
+    "src_station": 0,
+    "dest_station": 1001,
+    "size": 0,
+    "weight": 0,
+    "barcode": "",
+    "startIndex": 0,
+    "total": 9,
+    "carId": "8044",
+    "status": 2
+}
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\346\231\272\346\261\207\345\245\207\347\255\226\351\203\255\345\272\227\345\260\226\345\261\261\351\241\271\347\233\256\351\200\232\346\270\205\345\215\2251031.xls" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\231\272\346\261\207\345\245\207\347\255\226\351\203\255\345\272\227\345\260\226\345\261\261\351\241\271\347\233\256\351\200\232\346\270\205\345\215\2251031.xls"
new file mode 100644
index 0000000..801977f
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\231\272\346\261\207\345\245\207\347\255\226\351\203\255\345\272\227\345\260\226\345\261\261\351\241\271\347\233\256\351\200\232\346\270\205\345\215\2251031.xls"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\346\234\215\345\212\241\345\231\250.txt" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\234\215\345\212\241\345\231\250.txt"
new file mode 100644
index 0000000..acbfcee
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\234\215\345\212\241\345\231\250.txt"
@@ -0,0 +1,13 @@
+鏁版嵁搴撴湇鍔″櫒锛�
+10.0.250.20
+administrator
+STC@123456
+
+
+鏁版嵁搴撳瘑鐮侊細STC@123456
+
+
+搴旂敤鏈嶅姟鍣�
+10.0.250.15(搴旂敤鏈嶅姟鍣�)
+administrator
+STC@123456
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\345\233\2761.png" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\345\233\2761.png"
new file mode 100644
index 0000000..d4f5572
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\345\233\2761.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\345\233\2762.png" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\345\233\2762.png"
new file mode 100644
index 0000000..38d8674
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\345\233\2762.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\350\257\264\346\230\216.doc" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\350\257\264\346\230\216.doc"
new file mode 100644
index 0000000..cf239be
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\346\265\201\347\250\213\350\257\264\346\230\216.doc"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\347\273\204\347\253\213\346\234\272\344\270\212\346\226\231\345\211\251\344\275\231\345\261\202\346\225\260\345\233\236\345\206\231\357\274\210DB28\357\274\211.png" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\347\273\204\347\253\213\346\234\272\344\270\212\346\226\231\345\211\251\344\275\231\345\261\202\346\225\260\345\233\236\345\206\231\357\274\210DB28\357\274\211.png"
new file mode 100644
index 0000000..5fe94cb
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\347\273\204\347\253\213\346\234\272\344\270\212\346\226\231\345\211\251\344\275\231\345\261\202\346\225\260\345\233\236\345\206\231\357\274\210DB28\357\274\211.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwg" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwg"
new file mode 100644
index 0000000..5365a9b
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwg"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwl" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwl"
new file mode 100644
index 0000000..1079ff0
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwl"
@@ -0,0 +1,3 @@
+Administrator
+DESKTOP-O29B7EI
+2024-11-10星期日 14:39:12
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwl2" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwl2"
new file mode 100644
index 0000000..e89744a
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\344\272\247\345\223\20189\345\216\202\347\253\213\345\272\223\345\270\203\345\261\200\345\233\276\0501\051.dwl2"
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8">
+<whprops>
+<username>Administrator</username>
+<machinename>DESKTOP-O29B7EI</machinename>
+<fullname></fullname>
+<datetime>2024-11-10星期日 14:39:12</datetime></whprops>
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\351\203\255\345\272\227-\345\205\253\345\216\202\350\207\252\345\212\250\345\214\226\351\241\271\347\233\256\347\253\213\344\275\223\345\272\223\346\212\200\346\234\257\345\215\217\350\256\2560302\0502\051.docx" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\345\205\253\345\216\202\350\207\252\345\212\250\345\214\226\351\241\271\347\233\256\347\253\213\344\275\223\345\272\223\346\212\200\346\234\257\345\215\217\350\256\2560302\0502\051.docx"
similarity index 100%
copy from "\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\351\203\255\345\272\227-\345\205\253\345\216\202\350\207\252\345\212\250\345\214\226\351\241\271\347\233\256\347\253\213\344\275\223\345\272\223\346\212\200\346\234\257\345\215\217\350\256\2560302\0502\051.docx"
copy to "\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227-\345\205\253\345\216\202\350\207\252\345\212\250\345\214\226\351\241\271\347\233\256\347\253\213\344\275\223\345\272\223\346\212\200\346\234\257\345\215\217\350\256\2560302\0502\051.docx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227WCS\347\263\273\347\273\237\351\234\200\346\261\202\350\257\264\346\230\216\344\271\2461.0.0.docx" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227WCS\347\263\273\347\273\237\351\234\200\346\261\202\350\257\264\346\230\216\344\271\2461.0.0.docx"
new file mode 100644
index 0000000..88dc517
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227WCS\347\263\273\347\273\237\351\234\200\346\261\202\350\257\264\346\230\216\344\271\2461.0.0.docx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227\351\241\271\347\233\256\345\256\236\346\226\275\345\267\245\344\275\234\345\256\211\346\216\222\345\217\212\350\277\233\345\272\246\347\256\241\347\220\206\350\241\250-\347\254\2541\345\221\250-2024.11.13.xlsx" "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227\351\241\271\347\233\256\345\256\236\346\226\275\345\267\245\344\275\234\345\256\211\346\216\222\345\217\212\350\277\233\345\272\246\347\256\241\347\220\206\350\241\250-\347\254\2541\345\221\250-2024.11.13.xlsx"
new file mode 100644
index 0000000..32d16e6
--- /dev/null
+++ "b/\351\241\271\347\233\256\345\233\276\347\272\270/\351\203\255\345\272\227\351\241\271\347\233\256\345\256\236\346\226\275\345\267\245\344\275\234\345\256\211\346\216\222\345\217\212\350\277\233\345\272\246\347\256\241\347\220\206\350\241\250-\347\254\2541\345\221\250-2024.11.13.xlsx"
Binary files differ

--
Gitblit v1.9.3