dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
@@ -227,15 +227,20 @@
          width: 150,
          align: "left",
        },
        {
          field: "batchNo",
          title: "批次号",
          type: "decimal",
          width: 90,
          align: "left",
          edit: { type: "string" },
          required: true,
        },
        // {
        //   field: "batchNo",
        //   title: "批次号",
        //   type: "select",
        //   width: 150,
        //   align: "left",
        //   edit: { type: "selectList" , keep: true, data: []},
        //   bind: { key: "StockbatchNos", data: [] },
        //   // type: "decimal",
        //   // width: 90,
        //   // align: "left",
        //   // edit: { type: "string" },
        //   // required: true,
        // },
        {
          field: "orderQuantity",
          title: "单据数量",