| | |
| | | previewImageShow:false, |
| | | qualityInstructions:"", |
| | | previewImageSrc: '', |
| | | outDate:'', |
| | | penaltyType:[], |
| | | indexFlag:0, // 下标标志位 |
| | | remarks:'', |
| | |
| | | uni.hideLoading() |
| | | this.coalDetailsData = res.data; |
| | | this.remarks = res.data.remarks; |
| | | this.dateValue = res.data.startTime; |
| | | this.outDate = res.data.startTime; |
| | | this.qualityInstructions = res.data.qualityInstructions |
| | | this.orderCode = res.data.orderCode |
| | | this.showWeigh = this.coalDetailsData.tmTaskCoalItems ? this.coalDetailsData |
| | |
| | | let params = {},unqualifiedWeightAll; |
| | | params.qualityInstructions = this.qualityInstructions; |
| | | params.remarks = this.remarks; |
| | | params.startTime = this.dateValue; |
| | | console.log( this.showWeigh,' this.showWeigh') |
| | | this.showWeigh = this.showWeigh.map((v, i) => { |
| | | console.log(this.penaltyType,this.$refs.checkbox,'123') |