Forráskód Böngészése

阳光加自主定价系数

@dongkboy 1 éve
szülő
commit
61879f60cc

+ 2 - 2
config/dev.env.js

@@ -6,10 +6,10 @@ 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://sxzgkj.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.106:8080/"',//屈晨
+  BASE_URL: '"http://192.168.0.106:8080/"',//屈晨
   // BASE_URL: '"http://192.168.0.253:8080/"',//田智
   // BASE_URL: '"http:///192.168.0.42:8080/"',//武鸿鹏
   // BASE_URL: '"http:///192.168.0.253:8080/"',//田智

+ 1 - 1
src/views/Core/components/detailsDialog.vue

@@ -396,7 +396,7 @@
                 </el-row>
                 <el-row class="premium-style " :gutter="20" >
                     <el-col :span="6" v-if="orderInfo.seriesTypeActualName"><span>红黄蓝车系:</span>{{ orderInfo.seriesTypeActualName }}</el-col>
-                    <el-col :span="6" v-if="orderInfo.xyhGrade"><span>向阳花评分:</span>{{ orderInfo.xyhGrade }}</el-col>
+                    <el-col :span="6" v-if="orderInfo.xyhGrade"><span>向阳花评分:</span>{{orderInfo.xyhGrade=='0'?'非向阳花评分':orderInfo.xyhGrade=='1'?'向阳花评分':'无'}}</el-col>
                 </el-row>
               </div>
             </OpenCloseBox>

+ 4 - 4
src/views/Task/daikeComponents/KtLetter1.vue

@@ -1400,13 +1400,13 @@ agreementitem, agreementindex
                     ">
                         <div class="table-title">其他</div>
                         <div style="margin-bottom: 10px;">自主定价系数:
-                            <el-input v-model="reslistitem.pricingCoefficient" size="mini" class="coefficient" placeholder="请输入"></el-input>
+                            <el-input v-model="reslistitem.result.pricingCoefficient" size="mini" class="coefficient" placeholder="请输入"></el-input>
                         </div>
                         <div style="margin-bottom: 10px;">自主定价系数上限:
-                            <el-input v-model="reslistitem.pricingCoefficientUpper" size="mini" disabled class="coefficient"></el-input>
+                            <el-input v-model="reslistitem.result.pricingCoefficientUpper" size="mini" disabled class="coefficient"></el-input>
                         </div>
                         <div style="margin-bottom: 10px;">自主定价系数下限:
-                            <el-input v-model="reslistitem.pricingCoefficientLower" size="mini" disabled class="coefficient"></el-input>
+                            <el-input v-model="reslistitem.result.pricingCoefficientLower" size="mini" disabled class="coefficient"></el-input>
                         </div>
 
                     </div>
@@ -1765,7 +1765,7 @@ agreementitem, agreementindex
                         </div>
                         <div class="table-list-content" v-if="reslistitem.namesimple == '阳光财险'">
                             <div class="flex-1">向阳花评分:</div>
-                            <div class="flex-1">{{ reslistitem.result.xyhGrade == '0' ? '非向阳花积分' : reslistitem.result.xyhGrade == '1'? '向阳花积分': "无" }}</div>
+                            <div class="flex-1">{{ reslistitem.result.xyhGrade == '0' ? '非向阳花评分' : reslistitem.result.xyhGrade == '1'? '向阳花评分': "无" }}</div>
                         </div>
                         <div class="table-list-content" v-if="reslistitem.namesimple == '阳光财险'">
                             <div class="flex-1">红黄蓝车系:</div>