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
f74d1c7d
Commit
f74d1c7d
authored
Aug 03, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtacp页面布局与事件关联完善
parent
c742c4d5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
100 additions
and
31 deletions
+100
-31
Pattern.js
src/model/Brtacp/Pattern.js
+1
-1
Acpp.vue
src/views/Business/Brtacp/Acpp.vue
+61
-19
Mt750p.vue
src/views/Business/Brtacp/Mt750p.vue
+30
-7
index.vue
src/views/Business/Brtacp/index.vue
+8
-4
No files found.
src/model/Brtacp/Pattern.js
View file @
f74d1c7d
...
...
@@ -124,7 +124,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"brdgrp.rec.totamt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
//
{type: "string", required: true, message: "必输项"},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
src/views/Business/Brtacp/Acpp.vue
View file @
f74d1c7d
...
...
@@ -4,7 +4,7 @@
<!-- ---------------Left--------------- -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
信用证编号
"
prop=
"lidgrp.rec.ownref"
>
<el-form-item
label=
"
Import L/C Ref.
"
prop=
"lidgrp.rec.ownref"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.rec.ownref"
...
...
@@ -43,7 +43,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
单据参考号
"
prop=
"brdgrp.rec.ownref"
>
<el-form-item
label=
"
Bill Set Reference
"
prop=
"brdgrp.rec.ownref"
>
<c-fullbox>
<c-input
v-model=
"model.brdgrp.rec.ownref"
...
...
@@ -96,31 +96,65 @@
<!-- ---------------Right--------------- -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Open Amt.L/C"
prop=
"lidgrp.cbs.opn1.cur"
>
<c-select
disabled
v-model=
"model.lidgrp.cbs.opn1.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
>
<el-option
v-for=
"item in cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
style=
"text-align: left"
label-width=
"5px"
prop=
"lidgrp.cbs.opn1.amt"
>
<c-input
disabled
v-model=
"model.lidgrp.cbs.opn1.amt"
style=
"text-align: left; width: 100%"
placeholder=
"Document Amount"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-curAmt
:model="model"
:argadr="{
title: 'Open
ing Amount
',
title: 'Open
Amt.L/C
',
trans: 'lidgrp',
}"
disabled
>
</c-curAmt>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drag Drop Sender
"
prop=
"br
tp.lidget.sdamod.dadsnd
"
label=
""
prop=
"br
dgrp.rec.nam
"
>
<c-input
v-model=
"model.br
tp.lidget.sdamod.dadsnd
"
placeholder=
"
请输入Drag Drop Sender
"
v-model=
"model.br
dgrp.rec.nam
"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<
!-- <
c-col :span="24">
<el-form-item label="Order Date" prop="brdgrp.rec.orddat">
<c-date-picker
type="date"
...
...
@@ -130,7 +164,7 @@
disabled
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
-->
</c-col>
</c-col>
...
...
@@ -138,21 +172,21 @@
<c-litTemp
:model=
"model"
:argadr=
"{
title: '
Opening Amount
',
title: '',
trans: 'brdgrp',
}"
:rol=
"[
{
title: '
交单行
',
trans: '
prb
',
title: '
Applicant
',
trans: '
apl
',
},
{
title: '
开证行
',
title: '
Beneficiary
',
trans: 'ben',
},
{
title: '
申请人
',
trans: '
apl
',
title: '
Presenting Bank
',
trans: '
prb
',
},
]"
:isAdvdat=
"true"
...
...
@@ -203,7 +237,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"
Amount to be Pai
d"
label=
"
Total Amount Advise
d"
prop=
"brdgrp.rec.totcur"
>
<c-input
...
...
@@ -237,10 +271,18 @@
prop=
"brdgrp.rec.docprbrol"
>
<c-select
disabled
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择Presented by"
>
<el-option
v-for=
"item in codes.docprbrol"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -248,7 +290,7 @@
<c-ptap1
:model=
"model"
:argadr=
"{
title: '
Presented by
',
title: '',
grp: 'brdgrp',
rol: 'prb',
}"
...
...
src/views/Business/Brtacp/Mt750p.vue
View file @
f74d1c7d
...
...
@@ -14,6 +14,13 @@
placeholder=
"请选择附加金额"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -34,13 +41,20 @@
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"
附加金额
"
prop=
"brdgrp.cbs.opn2.cur"
>
<el-form-item
label=
"
Drawn Add.Amount
"
prop=
"brdgrp.cbs.opn2.cur"
>
<c-select
v-model=
"model.brdgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"请选择附加金额"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -65,12 +79,20 @@
label=
"Amount to be Paid"
prop=
"brdgrp.rec.totcur"
>
<c-
inpu
t
<c-
selec
t
v-model=
"model.brdgrp.rec.totcur"
maxlength=
"3
"
placeholder=
"请
输入
Amount to be Paid"
style=
"width: 100%
"
placeholder=
"请
选择
Amount to be Paid"
disabled
></c-input>
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
...
...
@@ -97,7 +119,8 @@
rol: 'acb',
}"
:disabled="true"
:isAdrblk="false"
:disabled1="true"
>
</c-ptap1>
</c-col>
...
...
@@ -134,7 +157,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
不符点
"
prop=
"brdgrp.blk.docdis"
>
<el-form-item
label=
"
Discrepancies
"
prop=
"brdgrp.blk.docdis"
>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.docdis"
...
...
src/views/Business/Brtacp/index.vue
View file @
f74d1c7d
...
...
@@ -18,7 +18,9 @@
<!--PD000048 -->
<el-tab-pane
label=
"Accept Disrepancies"
name=
"acpp"
>
<c-content>
<m-acpp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000139 -->
...
...
@@ -27,22 +29,24 @@
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"账务"
name=
"setpan"
>
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"
附言
"
name=
"coninfp"
>
<el-tab-pane
label=
"
Completion
"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"
面函
"
name=
"docpan"
>
<el-tab-pane
label=
"
Messages
"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"
附件
"
name=
"doctre"
>
<el-tab-pane
label=
"
Attachments
"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
...
...
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