2
huangxiaoqiang
2025-03-06 319c4fe3fb3656ba33903d8c9364ae3d548dd038
Code Management/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -26,8 +26,23 @@
      url: "/Task/",
      sortName: "CreateDate",
    });
    const editFormFields = ref({});
    const editFormOptions = ref([]);
    const editFormFields = ref({
      taskNum:"",
      palletCode: "",
      roadway: "",
      taskType:"",
      taskState:"",
      wmsId:"",
      sourceAddress: "",
      targetAddress: "",
      currentAddress: "",
      nextAddress: "",
      creater: "",
      createDate: "",
      grade: "",
      productionLine:""
    });
    const editFormOptions = ref([[{ title: "优先级", field: "grade", type: "int" },]]);
    const searchFormFields = ref({
      taskNum: "",
      palletCode: "",
@@ -178,7 +193,7 @@
        align: "left",
      },
      {
        field: "wMSId",
        field: "wmsId",
        title: "WMS任务主键",
        type: "int",
        width: 120,