| | |
| | | init() { |
| | | uni.stopPullDownRefresh(); |
| | | |
| | | // this.getCheckScanMouldQrCodeData('001') |
| | | // this.getCheckScanMouldQrCodeData('001') |
| | | // this.getCheckScanMouldTemp('001') |
| | | // this.getSelectScanMouldQrCodeItem('001', '001') |
| | | }, |
| | |
| | | const data = { |
| | | code: this.topContent[0].code, |
| | | name: this.topContent[0].name, |
| | | standcode: this.selectValue, |
| | | standcode: this.standardArr.find(i => i.name === this.selectValue).code, |
| | | result: this.resultValue, |
| | | children |
| | | } |
| | | |
| | | // console.log(JSON.stringify(data)) |
| | | this.isDisabledSubmitButton = true |
| | | const res = await MouldCheckSave('2050', data) |
| | | const res = await MouldCheckSave('2501', data) |
| | | if (res.code === '200') { |
| | | uni.$u.toast('提交成功!') |
| | | this.isDisabledSubmitButton = false |