Huangxiaoqiang-03
2024-10-25 db3a7d2fd7276fc952a24965060accaf3a76861f
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/record/locationStatusChangeRecord.vue
@@ -85,15 +85,15 @@
        ],
      ]);
      const searchFormFields = ref({
        deviceCode: "",
        deviceType: "",
        deviceStatus: "",
        locationCode: "",
        orderNo: "",
        taskNum: "",
      });
      const searchFormOptions = ref([
        [
          { title: "设备编号", field: "deviceCode" },
          { title: "设备类型", field: "deviceType" },
          { title: "设备状态", field: "deviceStatus" },
          { title: "货位号", field: "locationCode" },
          { title: "单据编号", field: "orderNo" },
          { title: "任务号", field: "taskNum" },
        ],
      ]);
      const columns = ref([
@@ -127,6 +127,7 @@
          type: "string",
          width: 150,
          align: "left",
          bind: { key: "locationStatusEnum", data: [] },
        },
        {
          field: "afterStatus",
@@ -134,6 +135,15 @@
          type: "decimal",
          width: 90,
          align: "left",
          bind: { key: "locationStatusEnum", data: [] },
        },
        {
          field: "changeType",
          title: "变动类型",
          type: "string",
          width: 90,
          align: "left",
          bind: { key: "stockChangeType", data: [] },
        },
        {
          field: "orderId",