Commit e53ab2d1 by zhoujunpeng

对公客户查询添加风险等级选项

parent 5cf1747c
......@@ -133,7 +133,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="风险等级" prop="fxdj">
<c-input v-model="model.fxdj" placeholder="请输入风险等级"></c-input>
<c-input v-model="model.fxdj" placeholder="请输入风险等级" filterable dbCode="RSKCLS"></c-input>
</el-form-item>
</c-col>
</c-col>
......
......@@ -71,7 +71,7 @@ export default class Pty {
bchkeybch: {},
branchbch: {},
ptycrm: {},
fxdj: '',
}
}
}
......
......@@ -144,6 +144,16 @@
</c-radio-group>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="风险等级" prop="rskcls">
<c-select v-model="model.rskcls" style="width: 100%"
:disabled="isPageDisabled"
placeholder="请选择风险等级" dbCode="RSKCLS" filterable :isShowKeyAndLabel="true">
</c-select>
</el-form-item>
</c-col>
</c-col>
</div>
......@@ -166,7 +176,6 @@ export default {
rules: Pattern,
oldBranchList:[],
chgBranchList:[],
bchAuthMod:{
cod_:"",
msg_:"",
......@@ -224,6 +233,7 @@ export default {
this.model.loccty=null;
this.model.pobzip=null;
this.model.branchcode=null;
this.model.fxdj=null;
//若原客户号已获取,则提示要重新获取
if (this.oldPtyextkey!=""){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment