XMLWAN 3 gadus atpakaļ
vecāks
revīzija
d7a436f291
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      src/xt_pages/user/templateSummary.vue

+ 5 - 5
src/xt_pages/user/templateSummary.vue Parādīt failu

1073
           start_time:this.start_date,
1073
           start_time:this.start_date,
1074
           end_time:this.end_date,
1074
           end_time:this.end_date,
1075
         }
1075
         }
1076
-        console.log("世纪时间",params)
1076
+        // console.log("世纪时间",params)
1077
         console.log(moment(moment(2020 + '-01-01').toDate()).quarter(2).format("YYYY-MM-DD"))
1077
         console.log(moment(moment(2020 + '-01-01').toDate()).quarter(2).format("YYYY-MM-DD"))
1078
         getInitDataList(params).then(response=>{
1078
         getInitDataList(params).then(response=>{
1079
           if(response.data.state == 1){
1079
           if(response.data.state == 1){
1296
         console.log("月",this.$refs)
1296
         console.log("月",this.$refs)
1297
         console.log("hhhhhh",this.$refs.edit_neditor.content)
1297
         console.log("hhhhhh",this.$refs.edit_neditor.content)
1298
         console.log("ooooo",this.$refs.edit_neditorOne.content)
1298
         console.log("ooooo",this.$refs.edit_neditorOne.content)
1299
-        
1299
+
1300
          var params = {
1300
          var params = {
1301
             title:this.form.title,
1301
             title:this.form.title,
1302
             dry_weight:this.form.dry_weight.toString(),
1302
             dry_weight:this.form.dry_weight.toString(),
1333
             start_year:year,
1333
             start_year:year,
1334
             start_month:month,
1334
             start_month:month,
1335
             radio:this.form.radio,
1335
             radio:this.form.radio,
1336
-            
1336
+
1337
          }
1337
          }
1338
           console.log("parawm232323223",params)
1338
           console.log("parawm232323223",params)
1339
-  
1339
+
1340
         saveCreation(params).then(response=>{
1340
         saveCreation(params).then(response=>{
1341
            if(response.data.state ==1){
1341
            if(response.data.state ==1){
1342
              var summary =  response.data.data.summary
1342
              var summary =  response.data.data.summary
1387
               if (list.length > 0) {
1387
               if (list.length > 0) {
1388
                this.getCurrentRecordDetail(this.inspectionList[0].id)
1388
                this.getCurrentRecordDetail(this.inspectionList[0].id)
1389
               }
1389
               }
1390
-             
1390
+
1391
            }
1391
            }
1392
         })
1392
         })
1393
       },
1393
       },