| | |
| | | placeholder="请扫描箱体码" |
| | | /> |
| | | </el-form-item> |
| | | <el-checkbox class="custom-size" style="margin-left: 40px; margin-right: 40px" v-model="repairFlag">返修</el-checkbox> |
| | | <el-button size="large" type="info" @click="refresh">返回</el-button> |
| | | </el-form> |
| | | </el-card> |
| | |
| | | return{ |
| | | // 总条数 |
| | | total: 0, |
| | | repairFlag:false, |
| | | queryParams: { |
| | | orderNo:'', |
| | | pageNum: 1, |
| | |
| | | this.scannerFlag = true |
| | | //扫描完成 |
| | | engineNoIsInModel({engineNo:this.queryParams.productionNotice, |
| | | model:this.singleSelect.typeZ,orderNo:this.singleSelect.workOrderNo |
| | | model:this.singleSelect.typeZ,orderNo:this.singleSelect.workOrderNo,repairFlag:this.repairFlag |
| | | }).then(res => { |
| | | if (res.data===500){ |
| | | this.$message({ |