1
hutongqing
2025-01-08 413f243b73ef073f4ac83889fda2f5bf6d1e727c
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/record/locationStatusChangeRecord.vue
@@ -36,9 +36,7 @@
        devicePlcType: "",
        deviceRemark: "",
      });
      const editFormOptions = ref([
      ]);
    const editFormOptions = ref([]);
      const searchFormFields = ref({
        locationCode: "",
        orderNo: "",
@@ -51,9 +49,27 @@
          { title: "任务号", field: "taskNum" },
        ],
        [
          { title: "变动前货位状态", field: "beforeStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
          { title: "变动后货位状态", field: "afterStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
          { title: "变动类型", field: "changeType" ,type: "selectList",dataKey: "stockChangeType",data: [],},
        {
          title: "变动前货位状态",
          field: "beforeStatus",
          type: "selectList",
          dataKey: "locationStatusEnum",
          data: [],
        },
        {
          title: "变动后货位状态",
          field: "afterStatus",
          type: "selectList",
          dataKey: "locationStatusEnum",
          data: [],
        },
        {
          title: "变动类型",
          field: "changeType",
          type: "selectList",
          dataKey: "locationChangeType",
          data: [],
        },
        ],
      ]);
      const columns = ref([
@@ -110,7 +126,7 @@
          type: "string",
          width: 90,
          align: "left",
          bind: { key: "stockChangeType", data: [] },
        bind: { key: "locationChangeType", data: [] },
        },
        {
          field: "orderId",