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
ac75fc5b
Commit
ac75fc5b
authored
Nov 08, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复infled前端
parent
d93bb546
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
146 additions
and
173 deletions
+146
-173
index.js
src/business/infled/event/index.js
+0
-2
Infsea.vue
src/business/infled/views/Infsea.vue
+146
-171
No files found.
src/business/infled/event/index.js
View file @
ac75fc5b
...
...
@@ -138,11 +138,9 @@ export default {
toLetnot
()
{
this
.
$router
.
history
.
push
(
'/business-new/letnot'
);
},
toLetdrw
()
{
this
.
$router
.
history
.
push
(
'/business-new/letdrw'
);
},
toLetrsv
()
{
this
.
$router
.
history
.
push
(
'/business-new/letrsv'
);
},
...
...
src/business/infled/views/Infsea.vue
View file @
ac75fc5b
<
template
>
<div
class=
"eibs-tab"
>
<c-list-search
@
form-reset=
"handleReset('paramsForm')"
@
form-search=
"handleSearch"
@
form-reset=
"handleReset('paramsForm')"
@
form-search=
"handleSearch"
>
<template
v-slot=
"searchSlot"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
label-position=
"right"
label-width=
"110px"
size=
"small"
class=
"m-table-search-form"
ref=
"paramsForm"
label-position=
"right"
label-width=
"110px"
size=
"small"
>
<el-row>
<c-col
:span=
"8"
>
<el-form-item
label=
"信用证编号"
prop=
"infcon.seaownref"
style=
"width: 100%"
label=
"信用证编号"
prop=
"infcon.seaownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
placeholder=
"请输入信用证编号"
v-model=
"model.infcon.seaownref"
maxlength=
"16"
placeholder=
"请输入信用证编号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"开立日期"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
label=
"开立日期"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
placeholder=
"请选择起始日期"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
type=
"date"
v-model=
"model.infcon.opndatfrom"
placeholder=
"请选择起始日期"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
></c-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
...
...
@@ -47,26 +47,26 @@
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
placeholder=
"请选择截止日期"
style=
"width: 100%"
value-format=
"yyyy-MM-dd"
type=
"date"
v-model=
"model.infcon.opndatto"
placeholder=
"请选择截止日期"
style=
"width: 100%"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务简略信息"
prop=
"infcon.nam"
style=
"width: 100%"
label=
"业务简略信息"
prop=
"infcon.nam"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入业务简略信息"
style=
"width: 100%"
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入业务简略信息"
style=
"width: 100%"
>
</c-input>
</el-form-item>
...
...
@@ -75,77 +75,77 @@
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"当事人参考号"
prop=
"infcon.searef"
style=
"width: 100%"
label=
"当事人参考号"
prop=
"infcon.searef"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入当事人参考号"
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入当事人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"当事人编号"
prop=
"infcon.pty.extkey"
style=
"width: 100%"
label=
"当事人编号"
prop=
"infcon.pty.extkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
placeholder=
"请输入当事人编号"
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
placeholder=
"请输入当事人编号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"当事人名称"
prop=
"infcon.pty.nam"
style=
"width: 100%"
label=
"当事人名称"
prop=
"infcon.pty.nam"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
placeholder=
"请输入当事人名称"
disabled
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
placeholder=
"请输入当事人名称"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"当事人BIC编码"
prop=
"infcon.seapty"
style=
"width: 100%"
label=
"当事人BIC编码"
prop=
"infcon.seapty"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"24"
placeholder=
"请输入当事人BIC编码"
v-model=
"model.infcon.seapty"
maxlength=
"24"
placeholder=
"请输入当事人BIC编码"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"当事人角色"
prop=
"infcon.searol"
style=
"width: 100%"
label=
"当事人角色"
prop=
"infcon.searol"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.searol"
style=
"width: 100%"
placeholder=
"请选择当事人角色"
v-model=
"model.infcon.searol"
style=
"width: 100%"
placeholder=
"请选择当事人角色"
>
<el-option
v-for=
"item in codes.searol1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
v-for=
"item in codes.searol1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -154,36 +154,36 @@
<c-col
:span=
"8"
>
<el-form-item
label=
"客户经理"
disabled
prop=
"infcon.usr.extkey"
style=
"width: 100%"
label=
"客户经理"
disabled
prop=
"infcon.usr.extkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入客户经理"
disabled
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入客户经理"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务状态"
prop=
"infcon.seasta"
style=
"width: 100%"
label=
"业务状态"
prop=
"infcon.seasta"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.seasta"
style=
"width: 100%"
placeholder=
"请选择业务状态"
v-model=
"model.infcon.seasta"
style=
"width: 100%"
placeholder=
"请选择业务状态"
>
<el-option
v-for=
"item in codes.seasta"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
v-for=
"item in codes.seasta"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -192,20 +192,20 @@
<c-col
:span=
"8"
>
<el-form-item
label=
"币种"
prop=
"infcon.seacur"
style=
"width: 100%"
label=
"币种"
prop=
"infcon.seacur"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.seacur"
style=
"width: 100%"
placeholder=
"请选择币种"
v-model=
"model.infcon.seacur"
style=
"width: 100%"
placeholder=
"请选择币种"
>
<el-option
v-for=
"item in codes.curtxt1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
v-for=
"item in codes.curtxt1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -216,9 +216,9 @@
<el-form-item
label=
"金额区间"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入金额下限"
style=
"width: 100%"
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入金额下限"
style=
"width: 100%"
></c-input>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
...
...
@@ -226,9 +226,9 @@
</c-col>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入金额上限"
style=
"width: 100%"
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入金额上限"
style=
"width: 100%"
></c-input>
</c-col>
</el-form-item>
...
...
@@ -236,15 +236,15 @@
<c-col
:span=
"8"
>
<el-form-item
label=
"信用证类型"
prop=
"sealcrtyp"
style=
"width: 100%"
label=
"信用证类型"
prop=
"sealcrtyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.sealcrtyp"
:code=
"codes.lcrtyp1"
style=
"width: 100%"
placeholder=
"请选择信用证类型"
v-model=
"model.sealcrtyp"
:code=
"codes.lcrtyp1"
style=
"width: 100%"
placeholder=
"请选择信用证类型"
>
</c-select>
</el-form-item>
...
...
@@ -294,20 +294,20 @@
<
template
slot=
"header"
>
<!-- 插槽里放了一个文字 一个按钮 -->
<c-col
:span=
"11"
style=
"text-align: center"
><span>
操作
</span>
><span>
操作
</span>
</c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<!-- 申请一个弹出主键放在插槽,加工已渲染的数据 -->
<el-popover
placement=
"top-start"
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
placement=
"top-start"
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
<div
style=
"
style=
"
text-align: right;
margin-top: -30px;
margin-right: 5px;
...
...
@@ -315,9 +315,9 @@
"
>
<span
class=
"el-icon-close"
style=
"cursor: pointer"
@
click=
"closeDetailsDialog('popover_' + scope.row.IDX)"
class=
"el-icon-close"
style=
"cursor: pointer"
@
click=
"closeDetailsDialog('popover_' + scope.row.IDX)"
></span>
</div>
<el-table
...
...
@@ -346,25 +346,26 @@
style=
"margin-left: 0"
size=
"small"
@
click=
"display(scope.row['inr'])"
>
快照
</c-button
>
快照
</c-button
>
</
template
>
</el-table-column>
</el-table>
<c-button
style=
"margin-left: 0px"
size=
"small"
@
click=
"details(scope.row)"
slot=
"reference"
style=
"margin-left: 0px"
size=
"small"
@
click=
"details(scope.row)"
slot=
"reference"
>
详情
</c-button>
</el-popover>
<c-button
style=
"margin-left: 5px"
size=
"small"
type=
"primary"
@
click=
"handler(scope.row)"
style=
"margin-left: 5px"
size=
"small"
type=
"primary"
@
click=
"handler(scope.row)"
>
处理
</c-button>
</template>
...
...
@@ -409,35 +410,23 @@
</el-dialog>
</div>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"letsel"
ownrefPath=
"ledgrp"
:model=
"letselModel"
></m-busbtn>
<!-- @onChoose="onChoose"-->
</div>
</template>
<
script
>
import
LetselModel
from
"~/model/Letsel"
;
import
BusNavbar
from
"~/views/Public/BusNavbar"
;
import
event
from
"../event"
;
import
operationFunc
from
"@/mixin/operationFunc"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
,
operationFunc
],
components
:
{
"m-busbtn"
:
BusNavbar
},
mixins
:
[
event
,
operationFunc
],
components
:
{
"m-busbtn"
:
BusNavbar
},
data
()
{
return
{
// letselModel: new LetselModel().data,
curinr
:
""
,
ownref
:
""
,
//
dialogTableVisible: false,
dialogTableVisible
:
false
,
trnData
:
{
columns
:
[
{
...
...
@@ -517,27 +506,10 @@ export default {
label
:
"PTA主键"
,
prop
:
"ptainr"
,
},
// {
// label: "受益人编号",
// prop: "stagod",
// },
{
label
:
"受益人名称"
,
prop
:
"benefi"
,
},
// {
// label: "受益人名称(中文)",
// prop: "stagod",
// },
// {
// label: "开证行编号",
// prop: "stagod",
// },
// {
// label: "开证名称",
// prop: "stagod",
// },
{
label
:
"金额币种"
,
prop
:
"seacur"
,
...
...
@@ -580,24 +552,24 @@ export default {
route
:
'/business-new/letcan'
},
{
label
:
'收单加补录'
,
route
:
'/business-new/letdrw'
label
:
'收单加补录'
,
route
:
'/business-new/letdrw'
},
{
label
:
'转让证开立'
,
route
:
'/business-new/lttopn'
label
:
'转让证开立'
,
route
:
'/business-new/lttopn'
},
{
label
:
'开证'
,
route
:
'/business-new/letopn'
label
:
'开证'
,
route
:
'/business-new/letopn'
},
{
label
:
'保兑'
,
route
:
'/business-new/letamc'
label
:
'保兑'
,
route
:
'/business-new/letamc'
},
{
label
:
'通知到单'
,
route
:
'/business-new/letdav'
label
:
'通知到单'
,
route
:
'/business-new/letdav'
},
],
currentHandleRow
:
{},
...
...
@@ -605,7 +577,8 @@ export default {
},
methods
:
{},
mounted
:
function
()
{},
mounted
:
function
()
{
},
};
</
script
>
<
style
>
...
...
@@ -619,6 +592,7 @@ export default {
background
:
#fff
;
margin-top
:
5px
;
}
.btn-group-wrap
{
max-height
:
200px
;
width
:
100%
;
...
...
@@ -628,6 +602,7 @@ export default {
justify-content
:
flex-start
;
flex-wrap
:
wrap
;
}
.btn-item
{
margin-bottom
:
10px
;
margin-right
:
10px
;
...
...
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