647556386
2025-10-18 d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb
WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
@@ -40,12 +40,17 @@
          required: true,
          field: "orderType",
          type: "select",
          dataKey: "outOrderType",
          dataKey: "inOrderType",
          data: [],
        },
        {
        field: "orderNo",
        title: "单据编号",
        type: "string",
      },
              {
        field: "outWareHouse",
        title: "仓库编码",
        type: "string",
      },
        {
@@ -82,10 +87,10 @@
        { title: "单据编号", field: "orderNo", type: "like" },
        { title: "上游单据编号", field: "upperOrderNo", type: "like" },
        {
          title: "单据类型",
          title: "单据大类",
          field: "orderType",
          type: "select",
          dataKey: "outOrderType",
          dataKey: "inOrderType",
          data: [],
        },
        {
@@ -97,6 +102,14 @@
        },
      ],
      [
        {
        field: "outWareHouse",
        title: "出库仓库",
        type: "select",
        width: 120,
        align: "left",
        datakey:"",data:[{key:"SC01_BC", value:"板材仓"},{key:"SC02_BC", value:"板材仓(2)"}]
      },
        {
          title: "创建方式",
          field: "createType",
@@ -120,10 +133,25 @@
        align: "left",
      },
      {
        field: "id",
        title: "主键",
        type: "int",
        width: 90,
        align: "left",
      },
      {
        field: "outWareHouse",
        title: "仓库",
        type: "string",
        width: 120,
        align: "left",
        bind:{key:"",data:[{key:"SC01_BC", value:"板材仓"},{key:"SC02_BC", value:"板材仓(2)"}]}
      },
      {
        field: "orderNo",
        title: "单据编号",
        type: "string",
        width: 120,
        width: 170,
        align: "left",
        link: true,
      },
@@ -136,11 +164,19 @@
      },
      {
        field: "orderType",
        title: "单据类型",
        title: "单据大类",
        type: "string",
        width: 150,
        align: "left",
        bind: { key: "outOrderType", data: [] },
        bind: { key: "inOrderType", data: [] },
      },
      {
        field: "inoutType",
        title: "出入库类型",
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "inoutTypeEnum", data: [] },
      },
      {
        field: "orderStatus",
@@ -231,12 +267,23 @@
          type: "string",
          width: 150,
          align: "left",
          edit: { type: "string" },
          required: true,
        },
        {
          field: "batchNo",
          title: "批次号",
          type: "decimal",
          width: 90,
          width: 150,
          align: "left",
          edit: { type: "string" },
          required: true,
        },
        {
          field: "supplierBatch",
          title: "供应商批次号",
          type: "decimal",
          width: 180,
          align: "left",
          edit: { type: "string" },
          required: true,