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
44145c44
Commit
44145c44
authored
Dec 27, 2021
by
xsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xsh
parent
27d3e111
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
50 deletions
+66
-50
Amep.vue
src/views/Business/Bctame/Amep.vue
+18
-18
Detp.vue
src/views/Business/Bctame/Detp.vue
+38
-25
Ovwp.vue
src/views/Business/Bctame/Ovwp.vue
+4
-4
Canp.vue
src/views/Business/Botcan/Canp.vue
+6
-3
No files found.
src/views/Business/Bctame/Amep.vue
View file @
44145c44
...
...
@@ -25,14 +25,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Amendment Date"
prop=
"amedat"
>
<c-date-picker
type=
"date"
v-model=
"model.amedat"
style=
"width:
50%"
placeholder=
"请选择
Amendment Date"
>
<c-date-picker
type=
"date"
v-model=
"model.amedat"
style=
"width:
36%"
placeholder=
"
Amendment Date"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"No. of Amendment"
prop=
"amenbr"
>
<c-input
v-model=
"model.amenbr"
style=
"width:
50%"
placeholder=
"请输入
No. of Amendment"
></c-input>
<c-input
v-model=
"model.amenbr"
style=
"width:
20%"
placeholder=
"
No. of Amendment"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -50,7 +50,7 @@
<c-col
:span=
"6"
>
<el-form-item
label=
""
style=
"text-align: left"
label-width=
"20px"
prop=
"oldbcdgrp.cbs.max.amt"
>
<c-input
disabled
v-model=
"model.oldbcdgrp.cbs.max.amt"
placeholder=
"
请输入
Original Amount"
></c-input>
<c-input
disabled
v-model=
"model.oldbcdgrp.cbs.max.amt"
placeholder=
"Original Amount"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -68,7 +68,7 @@
<c-col
:span=
"6"
>
<el-form-item
label=
""
style=
"text-align: left"
label-width=
"20px"
prop=
"trnmod.swiadd.ameamt"
>
<c-input
v-model=
"model.trnmod.swiadd.ameamt"
placeholder=
"
请输入
Amended Amount"
></c-input>
<c-input
v-model=
"model.trnmod.swiadd.ameamt"
placeholder=
"Amended Amount"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -86,14 +86,14 @@
<c-col
:span=
"6"
>
<el-form-item
label=
""
style=
"text-align: left"
label-width=
"20px"
prop=
"trnmod.swiadd.newamt"
>
<c-input
v-model=
"model.trnmod.swiadd.newamt"
placeholder=
"
请输入
New amount"
></c-input>
<c-input
v-model=
"model.trnmod.swiadd.newamt"
placeholder=
"New amount"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Amend Condition"
prop=
"newdoctypcod"
>
<c-select
v-model=
"model.newdoctypcod"
style=
"width:41%"
placeholder=
"
请选择
Amend Condition"
>
<c-select
v-model=
"model.newdoctypcod"
style=
"width:41%"
placeholder=
"Amend Condition"
>
<el-option
v-for=
"item in codes.doctyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -101,7 +101,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"
6
"
>
<c-col
:span=
"
5
"
>
<el-form-item
label=
"Tenor Data"
prop=
"oldbcdgrp.rec.matpercnt"
>
<c-input
disabled
v-model=
"model.oldbcdgrp.rec.matpercnt"
placeholder=
"Tenor Data"
></c-input>
</el-form-item>
...
...
@@ -119,8 +119,8 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
style=
"text-align: left"
label-width=
"20px"
prop=
"oldbcdgrp.rec.matperbeg"
>
<c-select
disabled
v-model=
"model.oldbcdgrp.rec.matperbeg"
style=
"width:
100
%"
placeholder=
"
请选择Start of Maturity Period MATBEG
"
>
<c-select
disabled
v-model=
"model.oldbcdgrp.rec.matperbeg"
style=
"width:
66
%"
placeholder=
"
Old Start of Maturity Period Matbeg
"
>
<el-option
v-for=
"item in codes.matbeg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -128,9 +128,9 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"
6
"
>
<c-col
:span=
"
5
"
>
<el-form-item
label=
"New Tenor Data"
prop=
"trnmod.swiadd.newmatpercnt"
>
<c-input
v-model=
"model.trnmod.swiadd.newmatpercnt"
placeholder=
"
请输入
New Tenor Data"
></c-input>
<c-input
v-model=
"model.trnmod.swiadd.newmatpercnt"
placeholder=
"New Tenor Data"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -146,8 +146,8 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
style=
"text-align: left"
label-width=
"20px"
prop=
"trnmod.swiadd.newmatperbeg"
>
<c-select
v-model=
"model.trnmod.swiadd.newmatperbeg"
style=
"width:
100
%"
placeholder=
"
请选择Start of Maturity Period
"
>
<c-select
v-model=
"model.trnmod.swiadd.newmatperbeg"
style=
"width:
66
%"
placeholder=
"
New Start of Maturity Period Matbeg
"
>
<el-option
v-for=
"item in codes.matbeg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -157,22 +157,22 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Maturity Date"
prop=
"oldbcdgrp.rec.matdat"
>
<c-date-picker
disabled
type=
"date"
v-model=
"model.oldbcdgrp.rec.matdat"
style=
"width:
41
%"
placeholder=
"
请选择
Maturity Date"
></c-date-picker>
<c-date-picker
disabled
type=
"date"
v-model=
"model.oldbcdgrp.rec.matdat"
style=
"width:
16
%"
placeholder=
"
Old
Maturity Date"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"New Maturity Date"
prop=
"trnmod.swiadd.newmatdat"
>
<c-date-picker
type=
"date"
v-model=
"model.trnmod.swiadd.newmatdat"
style=
"width:
41
%"
placeholder=
"
请选择
New Maturity Date"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.trnmod.swiadd.newmatdat"
style=
"width:
16
%"
placeholder=
"New Maturity Date"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Further Amendments"
prop=
"trnmod.swiadd.ametxt"
>
<c-input
type=
"textarea"
v-model=
"model.trnmod.swiadd.ametxt"
maxlength=
"35"
show-word-limit
placeholder=
"
请输入
Further Amendments"
></c-input>
placeholder=
"Further Amendments"
></c-input>
</el-form-item>
</c-col>
</div>
...
...
src/views/Business/Bctame/Detp.vue
View file @
44145c44
...
...
@@ -5,7 +5,7 @@
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"
Collection
Instructions"
prop=
"bcdgrp.blk.colins"
>
<el-form-item
label=
"
Delivery of Documents
Instructions"
prop=
"bcdgrp.blk.colins"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.colins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Delivery of Documents Instructions"
></c-input>
</el-form-item>
...
...
@@ -32,7 +32,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Protest Instructions"
prop=
"bcdgrp.rec.proins"
>
<c-select
v-model=
"model.bcdgrp.rec.proins"
style=
"width:
50
%"
placeholder=
"请选择Protest Instructions"
>
<c-select
v-model=
"model.bcdgrp.rec.proins"
style=
"width:
75
%"
placeholder=
"请选择Protest Instructions"
>
<el-option
v-for=
"item in codes.proins"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -40,17 +40,22 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Our Charges to"
prop=
"bcdgrp.rec.chato"
>
<c-select
v-model=
"model.bcdgrp.rec.chato"
style=
"width:50%"
placeholder=
"请选择Our Charges to"
>
<el-option
v-for=
"item in codes.chadet"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
<c-col
:span=
"20"
>
<el-form-item
label=
"Other Instructions"
prop=
"bcdgrp.blk.othins"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.othins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Other Instructions"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onOthins1Buttxmsel"
>
</c-button>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Good's Code (for Statistics)"
prop=
"bcdgrp.rec.stagod"
>
<c-select
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:
50
%"
<c-select
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:
75
%"
placeholder=
"请选择Good's Code (for Statistics)"
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -63,19 +68,17 @@
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"Other Instructions"
prop=
"bcdgrp.blk.othins"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.othins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Other Instructions"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onOthins1Buttxmsel"
>
</c-button>
</c-col>
<el-form-item
label=
"Charges Condition"
prop=
"bcdgrp.rec.chato"
>
<c-select
v-model=
"model.bcdgrp.rec.chato"
style=
"width:75%"
placeholder=
"请选择Our Charges to"
>
<el-option
v-for=
"item in codes.chadet"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Charges Text"
prop=
"bcdgrp.blk.chgtxt"
>
...
...
@@ -85,6 +88,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
style=
"text-align: left"
prop=
"model.bcdgrp.rec.focflg"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Waive Collecting Bank Charges"
prop=
"bcdgrp.rec.waicolcod"
>
<c-select
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:50%"
placeholder=
"请选择Waive Collecting Bank Charges"
>
...
...
@@ -94,6 +103,10 @@
</el-form-item>
</c-col>
<c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Waive Remitting Bank Charges"
prop=
"bcdgrp.rec.wairmtcod"
>
<c-select
v-model=
"model.bcdgrp.rec.wairmtcod"
style=
"width:50%"
...
...
@@ -104,19 +117,19 @@
</el-form-item>
</c-col>
<c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Defer Payment until"
prop=
"bcdgrp.rec.othins"
>
<c-select
v-model=
"model.bcdgrp.rec.othins"
style=
"width:
50
%"
placeholder=
"请选择Defer Payment until"
>
<c-select
v-model=
"model.bcdgrp.rec.othins"
style=
"width:
75
%"
placeholder=
"请选择Defer Payment until"
>
<el-option
v-for=
"item in codes.bcothi"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
</c-col>
</c-col>
</div>
...
...
src/views/Business/Bctame/Ovwp.vue
View file @
44145c44
...
...
@@ -5,7 +5,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Reference"
prop=
"bcdgrp.rec.ownref"
>
<c-input
disabled
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
<c-input
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"Reference"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
...
...
@@ -15,7 +15,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"Name"
prop=
"bcdgrp.rec.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
<c-input
v-model=
"model.bcdgrp.rec.nam"
maxlength=
"40"
placeholder=
"Name"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -90,7 +90,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Collection Condition"
prop=
"bcdgrp.rec.doctypcod"
>
<c-select
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width:
10
0%"
<c-select
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width:
5
0%"
placeholder=
"请选择Collection Condition"
>
<el-option
v-for=
"item in codes.doctyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -105,7 +105,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"发票类型"
prop=
"bcdgrp.rec.invtyp"
>
<c-select
v-model=
"model.bcdgrp.rec.invtyp"
style=
"width:
10
0%"
placeholder=
"请选择发票类型"
>
<c-select
v-model=
"model.bcdgrp.rec.invtyp"
style=
"width:
5
0%"
placeholder=
"请选择发票类型"
>
<el-option
v-for=
"item in codes.invtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
src/views/Business/Botcan/Canp.vue
View file @
44145c44
...
...
@@ -129,7 +129,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"
20
"
>
<c-col
:span=
"
16
"
>
<el-form-item
label=
"Tenor Specification"
prop=
"bodgrp.rec.matdat"
>
<c-date-picker
type=
"date"
...
...
@@ -177,7 +177,7 @@
<c-date-picker
type=
"date"
v-model=
"model.bodgrp.rec.rcvdat"
style=
"width:
10
0%"
style=
"width:
5
0%"
placeholder=
"请选择Order Date"
></c-date-picker>
</el-form-item>
...
...
@@ -203,6 +203,7 @@
<c-input
v-model=
"model.bodgrp.drr.pts.ref"
maxlength=
"16"
style=
"width:50%"
placeholder=
"请输入Drawer"
></c-input>
</el-form-item>
...
...
@@ -223,6 +224,7 @@
<c-input
v-model=
"model.bodgrp.col.pts.ref"
maxlength=
"16"
style=
"width:50%"
placeholder=
"请输入Collecting Bank"
></c-input>
</el-form-item>
...
...
@@ -243,6 +245,7 @@
<c-input
v-model=
"model.bodgrp.dre.pts.ref"
maxlength=
"16"
style=
"width:50%"
placeholder=
"请输入Drawee"
></c-input>
</el-form-item>
...
...
@@ -263,7 +266,7 @@
<c-date-picker
type=
"date"
v-model=
"model.bodgrp.rec.predat"
style=
"width:
10
0%"
style=
"width:
5
0%"
placeholder=
"请选择Presentation Date"
></c-date-picker>
</el-form-item>
...
...
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