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
e7823fcb
Commit
e7823fcb
authored
Aug 01, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#239
parent
50f6fec2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
8 deletions
+24
-8
Event.js
src/model/Infbdd/Event.js
+2
-3
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+22
-4
ReviewRouter.js
src/views/Review/ReviewRouter.js
+0
-1
No files found.
src/model/Infbdd/Event.js
View file @
e7823fcb
...
...
@@ -110,9 +110,8 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
handleReset
()
{
async
handleReset
(
formName
)
{
this
.
$refs
[
formName
].
resetFields
();
},
async
handleSearch
()
{
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
e7823fcb
<
template
>
<div
class=
"eibs-tab"
>
<!-- 持续展示区 -->
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<c-list-search
@
form-reset=
"handleReset
('paramsForm')
"
@
form-search=
"handleSearch"
>
<template
v-slot=
"searchSlot"
>
<el-form
class=
"m-table-search-form"
...
...
@@ -10,6 +10,7 @@
label-position=
"right"
label-width=
"110px"
size=
"small"
:model=
"model"
>
<c-row>
...
...
@@ -28,7 +29,7 @@
</c-col>
-->
<c-col
:span=
"8"
>
<el-form-item
label=
"Opening
between
"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<el-form-item
label=
"Opening"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
...
...
@@ -128,6 +129,7 @@
v-model=
"model.infcon.searol"
style=
"width: 100%"
placeholder=
"请选择Role"
:code=
"searol"
>
</c-select>
</el-form-item>
...
...
@@ -141,6 +143,8 @@
v-model=
"model.infcon.seasta"
style=
"width: 100%"
placeholder=
"请选择Status"
:code=
"codes.seasta"
>
</c-select>
</el-form-item>
...
...
@@ -151,13 +155,13 @@
v-model=
"model.infcon.seacur"
style=
"width: 100%"
placeholder=
"请选择Currency"
:code=
"codes.cur"
:code=
"codes.cur
rencycode
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Amount
between
"
prop=
"infcon.seaamtfr"
style=
"width: 100%"
>
<el-form-item
label=
"Amount"
prop=
"infcon.seaamtfr"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-input-currency
v-model=
"model.infcon.seaamtfr"
...
...
@@ -186,6 +190,7 @@
v-model=
"model.seadocflg"
style=
"width: 100%"
placeholder=
"请选择Document Type"
:code=
"codes.brdtyp"
>
</c-select>
</el-form-item>
...
...
@@ -196,6 +201,7 @@
v-model=
"model.jyqflg"
style=
"width: 100%"
placeholder=
"请选择假远期信用证"
:code=
"codes.jyqflg"
>
</c-select>
</el-form-item>
...
...
@@ -206,6 +212,7 @@
v-model=
"model.elcflg"
style=
"width: 100%"
placeholder=
"请选择是否通过电证系统"
:code=
"codes.elcflg"
>
</c-select>
</el-form-item>
...
...
@@ -324,6 +331,17 @@ export default {
components
:{
'm-busbtn'
:
BusNavbar
},
data
()
{
return
{
searol
:[
{
label
:
"Acc. with Bank (ACB)"
,
value
:
"ACB"
},
{
label
:
"Applicant"
,
value
:
"APL"
},
{
label
:
"Beneficiary's Bank"
,
value
:
"BEB"
},
{
label
:
"Beneficiary"
,
value
:
"BEN"
},
{
label
:
"Issuing Bank"
,
value
:
"ISS"
},
{
label
:
"Old Account Party"
,
value
:
"OAP"
},
{
label
:
"Presenter (PRP)"
,
value
:
"PRB"
},
{
label
:
"Reimbursement Bank"
,
value
:
"RMB"
},
{
label
:
"Carrier (ROG)"
,
value
:
"ROG"
},
],
ditselModel
:
new
DitselModel
().
data
,
ownref
:
""
,
trnData
:
{
...
...
src/views/Review/ReviewRouter.js
View file @
e7823fcb
...
...
@@ -68,7 +68,6 @@ const ReviewRouter = [
{
path
:
"bdtdck"
,
component
:
ReviewBdtdck
,
name
:
"ReviewBdtdck"
,
meta
:
{
title
:
"复核-Bdtdck"
}
},
{
path
:
"botdcr"
,
component
:
ReviewBotdcr
,
name
:
"ReviewBotdcr"
,
meta
:
{
title
:
"复核-Botdcr"
}
},
{
path
:
"botrad"
,
component
:
ReviewBotrad
,
name
:
"ReviewBotrad"
,
meta
:
{
title
:
"复核-Botrad"
}
},
{
path
:
"botdav"
,
component
:
ReviewBotdav
,
name
:
"ReviewBotdav"
,
meta
:
{
title
:
"复核-botdav"
}
},
{
path
:
"brtdck"
,
component
:
ReviewBrtdck
,
name
:
"ReviewBrtdck"
,
meta
:
{
title
:
"复核-Brtdck"
}
},
{
path
:
"brtudp"
,
component
:
ReviewBrtudp
,
name
:
"ReviewBrtudp"
,
meta
:
{
title
:
"复核-Brtudp"
}
},
{
path
:
"brteus"
,
component
:
ReviewBrteus
,
name
:
"ReviewBrteus"
,
meta
:
{
title
:
"复核-Brteus"
}
},
...
...
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