1
647556386
2025-11-30 8639f19c82f6e263654db44286256bb8d028d2c2
项目代码/WIDESEA_WMSClient/src/views/inbound/allocateinboundOrder.vue
@@ -44,7 +44,7 @@
    });
    const editFormFields = ref({
      orderType: "",
      inboundOrderNo: "",
      orderNo: "",
      upperOrderNo: "",
      remark: "",
    });
@@ -59,7 +59,7 @@
          data: [],
        },
        {
          field: "inboundOrderNo",
          field: "orderNo",
          title: "鍗曟嵁缂栧彿",
          type: "string",
        },
@@ -76,7 +76,7 @@
      ],
    ]);
    const searchFormFields = ref({
      inboundOrderNo: "",
      orderNo: "",
      upperOrderNo: "",
      orderType: "115",
      orderStatus: "",
@@ -86,7 +86,7 @@
    });
    const searchFormOptions = ref([
      [
        { title: "鍗曟嵁缂栧彿", field: "inboundOrderNo", type: "like" },
        { title: "鍗曟嵁缂栧彿", field: "orderNo", type: "like" },
        { title: "涓婃父鍗曟嵁缂栧彿", field: "upperOrderNo", type: "like" },
        {
          title: "鍗曟嵁绫诲瀷",
@@ -127,7 +127,7 @@
        align: "left",
      },
      {
        field: "inboundOrderNo",
        field: "orderNo",
        title: "鍗曟嵁缂栧彿",
        type: "string",
        width: 120,