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
ade9ea2b
Commit
ade9ea2b
authored
Dec 23, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信用证查询布局调整
parent
6fa0ade1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
236 additions
and
58 deletions
+236
-58
index.js
src/model/Ditame/index.js
+1
-0
Adcpame.vue
src/views/Business/Ditame/Adcpame.vue
+8
-8
Doctre.vue
src/views/Business/Ditame/Doctre.vue
+139
-19
Dogpame.vue
src/views/Business/Ditame/Dogpame.vue
+9
-8
Dorpame.vue
src/views/Business/Ditame/Dorpame.vue
+9
-8
Mt799.vue
src/views/Business/Ditame/Mt799.vue
+2
-2
Narp.vue
src/views/Business/Ditame/Narp.vue
+21
-13
Stament.vue
src/views/Business/Ditame/Stament.vue
+47
-0
index.vue
src/views/Business/Ditame/index.vue
+0
-0
No files found.
src/model/Ditame/index.js
View file @
ade9ea2b
...
...
@@ -101,6 +101,7 @@ export default class Ditame{
lcrdocame
:
""
,
// Documents Required Amendment History .didgrp.blk.lcrdocame
adlcndame
:
""
,
// Additional Conditions Amendment History .didgrp.blk.adlcndame
insbnkame
:
""
,
// Instructions to P/A/N Amendment History .didgrp.blk.insbnkame
stamet
:
""
,
},
adv
:{
pts
:
new
Pts
().
data
,
...
...
src/views/Business/Ditame/Adcpame.vue
View file @
ade9ea2b
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"其他条款"
>
<el-form-item
label=
"其他条款"
prop=
"didgrp.blk.adlcnd"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.adlcnd"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Additional Conditions"
:rows=
"1
5
"
:rows=
"1
2
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"其他条款历史修改"
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<el-form-item
label=
"其他条款历史修改"
prop=
"didgrp.blk.adlcndame"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.adlcndame"
...
...
@@ -32,7 +32,7 @@
<c-checkbox
v-model=
"model.didgrp.rec.redclsflg"
>
Red/Green Clause
</c-checkbox>
</c-col>
-->
<c-col
:span=
"1
2
"
>
<c-col
:span=
"1
1
"
>
<el-form-item
label=
"其他条款修改"
>
<c-input
type=
"textarea"
...
...
@@ -40,18 +40,18 @@
maxlength=
"65"
show-word-limit
placeholder=
"请输入Additional Conditions amendment"
:rows=
"1
0
"
:rows=
"1
2
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
2
"
>
<c-col
:span=
"
1
"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onAdlcndameButtxmsel"
style=
"margin-left:5px"
>
...
</c-button>
...
...
src/views/Business/Ditame/Doctre.vue
View file @
ade9ea2b
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"19"
>
<div
class=
"eibs-tab"
>
<!--
<c-col
:span=
"19"
>
<c-col>
<el-form-item
label=
"File Receiver"
>
<c-input
...
...
@@ -21,8 +21,115 @@
placeholder=
"请输入Document tree"
></c-input>
</el-form-item>
</c-col
></c-col>
<c-col
:offset=
"1"
:span=
"4"
>
></c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"Outgoing Correspondence,Attachments and other Documents"
label-width=
"400px"
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<!-- ========================左====================== -->
<c-col
:span=
"14"
>
<c-col
:span=
"24"
>
<div
style=
"height: 300px; width: 100%; border: 1px #ebeef5 solid"
>
<el-tree
:data=
"data"
:props=
"defaultProps"
@
node-click=
"handleNodeClick"
></el-tree>
</div>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-col
:span=
"4"
>
<el-form-item
label=
"Connected Ducuments"
v-show=
"isShow1 || isShow2"
></el-form-item>
<el-form-item
label=
""
v-show=
"!(isShow1 || isShow2)"
></el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
>
<c-checkbox
v-model=
"isShow1"
>
Show Incoming Messages
</c-checkbox>
</el-form-item>
<!--
<c-checkbox
v-model=
"isShow1"
>
Show Incoming Messages
</c-checkbox>
-->
</c-col>
<c-col
:span=
"8"
:offset=
"2"
>
<el-form-item
label=
""
>
<c-checkbox
v-model=
"isShow2"
>
Show Outgoing Messages
</c-checkbox>
</el-form-item>
<!--
<c-checkbox
v-model=
"isShow2"
>
Show Outgoing Messages
</c-checkbox>
-->
</c-col>
</c-col>
<c-col
:span=
"22"
:offset=
"1"
>
<c-table
:border=
"true"
:list=
"data1"
style=
"width:80%,text-align:center"
v-show=
"isShow1 || isShow2"
>
<el-table-column
label=
"Type"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Document"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Cre.TRN"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Date"
width=
"auto"
></el-table-column>
<el-table-column
label=
""
width=
"auto"
></el-table-column>
<el-table-column
label=
""
width=
"auto"
></el-table-column>
</c-table>
</c-col>
</c-col>
<!-- ==============右============= -->
<c-col
:span=
"6"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onTrndocButshw"
>
Show
</c-button>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onTrndocButadd"
>
详情
</c-button>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 40px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onTrndocButnew"
>
Add New
</c-button>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onTrndocButattto"
>
Attach to
</c-button>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 15px"
>
<c-button
size=
"small"
icon=
"el-icon-delete"
@
click=
"onTrndocButdel"
>
Delete
</c-button>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 80px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onTrndocButatt"
>
Attach
</c-button>
</c-col>
<c-col
:span=
"24"
style=
"margin-top: 150px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onTrndocButatt"
>
i
</c-button>
</c-col>
</c-col>
</c-col>
<!--
<c-col
:offset=
"1"
:span=
"4"
>
<c-col>
<c-button
size=
"small"
type=
"primary"
@
click=
"onTrndocButshw"
>
Show
...
...
@@ -57,9 +164,9 @@
Attach
</c-button>
</c-col>
</c-col>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.trnmod.trndoc.doclbl"
data-path=
".trnmod.trndoc.doclbl"
...
...
@@ -67,7 +174,7 @@
</span>
</c-col>
-->
<c-col
:offset=
"8"
:span=
"4"
>
<!--
<c-col
:offset=
"8"
:span=
"4"
>
<c-checkbox
v-model=
"model.trnmod.trndoc.shwinc"
>
Show Incoming Messages
</c-checkbox
>
...
...
@@ -77,9 +184,9 @@
<c-checkbox
v-model=
"model.trnmod.trndoc.shwout"
>
Show Outgoing Messages
</c-checkbox
>
</c-col>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Connected Documents"
>
<c-input
v-model=
"model.trnmod.trndoc.condocstm"
...
...
@@ -96,7 +203,7 @@
></c-input>
</el-form-item>
</c-col>
-->
</div>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
...
...
@@ -105,18 +212,31 @@ import CodeTable from "~/config/CodeTable";
import
Event
from
"~/model/Ditame/Event"
;
export
default
{
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{
data1
:
[],
isShow1
:
false
,
isShow2
:
false
,
data
:
[
{
label
:
"Internal"
,
children
:
[{
label
:
"'Free Message' via Letter"
}],
},
],
};
},
methods
:
{
...
Event
,
handleNodeClick
(){}
,
defaultProps
(){}
},
created
:
function
()
{},
};
</
script
>
<
style
>
.c-col
button
{
margin
:
20px
;
margin
:
20px
;
}
</
style
>
src/views/Business/Ditame/Dogpame.vue
View file @
ade9ea2b
...
...
@@ -13,13 +13,13 @@
maxlength=
"65"
show-word-limit
placeholder=
"请输入Description of Goods"
:rows=
"1
5
"
:rows=
"1
2
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<el-form-item
label=
"修改历史"
>
<c-input
type=
"textarea"
...
...
@@ -27,13 +27,13 @@
maxlength=
"50"
show-word-limit
placeholder=
"请输入Description of Goods Amendment History"
:rows=
"1
5
"
:rows=
"1
2
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:offset=
"8"
:span=
"14
"
>
<c-col
:span=
"11
"
>
<el-form-item
label=
"修改内容"
>
<c-input
type=
"textarea"
...
...
@@ -46,14 +46,15 @@
</el-form-item>
</c-col>
<c-col
:span=
"
2
"
>
<c-col
:span=
"
1
"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLcrgodameButtxmsel"
/>
style=
"margin-left:5px"
>
...
</c-button>
</c-col>
</div>
</
template
>
...
...
src/views/Business/Ditame/Dorpame.vue
View file @
ade9ea2b
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"单据要求"
>
<el-form-item
label=
"单据要求"
prop=
"didgrp.blk.lcrdoc"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.lcrdoc"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Documents Required"
:rows=
"1
5
"
:rows=
"1
2
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"单据要求历史修改"
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<el-form-item
label=
"单据要求历史修改"
prop=
"didgrp.blk.lcrdocame"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.lcrdocame"
maxlength=
"50"
show-word-limit
placeholder=
"请输入Documents Required Amendment History"
:rows=
"1
5
"
:rows=
"1
2
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:
offset=
"8"
:span=
"14
"
>
<c-col
:
span=
"11
"
>
<el-form-item
label=
"单据要求修改"
>
<c-input
type=
"textarea"
...
...
@@ -41,13 +41,14 @@
</el-form-item>
</c-col>
<c-col
:span=
"
2
"
>
<c-col
:span=
"
1
"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLcrdocameButtxmsel"
style=
"margin-left:5px"
>
...
</c-button>
</c-col>
</div>
...
...
src/views/Business/Ditame/Mt799.vue
View file @
ade9ea2b
...
...
@@ -2,13 +2,13 @@
<div
class=
"eibs-tab"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"
MT799(79)
受益人英文名称"
prop=
"ditp.bennam"
>
<el-form-item
label=
"受益人英文名称"
prop=
"ditp.bennam"
>
<c-input
v-model=
"model.ditp.bennam"
maxlength=
"100"
@
blur=
"BlurBennam"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"20"
>
<el-form-item
label=
"
MT799(79)
申请人英文名称"
prop=
"ditp.aplname"
>
<el-form-item
label=
"申请人英文名称"
prop=
"ditp.aplname"
>
<c-input
v-model=
"model.ditp.aplname"
maxlength=
"100"
@
blur=
"BlurAplname"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Ditame/Narp.vue
View file @
ade9ea2b
...
...
@@ -11,34 +11,40 @@
用户确认
</c-button>
</c-col>
-->
<c-col
:span=
"11"
>
<el-form-item
label=
"历史修改"
>
<c-input
type=
"textarea"
v-model=
"model.
trnmod.swiadd.nartxt
"
v-model=
"model.
olddidgrp.blk.narhis
"
maxlength=
"50"
show-word-limit
placeholder=
"请输入
Narrative
"
:rows=
"1
5
"
placeholder=
"请输入"
:rows=
"1
2
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"内容修改"
>
<c-input
type=
"textarea"
v-model=
"model.
olddidgrp.blk.narhis
"
v-model=
"model.
trnmod.swiadd.nartxt
"
maxlength=
"50"
show-word-limit
placeholder=
"请输入
Historic Overview of Narratives
"
:rows=
"1
5
"
disabled
placeholder=
"请输入"
:rows=
"1
2
"
:disabled=
"!checkboxModel"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"12"
>
<el-form-item>
<c-checkbox
v-model=
"checkboxModel"
>
修改
</c-checkbox>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onChk"
>
...
...
@@ -70,11 +76,11 @@
</c-button>
</c-col>
-->
<c-col
:offset=
"12"
:span=
"12"
>
<
!--
<
c-col
:offset=
"12"
:span=
"12"
>
<c-checkbox
v-model=
"model.trnmod.swiadd.nartxtflg"
>
修改
</c-checkbox
>
</c-col>
</c-col>
-->
</div>
</
template
>
<
script
>
...
...
@@ -88,7 +94,9 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{};
return
{
checkboxModel
:
''
,
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
...
...
src/views/Business/Ditame/Stament.vue
0 → 100644
View file @
ade9ea2b
<
template
>
<div
class=
"eibs-tab"
>
<!--
<c-col
:span=
"22"
>
<el-form-item
label=
"声明"
prop=
"didgrp.blk.stamet"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.stamet"
maxlength=
"65"
:row=
"15"
show-word-limit
placeholder=
"请输入声明"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"22"
>
<el-form-item
label=
"声明"
prop=
"didgrp.blk.stamet"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.stamet"
maxlength=
"65"
show-word-limit
placeholder=
"请输入声明"
:rows=
"15"
></c-input>
</el-form-item>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Ditame/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
src/views/Business/Ditame/index.vue
View file @
ade9ea2b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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