huangxiaoqiang
2026-03-10 d20a0bf191b78b59d18af198b7816a273e1cc283
ÏîÄ¿´úÂë/WCS/WCSClient/src/views/taskinfo/task.vue
@@ -1,16 +1,8 @@
<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>
@@ -24,7 +16,7 @@
      cnName: "任务信息",
      name: "task",
      url: "/Task/",
      sortName: "CreateDate",
      sortName: "createDate",
    });
    const editFormFields = ref({
      taskNum:"",
@@ -106,9 +98,9 @@
      },
      {
        field: "palletCode",
        title: "托盘编号",
        title: "滑橇号",
        type: "string",
        width: 160,
        width: 100,
        align: "left",
      },
      {
@@ -162,19 +154,19 @@
        width: 110,
        align: "left",
      },
      {
        field: "productionLine",
        title: "产线",
        type: "string",
        width: 70,
        align: "left",
        bind: { key: "ProductionLine", data: [] }
      },
      // {
      //   field: "productionLine",
      //   title: "产线",
      //   type: "string",
      //   width: 70,
      //   align: "left",
      //   bind: { key: "ProductionLine", data: [] }
      // },
      {
        field: "exceptionMessage",
        title: "异常信息",
        type: "string",
        width: 90,
        width: 150,
        align: "left",
       
      },
@@ -182,7 +174,7 @@
        field: "grade",
        title: "优先级",
        type: "int",
        width: 60,
        width: 90,
        align: "left",
      },
      {