Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-web-vue
Commits
e53ab2d1
Commit
e53ab2d1
authored
Nov 01, 2024
by
zhoujunpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对公客户查询添加风险等级选项
parent
5cf1747c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
Ovwp.vue
src/page/Statics/Inffxp/views/Ovwp.vue
+1
-1
Pty.js
src/page/Statics/Pty/Dbipty/Pty.js
+1
-1
PtyInfo.vue
src/page/Statics/Pty/Dbipty/PtyInfo.vue
+11
-1
No files found.
src/page/Statics/Inffxp/views/Ovwp.vue
View file @
e53ab2d1
...
...
@@ -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>
...
...
src/page/Statics/Pty/Dbipty/Pty.js
View file @
e53ab2d1
...
...
@@ -71,7 +71,7 @@ export default class Pty {
bchkeybch
:
{},
branchbch
:
{},
ptycrm
:
{},
fxdj
:
''
,
}
}
}
...
...
src/page/Statics/Pty/Dbipty/PtyInfo.vue
View file @
e53ab2d1
...
...
@@ -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
!=
""
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment