ÏîÄ¿´úÂë/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({
@@ -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: "修改时间",