dengjunjie
2 天以前 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
@@ -44,12 +44,12 @@
          dataKey: "inOrderType",
          data: [],
        },
        {
          title: "批号",
          required: true,
          field: "orderNo",
          type: "string",
        },
        // {
        //   title: "单据编号",
        //   required: true,
        //   field: "orderNo",
        //   type: "string",
        // },
        // {
        //   title: "上游单据编号",
        //   field: "upperOrderNo",
@@ -224,13 +224,13 @@
          field: "materielName",
          title: "物料名称",
          type: "string",
          width: 150,
          width: 200,
          align: "left",
          // edit: { type: "" },
        },
        {
          field: "batchNo",
          title: "柜号",
          title: "批号",
          type: "decimal",
          width: 90,
          align: "left",
@@ -246,16 +246,16 @@
          edit: { type: "number" },
          required: true,
        },
        {
          field: "locationCode",
          title: "货位编号",
          type: "select",
          width: 150,
          align: "left",
          edit: { type: "selectList" , keep: true, data: []},
          bind: { key: "locationCodes", data: [] },
          // required: true,
        },
        // {
        //   field: "locationCode",
        //   title: "货位编号",
        //   type: "select",
        //   width: 150,
        //   align: "left",
        //   edit: { type: "selectList" , keep: true, data: []},
        //   bind: { key: "locationCodes", data: [] },
        //   // required: true,
        // },
        {
          field: "receiptQuantity",
          title: "组盘数量",
@@ -267,14 +267,14 @@
          field: "overInQuantity",
          title: "上架数量",
          type: "string",
          width: 200,
          width: 120,
          align: "left",
        },
        {
          field: "orderDetailStatus",
          title: "订单明细状态",
          type: "string",
          width: 180,
          width: 120,
          align: "left",
          bind: { key: "orderDetailStatusEnum", data: [] },
        },