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
262462b0
Commit
262462b0
authored
Nov 10, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/development-202206' into development-202206
parents
1a26fce5
81749c3c
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
594 additions
and
273 deletions
+594
-273
Cfap.vue
src/views/Business/Bptopn/Cfap.vue
+77
-69
Conp.vue
src/views/Business/Bptopn/Conp.vue
+97
-67
Dclpp.vue
src/views/Business/Bptopn/Dclpp.vue
+2
-2
Docpan1.vue
src/views/Business/Bptopn/Docpan1.vue
+2
-2
Urpp.vue
src/views/Business/Bptopn/Urpp.vue
+390
-107
BusRouter.js
src/views/Business/BusRouter.js
+3
-3
Menu.vue
src/views/Business/Ordrel/Menu.vue
+8
-8
Ordpwfm.vue
src/views/Business/Ordrel/Ordpwfm.vue
+6
-6
index.vue
src/views/Business/Ordrel/index.vue
+1
-1
Menu.vue
src/views/Business/Sptrel/Menu.vue
+3
-2
index.vue
src/views/Business/Sptrel/index.vue
+5
-6
No files found.
src/views/Business/Bptopn/Cfap.vue
View file @
262462b0
<
template
>
<div
class=
"eibs-tab"
>
<c-
row
>
<c-col
:span=
"
12
"
>
<c-
col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"数据采集标志"
prop=
"cfabpt.cfaflg"
>
<c-select
@
change=
"selectOrCheckboxRule('cfabpt.cfaflg')"
...
...
@@ -20,84 +20,92 @@
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<el-form-item
label=
""
prop=
""
>
</el-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"地区机构号"
prop=
"cfabpt.ownextkey"
>
<c-select
v-model=
"model.cfabpt.ownextkey"
style=
"width: 100%"
placeholder=
"请选择地区机构号"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"5"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"中资企业境外担保项下境内贷款额度币种"
prop=
"cfabpt.cda.cfeogudcurr"
>
<c-select
:disabled=
"model.cfabpt.cdaflg == 'N' || model.cfabpt.cdaflg == ''"
v-model=
"model.cfabpt.cda.cfeogudcurr"
style=
"width: 100%"
placeholder=
"请选择中资企业境外担保项下境内贷款额度币种"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"3"
>
<el-form-item
label=
""
prop=
""
>
</el-form-item>
</c-col>
-->
<c-col
:span=
"12"
style=
"padding-left: 20px;margin-bottom: 20px;"
>
<c-col
:span=
"12"
>
<c-checkbox
disabled
v-model=
"model.cfabpt.basflg"
>
签约信息
</c-checkbox>
</c-col>
<c-col
:span=
"
4
"
>
<c-col
:span=
"
12
"
>
<c-checkbox
disabled
v-model=
"model.cfabpt.dclflg"
>
变动信息
</c-checkbox>
</c-col>
</c-row>
<c-col
:span=
"24"
>
<el-form-item
label=
"地区机构号"
prop=
"cfabpt.ownextkey"
>
<c-select
v-model=
"model.cfabpt.ownextkey"
style=
"width: 100%"
placeholder=
"请选择地区机构号"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否外保内贷"
prop=
"cfabpt.cdaflg"
>
<c-select
v-model=
"model.cfabpt.cdaflg"
style=
"width: 100%"
placeholder=
"请选择是否外保内贷"
>
<el-option
v-for=
"item in codes.cdaflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否外保内贷"
prop=
"cfabpt.cdaflg"
>
<c-select
v-model=
"model.cfabpt.cdaflg"
style=
"width: 100%"
placeholder=
"请选择是否外保内贷"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<el-option
v-for=
"item in codes.cdaflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"资金用途"
prop=
"cfabpt.cda.useofunds"
>
<c-select
:disabled=
"model.cfabpt.cdaflg == 'N' || model.cfabpt.cdaflg == ''"
v-model=
"model.cfabpt.cda.useofunds"
style=
"width: 100%"
placeholder=
"请选择资金用途"
:code=
"codes.useofunds"
>
</c-select>
</el-form-item>
<c-col
:span=
"12"
>
<el-form-item
label=
"资金用途"
prop=
"cfabpt.cda.useofunds"
>
<c-select
:disabled=
"model.cfabpt.cdaflg == 'N' || model.cfabpt.cdaflg == ''"
v-model=
"model.cfabpt.cda.useofunds"
style=
"width: 100%"
placeholder=
"请选择资金用途"
:code=
"codes.useofunds"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<br
/><br
/><br
/><br
/><br
/>
<c-col
:span=
"24"
>
<el-form-item
label=
"中资企业境外担保项下境内贷款额度币种"
prop=
"cfabpt.cda.cfeogudcurr"
>
<c-select
:disabled=
"model.cfabpt.cdaflg == 'N' || model.cfabpt.cdaflg == ''"
v-model=
"model.cfabpt.cda.cfeogudcurr"
style=
"width: 100%"
placeholder=
"请选择中资企业境外担保项下境内贷款额度币种"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<br
/><br
/><br
/><br
/><br
/>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"中资企业境外担保项下境内贷款额度金额"
prop=
"cfabpt.cda.cfeogudamount"
...
...
@@ -110,7 +118,7 @@
</c-input>
</el-form-item>
</c-col>
<br
/><br
/><br
/><br
/><br
/>
<c-col
:span=
"24"
>
<el-form-item
label=
"中资企业境外担保项下贷款业务批准文件号"
...
...
src/views/Business/Bptopn/Conp.vue
View file @
262462b0
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"国内外汇贷款编号"
prop=
"cfabpt.recgrp.bas.dofoexlocode"
...
...
@@ -14,60 +14,94 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"删除原因"
prop=
"cfabpt.recgrp.bas.actiondesc"
>
<c-input
:disabled=
"
!(
(model.cfabpt.recgrp.bas.actiontype == 'A' ||
model.cfabpt.recgrp.bas.actiontype == 'D') &&
model.cfabpt.recp.pubp.acp != ''
) ||
!(
model.cfabpt.recgrp.bas.actiontype == 'D' &&
model.cfabpt.recp.pubp.acp != ''
)
"
type=
"textarea"
v-model=
"model.cfabpt.recgrp.bas.actiondesc"
maxlength=
"32"
show-word-limit
placeholder=
"请输入删除原因"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"操作类型"
prop=
"cfabpt.recgrp.bas.actiontype"
>
<c-select
disabled
v-model=
"model.cfabpt.recgrp.bas.actiontype"
style=
"width: 100%"
placeholder=
"请选择操作类型"
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"删除原因"
prop=
"cfabpt.recgrp.bas.actiondesc"
>
<c-input
:disabled=
"
!(
(model.cfabpt.recgrp.bas.actiontype == 'A' ||
model.cfabpt.recgrp.bas.actiontype == 'D') &&
model.cfabpt.recp.pubp.acp != ''
) ||
!(
model.cfabpt.recgrp.bas.actiontype == 'D' &&
model.cfabpt.recp.pubp.acp != ''
)
"
type=
"textarea"
v-model=
"model.cfabpt.recgrp.bas.actiondesc"
maxlength=
"32"
show-word-limit
placeholder=
"请输入删除原因"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"操作类型"
prop=
"cfabpt.recgrp.bas.actiontype"
>
<c-select
disabled
v-model=
"model.cfabpt.recgrp.bas.actiontype"
style=
"width: 100%"
placeholder=
"请选择操作类型"
>
<el-option
v-for=
"item in codes.actiontype"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"国内外汇贷款类型"
prop=
"cfabpt.recgrp.bas.dofoexlotype"
>
<el-option
v-for=
"item in codes.actiontype"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
<c-select
v-model=
"model.cfabpt.recgrp.bas.dofoexlotype"
style=
"width: 100%"
placeholder=
"请选择国内外汇贷款类型"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"债权人代码"
prop=
"cfabpt.recgrp.bas.creditorcode"
>
<c-input
disabled
v-model=
"model.cfabpt.recgrp.bas.creditorcode"
maxlength=
"12"
placeholder=
"请输入债权人代码"
></c-input>
</el-form-item>
<el-option
v-for=
"item in codes.dofoexlotype"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"债权人代码"
prop=
"cfabpt.recgrp.bas.creditorcode"
>
<c-input
disabled
v-model=
"model.cfabpt.recgrp.bas.creditorcode"
maxlength=
"12"
placeholder=
"请输入债权人代码"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
disabled
v-model=
"model.cfabpt.recp.pubp.acp"
>
确认
</c-checkbox
>
</c-col>
</c-col>
<
c-col
:span=
"12
"
>
<
!--
<c-col
:span=
"12"
style=
"padding-right: 20px
"
>
<el-form-item
label=
"国内外汇贷款类型"
prop=
"cfabpt.recgrp.bas.dofoexlotype"
...
...
@@ -86,15 +120,11 @@
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<c-checkbox
disabled
v-model=
"model.cfabpt.recp.pubp.acp"
>
确认
</c-checkbox
>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"贷款币种"
prop=
"cfabpt.recgrp.bas.currence"
>
<c-select
disabled
...
...
@@ -106,7 +136,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"签约金额"
prop=
"cfabpt.recgrp.bas.contractamount"
>
<c-input
disabled
...
...
@@ -116,7 +146,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"年化利率值"
prop=
"cfabpt.recgrp.bas.anninrate"
>
<c-input
disabled
...
...
@@ -126,7 +156,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"起息日"
prop=
"cfabpt.recgrp.bas.valuedate"
>
<c-date-picker
type=
"date"
...
...
@@ -138,7 +168,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"到期日"
prop=
"cfabpt.recgrp.bas.maturity"
>
<c-date-picker
type=
"date"
...
...
@@ -150,7 +180,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"债务人代码"
prop=
"cfabpt.recgrp.bas.debtorcode"
>
<c-input
v-model=
"model.cfabpt.recgrp.bas.debtorcode"
...
...
@@ -160,7 +190,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"债务人中文名称"
prop=
"cfabpt.recgrp.bas.debtorname"
>
<c-input
v-model=
"model.cfabpt.recgrp.bas.debtorname"
...
...
@@ -170,7 +200,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"转贷项目名称"
prop=
"cfabpt.recgrp.bas.lenproname"
>
<c-input
v-model=
"model.cfabpt.recgrp.bas.lenproname"
...
...
@@ -180,7 +210,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"转贷协议号"
prop=
"cfabpt.recgrp.bas.lenagree"
>
<c-input
v-model=
"model.cfabpt.recgrp.bas.lenagree"
...
...
@@ -190,7 +220,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"备注"
prop=
"cfabpt.recgrp.bas.remark"
>
<c-input
type=
"textarea"
...
...
src/views/Business/Bptopn/Dclpp.vue
View file @
262462b0
...
...
@@ -152,8 +152,8 @@
</c-col>
</c-col>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
<
!--
<
c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"期末余额"
prop=
"cfabpt.recp.dclp.loanopenbalan"
>
...
...
src/views/Business/Bptopn/Docpan1.vue
View file @
262462b0
<
template
>
<div
class=
"eibs-tab"
>
<!-- left -->
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"验证证书编号"
...
...
@@ -29,7 +29,7 @@
</c-col>
<!-- right -->
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"ACT"
prop=
"lendoc.account"
>
<c-fullbox>
...
...
src/views/Business/Bptopn/Urpp.vue
View file @
262462b0
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"单据编号"
prop=
"bpdgrp.rec.pntref"
>
<c-input
disabled
...
...
@@ -11,7 +11,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"摘要"
prop=
"bpdgrp.rec.pntnam"
>
<c-input
v-model=
"model.bpdgrp.rec.pntnam"
...
...
@@ -21,7 +21,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"融资业务编号"
prop=
"bpdgrp.rec.ownref"
>
<c-input
v-model=
"model.bpdgrp.rec.ownref"
...
...
@@ -31,7 +31,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"摘要"
prop=
"bpdgrp.rec.nam"
>
<c-input
v-model=
"model.bpdgrp.rec.nam"
...
...
@@ -41,7 +41,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"参考号"
prop=
"bptp.fpdgrp.rec.ownref"
>
<c-input
v-model=
"model.bptp.fpdgrp.rec.ownref"
...
...
@@ -51,7 +51,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"摘要"
prop=
"bptp.fpdgrp.rec.nam"
>
<c-input
v-model=
"model.bptp.fpdgrp.rec.nam"
...
...
@@ -61,7 +61,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"福费廷类型"
prop=
"bpdgrp.rec.fortyp"
>
<c-select
v-model=
"model.bpdgrp.rec.fortyp"
...
...
@@ -72,7 +72,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"信用证类型"
prop=
"bpdgrp.rec.lctyp"
>
<c-select
v-model=
"model.bpdgrp.rec.lctyp"
...
...
@@ -82,8 +82,255 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<!-- --------------------------------------------------------------------------------- -->
<!-- 开立银行 开证行 -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行"
prop=
"bpdgrp.bu2.pts.ref"
>
<c-input
v-model=
"model.bpdgrp.bu2.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入开证行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行申请人"
prop=
"bpdgrp.bu2.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.bu2.pts.extkey"
maxlength=
"50"
placeholder=
"请输入申请人地址编码"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('bpdgrp.bu2.pts.extkey')
"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf('bpdgrp.bu2.pts.extkey')"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
icon=
"el-icon-info"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行名称地址"
prop=
"bpdgrp.bu2.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.bpdgrp.bu2.pts.adrblk"
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入名称地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- 承兑银行 -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"保兑行"
prop=
"bpdgrp.bu3.pts.ref"
>
<c-input
v-model=
"model.bpdgrp.bu3.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入保兑行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"保兑行申请人"
prop=
"bpdgrp.bu3.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.bu3.pts.extkey"
maxlength=
"50"
placeholder=
"请输入申请人地址编码"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('bpdgrp.bu3.pts.extkey')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf('bpdgrp.bu3.pts.extkey')"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
icon=
"el-icon-info"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"保兑行名称地址"
prop=
"bpdgrp.bu3.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.bpdgrp.bu3.pts.adrblk"
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入名称地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- 售卖银行 -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"售卖行"
prop=
"bpdgrp.inv.pts.ref"
>
<c-input
v-model=
"model.bpdgrp.inv.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入售卖行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"售卖行申请人"
prop=
"bpdgrp.inv.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.inv.pts.extkey"
maxlength=
"50"
placeholder=
"请输入申请人地址编码"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('bpdgrp.inv.pts.extkey')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf('bpdgrp.inv.pts.extkey')"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
icon=
"el-icon-info"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!-- 售卖行名称地址 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"售卖行名称地址"
prop=
"bpdgrp.inv.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.bpdgrp.inv.pts.adrblk"
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入名称地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- 参与银行 -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"参贷行"
prop=
"bpdgrp.bu1.pts.ref"
>
<c-input
v-model=
"model.bpdgrp.bu1.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入参贷行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"参贷行申请人"
prop=
"bpdgrp.bu1.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.bu1.pts.extkey"
maxlength=
"50"
placeholder=
"请输入申请人地址编码"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('bpdgrp.bu1.pts.extkey')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf('bpdgrp.bu1.pts.extkey')"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
icon=
"el-icon-info"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"参与行名称地址"
prop=
"bpdgrp.bu1.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.bpdgrp.bu1.pts.adrblk"
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入名称地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ------------------------------------------------------ -->
<!-- <c-col :span="12" style="padding-right: 20px">
<el-form-item label="开证行" prop="bpdgrp.bu2.pts.ref">
<c-input
v-model="model.bpdgrp.bu2.pts.ref"
...
...
@@ -91,19 +338,20 @@
placeholder="请输入开证行"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- 承兑行 -->
<!-- <c-col :span="12">
<el-form-item label="保兑行" prop="bpdgrp.bu3.pts.ref">
<c-input
v-model="model.bpdgrp.bu3.pts.ref"
maxlength="16"
placeholder=
"请输入
保兑行
"
placeholder="请输入
发票收件人参考号
"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<
c-col
:span=
"12
"
>
<
!-- <c-col :span="12" style="padding-right: 20px
">
<el-form-item
label="Drag Drop Sender"
prop="bptp.bu2p.ptsget.sdamod.dadsnd"
...
...
@@ -125,9 +373,10 @@
placeholder="请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- 开立行 -->
<!-- <c-col :span="12" style="padding-right: 20px">
<el-form-item
label="地址"
prop="bpdgrp.bu2.pts.extkey"
...
...
@@ -138,24 +387,26 @@
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- 开立行 -->
<!-- <c-col :span="12">
<el-form-item label="" prop="bptp.bu2p.ptsget.sdamod.seainf">
<c-input
v-model="model.bptp.bu2p.ptsget.sdamod.seainf"
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<
!-- <
c-col :span="12">
<c-button size="small" type="primary" @click="onBu2pDet">
详情
</c-button>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- 承兑行 -->
<!-- <c-col :span="12">
<el-form-item
label="地址"
prop="bpdgrp.bu3.pts.extkey"
...
...
@@ -166,9 +417,10 @@
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- ????????bu3p 是bu3 ??????? -->
<!-- <c-col :span="12">
<el-form-item label="" prop="bptp.bu3p.ptsget.sdamod.seainf">
<c-input
v-model="model.bptp.bu3p.ptsget.sdamod.seainf"
...
...
@@ -205,9 +457,11 @@
placeholder="请输入名称"
></c-input>
</el-form-item>
</c-col>
</c-col> -->
<!-- ????????????????????????????????????????? -->
<c-col
:span=
"12"
>
<!-- 开立行 -->
<!-- <c-col :span="12">
<el-form-item label="地址" prop="bpdgrp.bu2.pts.adrblk">
<c-input
type="textarea"
...
...
@@ -217,9 +471,9 @@
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<
!-- <
c-col :span="12">
<el-form-item label="国内地址" prop="bpdgrp.bu2.dbfadrblkcn">
<c-input
type="textarea"
...
...
@@ -229,9 +483,10 @@
placeholder="请输入国内地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- 承兑行 -->
<!-- <c-col :span="12">
<el-form-item label="地址" prop="bpdgrp.bu3.pts.adrblk">
<c-input
type="textarea"
...
...
@@ -241,9 +496,9 @@
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<
!-- <
c-col :span="12">
<el-form-item label="国内地址" prop="bpdgrp.bu3.dbfadrblkcn">
<c-input
type="textarea"
...
...
@@ -253,9 +508,10 @@
placeholder="请输入国内地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- ?????????????????????????????? -->
<!-- <c-col :span="12">
<el-form-item label="地址" prop="bpdgrp.bu2.adrelc">
<c-input
type="textarea"
...
...
@@ -277,9 +533,11 @@
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col> -->
<!-- ??????????????????????? -->
<c-col
:span=
"12"
>
<!-- 售卖行 -->
<!-- <c-col :span="12">
<el-form-item label="发票收件人参考号" prop="bpdgrp.inv.pts.ref">
<c-input
v-model="model.bpdgrp.inv.pts.ref"
...
...
@@ -287,9 +545,10 @@
placeholder="请输入发票收件人参考号"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- 参与行 -->
<!-- <c-col :span="12">
<el-form-item label="参贷行" prop="bpdgrp.bu1.pts.ref">
<c-input
v-model="model.bpdgrp.bu1.pts.ref"
...
...
@@ -297,9 +556,9 @@
placeholder="请输入参贷行"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<
!-- <
c-col :span="12">
<el-form-item
label="Drag Drop Sender"
prop="bptp.invp.ptsget.sdamod.dadsnd"
...
...
@@ -321,9 +580,10 @@
placeholder="请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- 售卖银行 -->
<!-- <c-col :span="12">
<el-form-item
label="地址"
prop="bpdgrp.inv.pts.extkey"
...
...
@@ -334,9 +594,10 @@
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- ?????????????????????????????? -->
<!-- <c-col :span="12">
<el-form-item label="" prop="bptp.invp.ptsget.sdamod.seainf">
<c-input
v-model="model.bptp.invp.ptsget.sdamod.seainf"
...
...
@@ -349,9 +610,11 @@
<c-button size="small" type="primary" @click="onInvpDet">
详情
</c-button>
</c-col>
</c-col> -->
<!-- ?????????????????????????????? -->
<c-col
:span=
"12"
>
<!-- 参与行 -->
<!-- <c-col :span="12">
<el-form-item
label="地址"
prop="bpdgrp.bu1.pts.extkey"
...
...
@@ -362,9 +625,10 @@
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- ??????????????????????????????????? -->
<!-- <c-col :span="12">
<el-form-item label="" prop="bptp.bu1p.ptsget.sdamod.seainf">
<c-input
v-model="model.bptp.bu1p.ptsget.sdamod.seainf"
...
...
@@ -377,9 +641,10 @@
<c-button size="small" type="primary" @click="onBu1pDet">
详情
</c-button>
</c-col>
</c-col> -->
<!-- ??????????????????????????????????? -->
<c-col
:span=
"12"
>
<
!-- <
c-col :span="12">
<el-form-item label="名称" prop="bpdgrp.inv.namelc">
<c-input
type="textarea"
...
...
@@ -403,6 +668,7 @@
</el-form-item>
</c-col>
售卖行名称地址
<c-col :span="12">
<el-form-item label="地址" prop="bpdgrp.inv.pts.adrblk">
<c-input
...
...
@@ -427,6 +693,7 @@
</el-form-item>
</c-col>
参与行
<c-col :span="12">
<el-form-item label="地址" prop="bpdgrp.bu1.pts.adrblk">
<c-input
...
...
@@ -473,9 +740,10 @@
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<!-- ----------------------------------------------------------------------------- -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"原一级市场买入融资借据号"
prop=
"bpdgrp.rec.loanno"
>
<c-input
v-model=
"model.bpdgrp.rec.loanno"
...
...
@@ -485,7 +753,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"国内信用证受益人统一信用代码"
prop=
"bpdgrp.rec.benidcode"
...
...
@@ -498,7 +766,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"国内证受益人中文名称"
prop=
"bpdgrp.rec.bennam"
>
<c-input
v-model=
"model.bpdgrp.rec.bennam"
...
...
@@ -508,59 +776,74 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"境外付款人所属国家/地区"
prop=
"bpdgrp.rec.f0103"
>
<c-input
v-model=
"model.bpdgrp.rec.f0103"
maxlength=
"3"
placeholder=
"请输入境外付款人所属国家/地区"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否附有银行承兑汇票"
prop=
"bpdgrp.rec.f0102"
>
<c-select
v-model=
"model.bpdgrp.rec.f0102"
style=
"width: 100%"
placeholder=
"请选择是否附有银行承兑汇票"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onBptcodSelbut1"
>
?
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"境外付款人所属部门"
prop=
"bpdgrp.rec.f0104"
>
<c-select
v-model=
"model.bpdgrp.rec.f0104"
style=
"width: 100%"
placeholder=
"请选择境外付款人所属部门"
>
</c-select>
</el-form-item>
</c-col>
<!-- ----------------------------------------------------------------------- -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"境外付款人所属国家/地区"
prop=
"bpdgrp.rec.f0103"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.rec.f0103"
maxlength=
"3"
placeholder=
"请输入境外付款人所属国家/地区"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onBptcodSelbut1"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
<el-form-item
label=
"境外付款人所属部门"
prop=
"bpdgrp.rec.f0104"
>
<c-select
v-model=
"model.bpdgrp.rec.f0104"
style=
"width: 100%"
placeholder=
"请选择境外付款人所属部门"
>
</c-select>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
</c-col> -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"是否附有银行承兑汇票"
prop=
"bpdgrp.rec.f0102"
>
<c-select
v-model=
"model.bpdgrp.rec.f0102"
style=
"width: 100%"
placeholder=
"请选择是否附有银行承兑汇票"
>
</c-select>
</el-form-item>
</c-col>
<!-- <c-col :span="12" style="padding-right: 20px">
<el-form-item label="境外付款人所属部门" prop="bpdgrp.rec.f0104">
<c-select
v-model="model.bpdgrp.rec.f0104"
style="width: 100%"
placeholder="请选择境外付款人所属部门"
>
</c-select>
</el-form-item>
</c-col> -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"境外付款人与本机构的关系"
prop=
"bpdgrp.rec.f0105"
>
<c-select
v-model=
"model.bpdgrp.rec.f0105"
style=
"width: 100%"
placeholder=
"请选择境外付款人与本机构的关系"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"境外付款人与本机构的关系"
prop=
"bpdgrp.rec.f0105"
>
<c-select
v-model=
"model.bpdgrp.rec.f0105"
style=
"width: 100%"
placeholder=
"请选择境外付款人与本机构的关系"
>
</c-select>
</el-form-item>
</c-col>
</div>
</template>
<
script
>
...
...
src/views/Business/BusRouter.js
View file @
262462b0
...
...
@@ -314,9 +314,9 @@ const BusRouter = [
{
path
:
'betrcl'
,
component
:
Betrcl
,
name
:
'Betrcl'
,
meta
:
{
title
:
'出口信用证单据索汇'
}
},
{
path
:
'betrcl'
,
component
:
Betrcl
,
name
:
'Betrcl'
,
meta
:
{
title
:
'出口信用证单据出口单据索汇'
}
},
{
path
:
'betset'
,
component
:
Betset
,
name
:
'Betset'
,
meta
:
{
title
:
'出口信用证单据出口收汇'
}
},
{
path
:
'sptrel'
,
component
:
Sptrel
,
name
:
'Sptrel'
,
meta
:
{
title
:
'
Sptrel
'
}
},
{
path
:
'sptneg'
,
component
:
Sptneg
,
name
:
'Sptneg'
,
meta
:
{
title
:
'
Sptneg
'
}
},
{
path
:
'sptrou'
,
component
:
Sptrou
,
name
:
'Sptrou'
,
meta
:
{
title
:
'
Sptrou
'
}
},
{
path
:
'sptrel'
,
component
:
Sptrel
,
name
:
'Sptrel'
,
meta
:
{
title
:
'
待审批列表
'
}
},
{
path
:
'sptneg'
,
component
:
Sptneg
,
name
:
'Sptneg'
,
meta
:
{
title
:
'
订单分配列表
'
}
},
{
path
:
'sptrou'
,
component
:
Sptrou
,
name
:
'Sptrou'
,
meta
:
{
title
:
'
待经办任务分配
'
}
},
{
path
:
'bddsel'
,
component
:
Bddsel
,
name
:
'Bddsel'
,
meta
:
{
title
:
'Bddsel'
}
},
{
path
:
'infbdd'
,
component
:
Infbdd
,
name
:
'Infbdd'
,
meta
:
{
title
:
'买方信用证单据查询'
}
},
{
path
:
'infbrd'
,
component
:
Infbrd
,
name
:
'Infbrd'
,
meta
:
{
title
:
'进口信用证单据查询'
}
},
...
...
src/views/Business/Ordrel/Menu.vue
View file @
262462b0
...
...
@@ -9,16 +9,16 @@
>
<c-col
:span=
"24"
>
<!---------左边------------>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px
"
>
<c-col
:span=
"24"
>
<c-col
:span=
"
21
"
>
<c-col
:span=
"
19
"
>
<el-form-item
:label=
"$t('ordrel.filter')"
prop=
"usfmod.flt"
>
<c-select
v-model=
"model.usfmod.flt"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+ $t('ordrel.filter')"
:code=
"codes.flt_ordrel"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"
3
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onUsfmodShwflt"
>
<c-col
:span=
"
5
"
>
<c-button
s
tyle=
"float:right"
s
ize=
"small"
type=
"primary"
@
click=
"onUsfmodShwflt"
>
{{
$t
(
'usfmod.CF000033'
)
}}
</c-button>
</c-col>
...
...
@@ -58,7 +58,7 @@
</c-col>
<!---------右边------------>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px
"
>
<!-- SF000050 : Reference -->
<c-col
:span=
"24"
>
...
...
@@ -238,11 +238,11 @@ export default {
initdialog
:
false
,
stmData
:
{
columns
:
[
"1 1
\"
交易代码
\"
2
00"
,
"2 2
\"
交易名称
\"
150
"
,
"1 1
\"
交易代码
\"
1
00"
,
"2 2
\"
交易名称
\"
"
,
{
index
:
3
,
position
:
3
,
width
:
160
,
pattern
:
'code'
,
label
:
'交易状态'
,
code
:
'sptDetSta'
},
"4 4
\"
创建时间
\"
200"
,
"5 5
\"
对于用户
\"
2
00"
,
"5 5
\"
对于用户
\"
1
00"
,
"6 6
\"
工作用户
\"
200"
,
],
data
:
[]
...
...
src/views/Business/Ordrel/Ordpwfm.vue
View file @
262462b0
...
...
@@ -65,14 +65,14 @@ export default {
return
{
stmData
:
{
columns
:
[
"1 1
\"
ID
\"
2
00"
,
"2 2
\"
Service
\"
200
"
,
"1 1
\"
ID
\"
1
00"
,
"2 2
\"
Service
\"
"
,
{
index
:
3
,
position
:
3
,
width
:
160
,
pattern
:
'code'
,
label
:
'交易状态'
,
code
:
'sptDetSta'
},
"4 4
\"
Last Update
\"
200"
,
"5 5
\"
Retries
\"
2
00"
,
"6 6
\"
Text
\"
2
00"
,
"7 7
\"
Contrary Text
\"
20
0"
,
"8 8
\"
Target Time
\"
20
0"
,
"5 5
\"
Retries
\"
1
00"
,
"6 6
\"
Text
\"
1
00"
,
"7 7
\"
Contrary Text
\"
15
0"
,
"8 8
\"
Target Time
\"
15
0"
,
],
data
:
[]
}
...
...
src/views/Business/Ordrel/index.vue
View file @
262462b0
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer
-search
"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--ordrel PD000042 Menu -->
...
...
src/views/Business/Sptrel/Menu.vue
View file @
262462b0
...
...
@@ -5,12 +5,13 @@
label-position=
"right"
label-width=
"110px"
size=
"small"
class=
"m-table-search-form"
>
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.usfmod.usftxt"
data-path=
".usfmod.usftxt"
>
</span>
</c-col>
-->
<!-- ============左========= -->
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"用户选择"
prop=
"usfmod.flt"
>
<c-select
...
...
@@ -98,7 +99,7 @@
</c-col>
<!-- ============右========= -->
<c-col
:span=
"12"
:offset=
"1
"
>
<c-col
:span=
"12"
style=
"padding-left: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"业务编号"
prop=
"selobj"
>
<c-input
...
...
src/views/Business/Sptrel/index.vue
View file @
262462b0
<
template
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<div
class=
"eContainer-search"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<!--PD000042 -->
<c-content
label=
"菜单"
name=
"menu"
>
<m-menu
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-tabs>
</el-form>
</div>
</
template
>
...
...
@@ -67,5 +64,7 @@ export default {
}
</
script
>
<
style
>
/* .el-tabs--card>.el-tabs__header {
border-bottom: 0px solid var(--themecolor);
} */
</
style
>
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