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
7405f525
Commit
7405f525
authored
Jul 13, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letnot页面修改
parent
e1be1dd6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
93 additions
and
81 deletions
+93
-81
Pattern.js
src/model/Letnot/Pattern.js
+8
-8
Adcp.vue
src/views/Business/Letnot/Adcp.vue
+12
-12
Detp.vue
src/views/Business/Letnot/Detp.vue
+0
-0
Dogp.vue
src/views/Business/Letnot/Dogp.vue
+8
-12
Dorp.vue
src/views/Business/Letnot/Dorp.vue
+6
-5
Ovwp.vue
src/views/Business/Letnot/Ovwp.vue
+3
-3
Ptyp.vue
src/views/Business/Letnot/Ptyp.vue
+53
-36
index.vue
src/views/Business/Letnot/index.vue
+3
-5
No files found.
src/model/Letnot/Pattern.js
View file @
7405f525
...
...
@@ -207,7 +207,7 @@ export default {
"ledgrp.blk.mixdet"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
140
,
message
:
"长度不能超过140
"
}
],
"letp.avbp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -228,7 +228,7 @@ export default {
],
"ledgrp.blk.avbwthtxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
140
,
message
:
"长度不能超过140
"
}
],
"ledgrp.avb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -259,7 +259,7 @@ export default {
"ledgrp.blk.defdet"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
140
,
message
:
"长度不能超过140
"
}
],
"ledgrp.blk.feetxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -268,7 +268,7 @@ export default {
"ledgrp.blk.dftat"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过3
5"
}
{
max
:
105
,
message
:
"长度不能超过10
5"
}
],
"letp.drwp.ptsget.sdamod.dadsnd"
:[
...
...
@@ -324,7 +324,7 @@ export default {
],
"ledgrp.blk.shpper"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
390
,
message
:
"长度不能超过390
"
}
],
"ledgrp.adv.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -484,7 +484,7 @@ export default {
"ledgrp.blk.lcrgod"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
5200
,
message
:
"长度不能超过5200
"
}
],
...
...
@@ -495,7 +495,7 @@ export default {
"ledgrp.blk.adlcnd"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
52000
,
message
:
"长度不能超过52000
"
}
],
...
...
@@ -503,7 +503,7 @@ export default {
"ledgrp.blk.insbnk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
780
,
message
:
"长度不能超过780
"
}
],
"setmod.ref"
:[
...
...
src/views/Business/Letnot/Adcp.vue
View file @
7405f525
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"
19
"
>
<c-col
:span=
"
20
"
>
<el-form-item
label=
"附加条件"
prop=
"ledgrp.blk.adlcnd"
>
<c-input
type=
"textarea"
:rows=
"
16
"
:rows=
"
20
"
v-model=
"model.ledgrp.blk.adlcnd"
maxlength=
"
65
"
maxlength=
"
52000
"
show-word-limit
placeholder=
"请输入Additional Conditions"
>
...
...
@@ -14,7 +14,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"
5"
class=
"letopn_dogp_button
"
>
<c-col
:span=
"
2
"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -25,38 +25,38 @@
</c-button>
</c-col>
<c-col
:span=
"24"
class=
"let
opn
_adcp_cheak"
>
<c-col
:span=
"24"
class=
"let
not
_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcbenflg"
>
受益人特殊付款条款
</c-checkbox
>
</c-col>
<c-col
:span=
"24"
class=
"let
opn
_adcp_cheak"
>
<c-col
:span=
"24"
class=
"let
not
_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcrcbflg"
>
收款银行特殊付款条款
</c-checkbox
>
</c-col>
<c-col
:span=
"24"
class=
"let
opn
_adcp_cheak"
>
<c-col
:span=
"24"
class=
"let
not
_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.redclsflg"
>
红、绿条款选项
</c-checkbox>
</c-col>
<c-col
:span=
"
19
"
>
<c-col
:span=
"
20
"
>
<el-form-item
label=
"付款、承兑、议付银行指示"
prop=
"ledgrp.blk.insbnk"
>
<c-input
type=
"textarea"
:rows=
"
4
"
:rows=
"
5
"
v-model=
"model.ledgrp.blk.insbnk"
maxlength=
"
65
"
maxlength=
"
780
"
show-word-limit
placeholder=
"付款、承兑、议付银行指示"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
5"
class=
"letopn_dogp_button
"
>
<c-col
:span=
"
2
"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -86,7 +86,7 @@ export default {
};
</
script
>
<
style
>
.let
opn
_adcp_cheak
{
.let
not
_adcp_cheak
{
margin
:
0px
0
10px
150px
;
}
</
style
>
src/views/Business/Letnot/Detp.vue
View file @
7405f525
This diff is collapsed.
Click to expand it.
src/views/Business/Letnot/Dogp.vue
View file @
7405f525
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"19"
>
<el-form-item
label=
"Description of Goods"
prop=
"ledgrp.blk.lcrgod"
>
<!-- Description of Goods -->
<c-col
:span=
"20"
>
<el-form-item
label=
"货物描述"
prop=
"ledgrp.blk.lcrgod"
>
<c-input
type=
"textarea"
v-model=
"model.ledgrp.blk.lcrgod"
:rows=
"
2
0"
maxlength=
"2000"
:rows=
"
3
0"
maxlength=
"
5
2000"
show-word-limit
placeholder=
"请输入Description of Goods"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
5"
class=
"letopn_dogp_button
"
>
<c-col
:span=
"
2
"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -24,8 +25,8 @@
</c-button>
</c-col>
<br
/>
<c-col
:span=
"
19
"
>
<el-form-item
label=
"
Goods Code
"
prop=
"ledgrp.rec.stagod"
>
<c-col
:span=
"
20
"
>
<el-form-item
label=
"
货物种类
"
prop=
"ledgrp.rec.stagod"
>
<c-select
v-model=
"model.ledgrp.rec.stagod"
style=
"width: 100%"
...
...
@@ -54,8 +55,3 @@ export default {
created
:
function
()
{},
};
</
script
>
<
style
>
.letopn_dogp_button
{
margin
:
20px
0
0
-10px
;
}
</
style
>
src/views/Business/Letnot/Dorp.vue
View file @
7405f525
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"19"
>
<el-form-item
label=
"Documents Required"
prop=
"ledgrp.blk.lcrdoc"
>
<!-- Documents Required -->
<c-col
:span=
"20"
>
<el-form-item
label=
"所需单据"
prop=
"ledgrp.blk.lcrdoc"
>
<c-input
type=
"textarea"
v-model=
"model.ledgrp.blk.lcrdoc"
maxlength=
"
65
"
maxlength=
"
52000
"
show-word-limit
placeholder=
"请输入Documents Required"
:rows=
"
1
0"
:rows=
"
3
0"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
5
"
>
<c-col
:span=
"
2
"
>
<c-button
size=
"small"
type=
"primary"
...
...
src/views/Business/Letnot/Ovwp.vue
View file @
7405f525
...
...
@@ -70,7 +70,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-checkbox
v-model=
"model.letp.aamp.aammod.addamtflg"
style=
"margin-left:
5
px;"
>
附加金额
</c-checkbox>
<c-checkbox
v-model=
"model.letp.aamp.aammod.addamtflg"
style=
"margin-left:
10
px;"
>
附加金额
</c-checkbox>
</c-col>
</c-col>
...
...
@@ -91,7 +91,7 @@
<c-checkbox v-model="model.ledgrp.preadvflg">PreAdvice or Notification</c-checkbox>
</c-col> -->
<c-col
:span=
"4"
>
<c-checkbox
v-model=
"model.ledgrp.preadvflg"
style=
"margin-left:
5
px;"
>
预先通知
</c-checkbox>
<c-checkbox
v-model=
"model.ledgrp.preadvflg"
style=
"margin-left:
10
px;"
>
预先通知
</c-checkbox>
</c-col>
</c-col>
...
...
@@ -106,7 +106,7 @@
<!-- Incoming Transfer -->
<c-col
:span=
"4"
>
<c-checkbox
v-model=
"model.ledgrp.rec.inctrf"
style=
"margin-left:
5
px;"
>
传入传输
</c-checkbox>
<c-checkbox
v-model=
"model.ledgrp.rec.inctrf"
style=
"margin-left:
10
px;"
>
传入传输
</c-checkbox>
</c-col>
</c-col>
...
...
src/views/Business/Letnot/Ptyp.vue
View file @
7405f525
<
template
>
<c-row>
<!-- =================================左边================================= -->
<!-- 1st Advising Bank -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-ptap
...
...
@@ -11,15 +13,17 @@
}"
@onSeainf="onSeainf"
@onAplpDet="onAdvpDet"
disabled
>
</c-ptap>
</c-col>
<!-- 2nd Advising Bank -->
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '
申请人银
行',
title: '
第二通知
行',
grp: 'ledgrp',
rol: 'a2b',
}"
...
...
@@ -29,6 +33,7 @@
</c-ptap>
</c-col>
<!-- Confirm. Instruct. -->
<c-col
:span=
"24"
>
<el-form-item
label=
"第二通知行确认指令"
prop=
"ledgrp.rec.cnfins"
>
<c-select
...
...
@@ -36,18 +41,20 @@
style=
"width: 100%"
placeholder=
"第二通知行确认指令"
:code=
"codes.cnfflg1"
disabled
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- ========================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<!-- Applicant's Bank -->
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '申请
人
银行',
title: '申请银行',
grp: 'ledgrp',
rol: 'apb',
}"
...
...
@@ -56,7 +63,14 @@
>
</c-ptap>
</c-col>
<!-- Send Directly to Applicant's Bank -->
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.ledgrp.rec.aplbnkdirsnd"
style=
"margin-left:150px;"
>
直接发送至申请银行
</c-checkbox
>
</c-col>
<!-- Reimbursement Bank -->
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
...
...
@@ -71,32 +85,36 @@
</c-ptap>
</c-col>
<!-- Confirmation Bank -->
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '
第二通知
行',
title: '
保兑
行',
grp: 'ledgrp',
rol: 'con',
}"
:onlySearch="true"
@onSeainf="onSeainf"
@onAplpDet="onRmbpDet"
@onAplpDet="onConpDet"
disabled
>
</c-ptap>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
第二通知行名称
"
prop=
"ledgrp.con.pts.nam"
>
<el-form-item
label=
""
prop=
"ledgrp.con.pts.nam"
>
<c-input
v-model=
"model.ledgrp.con.pts.nam"
maxlength=
"40"
placeholder=
"请输入第二通知行名称"
placeholder=
"请输入Name of Party"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- =============================底部表格========================= -->
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<el-table-column
label=
"操作"
text-
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
...
...
@@ -110,56 +128,55 @@
</c-row>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Event
from
"~/model/Letopn/Event"
;
import
Api
from
'~/service/Api'
import
commonProcess
from
'~/mixin/commonProcess'
import
CodeTable
from
'~/config/CodeTable'
import
Ptap
from
'~/views/Public/Ptap'
import
Event
from
'~/model/Letopn/Event'
export
default
{
inject
:
[
"root"
],
components
:
{
"c-ptap"
:
Ptap
},
props
:
[
"model"
,
"codes"
],
inject
:
[
'root'
],
components
:
{
'c-ptap'
:
Ptap
},
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
data
()
{
return
{
ptsaddg
:
{
columns
:
[
{
title
:
"角色"
,
width
:
"120px"
,
dataIndex
:
"rol"
,
show
:
"select"
,
title
:
'角色'
,
width
:
'120px'
,
dataIndex
:
'rol'
,
show
:
'select'
,
},
{
title
:
"机构实体"
,
width
:
"180px"
,
dataIndex
:
"ptyextkey"
,
show
:
"input"
,
title
:
'机构实体'
,
width
:
'180px'
,
dataIndex
:
'ptyextkey'
,
show
:
'input'
,
},
{
title
:
"名称"
,
width
:
"300px"
,
dataIndex
:
"nam"
,
title
:
'名称'
,
width
:
'300px'
,
dataIndex
:
'nam'
,
},
{
title
:
"参考地址"
,
width
:
"300px"
,
dataIndex
:
"ref"
,
title
:
'参考地址'
,
width
:
'300px'
,
dataIndex
:
'ref'
,
},
],
urls
:
"letp.ptsaddp.ptsaddg"
,
urls
:
'letp.ptsaddp.ptsaddg'
,
},
}
;
}
},
methods
:
{
...
Event
,
handleEdit
()
{
console
.
log
(
"1111测试"
);
console
.
log
(
'1111测试'
)
},
},
created
:
function
()
{},
}
;
}
</
script
>
<
style
>
</
style
>
<
style
></
style
>
src/views/Business/Letnot/index.vue
View file @
7405f525
...
...
@@ -67,9 +67,7 @@
<!--PD000060 -->
<el-tab-pane
label=
"其他条款"
name=
"adcp"
>
<c-content>
<m-adcp
:model=
"model"
:codes=
"codes"
/>
</c-content>
<m-adcp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000000 -->
...
...
@@ -95,12 +93,12 @@
</el-tab-pane>
<!--PD000422 -->
<el-tab-pane
label=
"银行专用特殊付款条件"
name=
"spcrcvp"
>
<el-tab-pane
label=
"银行专用特殊付款条件"
name=
"spcrcvp"
v-if=
"model.ledgrp.rec.spcbenflg=='X'"
>
<m-spcrcvp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000394 -->
<el-tab-pane
label=
"受益人特殊付款条件"
name=
"spcbenp"
>
<el-tab-pane
label=
"受益人特殊付款条件"
name=
"spcbenp"
v-if=
"model.ledgrp.rec.spcrcbflg=='X'"
>
<m-spcbenp
: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