Explorar o código

VUE前端代码规范调整——20220227

mashengyi %!s(int64=3) %!d(string=hai) anos
pai
achega
85414e50b3
Modificáronse 38 ficheiros con 1 adicións e 180 borrados
  1. 1 2
      src/vendor/Export2Excel.js
  2. 0 5
      src/views/customer/Customer.vue
  3. 0 4
      src/views/customer/custRecMoney.vue
  4. 0 4
      src/views/customer/custRecTime.vue
  5. 0 4
      src/views/customer/customerRecharge.vue
  6. 0 4
      src/views/customerRechargeMoney/customerRechargeMoney.vue
  7. 0 4
      src/views/manager/paramMagager.vue
  8. 0 7
      src/views/noCar/billway.vue
  9. 0 5
      src/views/noCar/billwayException.vue
  10. 0 3
      src/views/noCar/calculateInfo.vue
  11. 0 2
      src/views/noCar/calculateInfostatis.vue
  12. 0 4
      src/views/noCar/hcInvoice.vue
  13. 0 9
      src/views/noCar/invoice.vue
  14. 0 4
      src/views/noCar/mothaccount.vue
  15. 0 4
      src/views/noCar/nocarRec.vue
  16. 0 4
      src/views/platform/apply/already.vue
  17. 0 1
      src/views/platform/apply/apply.vue
  18. 0 3
      src/views/platform/apply/packaging.vue
  19. 0 5
      src/views/platform/apply/selfCarTrade.vue
  20. 0 6
      src/views/platform/car/carsuccess.vue
  21. 0 6
      src/views/platform/car/carupload.vue
  22. 0 1
      src/views/platform/carbinding/carbinding.vue
  23. 0 2
      src/views/platform/carbinding/carbindinglist.vue
  24. 0 2
      src/views/platform/check/check.vue
  25. 0 6
      src/views/platform/invoice/invoice.vue
  26. 0 8
      src/views/platform/invoice/list.vue
  27. 0 8
      src/views/platform/waybill/history.vue
  28. 0 6
      src/views/platform/waybill/over.vue
  29. 0 8
      src/views/platform/waybill/waybill.vue
  30. 0 7
      src/views/platform/waybillmanagement/noinvoice.vue
  31. 0 4
      src/views/platform/waybillmanagement/trueinvoice.vue
  32. 0 5
      src/views/platform/waybillmanagement/waybillList.vue
  33. 0 4
      src/views/selfCar/calculateInfo.vue
  34. 0 7
      src/views/selfCar/invoice.vue
  35. 0 8
      src/views/selfCar/selfCarTrade.vue
  36. 0 5
      src/views/selfCar/selfCarTradeException.vue
  37. 0 5
      src/views/selfCar/selfcarRec.vue
  38. 0 4
      src/views/sys/user.vue

+ 1 - 2
src/vendor/Export2Excel.js

@@ -156,9 +156,8 @@ export function export_json_to_excel(th, jsonData, defaultTitle) {
     /* add worksheet to workbook */
     wb.SheetNames.push(ws_name);
     wb.Sheets[ws_name] = ws;
-    
+
     var wbout = XLSX.write(wb, { bookType: 'xlsx', bookSST: false, type: 'binary' });
     var title = defaultTitle || 'excel-list'
     saveAs(new Blob([s2ab(wbout)], { type: "application/octet-stream" }), title + ".xlsx");
-    console.log(2222);
 }

+ 0 - 5
src/views/customer/Customer.vue

@@ -985,7 +985,6 @@ import XLSX from "xlsx";
             this.customerRec = {};
           },
           async customerRecquerry(){
-            console.log(this.customerRec);
             if(this.customerRec['companyName'] == null || this.customerRec['companyReferencenum'] == null
             || this.customerRec['companyType'] == null){
               this.$message({
@@ -1005,7 +1004,6 @@ import XLSX from "xlsx";
             }
           },
           async customerRecAdd(){
-            console.log(this.customerRec);
              this.$refs['recRuleForm'].validate(async (valid) => {
                if(valid){
                   const loading = this.$loading({
@@ -1115,7 +1113,6 @@ import XLSX from "xlsx";
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
      async exportExcel() {
           const loading = this.$loading({
@@ -1134,12 +1131,10 @@ import XLSX from "xlsx";
       // await this.loadData();
       // // 设置当前日期
       // let time = new Date();
-      // //console.log(time);
       // let year = time.getFullYear();
       // let month = time.getMonth() + 1;
       // let day = time.getDate();
       // let name = "客户管理查询列表_"+year + "" + month + "" + day;
-      // // console.log(name)
       // /* generate workbook object from table */
       // //  .table要导出的是哪一个表格
       // var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/customer/custRecMoney.vue

@@ -132,12 +132,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
       async   exportExcel() {
       const loading = this.$loading({
@@ -153,12 +151,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "客户余额预警查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/customer/custRecTime.vue

@@ -123,12 +123,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
         async    exportExcel() {
         const loading = this.$loading({
@@ -144,12 +142,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "客户备案预警查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/customer/customerRecharge.vue

@@ -127,12 +127,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
      async exportExcel() {
      const loading = this.$loading({
@@ -148,12 +146,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "客户充值记录查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/customerRechargeMoney/customerRechargeMoney.vue

@@ -120,12 +120,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
      async exportExcel() {
      const loading = this.$loading({
@@ -141,12 +139,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "充值记录查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/manager/paramMagager.vue

@@ -269,7 +269,6 @@ export default{
       }else{
         this.loadData();
       };
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
@@ -278,7 +277,6 @@ export default{
       }else{
         this.loadData();
       };
-      console.log(`当前页: ${val}`);
     },
         // 导出表格所用
     async exportExcel() {
@@ -289,12 +287,10 @@ export default{
       await this.queryLook();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "参数管理_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 7
src/views/noCar/billway.vue

@@ -311,7 +311,6 @@ import XLSX from "xlsx";
           type: 'binary'
         })
         const result = []
-        console.log((this.wb.Sheets.Sheet1)['!ref'])
         var are = (this.wb.Sheets.Sheet1)['!ref'];
         var areRe = are.replace('A1','A2');
         (this.wb.Sheets.Sheet1)['!ref'] = areRe;
@@ -334,18 +333,15 @@ import XLSX from "xlsx";
 
           },
             handleRemove(file, fileList) {
-            console.log(file, fileList);
           },
 
           handlePreview(file) {
-            console.log(file);
           },
           handleSuccess (a) {
             this.formUserList.file = a.raw;
           },
            handleSelectionChange(value){
                        this.multipleSelection = value;
-                       console.log(this.multipleSelection);
 
            },
          async updateStatus(){
@@ -369,12 +365,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
     // 批量上传模板信息
     async batchUpload() {
@@ -430,7 +424,6 @@ import XLSX from "xlsx";
             
                // 设置当前日期
                     let time = new Date();
-                    //console.log(time);
                     let year = time.getFullYear();
                     let month = time.getMonth() + 1;
                     let day = time.getDate();

+ 0 - 5
src/views/noCar/billwayException.vue

@@ -200,7 +200,6 @@ import XLSX from "xlsx";
           },
           handleSelectionChange(value){
                        this.multipleSelection = value;
-                       console.log(this.multipleSelection);
 
            },
            async updateStatus(){
@@ -225,12 +224,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
        async     exportExcel() {
        const loading = this.$loading({
@@ -246,12 +243,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "无车异常运单查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 3
src/views/noCar/calculateInfo.vue

@@ -150,12 +150,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
           formartNum(wb){
             var sheet = wb['Sheets']['Sheet1'];
@@ -193,7 +191,6 @@ import XLSX from "xlsx";
             }
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();

+ 0 - 2
src/views/noCar/calculateInfostatis.vue

@@ -126,12 +126,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "无车计费查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/noCar/hcInvoice.vue

@@ -126,12 +126,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
           formartNum(wb){
             var sheet = wb['Sheets']['Sheet1'];
@@ -161,12 +159,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "无车红冲发票查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 9
src/views/noCar/invoice.vue

@@ -337,7 +337,6 @@ import XLSX from "xlsx";
           type: 'binary'
         })
         const result = []
-        console.log((this.wb.Sheets.Sheet1)['!ref'])
         var are = (this.wb.Sheets.Sheet1)['!ref'];
         var areRe = are.replace('A1','A2');
         (this.wb.Sheets.Sheet1)['!ref'] = areRe;
@@ -360,11 +359,9 @@ import XLSX from "xlsx";
 
           },
             handleRemove(file, fileList) {
-            console.log(file, fileList);
           },
 
           handlePreview(file) {
-            console.log(file);
           },
           handleSuccess (a) {
             this.formUserList.file = a.raw;
@@ -408,12 +405,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
           formartNum(wb){
             var sheet = wb['Sheets']['Sheet1'];
@@ -443,17 +438,14 @@ import XLSX from "xlsx";
     //   await this.loadData();
     //   // 设置当前日期
     //   let time = new Date();
-    //   //console.log(time);
     //   let year = time.getFullYear();
     //   let month = time.getMonth() + 1;
     //   let day = time.getDate();
     //   let name = "无车发票查询列表_"+year + "" + month + "" + day;
-    //   // console.log(name)
     //   /* generate workbook object from table */
     //   //  .table要导出的是哪一个表格
     //   var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });
     //   this.formartNum(wb);
-    //   console.log(wb);
     //   /* get binary string as output */
     //   var wbout = XLSX.write(wb, {
     //     bookType: "xlsx",
@@ -499,7 +491,6 @@ import XLSX from "xlsx";
            
                // 设置当前日期
                     let time = new Date();
-                    //console.log(time);
                     let year = time.getFullYear();
                     let month = time.getMonth() + 1;
                     let day = time.getDate();

+ 0 - 4
src/views/noCar/mothaccount.vue

@@ -137,12 +137,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
           formartNum(wb){
             var sheet = wb['Sheets']['Sheet1'];
@@ -172,12 +170,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "无车红冲发票查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/noCar/nocarRec.vue

@@ -171,12 +171,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
        async    exportExcel() {
        const loading = this.$loading({
@@ -192,12 +190,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "无车车辆备案查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/platform/apply/already.vue

@@ -283,12 +283,10 @@ export default{
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
           formartNum(wb){
             var sheet = wb['Sheets']['Sheet1'];
@@ -317,12 +315,10 @@ export default{
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "自有车发票查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 1
src/views/platform/apply/apply.vue

@@ -133,7 +133,6 @@ export default{
     },
      handleSelectionChange(value){
                        this.multipleSelection = value;
-                       console.log(this.multipleSelection);
                     },
     changeStartDate(value){
      var dd = new Date();

+ 0 - 3
src/views/platform/apply/packaging.vue

@@ -103,7 +103,6 @@ export default{
       const response = await this.$http.post(`/selfCarService/getSelfCarInvoicePackage`, this.formPackList);
       var {data: { code, msg, data }} = response;
       if(code === 0 && msg === 'success') {
-        // console.log(response.data.data);
         this.$message({
           type: 'success',
           message: '发票打包成功'
@@ -138,7 +137,6 @@ export default{
       }else{
         this.loadData();
       };
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
@@ -147,7 +145,6 @@ export default{
       }else{
         this.loadData();
       };
-      console.log(`当前页: ${val}`);
     },
 
   }

+ 0 - 5
src/views/platform/apply/selfCarTrade.vue

@@ -168,7 +168,6 @@ import XLSX from "xlsx";
           },
            handleSelectionChange(value){
                        this.multipleSelection = value;
-                       console.log(this.multipleSelection);
            },
             async update(){
             if(this.multipleSelection.length == 0){return};
@@ -195,12 +194,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
            formartNum(wb){
             var sheet = wb['Sheets']['Sheet1'];
@@ -230,12 +227,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "自有车交易查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 6
src/views/platform/car/carsuccess.vue

@@ -174,12 +174,10 @@ export default{
              await this.loadData();
             // 设置当前日期
             let time = new Date();
-            //console.log(time);
             let year = time.getFullYear();
             let month = time.getMonth() + 1;
             let day = time.getDate();
             let name = "车辆备案列表_"+year + "" + month + "" + day;
-            // console.log(name)
             /* generate workbook object from table */
             //  .table要导出的是哪一个表格
             var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });
@@ -205,10 +203,8 @@ export default{
             return wbout;
     },
     handleRemove(file, fileList) {
-      console.log(file, fileList);
     },
     handlePreview(file) {
-      console.log(file);
     },
     handleSuccess (a) {
       this.formUserList.file = a.raw;
@@ -217,12 +213,10 @@ export default{
     handleSizeChange(val) {
       this.pagesize = val;
       this.loadData();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
       this.loadData();
-      console.log(`当前页: ${val}`);
     },
 
   }

+ 0 - 6
src/views/platform/car/carupload.vue

@@ -453,10 +453,8 @@ const loading = this.$loading({
       this.pagesizetwo = 8;
     },
     handleRemove(file, fileList) {
-      console.log(file, fileList);
     },
     handlePreview(file) {
-      console.log(file);
     },
     handleSuccess (a) {
       this.formUserList.file = a.raw;
@@ -469,7 +467,6 @@ const loading = this.$loading({
       }else{
         this.loadData();
       };
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
@@ -478,7 +475,6 @@ const loading = this.$loading({
       }else{
         this.loadData();
       };
-      console.log(`当前页: ${val}`);
     },
     handleSize(val) {
       this.pagesizetwo = val;
@@ -487,7 +483,6 @@ const loading = this.$loading({
       }else{
         this.loadDataCar();
       };
-      console.log(`每页 ${val} 条`);
     },
     handleCurrent(val) {
       this.currenttwo = val;
@@ -496,7 +491,6 @@ const loading = this.$loading({
       }else{
         this.loadDataCar();
       };
-      console.log(`当前页: ${val}`);
     }
   }
 };

+ 0 - 1
src/views/platform/carbinding/carbinding.vue

@@ -220,7 +220,6 @@ export default{
     // 当选择中列表前的小框时候
     handleSelectionChange(val) {
         this.multipleSelection = val;
-        // console.log(this.multipleSelection)
     },
     async initCompanyList(){
             const response = await this.$http.post(`lowerService/customeRecQueryList`, {"customerName":sessionStorage.getItem('userName'),"bussinessType":"0"});

+ 0 - 2
src/views/platform/carbinding/carbindinglist.vue

@@ -150,12 +150,10 @@ export default{
     handleSizeChange(val) {
       this.pagesize = val;
      this.loadData();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
      this.loadData();
-      console.log(`当前页: ${val}`);
     },
   }
 };

+ 0 - 2
src/views/platform/check/check.vue

@@ -357,7 +357,6 @@
         }else{
           this.loadData();
         };
-        console.log(`每页 ${val} 条`);
       },
       handleCurrentChange(val) {
         this.current = val;
@@ -366,7 +365,6 @@
         }else{
           this.loadData();
         };
-        console.log(`当前页: ${val}`);
       },
 
     }

+ 0 - 6
src/views/platform/invoice/invoice.vue

@@ -338,10 +338,8 @@ export default{
     },
 
     handleRemove(file, fileList) {
-      console.log(file, fileList);
     },
     handlePreview(file) {
-      console.log(file);
     },
     handleSuccess (a) {
       this.formUserList.file = a.raw;
@@ -350,12 +348,10 @@ export default{
     handleSizeChange(val) {
       this.pagesize = val;
       this.loadData();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
       this.loadData();
-      console.log(`当前页: ${val}`);
     },
     handleSize(val) {
       this.pagesizetwo = val;
@@ -364,7 +360,6 @@ export default{
       }else{
         this.loadDataCar();
       };
-      console.log(`每页 ${val} 条`);
     },
     handleCurrent(val) {
       this.currenttwo = val;
@@ -373,7 +368,6 @@ export default{
       }else{
         this.loadDataCar();
       };
-      console.log(`当前页: ${val}`);
     }
   }
 };

+ 0 - 8
src/views/platform/invoice/list.vue

@@ -296,7 +296,6 @@ export default{
   },
   created() {
     this.heightt = tableHeight*0.5+150;
-    console.log(this.heightt)
     this.initCompanyList();
   },
   methods: {
@@ -337,7 +336,6 @@ export default{
       this.packDownloadDisabled = true;
       this.$message({type: 'info', message: '正在下载,请稍等,请勿重复下载。'});
       this.fullscreenLoading = false;
-      // console.log(this.formList.nums);
     } ,
     async initCompanyList(){
             const response = await this.$http.post(`lowerService/customeRecQueryList`, {"customerName":sessionStorage.getItem('userName')});
@@ -368,7 +366,6 @@ export default{
           var allmeter = response.data.data;
           this.allmeterList = [];
           this.allmeterList.push(allmeter);
-          console.log(this.allmeterList)
         };
     },
     // 展示发票全部信息
@@ -405,12 +402,10 @@ export default{
              await this.loadData();
             // 设置当前日期
             let time = new Date();
-            //console.log(time);
             let year = time.getFullYear();
             let month = time.getMonth() + 1;
             let day = time.getDate();
             let name = "运单发票列表_"+year + "" + month + "" + day;
-            // console.log(name)
             /* generate workbook object from table */
             //  .table要导出的是哪一个表格
             var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });
@@ -459,7 +454,6 @@ export default{
             if (response.data.code === 0) {
                // 设置当前日期
                     let time = new Date();
-                    //console.log(time);
                     let year = time.getFullYear();
                     let month = time.getMonth() + 1;
                     let day = time.getDate();
@@ -546,12 +540,10 @@ export default{
     handleSizeChange(val) {
       this.pagesize = val;
      this.loadData();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
       this.loadData();
-      console.log(`当前页: ${val}`);
     },
 
   }

+ 0 - 8
src/views/platform/waybill/history.vue

@@ -389,12 +389,10 @@ export default{
       await this.loadDataCar();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "历史运单上传列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".ttt"),{ raw: true });
@@ -431,11 +429,9 @@ export default{
       this.pagesizetwo = 8;
     },
      handleRemove(file, fileList) {
-      console.log(file, fileList);
     },
 
     handlePreview(file) {
-      console.log(file);
     },
     handleSuccess (a) {
       this.formUserList.file = a.raw;
@@ -444,22 +440,18 @@ export default{
     handleSizeChange(val) {
       this.pagesize = val;
        this.loadData();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
       this.loadData();
-      console.log(`当前页: ${val}`);
     },
     handleSize(val) {
       this.pagesizetwo = val;
       this.loadDataCar();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrent(val) {
       this.currenttwo = val;
      this.loadDataCar();
-      console.log(`当前页: ${val}`);
     }
   }
 };

+ 0 - 6
src/views/platform/waybill/over.vue

@@ -297,11 +297,9 @@ export default{
        this.addList = false;
     },
      handleRemove(file, fileList) {
-      console.log(file, fileList);
     },
 
     handlePreview(file) {
-      console.log(file);
     },
     handleSuccess (a) {
       this.formUserList.file = a.raw;
@@ -310,22 +308,18 @@ export default{
     handleSizeChange(val) {
       this.pagesize = val;
        this.loadData();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
        this.loadData();
-      console.log(`当前页: ${val}`);
     },
     handleSize(val) {
       this.pagesizetwo = val;
       this.loadDataCar();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrent(val) {
       this.currenttwo = val;
       this.loadDataCar();
-      console.log(`当前页: ${val}`);
     }
 
   }

+ 0 - 8
src/views/platform/waybill/waybill.vue

@@ -380,12 +380,10 @@ export default{
       await this.loadDataCar();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "实时运单上传列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".ttt"),{ raw: true });
@@ -411,11 +409,9 @@ export default{
       return wbout;
     },
      handleRemove(file, fileList) {
-      console.log(file, fileList);
     },
 
     handlePreview(file) {
-      console.log(file);
     },
     handleSuccess (a) {
       this.formUserList.file = a.raw;
@@ -424,22 +420,18 @@ export default{
     handleSizeChange(val) {
       this.pagesize = val;
        this.loadData();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
       this.loadData();
-      console.log(`当前页: ${val}`);
     },
     handleSize(val) {
       this.pagesizetwo = val;
       this.loadDataCar();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrent(val) {
       this.currenttwo = val;
      this.loadDataCar();
-      console.log(`当前页: ${val}`);
     }
   }
 };

+ 0 - 7
src/views/platform/waybillmanagement/noinvoice.vue

@@ -266,12 +266,10 @@ export default{
       await this.loadDataCar();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "历史运单上传列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".ttt"),{ raw: true });
@@ -305,7 +303,6 @@ export default{
     },
     handleSelectionChange(value){
                        this.multipleSelection = value;
-                       console.log(this.multipleSelection);
                     },
  //批量开票
     async makeInvoice() {
@@ -329,7 +326,6 @@ export default{
       // for(var i = 0; i < this.multipleSelection.length; i++) {
       //   this.formList.nums.push(this.multipleSelection[i].num);
       // }
-      // // console.log(this.formList);
       // const formData = new FormData();
       //   formData.append('userId', this.formList.userId);
       //   formData.append('nums', this.formList.nums);
@@ -342,7 +338,6 @@ export default{
       //     this.fullscreenLoading = false;
       //     this.loadDataCar();
       //     this.formList.nums = [];
-      //     // console.log(this.formList.nums);
       //   }else{
       //      this.fullscreenLoading = false;
       //     this.$message({
@@ -355,12 +350,10 @@ export default{
     handleSize(val) {
       this.pagesizetwo = val;
       this.loadDataCar();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrent(val) {
       this.currenttwo = val;
      this.loadDataCar();
-      console.log(`当前页: ${val}`);
     }
   }
 };

+ 0 - 4
src/views/platform/waybillmanagement/trueinvoice.vue

@@ -307,12 +307,10 @@ export default{
       await this.loadDataCar();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "历史运单上传列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".ttt"),{ raw: true });
@@ -343,12 +341,10 @@ export default{
     handleSize(val) {
       this.pagesizetwo = val;
       this.loadDataCar();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrent(val) {
       this.currenttwo = val;
      this.loadDataCar();
-      console.log(`当前页: ${val}`);
     }
   }
 };

+ 0 - 5
src/views/platform/waybillmanagement/waybillList.vue

@@ -314,7 +314,6 @@ async  exportExcel() {
             if (response.data.code === 0) {
                // 设置当前日期
                     let time = new Date();
-                    //console.log(time);
                     let year = time.getFullYear();
                     let month = time.getMonth() + 1;
                     let day = time.getDate();
@@ -380,8 +379,6 @@ async  exportExcel() {
                       })
                       const data = this.formatJson(filterVal, list);
                       export_json_to_excel(tHeader, data, excelName);
-                      console.log(1111);
-                     console.log(new Date().getMilliseconds)
                      loading.close();
                    
                   })
@@ -390,12 +387,10 @@ async  exportExcel() {
     handleSize(val) {
       this.pagesizetwo = val;
       this.loadDataCar();
-      console.log(`每页 ${val} 条`);
     },
     handleCurrent(val) {
       this.currenttwo = val;
      this.loadDataCar();
-      console.log(`当前页: ${val}`);
     }
   }
 };

+ 0 - 4
src/views/selfCar/calculateInfo.vue

@@ -131,12 +131,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
           formartNum(wb){
             var sheet = wb['Sheets']['Sheet1'];
@@ -166,12 +164,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "自有车计费查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 7
src/views/selfCar/invoice.vue

@@ -312,7 +312,6 @@ importExcel (content) {
           type: 'binary'
         })
         const result = []
-        console.log((this.wb.Sheets.Sheet1)['!ref'])
         var are = (this.wb.Sheets.Sheet1)['!ref'];
         var areRe = are.replace('A1','A2');
         (this.wb.Sheets.Sheet1)['!ref'] = areRe;
@@ -335,11 +334,9 @@ importExcel (content) {
 
           },
            handleRemove(file, fileList) {
-            console.log(file, fileList);
           },
 
           handlePreview(file) {
-            console.log(file);
           },
           handleSuccess (a) {
             this.formUserList.file = a.raw;
@@ -385,12 +382,10 @@ importExcel (content) {
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
           formartNum(wb){
             var sheet = wb['Sheets']['Sheet1'];
@@ -420,12 +415,10 @@ importExcel (content) {
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "自有车发票查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 8
src/views/selfCar/selfCarTrade.vue

@@ -246,7 +246,6 @@ import XLSX from "xlsx";
           type: 'binary'
         })
         const result = []
-        console.log((this.wb.Sheets.Sheet1)['!ref'])
         var are = (this.wb.Sheets.Sheet1)['!ref'];
         var areRe = are.replace('A1','A2');
         (this.wb.Sheets.Sheet1)['!ref'] = areRe;
@@ -264,7 +263,6 @@ import XLSX from "xlsx";
   },
            handleSelectionChange(value){
                        this.multipleSelection = value;
-                       console.log(this.multipleSelection);
            },
             // 下载模板
           DownloadTemplate() {
@@ -273,11 +271,9 @@ import XLSX from "xlsx";
 
           },
            handleRemove(file, fileList) {
-            console.log(file, fileList);
           },
 
           handlePreview(file) {
-            console.log(file);
           },
           handleSuccess (a) {
             this.formUserList.file = a.raw;
@@ -302,12 +298,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
        async     exportExcel() {
        const loading = this.$loading({
@@ -323,12 +317,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "自有车交易查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 5
src/views/selfCar/selfCarTradeException.vue

@@ -168,7 +168,6 @@ import XLSX from "xlsx";
           },
            handleSelectionChange(value){
                        this.multipleSelection = value;
-                       console.log(this.multipleSelection);
            },
             async update(){
             if(this.multipleSelection.length == 0){return};
@@ -183,12 +182,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
        async  exportExcel() {
        const loading = this.$loading({
@@ -204,12 +201,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "自有车异常交易查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 5
src/views/selfCar/selfcarRec.vue

@@ -207,7 +207,6 @@ import XLSX from "xlsx";
                               message: '解绑成功'
                            });
                          }else{
-                           console.log(data)
                            this.$message({
                               type: 'error',
                               message: ''+data.data.msg
@@ -223,12 +222,10 @@ import XLSX from "xlsx";
           handleSizeChange(val) {
             this.pagesize = val;
             this.loadData();
-            console.log(`每页 ${val} 条`);
           },
           handleCurrentChange(val) {
             this.current = val;
               this.loadData();
-            // console.log(`当前页: ${val}`);
           },
         async    exportExcel() {
         const loading = this.$loading({
@@ -244,12 +241,10 @@ import XLSX from "xlsx";
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "自有车ETC备案查询列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });

+ 0 - 4
src/views/sys/user.vue

@@ -680,7 +680,6 @@ export default{
       }else{
         this.loadData();
       };
-      console.log(`每页 ${val} 条`);
     },
     handleCurrentChange(val) {
       this.current = val;
@@ -689,7 +688,6 @@ export default{
       }else{
         this.loadData();
       };
-      console.log(`当前页: ${val}`);
     },
         // 导出表格所用
    async exportExcel() {
@@ -706,12 +704,10 @@ export default{
       await this.loadData();
       // 设置当前日期
       let time = new Date();
-      //console.log(time);
       let year = time.getFullYear();
       let month = time.getMonth() + 1;
       let day = time.getDate();
       let name = "用户列表_"+year + "" + month + "" + day;
-      // console.log(name)
       /* generate workbook object from table */
       //  .table要导出的是哪一个表格
       var wb = XLSX.utils.table_to_book(document.querySelector(".table"),{ raw: true });