1
huangxiaoqiang
2025-10-23 82149871f30f4564d84272649352496a2ab0a38e
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/extend/StockSelect.vue
@@ -26,7 +26,7 @@
          <el-form-item label="终点地址">
            <el-input type="text" v-model="this.form.TargetAddress"></el-input>
          </el-form-item>
          <el-form-item label="出库站台" prop="TargetAddress">
          <el-form-item label="出库区域" prop="areaId">
            <el-select v-model="form.areaId" placeholder="请选择出库区域">
              <el-option label="堆垛机区域" value="1" />
              <el-option label="一楼AGV出库缓存区" value="2" />
@@ -107,6 +107,7 @@
        },
      ],
      selection: [],
      ids:[],
      selectionSum: 0,
      selectionClass: "less-style",
      originalQuantity: 0,
@@ -132,11 +133,13 @@
        this.$message.error("请选择需要出库的托盘");
        return;
      }
      this.ids.push(this.row.id);
      var param = {
        "orderId": this.row.id,
        // "orderId": this.row.id,
        "orderIds":this.ids,
        "stockViews": this.selection,
        "TargetAddress": this.form.TargetAddress,
        "AreaId": this.form.AreaId,
        "AreaId": this.form.areaId,
      }
      console.log(param);
      this.http