| | |
| | | 'nextstepprice': '', |
| | | 'stepdesc': '', |
| | | 'planqty': 0, |
| | | 'startqty': 0, // |
| | | 'startqty': '', // |
| | | 'noreportqty': 0, // 未报数量 |
| | | 'reportqty': 0, // 已报数量 |
| | | 'noputqty': 0, // 不良数量 |
| | |
| | | }, |
| | | xx: '' |
| | | } |
| | | }, |
| | | activated() { |
| | | window.addEventListener('resize', this.getHeight) |
| | | this.getHeight() |
| | | }, |
| | | created() { |
| | | |
| | |
| | | this.dialogForm.nextstepprice = res.nextstepprice |
| | | this.dialogForm.stepdesc = res.stepdesc |
| | | this.dialogForm.planqty = res.planqty |
| | | this.dialogForm.startqty = res.startqty |
| | | this.dialogForm.startqty = res.startqty === 0 ? '' : res.startqty |
| | | this.dialogForm.noreportqty = res.noreportqty// 未报数量 |
| | | this.dialogForm.reportqty = res.reportqty // 已报数量 |
| | | this.dialogForm.noputqty = res.noputqty |
| | |
| | | 'nextstepprice': '', |
| | | 'stepdesc': '', |
| | | 'planqty': 0, |
| | | 'startqty': 0, // |
| | | 'startqty': '', // |
| | | 'noreportqty': 0, // 未报数量 |
| | | 'reportqty': 0, // 已报数量 |
| | | 'noputqty': 0, // 不良数量 |