From 9be0aa679c29628c4519868c7242e75a47f5a7f6 Mon Sep 17 00:00:00 2001
From: Tiandele <tiandele@hnkhzn.com>
Date: 星期二, 17 三月 2026 16:54:40 +0800
Subject: [PATCH] 1

---
 /dev/null                                                                                       |  265 --------------------------------------------
 项目代码/WCS/WCSClient/src/views/taskinfo/task_Hty.vue                                              |   35 +++--
 项目代码/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue                                 |    8 
 项目代码/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db-wal      |    0 
 项目代码/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue                                   |    2 
 项目代码/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue                               |    1 
 项目代码/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db          |    0 
 项目代码/WCS/WCSClient/src/views/taskinfo/task.vue                                                  |   36 ++++--
 项目代码/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/SemanticSymbols.db-wal |    0 
 9 files changed, 49 insertions(+), 298 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
index 4a5b91b..700ac48 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
@@ -32,7 +32,8 @@
       creater: "",
       createDate: "",
       grade: "",
-      productionLine: ""
+      carType:"",
+      pvi:""
     });
     const editFormOptions = ref([[{ title: "浼樺厛绾�", field: "grade", type: "int" },]]);
     const searchFormFields = ref({
@@ -49,21 +50,16 @@
     const searchFormOptions = ref([
       [
         { title: "浠诲姟鍙�", field: "taskNum", type: "int" },
-        { title: "鎵樼洏缂栧彿", field: "palletCode", type: "text" },
-        {
+        { title: "婊戞﹪鍙�", field: "palletCode", type: "text" },
+        { title: "PVI鐮�", field: "palletCode", type: "text" },
+         {
           title: "浠诲姟绫诲瀷",
           field: "taskType",
           type: "selectList",
           dataKey: "taskType",
           data: [],
-        },
-        {
-          title: "浠诲姟鐘舵��",
-          field: "taskState",
-          type: "selectList",
-          dataKey: "taskState",
-          data: [],
-        },
+        }
+        
       ],
       [
         { title: "璧峰鍦板潃", field: "sourceAddress", type: "text" },
@@ -72,10 +68,19 @@
         { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "text" },
       ],
       [
+        
+        {
+          title: "浠诲姟鐘舵��",
+          field: "taskState",
+          type: "selectList",
+          dataKey: "taskState",
+          data: [],
+        },
         { title: "宸烽亾鍙�", field: "roadway", type: "text" },
-        { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
+        // { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
         { title: "鍒涘缓浜�", field: "creater", type: "text" },
         { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
+       
       ],
     ]);
     const columns = ref([
@@ -103,6 +108,13 @@
         width: 100,
         align: "left",
       },
+       {
+        field: "pvi",
+        title: "PVI鐮�",
+        type: "string",
+        width: 100,
+        align: "left",
+      },
       {
         field: "roadway",
         title: "宸烽亾鍙�",
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task_Hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task_Hty.vue"
index 8048fa8..095fe2b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task_Hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task_Hty.vue"
@@ -42,14 +42,18 @@
     const searchFormOptions = ref([
       [
         { title: "浠诲姟鍙�", field: "taskNum", type: "int" },
-        { title: "鎵樼洏缂栧彿", field: "palletCode", type: "text" },
+        { title: "婊戞﹪鍙�", field: "palletCode", type: "text" },
+         { title: "PVI鐮�", field: "pvi", type: "text" },
         {
           title: "浠诲姟绫诲瀷",
           field: "taskType",
           type: "selectList",
           dataKey: "taskType",
           data: [],
-        },
+        }
+      ],
+      [
+        
         {
           title: "浠诲姟鐘舵��",
           field: "taskState",
@@ -57,16 +61,14 @@
           dataKey: "taskState",
           data: [],
         },
-      ],
-      [
         { title: "璧峰鍦板潃", field: "sourceAddress", type: "text" },
         { title: "鐩爣鍦板潃", field: "targetAddress", type: "text" },
-        { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "text" },
-        { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "text" },
+        // { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "text" },
+        // { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "text" },
       ],
       [
         { title: "宸烽亾鍙�", field: "roadway", type: "text" },
-        { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
+        // { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
         { title: "鍒涘缓浜�", field: "creater", type: "text" },
         { title: "瀹屾垚鏃堕棿", field: "createDate", type: "datetime" },
       ],
@@ -91,9 +93,16 @@
       },
       {
         field: "palletCode",
-        title: "鎵樼洏缂栧彿",
+        title: "婊戞﹪鍙�",
         type: "string",
-        width: 200,
+        width: 100,
+        align: "left",
+      },
+      {
+        field: "pvi",
+        title: "PVI鐮�",
+        type: "string",
+        width: 100,
         align: "left",
       },
       {
@@ -146,14 +155,6 @@
         type: "string",
         width: 120,
         align: "left",
-      },
-      {
-        field: "productionLine",
-        title: "浜х嚎",
-        type: "string",
-        width: 70,
-        align: "left",
-        bind: { key: "ProductionLine", data: [] } 
       },
       {
         field: "exceptionMessage",
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db"
index 2a73743..0de7a7c 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db"
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db-wal" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db-wal"
index 61dae63..a759535 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db-wal"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db-wal"
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/SemanticSymbols.db-wal" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/SemanticSymbols.db-wal"
index 0bfb011..329a24a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/SemanticSymbols.db-wal"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/SemanticSymbols.db-wal"
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basicinfo/Dt_StationManager.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basicinfo/Dt_StationManager.vue"
deleted file mode 100644
index be793ec..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basicinfo/Dt_StationManager.vue"
+++ /dev/null
@@ -1,99 +0,0 @@
-<!--
-*Author锛歫xx
- *Contact锛�283591387@qq.com
- *浠g爜鐢辨鏋剁敓鎴�,浠讳綍鏇存敼閮藉彲鑳藉鑷磋浠g爜鐢熸垚鍣ㄨ鐩�
- *涓氬姟璇峰湪@/extension/widesea_wms/basicinfo/Dt_AreaInfo.js姝ゅ缂栧啓
- -->
-<template>
-    <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields"
-        :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions"
-        :table="table" :extend="extend">
-    </view-grid>
-</template>
-<script>
-import extend from "@/extension/basicinfo/Dt_StationManager.js";
-import { ref, defineComponent } from "vue";
-export default defineComponent({
-    setup() {
-        const table = ref({
-            key: 'stationID',
-            footer: "Foots",
-            cnName: '绔欏彴绠$悊',
-            name: 'basicinfo/Dt_StationManager',
-            url: "/Dt_StationManager/",
-            sortName: "stationID"
-        });
-        const editFormFields = ref({
-            stationID:"",
-            stationType:"",
-            stationPLC:"",
-            roadway:"",
-            stationStatus:"",
-            stationRemark:"",
-            stationChildCode:"",
-            stationArea:"",
-            stationLocation:"",
-            stationStatus:""
-        });
-        const editFormOptions = ref([
-            [
-                { "title": "绔欏彴鐘舵��", "field": "stationStatus", type: "select",dataKey: "enanleEnum",data: [], },
-               
-            ]
-        ]);
-        const searchFormFields = ref({
-            // "iD":"",
-            // "toArea": "",
-            // "fromArea": "",
-            // "barcodeType": "",
-            // "productLine": "",
-            // "inLineNum": "",
-            // "cacheNum":""
-        });
-        const searchFormOptions = ref([
-            [
-                { "title": "绔欏彴绫诲瀷", "field": "stationType", type: "text" },
-                { "title": "宸烽亾", "field": "roadway", type: "text" },
-                { "title": "绔欏彴鍖哄煙", "field": "stationArea", type: "text" },
-            ]
-            // ,
-            // [
-            //     { "title": "绔欏彴鑺傜偣", "field": "stationChildCode", type: "text" },
-            //     { "title": "鍦ㄩ�旀暟閲�", "field": "inLineNum", type: "text" },
-            //     { "title": "鍙紦瀛樻暟閲�", "field": "cacheNum", type: "text" },
-            // ]
-        ]);
-        const columns = ref([{ field: 'stationID', title: '涓婚敭', type: 'int', sort: true, hidden: true, width: 110, readonly: true, require: true, align: 'left' },
-        { field: 'stationType', title: '绔欏彴绫诲瀷', type: 'int', sort: true, width: 110, require: true, align: 'left', sort: true },
-        { field: 'stationPLC', title: '绔欏彴PLC', type: 'string', sort: true, width: 110, align: 'left' },
-        { field: 'roadway', title: '宸烽亾', type: 'string', sort: true, width: 110, align: 'left' },
-         { field: 'stationStatus', title: '绔欏彴鐘舵��', type: 'string', sort: true, width: 110, align: 'left', bind: { key: "enanleEnum", data: [] }},
-        { field: 'stationRemark', title: '绔欏彴澶囨敞', type: 'string', sort: true, width: 110, align: 'left', },
-        { field: 'stationChildCode', title: '绔欏彴鑺傜偣', type: 'int', sort: true, width: 110, align: 'left' },
-        { field: 'stationArea', title: '绔欏彴鍖哄煙', type: 'int', sort: true, width: 100,  align: 'left' },
-        { field: 'stationLocation', title: '鍫嗗灈鏈哄湴鍧�', type: 'int', sort: true, width: 100,  align: 'left' },
-        { field: 'creater', title: '鍒涘缓浜�', type: 'string', sort: true, width: 110, align: 'left' },
-        { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
-        { field: 'modifier', title: '淇敼浜�', type: 'string', sort: true, width: 100,  align: 'left' },
-        { field: 'modifyDate', title: '淇敼鏃堕棿', type: 'datetime', sort: true, width: 150,  align: 'left', sort: true },
-        ]);
-        const detail = ref({
-            cnName: "#detailCnName",
-            table: "#detailTable",
-            columns: [],
-            sortName: "",
-            key: ""
-        });
-        return {
-            table,
-            extend,
-            editFormFields,
-            editFormOptions,
-            searchFormFields,
-            searchFormOptions,
-            columns,
-            detail,
-        };
-    },
-});
-</script>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basicinfo/router.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basicinfo/router.vue"
deleted file mode 100644
index 319e35e..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basicinfo/router.vue"
+++ /dev/null
@@ -1,265 +0,0 @@
-
-<template>
-  <view-grid
-    ref="grid"
-    :columns="columns"
-    :detail="detail"
-    :editFormFields="editFormFields"
-    :editFormOptions="editFormOptions"
-    :searchFormFields="searchFormFields"
-    :searchFormOptions="searchFormOptions"
-    :table="table"
-    :extend="extend"
-  >
-  </view-grid>
-</template>
-    <script>
-import extend from "@/extension/basicinfo/router.js";
-import { ref, defineComponent } from "vue";
-export default defineComponent({
-  setup() {
-    const table = ref({
-      key: "id",
-      footer: "Foots",
-      cnName: "璺敱閰嶇疆淇℃伅",
-      name: "router",
-      url: "/Router/",
-      sortName: "createDate",
-    });
-    const editFormFields = ref({
-      // name: "",
-      // jobGroup: "",
-      // assemblyName: "",
-      // className: "",
-      // intervalSecond: "",
-      // beginTime: "",
-      // endTime: "",
-      // remark: "",
-    });
-    const editFormOptions = ref([
-      // [
-      //   {
-      //     title: "浠诲姟鍚嶇О",
-      //     required: true,
-      //     field: "name",
-      //     type: "string",
-      //   },
-      //   {
-      //     title: "浠诲姟鍒嗙粍",
-      //     required: true,
-      //     field: "jobGroup",
-      //     type: "select",
-      //     dataKey: "deviceType",
-      //     data: [],
-      //   },
-      //   {
-      //     title: "绋嬪簭闆嗗悕绉�",
-      //     required: true,
-      //     field: "assemblyName",
-      //     type: "string",
-      //     type: "select",
-      //     dataKey: "jobAssembly",
-      //     data: [],
-      //   },
-      //   {
-      //     title: "浠诲姟鎵�鍦ㄧ被",
-      //     required: true,
-      //     field: "className",
-      //     type: "string",
-      //     type: "select",
-      //     dataKey: "jobClassName",
-      //     data: [],
-      //   },
-      // ],
-      // [
-      //   {
-      //     title: "闂撮殧鏃堕棿",
-      //     required: true,
-      //     field: "intervalSecond",
-      //     type: "number",
-      //   },
-      //   {
-      //     title: "寮�濮嬫椂闂�",
-      //     field: "beginTime",
-      //     type: "datetime",
-      //   },
-      //   {
-      //     title: "缁撴潫鏃堕棿",
-      //     field: "endTime",
-      //     type: "datetime",
-      //   },
-      //   {
-      //     title: "澶囨敞",
-      //     field: "remark",
-      //     type: "string",
-      //   },
-      // ],
-    ]);
-    const searchFormFields = ref({
-      startPosi: "",
-      nextPosi: "",
-      // assemblyName: "",
-      // className: "",
-    });
-    const searchFormOptions = ref([
-      [
-        {
-          title: "璧风偣浣嶇疆",
-          field: "startPosi",
-          type: "like",
-        },
-        {
-          title: "缁堢偣浣嶇疆",
-          field: "nextPosi",
-          type: "like",
-        },
-        //   {
-        //     title: "绋嬪簭闆嗗悕绉�",
-        //     field: "assemblyName",
-        //     type: "like",
-        //   },
-        //   {
-        //     title: "浠诲姟鎵�鍦ㄧ被",
-        //     field: "className",
-        //     type: "like",
-        //   },
-      ],
-    ]);
-    const columns = ref([
-      {
-        field: "id",
-        title: "Id",
-        type: "int",
-        width: 90,
-        hidden: true,
-        readonly: true,
-        require: true,
-        align: "left",
-      },
-      {
-        field: "startPosi",
-        title: "璧风偣浣嶇疆",
-        type: "string",
-        width: 90,
-        align: "left",
-      },
-      {
-        field: "nextPosi",
-        title: "缁堢偣浣嶇疆",
-        type: "string",
-        width: 180,
-        align: "left",
-      },
-      {
-        field: "inOutType",
-        title: "璺敱绫诲瀷",
-        type: "string",
-        width: 180,
-        align: "left",
-      },
-      {
-        field: "childPosi",
-        title: "瀛愪綅缃�",
-        type: "string",
-        width: 200,
-        align: "left",
-      },
-      {
-        field: "childPosiDeviceCode",
-        title: "瀛愪綅缃墍灞炶澶�",
-        type: "string",
-        width: 120,
-        align: "left",
-      },
-      {
-        field: "srmRow",
-        title: "鍫嗗灈鏈哄彇璐�/鏀捐揣琛�",
-        type: "int",
-        width: 150,
-        align: "left",
-      },
-      {
-        field: "srmColumn",
-        title: "鍫嗗灈鏈哄彇璐�/鏀捐揣鍒�",
-        type: "int",
-        width: 150,
-        align: "left",
-      },
-      {
-        field: "srmLayer",
-        title: "鍫嗗灈鏈哄彇璐�/鏀捐揣灞�",
-        type: "int",
-        width: 150,
-        align: "left",
-      },
-      {
-        field: "depth",
-        title: "娣卞害",
-        type: "int",
-        width: 150,
-        align: "left",
-      },
-      {
-        field: "isEnd",
-        title: "鏄惁鏄渶缁堢偣",
-        type: "bool",
-        width: 150,
-        align: "left",
-      },
-      {
-        field: "creater",
-        title: "鍒涘缓浜�",
-        type: "string",
-        width: 90,
-        align: "left",
-      },
-      {
-        field: "createDate",
-        title: "鍒涘缓鏃堕棿",
-        type: "datetime",
-        width: 160,
-        align: "left",
-      },
-      {
-        field: "modifier",
-        title: "淇敼浜�",
-        type: "string",
-        width: 100,
-        align: "left",
-      },
-      {
-        field: "modifyDate",
-        title: "淇敼鏃堕棿",
-        type: "datetime",
-        width: 160,
-        align: "left",
-      },
-      {
-        field: "remark",
-        title: "澶囨敞",
-        type: "string",
-        width: 100,
-        align: "left",
-      },
-    ]);
-    const detail = ref({
-      cnName: "",
-      table: "",
-      columns: [],
-      sortName: "",
-      key: "",
-    });
-    return {
-      table,
-      extend,
-      editFormFields,
-      editFormOptions,
-      searchFormFields,
-      searchFormOptions,
-      columns,
-      detail,
-    };
-  },
-});
-</script>
-    
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue"
index 52ebba8..36ed357 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue"
@@ -59,8 +59,8 @@
         const columns = ref([
             { field: 'id', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
             { field: 'roadwayNo', title: '宸烽亾鍙�', type: 'string', width: 60, align: 'left' },
-            { field: 'locationCode', title: '搴撲綅鍙�', type: 'int', width: 100, align: 'left' },
-            { field: 'carBodyID', title: '杞﹁韩ID', type: 'int', width: 120, align: 'left' },
+            { field: 'locationCode', title: '搴撲綅鍙�', type: 'int', width: 120, align: 'left' },
+            { field: 'carBodyID', title: '杞﹁韩ID', type: 'int', width: 90, align: 'left' },
             { field: 'pvi', title: 'PVI鐮�', type: 'string', width: 120, align: 'left' },
             { field: 'palletCode', title: '婊戞﹪鍙�', type: 'string', width: 75, align: 'left' },
             { field: 'vehicleCharacteristic', title: '杞﹀瀷', type: 'string', width: 75, align: 'left' },
@@ -68,8 +68,8 @@
             { field: 'workOrderType', title: '宸ュ崟绫诲瀷', type: 'string', width: 100, align: 'left', bind: { key: "OrderType", data: [] } },
             { field: 'skylightCharacteristic', title: '澶╃獥鐗瑰緛', type: 'string', width: 75, align: 'left' },
             { field: 'carBodyCharacteristic', title: '杞﹁韩棰滆壊', type: 'string', width: 75, align: 'left' },
-            { field: 'biwMaterialCode', title: '鐧借溅韬墿鏂欏彿', type: 'string', width: 110, align: 'left' },
-            { field: 'pbMaterial', title: '褰╄溅韬墿鏂欏彿', type: 'string', width: 110, align: 'left' },
+            { field: 'biwMaterialCode', title: '鐧借溅韬墿鏂欏彿', type: 'string', width: 120, align: 'left' },
+            { field: 'pbMaterial', title: '褰╄溅韬墿鏂欏彿', type: 'string', width: 120, align: 'left' },
             { field: 'biwInPassTime', title: '鐒婅涓婄嚎鏃堕棿', type: 'datetime', width: 130, align: 'left' },
             { field: 'stockStatus', title: '閿佸畾鐘舵��', type: 'string', width: 80, align: 'left', bind: { key: "BodyStatus", data: [] } },
             { field: 'lockOrder', title: '鎷夊姩閿佸畾', type: 'int', width: 75, align: 'left', bind: { key: "LockStatus", data: [] } },
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue"
index 14ded55..c06038f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue"
@@ -42,6 +42,7 @@
             ],
             [
                 { "title": "宸烽亾", "field": "roadway", type: "text" },
+                { "title": "杞﹀瀷", "field": "carType", type: "text" },
                 { "title": "鍒涘缓浜�", "field": "creater", type: "text" },
                 { "title": "鍒涘缓鏃堕棿", "field": "createDate", type: "datetime" },
             ],
@@ -56,6 +57,7 @@
         { field: 'roadway', title: '宸烽亾', type: 'string', width: 110, align: 'left' },
         { field: 'taskType', title: '浠诲姟绫诲瀷', type: 'int', width: 110, align: 'left', bind: { key: "TaskType", data: [] } },
         { field: 'taskState', title: '浠诲姟鐘舵��', type: 'int', width: 150, align: 'left', bind: { key: "TaskStatus", data: [] } },
+        { field: 'carType', title: '杞﹀瀷', type: 'int', width: 150, align: 'left'},
         { field: 'sourceAddress', title: '璧峰浣嶇疆', type: 'string', width: 110, align: 'left' },
         { field: 'targetAddress', title: '鐩爣浣嶇疆', type: 'string', width: 110, align: 'left' },
         { field: 'grade', title: '浼樺厛绾�', type: 'int', width: 60, align: 'left' },
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
index 184737b..87abbb6 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
@@ -74,6 +74,7 @@
         { field: 'roadway', title: '宸烽亾', type: 'string', width: 110, align: 'left' },
         { field: 'taskType', title: '浠诲姟绫诲瀷', type: 'int', width: 110, align: 'left', bind: { key: "TaskType", data: [] } },
         { field: 'taskState', title: '浠诲姟鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "TaskStatus", data: [] } },
+        { field: 'carType', title: '杞﹀瀷', type: 'int', width: 90, align: 'left'},
         { field: 'sourceAddress', title: '璧峰浣嶇疆', type: 'string', width: 110, align: 'left' },
         //{ field: 'currentAddress', title: '褰撳墠浣嶇疆', type: 'string', width: 110, align: 'left' },
         //{ field: 'nextAddress', title: '涓嬩竴浣嶇疆', type: 'string', width: 110, align: 'left' },

--
Gitblit v1.9.3