xiaojiao
3 天以前 2c69e642303e9f9c3b2e37194c4c6cdf7e1b3001
ÏîÄ¿´úÂë/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue
@@ -50,10 +50,10 @@
        { title: "任务号", field: "taskNum", type: "int" },
        { title: "托盘编号", field: "palletCode", type: "text" },
        {
          title: "任务类型",
          field: "taskType",
          title: "是否绑定",
          field: "isBind",
          type: "selectList",
          dataKey: "taskType",
          dataKey: "isBind",
          data: [],
        },
        {
@@ -88,7 +88,7 @@
        align: "left",
      },
      {
        field: "ContainerCode",
        field: "containerCode",
        title: "容器编号",
        type: "string",
        width: 90,
@@ -96,37 +96,37 @@
      },
      
      {
        field: "Position",
        title: "容器当前位置",
        field: "position",
        title: "容器起点",
        type: "string",
        width: 160,
        align: "left",
      },
      {
        field: "EndPosition",
        title: "容器出场位置",
        field: "endPosition",
        title: "容器终点",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "IsNew",
        field: "isNew",
        title: "是否属于新增容器",
        type: "int",
        width: 120,
        align: "left",
        bind: { key: "taskType", data: [] },
        bind: { key: "isBind", data: [] },
      },
      {
        field: "IsBind",
        field: "isBind",
        title: "是否绑定",
        type: "int",
        width: 150,
        align: "left",
        bind: { key: "taskState", data: [] },
        bind: { key: "isBind", data: [] },
      },
      {
        field: "Carmodel",
        field: "carmodel",
        title: "车型",
        type: "string",
        width: 120,