1
dengjunjie
2025-09-29 d9c99e0480b4910cdb134778dd5c314b35ec4cf2
项目代码/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue
@@ -26,8 +26,13 @@
      url: "/Task/",
      sortName: "taskNum",
    });
    const editFormFields = ref({});
    const editFormOptions = ref([]);
    const editFormFields = ref({palletCode:""});
    const editFormOptions = ref([[{
          title: "鎵樼洏缂栧彿",
          required: true,
          field: "palletCode",
          type: "string",
        },]]);
    const searchFormFields = ref({
      taskNum: "",
      palletCode: "",