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
d3d6f90b
Commit
d3d6f90b
authored
2 years ago
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitame (bug 814)
parent
a7dca832
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
44 deletions
+38
-44
index.js
src/model/Gitopn/index.js
+8
-19
index.vue
src/views/Business/Gitame/index.vue
+2
-1
Dclpp.vue
src/views/Business/Gitopn/Dclpp.vue
+27
-23
index.vue
src/views/Business/Gitopn/index.vue
+1
-1
No files found.
src/model/Gitopn/index.js
View file @
d3d6f90b
...
...
@@ -540,25 +540,14 @@ export default class Gitopn{
guedparecompcode
:
""
,
// 被担保人境内母公司代码 .cfagit.recp.pubp.cousel1.guedparecompcode
},
},
dclp
:{
acp
:
""
,
//.cfagit.recp.delp.acp 确认
actiondesc
:
""
,
//.cfagit.recp.delp.actiondesc 删除原因
actiontype
:
""
,
//.cfagit.recp.dclp.actiontype 操作类型
basere
:
""
,
//.cfagit.recp.dclp.basere 担保责任余额
description
:
""
,
exguarancode
:
""
,
//.cfagit.recp.dclp.exguarancode 对外担保编号
infflg
:
""
,
invflg
:
""
,
oldbasere
:
""
,
priflg
:
""
,
remark
:
""
,
//.cfagit.recp.dclp.remark 备注
rowflg
:
""
,
sta
:
""
,
tableName
:
""
,
wabachandate
:
""
,
//.cfagit.recp.dclp.wabachandate 担保责任余额变动日期
//进口保函开立-对外担保-责任余额信息字段
//--在后端是一个list,后端在VO中加一个list类型的字段即可,在Ebbp.java中具体展现
//但在前端中要具体展现
dclp
:{
exguarancode
:
""
,
actiontype
:
""
,
wabachandate
:
""
,
basere
:
""
,
remarx
:
""
,
actiondesc
:
""
,
acp
:
""
,
},
zzwjew
:
""
,
// 主债务金额提示 .cfagit.recp.zzwjew
thjewating
:
""
,
// 资金调回金额提示 .cfagit.recp.thjewating
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitame/index.vue
View file @
d3d6f90b
...
...
@@ -223,7 +223,8 @@
<el-tab-pane
v-if=
"model.gitp.swiftflg == 'Y' &&
model.trnmod.swiadd.purposame == 'ISUA' &&
model.trnmod.swiadd.addamtflg == 'X'"
model.trnmod.swiadd.addamtflg == 'X' &&
model.gidgrp.rec.purpos != 'ISSU'"
label=
"Seq. C: Add. Amounts"
name=
"aamp20"
>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitopn/Dclpp.vue
View file @
d3d6f90b
...
...
@@ -25,7 +25,10 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"担保责任余额变动日期"
prop=
"cfagit.recp.dclp.wabachandate"
>
<el-form-item
label=
"担保责任余额变动日期"
prop=
"cfagit.recp.dclp.wabachandate"
>
<c-date-picker
type=
"date"
v-model=
"model.cfagit.recp.dclp.wabachandate"
...
...
@@ -35,15 +38,15 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"担保责任余额"
prop=
"cfagit.recp.dclp.basere"
>
<c-input
v-model=
"model.cfagit.recp.dclp.basere"
placeholder=
"请输入担保责任余额"
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"担保责任余额"
prop=
"cfagit.recp.dclp.basere"
>
<c-input
v-model=
"model.cfagit.recp.dclp.basere"
placeholder=
"请输入担保责任余额"
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"备注"
prop=
"cfagit.recp.dclp.remark"
>
...
...
@@ -57,10 +60,9 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ==================================右边-删除原因================================ -->
<!-- ==================================右边-删除原因================================ -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"删除原因"
prop=
"cfagit.recp.dclp.actiondesc"
>
...
...
@@ -75,33 +77,35 @@
></c-input>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSav"
>
&
Save
</c-button>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onChk"
>
&
Check
</c-button>
</c-col>
-->
<c-col
:span=
"17"
:offset=
"7"
>
<c-checkbox
v-model=
"model.cfagit.recp.dclp.acp"
disabled
>
确认
</c-checkbox>
<c-checkbox
v-model=
"model.cfagit.recp.dclp.acp"
disabled
>
确认
</c-checkbox
>
</c-col>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
'~/service/Api'
import
commonProcess
from
'~/mixin/commonProcess'
import
CodeTable
from
'~/config/CodeTable'
import
Event
from
'~/model/Gitopn/Event'
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
export
default
{
inject
:
[
'root'
],
props
:
[
'model'
,
'codes'
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{}
return
{}
;
},
methods
:
{
...
Event
},
created
:
function
()
{},
}
}
;
</
script
>
<
style
></
style
>
This diff is collapsed.
Click to expand it.
src/views/Business/Gitopn/index.vue
View file @
d3d6f90b
...
...
@@ -363,7 +363,7 @@ export default {
rulePath
=
"cfagit.cfap"
;
}
if
(
name
===
"dclpp"
)
{
rulePath
=
"dclpp"
;
rulePath
=
"
Ebbp.
dclpp"
;
}
if
(
name
===
"gidtxtp"
){
rulePath
=
"gitp.gidtxtp"
...
...
This diff is collapsed.
Click to expand it.
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