huangxiaoqiang
2025-10-27 387731cab892804912e68cb91e6fb804411c4756
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Allocate/AllocateStockSelect.vue
@@ -30,6 +30,9 @@
              <el-option label="一楼AGV入库缓存区" value="4" />
            </el-select>
          </el-form-item>
          <el-form-item label="调拨出库" prop="areaId">
            <el-input style="width: 310px" v-model="form.Warehouse" placeholder="请输入调拨仓库"></el-input>
          </el-form-item>
        </el-form>
      </div>
      <div class="box-table" style="margin-top: 1%">
@@ -65,6 +68,7 @@
      form: {
        TargetAddress: "",
        areaId: "2",
        Warehouse:""
      },
      row: null,
      showDetialBox: false,
@@ -132,6 +136,7 @@
        "orderIds":this.ids,
        "stockViews": this.selection,
        "AreaId": this.form.areaId,
        "Warehouse":this.form.Warehouse,
      }
      console.log(param);
      this.http