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
805b1f06
Commit
805b1f06
authored
Oct 21, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算详情码表修改
parent
a9a3a5ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
index.js
src/config/CodeTable/index.js
+5
-0
SetpanDialog.vue
src/views/Public/SetpanDialog.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
805b1f06
...
...
@@ -6688,6 +6688,11 @@ const CodeTable = {
{
label
:
"BEN 受益人"
,
value
:
"BEN"
},
{
label
:
"CON 保兑行"
,
value
:
"CON"
},
],
setfelRol2
:
[
{
label
:
"DRE Drawee"
,
value
:
"DRE"
},
{
label
:
"DRR Drawer"
,
value
:
"DRR"
},
{
label
:
"RMI Remitting Bank"
,
value
:
"RMI"
}
],
ptydbt
:
[
{
label
:
"OWN Ourselves"
,
value
:
"OWN"
},
{
label
:
"ISS 开证行"
,
value
:
"ISS"
},
...
...
src/views/Public/SetpanDialog.vue
View file @
805b1f06
...
...
@@ -111,7 +111,7 @@
<el-form-item
label=
"付款方"
>
<c-select
v-model=
"formData.rol"
style=
"width:100%"
>
<el-option
v-for=
"item in codes.setfelRol"
v-for=
"item in codes.setfelRol
2
"
:label=
"item.label"
:value=
"item.value"
:key=
"item.value"
...
...
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