| | |
| | | <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" /> |
| | |
| | | }, |
| | | ], |
| | | selection: [], |
| | | ids:[], |
| | | selectionSum: 0, |
| | | selectionClass: "less-style", |
| | | originalQuantity: 0, |
| | |
| | | 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 |