renmingwang
2026-03-25 6d56bf4daf08c4c7c6d193d98ed0b547dc473451
项目代码/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
@@ -28,6 +28,7 @@
    });
    const editFormFields = ref({
      orderType: "",
      warehouseId:"",
      orderNo:"",
      upperOrderNo: "",
      remark: "",
@@ -81,6 +82,7 @@
      ],
    ]);
    const searchFormFields = ref({
      warehouseId:"",
      orderNo: "",
      upperOrderNo: "",
      orderType: "",
@@ -91,6 +93,7 @@
    });
    const searchFormOptions = ref([
      [
            { title: "浠撳簱ID", field: "warehouseId", type: "like" },
        { title: "鍗曟嵁缂栧彿", field: "orderNo", type: "like" },
        { title: "涓婃父鍗曟嵁缂栧彿", field: "upperOrderNo", type: "like" },
        {