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
26cb7cf6
Commit
26cb7cf6
authored
Sep 26, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inftrd查询页面修改
parent
9c9804d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
43 deletions
+75
-43
index.js
src/config/CodeTable/index.js
+18
-0
Infsea.vue
src/views/Business/Inftrd/Infsea.vue
+57
-43
No files found.
src/config/CodeTable/index.js
View file @
26cb7cf6
...
...
@@ -1479,6 +1479,14 @@ const CodeTable = {
{
label
:
"出口贴现"
,
value
:
"D"
},
{
label
:
"出口押汇"
,
value
:
"N"
},
],
boppayattr1
:
[
{
label
:
"进口信用证押汇"
,
value
:
"BRF"
},
{
label
:
"进口代收押汇"
,
value
:
"BCF"
},
{
label
:
"汇出汇款押汇(ECF)"
,
value
:
"ECF"
},
{
label
:
"汇出汇款押汇(LOA)"
,
value
:
"LOA"
},
{
label
:
"买方押汇"
,
value
:
"PCL"
},
{
label
:
"打包贷款"
,
value
:
"PCF"
},
],
boppayttr
:
[
{
label
:
"出口货物保险理赔"
,
value
:
"I"
},
{
label
:
"钻石交易所"
,
value
:
"D"
},
...
...
@@ -4161,6 +4169,16 @@ const CodeTable = {
{
label
:
"Drawee Bank"
,
value
:
"DRO"
},
{
label
:
"Presenting Bnk"
,
value
:
"PRE"
},
],
searol4
:[
{
label
:
"Financed Party"
,
value
:
"FIP"
},
{
label
:
"Issuing Bank"
,
value
:
"ISS"
},
{
label
:
"Old Account Party"
,
value
:
"OAP"
},
{
label
:
"Reimbursement Bank"
,
value
:
"RMB"
},
],
seasta
:[
{
label
:
"Open"
,
value
:
"O"
},
{
label
:
"Closed"
,
value
:
"C"
},
],
seacur
:[
{
label
:
`CNY-人民币`
,
value
:
`CNY`
},
{
label
:
`KRW-韩元`
,
value
:
`KRW`
},
...
...
src/views/Business/Inftrd/Infsea.vue
View file @
26cb7cf6
...
...
@@ -76,6 +76,19 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入Party Reference"
></c-input>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"8"
>
<el-form-item
label=
"Release Status"
prop=
"infcon.relflg"
style=
"width: 100%"
...
...
@@ -94,7 +107,7 @@
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"8"
>
<el-form-item
...
...
@@ -106,6 +119,7 @@
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
placeholder=
"请输入Select Single Party"
:disabled=
"model.infcon.seapty != ''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -136,6 +150,7 @@
v-model=
"model.infcon.seapty"
maxlength=
"24"
placeholder=
"请输入Party Name/BIC"
:disabled=
"model.infcon.pty.extkey != ''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -152,7 +167,7 @@
placeholder=
"请选择Role"
>
<el-option
v-for=
"item in codes.searol"
v-for=
"item in codes.searol
4
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -161,23 +176,6 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入Party Reference"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Resp.User"
...
...
@@ -188,13 +186,16 @@
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
:disabled=
"true"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Status
"
label=
"
状态
"
prop=
"infcon.seasta"
style=
"width: 100%"
>
...
...
@@ -215,7 +216,7 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Currency
"
label=
"
币种
"
prop=
"infcon.seacur"
style=
"width: 100%"
>
...
...
@@ -234,22 +235,19 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!--
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Type of Advance
"
prop=
"
seafintyp
"
label=
"
融资状态
"
prop=
"
infcon.cxmflg
"
style=
"width: 100%"
>
<c-select
v-model=
"model.
seafintyp
"
v-model=
"model.
infcon.cxmflg
"
style=
"width: 100%"
placeholder=
"请选择
Type of Advance
"
placeholder=
"请选择
是否显示查询码
"
>
<el-option
v-for=
"item in codes.
boppayattr
"
v-for=
"item in codes.
ovdflg
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -257,16 +255,23 @@
</el-option>
</c-select>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"Good's Code "
prop=
"trdgrp.rec.stagod"
>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"融资品种"
prop=
"seafintyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.
trdgrp.rec.stagod
"
v-model=
"model.
seafintyp
"
style=
"width: 100%"
placeholder=
"请选择
Good's Code
"
placeholder=
"请选择
融资品种
"
>
<el-option
v-for=
"item in codes.
godcod
"
v-for=
"item in codes.
boppayattr1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -275,20 +280,19 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
融资状态
"
prop=
"
infcon.cxmflg
"
label=
"
Good's Code
"
prop=
"
trdgrp.rec.stagod
"
style=
"width: 100%"
>
<c-select
v-model=
"model.
infcon.cxmflg
"
v-model=
"model.
trdgrp.rec.stagod
"
style=
"width: 100%"
placeholder=
"请选择
是否显示查询码
"
placeholder=
"请选择
Good's Code
"
>
<el-option
v-for=
"item in codes.
ovdflg
"
v-for=
"item in codes.
godcod
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -300,6 +304,16 @@
<c-col
:span=
"8"
>
<el-form-item
label=
"海外代付"
prop=
"trdgrp.rec.oseflg"
style=
"width: 100%"
>
<c-checkbox
v-model=
"model.trdgrp.rec.oseflg"
></c-checkbox>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"8"
>
<el-form-item
label=
"福费廷转卖类型"
prop=
"infcon.cxmflg"
style=
"width: 100%"
...
...
@@ -318,7 +332,7 @@
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
-->
</c-col>
<c-col
:span=
"24"
>
...
...
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