Sfoglia il codice sorgente

报价单上不显示起保日期

lihongxiao 2 anni fa
parent
commit
45d59774a8
3 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 3 3
      config/dev.env.js
  2. 2 2
      src/views/Letter/Letter.vue
  3. 2 2
      src/views/Letter/Orderlist.vue

+ 3 - 3
config/dev.env.js

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

+ 2 - 2
src/views/Letter/Letter.vue

@@ -6695,8 +6695,8 @@ export default {
           this.sypremium = res.data.sypremium;//商业
           this.taxamount = res.data.taxamount;//车船税
           this.jypremium = res.data.jypremium;//驾意险
-          this.jqstartdate = res.data.jqstartdate;//交强起保日期
-          this.systartdate = res.data.systartdate;//商业起保日期
+          this.jqstartdate = res.data.jqStartDate;//交强起保日期
+          this.systartdate = res.data.syStartDate;//商业起保日期
           // this.mobile = res.data.applyinfo.mobile;//投保人手机号
           this.$nextTick(() => {
                 this.creatQrCode(res.data.qrCodeUrl);

+ 2 - 2
src/views/Letter/Orderlist.vue

@@ -2105,8 +2105,8 @@ export default {
           this.sypremium = res.data.sypremium;//商业
           this.taxamount = res.data.taxamount;//车船税
           this.jypremium = res.data.jypremium;//驾意险
-          this.jqstartdate = res.data.jqstartdate;//交强起保日期
-          this.systartdate = res.data.systartdate;//商业起保日期
+          this.jqstartdate = res.data.jqStartDate;//交强起保日期
+          this.systartdate = res.data.syStartDate;//商业起保日期
           // this.mobile = res.data.applyinfo.mobile;//投保人手机号
           this.$nextTick(() => {
                 this.creatQrCode(res.data.qrCodeUrl);