Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
90d2140f
Commit
90d2140f
authored
Sep 02, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
特殊规定
parent
815cda60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
index.js
src/config/CodeTable/index.js
+2
-7
Addbcb.vue
src/views/Business/Ditopn/Addbcb.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
90d2140f
...
...
@@ -102,11 +102,6 @@ const CodeTable = {
{
label
:
"系统外还款"
,
value
:
"1"
},
{
label
:
"正常还款"
,
value
:
"0"
},
],
actiontype
:[
{
label
:
"修改"
,
value
:
"C"
},
{
label
:
"新建"
,
value
:
"A"
},
{
label
:
"删除"
,
value
:
"D"
},
],
acttyp
:[
{
label
:
"储蓄存款账户"
,
value
:
"3"
},
{
label
:
"支票存款账户"
,
value
:
"2"
},
...
...
@@ -5730,8 +5725,8 @@ const CodeTable = {
// {label:"send as MT999",value:"SWT999" },
],
litameadv
:[
{
label
:
"无特殊规定"
,
value
:
"
1
"
},
{
label
:
"有特殊规定,条件为:"
,
value
:
"
2"
},
{
label
:
"无特殊规定"
,
value
:
"
无特殊规定
"
},
{
label
:
"有特殊规定,条件为:"
,
value
:
"
有特殊规定,条件为:"
}
],
swttlx
:[
{
label
:
"需要加押的SWIFT报文(MT999)"
,
value
:
"M"
},
...
...
src/views/Business/Ditopn/Addbcb.vue
View file @
90d2140f
...
...
@@ -34,7 +34,7 @@
<el-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"ameadvrmk"
>
<c-input
:disabled=
"model.litameadv
!= 2
"
:disabled=
"model.litameadv
== '无特殊规定'
"
type=
"textarea"
v-model=
"model.ameadvrmk"
:autosize=
"
{ minRows: 4, maxRows: 6 }"
...
...
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