| | |
| | | xx: ''
|
| | | }
|
| | | },
|
| | | activated() {
window.addEventListener('resize', this.getHeight)
this.getHeight()
},
created() {
|
| | | activated() { |
| | | window.addEventListener('resize', this.getHeight) |
| | | this.getHeight() |
| | | }, |
| | | created() { |
| | |
|
| | | },
|
| | | mounted() {
|
| | |
| | | if (parseFloat(this.dialogForm.noreportqty) < parseFloat(this.dialogForm.startqty) + parseFloat(this.dialogForm.noputqty)) {
|
| | | return this.$message.info('合格数量加不良数量不能大于了未报数量!')
|
| | | }
|
| | | |
| | | if (parseFloat(this.dialogForm.startqty) === 0 && this.defectTableData.length === 0) { |
| | | return this.$message.info('合格数量不能为零!') |
| | | } |
| | | |
| | | let inbarcode = ''
|
| | | if (this.tableData.find(i => i.id === this.radioSelected).isend === 'Y') {
|
| | | const data1 = {
|