heshaofeng
2025-12-03 871a7e1ce9a1b1925e228864baf42cafd41371f2
项目代码/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,
@@ -174,6 +174,20 @@
        bind: { key: "createType", data: [] },
      },
      {
        field: "fromWarehouse",
        title: "璋冨嚭浠撳簱",
        type: "string",
        width: 120,
        align: "left",
      },
      {
        field: "toWarehouse",
        title: "璋冨叆浠撳簱",
        type: "string",
        width: 120,
        align: "left",
      },
      {
        field: "factoryArea",
        title: "鍘傚尯",
        type: "string",