From 9653c8cc9900e8b5efb6389e829a9038250ff659 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 12 十二月 2025 10:54:20 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue |   36 ++++++++++++++----------------------
 1 files changed, 14 insertions(+), 22 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
index 6c4bbf9..855e46f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
@@ -1,19 +1,11 @@
 
 <template>
-  <view-grid
-    ref="grid"
-    :columns="columns"
-    :detail="detail"
-    :editFormFields="editFormFields"
-    :editFormOptions="editFormOptions"
-    :searchFormFields="searchFormFields"
-    :searchFormOptions="searchFormOptions"
-    :table="table"
-    :extend="extend"
-  >
+  <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields"
+    :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions"
+    :table="table" :extend="extend">
   </view-grid>
 </template>
-  <script>
+<script>
 import extend from "@/extension/taskinfo/task.js";
 import { ref, defineComponent } from "vue";
 export default defineComponent({
@@ -27,12 +19,12 @@
       sortName: "CreateDate",
     });
     const editFormFields = ref({
-      taskNum:"",
+      taskNum: "",
       palletCode: "",
       roadway: "",
-      taskType:"",
-      taskState:"",
-      wMSId:"",
+      taskType: "",
+      taskState: "",
+      wMSId: "",
       sourceAddress: "",
       targetAddress: "",
       currentAddress: "",
@@ -40,7 +32,7 @@
       creater: "",
       createDate: "",
       grade: "",
-      productionLine:""
+      productionLine: ""
     });
     const editFormOptions = ref([[{ title: "浼樺厛绾�", field: "grade", type: "int" },]]);
     const searchFormFields = ref({
@@ -121,7 +113,7 @@
         field: "taskType",
         title: "浠诲姟绫诲瀷",
         type: "int",
-        width: 90,
+        width: 120,
         align: "left",
         bind: { key: "taskType", data: [] },
       },
@@ -144,7 +136,7 @@
         field: "targetAddress",
         title: "鐩爣鍦板潃",
         type: "string",
-        width: 120,
+        width: 150,
         align: "left",
       },
       {
@@ -167,7 +159,7 @@
         type: "string",
         width: 90,
         align: "left",
-       
+
       },
       {
         field: "grade",
@@ -191,7 +183,7 @@
         align: "left",
         hidden: true,
       },
-      
+
       {
         field: "createDate",
         title: "鍒涘缓鏃堕棿",
@@ -199,7 +191,7 @@
         width: 150,
         align: "left",
       },
-      
+
       {
         field: "modifyDate",
         title: "淇敼鏃堕棿",

--
Gitblit v1.9.3