dengjunjie
2025-04-26 18d2f40bbf40469b033de6f07ca8a8e3bc191132
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/StockSelect.vue
@@ -119,27 +119,33 @@
      showDetialBox: false,
      tableData: [],
      tableColumns: [
        {
          prop: "materielCode",
          title: "物料编号",
          type: "string",
          width: 150,
        },
        {
          prop: "materielName",
          title: "物料名称",
          type: "string",
          width: 150,
        },
        // {
        //   prop: "materielCode",
        //   title: "物料编号",
        //   type: "string",
        //   width: 150,
        // },
        // {
        //   prop: "materielName",
        //   title: "物料名称",
        //   type: "string",
        //   width: 150,
        // },
        {
          prop: "palletCode",
          title: "托盘编号",
          type: "string",
          width: 280,
        },
        {
          prop: "orderNo",
          title: "批次号",
          type: "string",
          width: 150,
        },
        {
          prop: "batchNo",
          title: "批次号",
          title: "柜号",
          type: "string",
          width: 150,
        },
@@ -204,6 +210,9 @@
      if (this.selection.length <= 0) {
        return this.$message.error("请选择指定库存");
      }
      if (this.selectionSum > this.row.orderQuantity) {
        return this.$message.error("已选数量不能超过需求数量");
      }
      this.http
        .post(
          "api/Task/GenerateOutboundTask?id=" + this.row.id,