| | |
| | | <!-- </el-col>--> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="warning" |
| | | type="success" |
| | | plain |
| | | icon="el-icon-download" |
| | | icon="el-icon-wind-power" |
| | | size="mini" |
| | | @click="getProductionNotice" |
| | | v-hasPermi="['om:productionOrde:receive']" |
| | |
| | | |
| | | getProductionNotice(){ |
| | | getProductionNotice(this.queryParams).then(response => { |
| | | this.$modal.msgSuccess(response.data.msg); |
| | | |
| | | this.$modal.msgSuccess(response.msg); |
| | | this.queryParams = {} |
| | | this.getList(); |
| | | }); |
| | |
| | | this.saveBoxCode() |
| | | }else { |
| | | let maxNumValue = response.rows[0].maxnumValue; |
| | | if(startCode<maxNumValue){ |
| | | if(startCode<=maxNumValue){ |
| | | this.$message.error('箱体条码重复,请重新输入起始编号!'); |
| | | }else { |
| | | this.saveBoxCode() |