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
zhouqian
vue-gjjs
Commits
b18a8a21
Commit
b18a8a21
authored
Feb 08, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇出汇款申报信息调整
parent
f192e781
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
index.js
src/config/CodeTable/index.js
+6
-8
commonFuncs.js
src/mixin/commonFuncs.js
+1
-1
Sbxx.vue
src/views/Business/Cptopn/Sbxx.vue
+2
-1
No files found.
src/config/CodeTable/index.js
View file @
b18a8a21
...
...
@@ -103,9 +103,8 @@ const CodeTable = {
{
label
:
"正常还款"
,
value
:
"0"
},
],
acttyp
:
[
{
label
:
"储蓄存款账户"
,
value
:
"3"
},
{
label
:
"支票存款账户"
,
value
:
"2"
},
{
label
:
"活期存款账户"
,
value
:
"1"
},
{
label
:
"境外"
,
value
:
"(JW)"
},
{
label
:
"境内非居民"
,
value
:
"(JN)"
},
],
addamtflg
:
[
{
label
:
"No"
,
value
:
""
},
...
...
@@ -4107,9 +4106,7 @@ const CodeTable = {
{
label
:
"N"
,
value
:
"N"
},
],
ownextkey
:
[
{
label
:
"修改"
,
value
:
"C"
},
{
label
:
"新建"
,
value
:
"A"
},
{
label
:
"删除"
,
value
:
"D"
},
{
label
:
"08350012北京分行"
,
value
:
"08350012"
},
],
ownexttyp
:
[
{
label
:
"手工录入"
,
value
:
"OE"
},
...
...
@@ -5207,9 +5204,10 @@ const CodeTable = {
{
label
:
"新系统"
,
value
:
"N"
},
],
szflg
:
[
{
value
:
"1"
,
label
:
"
境外汇款申请书
"
},
{
value
:
"2"
,
label
:
"境内
汇款申请书
"
},
{
value
:
"1"
,
label
:
"
跨境收支
"
},
{
value
:
"2"
,
label
:
"境内
收支
"
},
{
value
:
"3"
,
label
:
"不申报"
},
// { value: "4", label: "买方信贷" },
],
sztyp
:
[
{
label
:
"跨境收支"
,
value
:
"1"
},
...
...
src/mixin/commonFuncs.js
View file @
b18a8a21
...
...
@@ -85,7 +85,7 @@ export default {
message
:
"校验成功"
,
type
:
"success"
,
});
re
ut
rn
re
tu
rn
}
const
tab
=
this
.
showBackendErrors
(
fieldErrors
)
...
...
src/views/Business/Cptopn/Sbxx.vue
View file @
b18a8a21
...
...
@@ -37,7 +37,7 @@
v-model=
"model.bopmod.acttyp"
style=
"width: 100%"
placeholder=
"请选择"
:disabled=
"model.bopmod.szflg==='2'"
:disabled=
"model.bopmod.szflg==='
3' || model.bopmod.szflg==='
2'"
>
<el-option
v-for=
"item in codes.acttyp"
...
...
@@ -55,6 +55,7 @@
v-model=
"model.bopmod.ownextkey"
style=
"width: 100%"
placeholder=
"请选择"
:disabled=
"model.bopmod.szflg==='3'"
>
<el-option
v-for=
"item in codes.ownextkey"
...
...
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