| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-form ref="form" :model="form" label-width="90px" v-if="isBatch === 1"> |
| | | <el-form ref="form" :model="form" label-width="90px" v-if="isBatch === 1" v-show="this.outboundQuantity>0"> |
| | | <el-form-item label="åºåºæ°é:"> |
| | | <el-input-number v-model="outboundQuantity" :controls="true" placeholder="è¯·éæ©åºåºæ°é" |
| | | style="width: 100%;"></el-input-number> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | outboundQuantity: 0, |
| | | outboundQuantity: 1, |
| | | show: false, |
| | | stations: [ |
| | | { label: "ç«å°2", value: "2-1" }, |
| | |
| | | operator: "", |
| | | orderNo: this.orderNo, |
| | | }; |
| | | console.log(requestParams); |
| | | this.http.post("api/Outbound/ProcessPickingOutbound", requestParams, 'æ°æ®å¤çä¸...') |
| | | .then((x) => { |
| | | if (!x.status) { |