Browse Source

修改问题

master
yunuo970428 2 years ago
parent
commit
978205c036
  1. 2
      anrui-riskcenter-ui/src/api/Common/dictcommons.js
  2. 2
      anrui-riskcenter-ui/src/views/customizedfinancialsolutions/customizedfinancialsolutions.vue
  3. 2
      anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue
  4. 4
      anrui-riskcenter-ui/src/views/financialpolicyreporting/financialpolicyreportingAdd.vue
  5. 4
      anrui-riskcenter-ui/src/views/financialpolicyreporting/financialpolicyreportingInfo.vue
  6. 2
      anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagement.vue
  7. 4
      anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagementInfo.vue
  8. 2
      anrui-riskcenter-ui/src/views/otherfinancialproductsreport/otherfinancialproductsreportInfo.vue
  9. 4
      anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/financialpolicyreportingByDivisionOperateInfo.vue
  10. 4
      anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/financialpolicyreportingDaiBanInfo.vue
  11. 4
      anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/financialpolicyreportingEdit.vue
  12. 4
      anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/financialpolicyreportingYiBanInfo.vue
  13. 4
      anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/relation/otherInfo.vue
  14. 2
      anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportByDivisionOperate.vue
  15. 2
      anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportDaiBan.vue
  16. 2
      anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportYiBan.vue

2
anrui-riskcenter-ui/src/api/Common/dictcommons.js

@ -117,7 +117,7 @@ export function selectList(data) {
})
}
// 获取产品政策下的其他融信息,或分公司下备案通过的其他
// 获取产品政策下的其它融信息,或分公司下备案通过的其它
export function selectListByOther(data) {
return request({
url: '/riskcenter/v1/LoanFinOtherPolicy/selectList',

2
anrui-riskcenter-ui/src/views/customizedfinancialsolutions/customizedfinancialsolutions.vue

@ -72,7 +72,7 @@
<el-table-column prop="showTypeValue" label="预估报价单方案" align="center" width="130" />
<el-table-column prop="vehModel" label="车型" align="center" min-width="270" />
<el-table-column prop="policyName" label="资方产品政策" align="center" width="120" />
<el-table-column prop="otherPolicyName" label="其融产品名称" align="center" width="120" />
<el-table-column prop="otherPolicyName" label="其融产品名称" align="center" width="120" />
</el-table>
</div>
<!--End 主页面主要部分-->

2
anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue

@ -127,7 +127,7 @@
<financialpolicymanagementAdd v-show="viewState == 2 || viewState == 3" ref="divAdd" @doback="resetState" @reloadlist="getList"/>
<!--款项结转申请详情-->
<financialpolicymanagementInfo v-show="viewState == 4" ref="divInfo" @doback="resetState" />
<!--查看其-->
<!--查看其-->
<otherfinancialpolicymanagementInfo v-show="viewState == 5" ref="divOther" @doback="resetState"/>
<!--政策报备-->
<financialpolicyreportingAdd v-show="viewState == 6" ref="divBaoBei" @doback="resetState" @reloadlist="getList"/>

4
anrui-riskcenter-ui/src/views/financialpolicyreporting/financialpolicyreportingAdd.vue

@ -113,7 +113,7 @@
<span>{{ scope.row.validDateTo }}</span>
</template>
</el-table-column>
<el-table-column label="其融" align="center" width="80">
<el-table-column label="其融" align="center" width="80">
<template slot-scope="scope">
<span class="bluezi" v-show="scope.row.showOtherPolicy" @click="lookOther(scope.row)">查看</span>
</template>
@ -122,7 +122,7 @@
</el-form>
</div>
</div>
<!-- 查看其融详情 -->
<!-- 查看其融详情 -->
<otherfinancialpolicymanagementInfo v-show="viewState == 2" ref="divOther" @doback="resetState"/>
<!-- 查看金融产品政策详情 -->
<financialpolicymanagementInfo v-show="viewState == 3" ref="divChanPin" @doback="resetState"/>

4
anrui-riskcenter-ui/src/views/financialpolicyreporting/financialpolicyreportingInfo.vue

@ -104,7 +104,7 @@
<span>{{ scope.row.validDateTo }}</span>
</template>
</el-table-column>
<el-table-column label="其融" align="center" width="80">
<el-table-column label="其融" align="center" width="80">
<template slot-scope="scope">
<span class="bluezi" v-show="scope.row.showOtherPolicy" @click="lookOther(scope.row)">查看</span>
</template>
@ -113,7 +113,7 @@
</el-form>
</div>
</div>
<!-- 查看其融详情 -->
<!-- 查看其融详情 -->
<otherfinancialpolicymanagementInfo v-show="viewState == 2" ref="divOther" @doback="resetState"/>
<!-- 查看金融产品政策详情 -->
<financialpolicymanagementInfo v-show="viewState == 3" ref="divChanPin" @doback="resetState"/>

2
anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagement.vue

@ -107,7 +107,7 @@
</div>
<!--新增或编辑-->
<otherfinancialpolicymanagementAdd v-show="viewState == 2 || viewState == 3" ref="divAdd" @doback="resetState" @reloadlist="getList"/>
<!--查看其-->
<!--查看其-->
<otherfinancialpolicymanagementInfo v-show="viewState == 4" ref="divInfo" @doback="resetState"/>
<!-- 报备 -->
<otherfinancialproductsreportAdd v-show="viewState == 5" ref="divBaoBei" @doback="resetState" @reloadlist="getList"/>

4
anrui-riskcenter-ui/src/views/otherfinancialpolicymanagement/otherfinancialpolicymanagementInfo.vue

@ -37,7 +37,7 @@
<div class="span-sty">车辆大类</div>
<el-form-item><span class="addinputInfo">{{ formobj.vehCategoryValue }}</span></el-form-item>
</el-col>
<el-col :span="8">
<el-col :span="8" class="tlineheightb">
<div class="span-sty">车辆功能</div>
<el-form-item><span class="addinputInfo">{{ formobj.vehTypeValue }}</span></el-form-item>
</el-col>
@ -119,7 +119,7 @@ export default {
},
methods: {
showInfo(sid) {
this.viewTitle = '其融产品详情'
this.viewTitle = '其融产品详情'
req.fetchBySid({ sid: sid }).then((res) => {
if (res.success) {
this.formobj = res.data

2
anrui-riskcenter-ui/src/views/otherfinancialproductsreport/otherfinancialproductsreportInfo.vue

@ -120,7 +120,7 @@ export default {
},
methods: {
showInfo(row) {
this.viewTitle = '其融产品报备详情'
this.viewTitle = '其融产品报备详情'
req.fetchBySid(row.sid).then((res) => {
if (res.success) {
this.formobj = res.data

4
anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/financialpolicyreportingByDivisionOperateInfo.vue

@ -106,7 +106,7 @@
<span>{{ scope.row.validDateTo }}</span>
</template>
</el-table-column>
<el-table-column label="其融" align="center" width="80">
<el-table-column label="其融" align="center" width="80">
<template slot-scope="scope">
<span class="bluezi" v-show="scope.row.showOtherPolicy" @click="lookOther(scope.row)">查看</span>
</template>
@ -115,7 +115,7 @@
</el-form>
</div>
</div>
<!-- 查看其融详情 -->
<!-- 查看其融详情 -->
<otherfinancialpolicymanagementInfo v-show="viewState == 2" ref="divOther" @doback="resetState"/>
<!-- 查看金融产品政策详情 -->
<financialpolicymanagementInfo v-show="viewState == 3" ref="divChanPin" @doback="resetState"/>

4
anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/financialpolicyreportingDaiBanInfo.vue

@ -106,7 +106,7 @@
<span>{{ scope.row.validDateTo }}</span>
</template>
</el-table-column>
<el-table-column label="其融" align="center" width="80">
<el-table-column label="其融" align="center" width="80">
<template slot-scope="scope">
<span class="bluezi" v-show="scope.row.showOtherPolicy" @click="lookOther(scope.row)">查看</span>
</template>
@ -115,7 +115,7 @@
</el-form>
</div>
</div>
<!-- 查看其融详情 -->
<!-- 查看其融详情 -->
<otherfinancialpolicymanagementInfo v-show="viewState == 2" ref="divOther" @doback="resetState"/>
<!-- 查看金融产品政策详情 -->
<financialpolicymanagementInfo v-show="viewState == 3" ref="divChanPin" @doback="resetState"/>

4
anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/financialpolicyreportingEdit.vue

@ -112,7 +112,7 @@
<span>{{ scope.row.validDateTo }}</span>
</template>
</el-table-column>
<el-table-column label="其融" align="center" width="80">
<el-table-column label="其融" align="center" width="80">
<template slot-scope="scope">
<span class="bluezi" v-show="scope.row.showOtherPolicy" @click="lookOther(scope.row)">查看</span>
</template>
@ -121,7 +121,7 @@
</el-form>
</div>
</div>
<!-- 查看其融详情 -->
<!-- 查看其融详情 -->
<otherfinancialpolicymanagementInfo v-show="viewState == 2" ref="divOther" @doback="resetState"/>
<!-- 查看金融产品政策详情 -->
<financialpolicymanagementInfo v-show="viewState == 3" ref="divChanPin" @doback="resetState"/>

4
anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/financialpolicyreportingYiBanInfo.vue

@ -104,7 +104,7 @@
<span>{{ scope.row.validDateTo }}</span>
</template>
</el-table-column>
<el-table-column label="其融" align="center" width="80">
<el-table-column label="其融" align="center" width="80">
<template slot-scope="scope">
<span class="bluezi" v-show="scope.row.showOtherPolicy" @click="lookOther(scope.row)">查看</span>
</template>
@ -113,7 +113,7 @@
</el-form>
</div>
</div>
<!-- 查看其融详情 -->
<!-- 查看其融详情 -->
<otherfinancialpolicymanagementInfo v-show="viewState == 2" ref="divOther" @doback="resetState"/>
<!-- 查看金融产品政策详情 -->
<financialpolicymanagementInfo v-show="viewState == 3" ref="divChanPin" @doback="resetState"/>

4
anrui-riskcenter-ui/src/views/workFlow/jinrongzhengceFlow/relation/otherInfo.vue

@ -37,7 +37,7 @@
<div class="span-sty">车辆大类</div>
<el-form-item><span class="addinputInfo">{{ formobj.vehCategoryValue }}</span></el-form-item>
</el-col>
<el-col :span="8">
<el-col :span="8" class="tlineheightb">
<div class="span-sty">车辆功能</div>
<el-form-item><span class="addinputInfo">{{ formobj.vehTypeValue }}</span></el-form-item>
</el-col>
@ -113,7 +113,7 @@ export default {
},
methods: {
showInfo(sid) {
this.viewTitle = '其融产品详情'
this.viewTitle = '其融产品详情'
req.fetchBySid({ sid: sid }).then((res) => {
if (res.success) {
this.formobj = res.data

2
anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportByDivisionOperate.vue

@ -197,7 +197,7 @@ export default {
},
methods: {
showInfo(sid) {
this.viewTitle = '其融产品报备详情'
this.viewTitle = '其融产品报备详情'
req.fetchBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data

2
anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportDaiBan.vue

@ -197,7 +197,7 @@ export default {
},
methods: {
showInfo(sid) {
this.viewTitle = '其融产品报备详情'
this.viewTitle = '其融产品报备详情'
req.fetchBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data

2
anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportYiBan.vue

@ -155,7 +155,7 @@ export default {
},
methods: {
showInfo(sid) {
this.viewTitle = '其融产品报备详情'
this.viewTitle = '其融产品报备详情'
req.fetchBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data

Loading…
Cancel
Save