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
aa000fc9
Commit
aa000fc9
authored
Oct 17, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改转汇汇入
parent
df6ed6e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
index.js
src/config/CodeTable/index.js
+1
-0
Opnp1.vue
src/page/Remittance/zptadv/views/swift/Opnp1.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
aa000fc9
...
@@ -9591,6 +9591,7 @@ const CodeTable = {
...
@@ -9591,6 +9591,7 @@ const CodeTable = {
{
label
:
"挂账"
,
value
:
"2"
},
{
label
:
"挂账"
,
value
:
"2"
},
{
label
:
"退汇"
,
value
:
"3"
},
{
label
:
"退汇"
,
value
:
"3"
},
{
label
:
"其他汇款"
,
value
:
"4"
},
{
label
:
"其他汇款"
,
value
:
"4"
},
{
label
:
"转汇"
,
value
:
"4"
},
{
label
:
"挂账解付"
,
value
:
"G"
},
{
label
:
"挂账解付"
,
value
:
"G"
},
{
label
:
"Charge Settlement"
,
value
:
"C"
},
{
label
:
"Charge Settlement"
,
value
:
"C"
},
],
],
...
...
src/page/Remittance/zptadv/views/swift/Opnp1.vue
View file @
aa000fc9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<!-- 处理方式 -->
<!-- 处理方式 -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"处理方式"
prop=
"cpdgrp.rec.accmod"
>
<el-form-item
label=
"处理方式"
prop=
"cpdgrp.rec.accmod"
>
<c-select
:disabled=
"model.cpdgrp.rec.accmod=='G'"
v-model=
"model.cpdgrp.rec.accmod"
style=
"width:100%"
placeholder=
"请输入处理方式"
:code=
"codes.cptmod"
:filterKey=
"model.cpdgrp.rec.accmod=='G'?['G']:['0','2','3']"
>
<c-select
:disabled=
"model.cpdgrp.rec.accmod=='G'"
v-model=
"model.cpdgrp.rec.accmod"
style=
"width:100%"
placeholder=
"请输入处理方式"
:code=
"codes.cptmod"
:filterKey=
"model.cpdgrp.rec.accmod=='G'?['G']:['0','2','3'
, '4'
]"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
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