yangan
2024-06-18 76f7755f7830d8230af25196bdf4ffc89abb27bd
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
@@ -767,6 +767,7 @@
            previewImageShow:false,
            qualityInstructions:"",
            previewImageSrc: '',
            outDate:'',
            penaltyType:[],
             indexFlag:0, // 下标标志位
            remarks:'',
@@ -1067,6 +1068,8 @@
                  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
@@ -1171,6 +1174,7 @@
            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')