1
Tiandele
2026-03-17 9be0aa679c29628c4519868c7242e75a47f5a7f6
1
已删除2个文件
已修改8个文件
444 ■■■■ 文件已修改
项目代码/WCS/WCSClient/src/views/taskinfo/task.vue 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WCS/WCSClient/src/views/taskinfo/task_Hty.vue 35 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db-wal 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/SemanticSymbols.db-wal 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/basicinfo/Dt_StationManager.vue 99 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/basicinfo/router.vue 265 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ÏîÄ¿´úÂë/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([
@@ -104,6 +109,13 @@
        align: "left",
      },
      {
        field: "pvi",
        title: "PVI码",
        type: "string",
        width: 100,
        align: "left",
      },
      {
        field: "roadway",
        title: "巷道号",
        type: "string",
ÏîÄ¿´úÂë/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",
ÏîÄ¿´úÂë/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db
Binary files differ
ÏîÄ¿´úÂë/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/CodeChunks.db-wal
Binary files differ
ÏîÄ¿´úÂë/WCS/WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1518.61961/SemanticSymbols.db-wal
Binary files differ
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/basicinfo/Dt_StationManager.vue
ÎļþÒÑɾ³ý
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/basicinfo/router.vue
ÎļþÒÑɾ³ý
ÏîÄ¿´úÂë/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: [] } },
ÏîÄ¿´úÂë/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' },
ÏîÄ¿´úÂë/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' },