Explorar el Código

报价页面点击下一单,报价信息还在的问题

lihongxiao hace 2 años
padre
commit
07d1521939
Se han modificado 3 ficheros con 3 adiciones y 7 borrados
  1. 2 2
      config/dev.env.js
  2. 1 4
      src/views/Letter/Letter.vue
  3. 0 1
      src/views/Letter/Orderlist.vue

+ 2 - 2
config/dev.env.js

@@ -5,8 +5,8 @@ const prodEnv = require('./prod.env')
 module.exports = merge(prodEnv, {
   NODE_ENV: '"development"',
   ENV_CONFIG:'"dev"',
-  // BASE_URL: '"https://test.baoxianzhanggui.com/web-api"',//测试服务器
-  BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
+  BASE_URL: '"https://test.baoxianzhanggui.com/web-api"',//测试服务器
+  // BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
   // BASE_URL: '"http://192.168.0.115:8080/"' //凯森
   // BASE_URL: '"http:///192.168.0.253:8082/"',//田智
   // BASE_URL: '"http:///192.168.0.253:8082/"',//田智

+ 1 - 4
src/views/Letter/Letter.vue

@@ -5560,7 +5560,6 @@ else{
           })
         }
       }
-      console.log(res.data,111111111111111)
       this.totalCompanyList = res.data;
       })
     },
@@ -5774,7 +5773,6 @@ else{
   
     //勾选保险公司
     initchange(e, code, name, index) {
-      console.log( this.totalCompanyList[index] ,e,1111111111111)
       if(e){
         let ins = this.totalCompanyList[index].namesimple;
       // this.totalCompanyList[index].agreementId = "";
@@ -7483,7 +7481,6 @@ else{
             case "安盛天平":
             case "众安财险":
             case "中国人寿":
-            console.log(this.queryOrders.inscompany,11111111111)
               let hengbangapi = "";
               hengbangapi = this.apiType == 2 ? "pythonsubmitImage" : "anshengsubmitImage"
               await this.$api.letter[hengbangapi]({
@@ -8343,7 +8340,6 @@ else{
     },
     //预览图片
     handlePictureCardPreview(img) {
-      console.log(img,11111111111)
       this.ProViewImg = img;
       this.showViewer = true;
     },
@@ -8661,6 +8657,7 @@ else{
       this.imageUploaddialogVisible = false;
     },
     add() {
+    this.obtainProtocol()
       this.$router.push({ path: '/letter/letter' })
       for (let key in this.ownerInfo) {
         this.ownerInfo[key] = "";

+ 0 - 1
src/views/Letter/Orderlist.vue

@@ -2854,7 +2854,6 @@ export default {
     //   }
     // },
     handleRowChange(row) {
-      console.log(row, 111111111);
       if (!row.expanded) {
         this.$api.letter
           .querySonOrders({ orderNo: row.orderno })