wangxinhui
2025-01-03 c6babb9834248e2bc8fa6c037b3fb3e6ea4dc524
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
@@ -24,11 +24,11 @@
      cnName: "入库单",
      name: "inboundOrder",
      url: "/InboundOrder/",
      sortName: "CreateDate",
      sortName: "id",
    });
    const editFormFields = ref({
      orderType: "",
      orderNo:"",
      inboundOrderNo: "",
      upperOrderNo: "",
      remark: "",
    });
@@ -43,10 +43,10 @@
          data: [],
        },
        {
        field: "orderNo",
        title: "单据编号",
        type: "string",
      },
          field: "inboundOrderNo",
          title: "单据编号",
          type: "string",
        },
        {
          title: "上游单据编号",
          field: "upperOrderNo",
@@ -60,7 +60,7 @@
      ],
    ]);
    const searchFormFields = ref({
      orderNo: "",
      inboundOrderNo: "",
      upperOrderNo: "",
      orderType: "",
      orderStatus: "",
@@ -70,7 +70,7 @@
    });
    const searchFormOptions = ref([
      [
        { title: "单据编号", field: "orderNo", type: "like" },
        { title: "单据编号", field: "inboundOrderNo", type: "like" },
        { title: "上游单据编号", field: "upperOrderNo", type: "like" },
        {
          title: "单据类型",
@@ -111,7 +111,7 @@
        align: "left",
      },
      {
        field: "orderNo",
        field: "inboundOrderNo",
        title: "单据编号",
        type: "string",
        width: 120,