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
1a3961c1
Commit
1a3961c1
authored
Dec 24, 2021
by
wjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wjj
parent
6bcb1f4c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
44 deletions
+30
-44
Bctset.vue
src/views/Business/Bctacc/Bctset.vue
+29
-43
Detp.vue
src/views/Business/Bctacc/Detp.vue
+0
-0
Ptyp.vue
src/views/Business/Bctacc/Ptyp.vue
+0
-0
index.vue
src/views/Business/Bctacc/index.vue
+1
-1
No files found.
src/views/Business/Bctacc/Bctset.vue
View file @
1a3961c1
...
...
@@ -26,77 +26,77 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Document Amount"
prop=
"bcdgrp.cbs.max.cur"
>
<c-
select
v-model=
"model.bcdgrp.cbs.max.cur"
style=
"width:95
%"
placeholder=
"请选择Document Amount"
<c-
input
v-model=
"model.bcdgrp.cbs.max.cur"
style=
"width:90
%"
placeholder=
"请选择Document Amount"
disabled
>
</c-
selec
t>
</c-
inpu
t>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
style=
"text-align: left"
label-width=
"0"
prop=
"bcdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.bcdgrp.cbs.max.amt"
style=
"text-align: left; width:
10
0%"
placeholder=
"请输入Document Amount"
disabled
></c-input>
<c-input
v-model=
"model.bcdgrp.cbs.max.amt"
style=
"text-align: left; width:
9
0%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Open Amount"
prop=
"bcdgrp.cbs.opn1.cur"
>
<c-
select
v-model=
"model.bcdgrp.cbs.opn1.cur"
style=
"width:95
%"
placeholder=
"请选择Open Amount"
<c-
input
v-model=
"model.bcdgrp.cbs.opn1.cur"
style=
"width:90
%"
placeholder=
"请选择Open Amount"
disabled
>
</c-
selec
t>
</c-
inpu
t>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
style=
"text-align: left"
label-width=
"0"
prop=
"bcdgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.bcdgrp.cbs.opn1.amt"
style=
"text-align: left; width:
10
0%"
placeholder=
"请输入Open Amount"
disabled
></c-input>
<c-input
v-model=
"model.bcdgrp.cbs.opn1.amt"
style=
"text-align: left; width:
9
0%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Docs Received on"
prop=
"bcdgrp.rec.rcvdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.rcvdat"
style=
"width:
95
%"
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.rcvdat"
style=
"width:
80
%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Docs Received on"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Advised on"
prop=
"bcdgrp.rec.advdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.advdat"
style=
"width:
10
0%"
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.advdat"
style=
"width:
8
0%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Advised on"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Maturity Date"
prop=
"bcdgrp.rec.matdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.matdat"
style=
"width:
95
%"
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.matdat"
style=
"width:
80
%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Maturity Date"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Remitted on"
prop=
"bcdgrp.rec.predat"
>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.predat"
style=
"width:
10
0%"
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.predat"
style=
"width:
8
0%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Remitted on"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Payment Condition"
prop=
"bcdgrp.rec.doctypcod"
>
<c-
select
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width:100
%"
placeholder=
"请选择Payment Condition"
<c-
input
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width:93
%"
placeholder=
"请选择Payment Condition"
disabled
>
</c-
selec
t>
</c-
inpu
t>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Document Set Status"
prop=
"bcdgrp.rec.docsta"
>
<c-
select
v-model=
"model.bcdgrp.rec.docsta"
style=
"width:100
%"
placeholder=
"请输入Document Set Status"
<c-
input
v-model=
"model.bcdgrp.rec.docsta"
style=
"width:93
%"
placeholder=
"请输入Document Set Status"
disabled
>
</c-
selec
t>
</c-
inpu
t>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount Accepted"
prop=
"setmod.doccur"
>
<c-
select
v-model=
"model.setmod.doccur"
style=
"width:95
%"
placeholder=
"Amount Accepted"
disabled
>
</c-
selec
t>
<c-
input
v-model=
"model.setmod.doccur"
style=
"width:90
%"
placeholder=
"Amount Accepted"
disabled
>
</c-
inpu
t>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
style=
"text-align: left"
label-width=
"0"
prop=
"setmod.docamt"
>
<c-input
v-model=
"model.setmod.docamt"
style=
"text-align: left; width:
10
0%"
<c-input
v-model=
"model.setmod.docamt"
style=
"text-align: left; width:
9
0%"
placeholder=
"请输入document amount"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -105,17 +105,11 @@
</c-edit-table>
</c-col>
</c-col>
</c-col>
<!-- ====================右边======================= -->
<c-col
:span=
"12"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"Drawee"
prop=
"bcdgrp.dre.pts.ref"
>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"Ref."
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.dre.pts.ref"
maxlength=
"16"
style=
"width: 100%"
disabled
></c-input>
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"Drawee Ref."
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.dre.pts.ref"
maxlength=
"16"
style=
"width: 50%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -123,13 +117,9 @@
<c-input
v-model=
"model.bcdgrp.dre.pts.nam"
maxlength=
"40"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"13"
>
<el-form-item
label=
"Remitting Bank"
prop=
"bcdgrp.rmi.pts.ref"
>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"Ref."
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.rmi.pts.ref"
maxlength=
"16"
style=
"width: 100%"
disabled
>
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"Remitting Bank Ref."
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.rmi.pts.ref"
maxlength=
"16"
style=
"width: 50%"
disabled
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -138,13 +128,9 @@
<c-input
v-model=
"model.bcdgrp.rmi.pts.nam"
maxlength=
"40"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"13"
>
<el-form-item
label=
"Drawer"
prop=
"bcdgrp.drr.pts.ref"
>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"Ref."
prop=
"bcdgrp.drr.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.drr.pts.ref"
maxlength=
"16"
style=
"width: 100%"
disabled
>
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"Drawer Ref."
prop=
"bcdgrp.drr.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.drr.pts.ref"
maxlength=
"16"
style=
"width: 50%"
disabled
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -159,7 +145,7 @@
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Accepted on"
></c-date-picker>
</el-form-item>
</c-col>
</c-col
"
>
</c-col
>
</c-row>
</
template
>
<
script
>
...
...
src/views/Business/Bctacc/Detp.vue
View file @
1a3961c1
This diff is collapsed.
Click to expand it.
src/views/Business/Bctacc/Ptyp.vue
View file @
1a3961c1
This diff is collapsed.
Click to expand it.
src/views/Business/Bctacc/index.vue
View file @
1a3961c1
...
...
@@ -10,7 +10,7 @@
<el-button
size=
"small"
>
拆分报文
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
</c-function-btn>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"
righ
t"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"
lef
t"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
...
...
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