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
cfa97825
Commit
cfa97825
authored
Dec 30, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
5972ca8b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
74 additions
and
55 deletions
+74
-55
BusRouter.js
src/views/Business/BusRouter.js
+2
-2
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+0
-0
index.vue
src/views/Business/Infbdd/index.vue
+8
-2
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+57
-47
index.vue
src/views/Business/Infdid/index.vue
+5
-2
SideMenu.vue
src/views/Layout/SideMenu.vue
+2
-2
No files found.
src/views/Business/BusRouter.js
View file @
cfa97825
...
...
@@ -106,7 +106,7 @@ const BusRouter = [
{
path
:
'ditcan'
,
component
:
Ditcan
,
name
:
'Ditcan'
,
meta
:
{
title
:
'信用证注销'
}
},
{
path
:
'ditsel'
,
component
:
Ditsel
,
name
:
'Ditsel'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'ditopn'
,
component
:
Ditopn
,
name
:
'Ditopn'
,
meta
:
{
title
:
(
tag
)
=>
{
return
tag
.
path
.
startsWith
(
"/review"
)
?
"复核"
:
'买方信用证开立'
}
}
},
{
path
:
'infdid'
,
component
:
Infdid
,
name
:
'Infdid'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'infdid'
,
component
:
Infdid
,
name
:
'Infdid'
,
meta
:
{
title
:
'信用证
交易
查询'
}
},
{
path
:
'ditdck'
,
component
:
Ditdck
,
name
:
'Ditdck'
,
meta
:
{
title
:
'信用证到单'
}
},
// 例
{
path
:
'ditopn/:inr'
,
component
:
Ditopn
,
name
:
'DitopnInr'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'买方信用证开立-'
+
tag
.
params
.
inr
}
}
},
...
...
@@ -127,7 +127,7 @@ const BusRouter = [
{
path
:
'sptrel'
,
component
:
Sptrel
,
name
:
'Sptrel'
,
meta
:
{
title
:
'Sptrel'
}
},
{
path
:
'sptrou'
,
component
:
Sptrou
,
name
:
'Sptrou'
,
meta
:
{
title
:
'Sptrou'
}
},
{
path
:
'bddsel'
,
component
:
Bddsel
,
name
:
'Bddsel'
,
meta
:
{
title
:
'Bddsel'
}
},
{
path
:
'infbdd'
,
component
:
Infbdd
,
name
:
'Infbdd'
,
meta
:
{
title
:
'
买方
信用证单据查询'
}
},
{
path
:
'infbdd'
,
component
:
Infbdd
,
name
:
'Infbdd'
,
meta
:
{
title
:
'信用证单据查询'
}
},
{
path
:
'mgrtsk'
,
component
:
Mgrtsk
,
name
:
'Mgrtsk'
,
meta
:
{
title
:
'Mgrtsk'
}
},
{
path
:
'switsk'
,
component
:
Switsk
,
name
:
'Switsk'
,
meta
:
{
title
:
'Switsk'
}
},
{
path
:
'infusr'
,
component
:
Infusr
,
name
:
'Infusr'
,
meta
:
{
title
:
'用户信息'
}
},
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
cfa97825
This diff is collapsed.
Click to expand it.
src/views/Business/Infbdd/index.vue
View file @
cfa97825
<
template
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
20px"
label-position=
"lef
t"
size=
"small"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
50px"
label-position=
"righ
t"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"infbddTab"
>
<el-tab-pane
label=
"查询信息"
name=
"infsea"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"内容"
name=
"ovwp"
>
...
...
@@ -146,7 +148,7 @@
}
}
</
script
>
<
style
>
<
style
scoped
>
.infbddTab
.el-tabs__content
{
padding
:
10px
0
10px
0
;
}
...
...
@@ -164,4 +166,7 @@
padding
:
10px
0
10px
30px
;
background-color
:
#f7faff
;
}
.eContainer
{
padding
:
3px
15px
;
}
</
style
>
\ No newline at end of file
src/views/Business/Infdid/Infsea.vue
View file @
cfa97825
...
...
@@ -28,18 +28,35 @@
<c-col
:span=
"8"
>
<el-form-item
label=
"
Name
"
prop=
"infcon.
na
m"
label=
"
Opening between
"
prop=
"infcon.
opndatfro
m"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
placeholder=
"请选择Opening between"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
placeholder=
"请选择Open Date to"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
...
...
@@ -101,6 +118,19 @@
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Name"
prop=
"infcon.nam"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Role"
prop=
"infcon.searol"
style=
"width: 100%"
...
...
@@ -113,35 +143,7 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Opening between"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
placeholder=
"请选择Opening between"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
placeholder=
"请选择Open Date to"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Resp.User"
...
...
@@ -291,8 +293,12 @@
</
template
>
</c-list-search>
<c-col
:span=
"24"
style=
"margin-top:10px"
>
<c-button
type=
"primary"
size=
"small"
>
信用证开立
</c-button>
</c-col>
<el-row>
<c-col
:span=
"2
3
"
>
<c-col
:span=
"2
4
"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
...
...
@@ -300,6 +306,10 @@
label=
"操作"
width=
"150px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
...
...
@@ -544,19 +554,19 @@ export default {
columns
:
[
'1 1 "Reference" 100'
,
'2 2 "Resp User" 100'
,
'3 3 "Tenor day"
5
0'
,
'7 4 "Applicant Party Number"
8
0'
,
'8 5 "Applicant"
7
0'
,
'9 6 "Beneficiary Party Number" 80'
,
'10 7 "Beneficiary"
7
0'
,
'3 3 "Tenor day"
10
0'
,
'7 4 "Applicant Party Number"
16
0'
,
'8 5 "Applicant"
10
0'
,
'9 6 "Beneficiary Party Number"
1
80'
,
'10 7 "Beneficiary"
10
0'
,
'11 8 "BIC" 80'
,
'4 9 "Opened" 130'
,
'5 10 "Expired" 130'
,
'6 11 "Closed" 130'
,
'12 12 "L/C Amt Cur" 50'
,
'13 13 "L/C Amount"
8
0'
,
'14 14 "Open Amount Cur"
5
0'
,
'15 15 "Open Amount"
8
0'
,
'12 12 "L/C Amt Cur"
1
50'
,
'13 13 "L/C Amount"
12
0'
,
'14 14 "Open Amount Cur"
13
0'
,
'15 15 "Open Amount"
12
0'
,
],
data
:
[],
},
...
...
src/views/Business/Infdid/index.vue
View file @
cfa97825
<
template
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
1
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000006 -->
...
...
@@ -185,6 +185,9 @@ export default {
}
}
</
script
>
<
style
>
<
style
scoped
>
.eContainer
{
padding
:
3px
15px
;
}
</
style
>
src/views/Layout/SideMenu.vue
View file @
cfa97825
...
...
@@ -46,7 +46,7 @@ export default {
{
inifrm
:
"ditopn"
,
ininam
:
"信用证开立"
,
pntmiu
:
"2"
},
{
inifrm
:
"ditame"
,
ininam
:
"信用证修改"
,
pntmiu
:
"2"
},
{
inifrm
:
"ditcan"
,
ininam
:
"信用证注销"
,
pntmiu
:
"2"
},
{
inifrm
:
"infdid"
,
ininam
:
"信用证查询"
,
pntmiu
:
"2"
},
{
inifrm
:
"infdid"
,
ininam
:
"信用证
交易
查询"
,
pntmiu
:
"2"
},
{
inifrm
:
"infbdd"
,
ininam
:
"信用证单据查询"
,
pntmiu
:
"2"
},
{
inifrm
:
"bdtudp"
,
ininam
:
"信用证承兑"
,
pntmiu
:
"2"
},
{
inifrm
:
"bdtdcr"
,
ininam
:
"信用证不符点/拒付"
,
pntmiu
:
"2"
},
...
...
@@ -85,7 +85,7 @@ export default {
{
inifrm
:
"botdcr"
,
ininam
:
"出口托收拒付/不符点"
,
pntmiu
:
"6"
},
{
inifrm
:
"botset"
,
ininam
:
"出口托收收汇"
,
pntmiu
:
"6"
},
{
inifrm
:
"botcan"
,
ininam
:
"出口托收闭卷"
,
pntmiu
:
"6"
},
{
inifrm
:
"7"
,
ininam
:
"转让证"
,
pntmiu
:
""
},
{
inifrm
:
"7"
,
ininam
:
"转让
信用
证"
,
pntmiu
:
""
},
{
inifrm
:
"lttopn"
,
ininam
:
"转让证开立"
,
pntmiu
:
"7"
},
{
inifrm
:
"lttame"
,
ininam
:
"转让证修改"
,
pntmiu
:
"7"
},
{
inifrm
:
"lttcan"
,
ininam
:
"转让证注销"
,
pntmiu
:
"7"
},
...
...
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