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
d8eecac5
Commit
d8eecac5
authored
Oct 09, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trtset交易Bug修改
parent
686b9dab
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
29 deletions
+36
-29
Check.js
src/model/Trtset/Check.js
+1
-1
Default.js
src/model/Trtset/Default.js
+13
-1
index.js
src/model/Trtset/index.js
+3
-12
Limitbody.vue
src/views/Business/Trtset/Limitbody.vue
+0
-0
Ovwp.vue
src/views/Business/Trtset/Ovwp.vue
+17
-13
index.vue
src/views/Business/Trtset/index.vue
+2
-2
No files found.
src/model/Trtset/Check.js
View file @
d8eecac5
...
...
@@ -22,7 +22,7 @@ let checkObj = {
"pager.liaall_limmod_limpfp_clmcbe.total"
:
null
,
"pager.liaall_limmod_limpfp_clmpty.total"
:
null
,
"pager.liaall_limmod_limpfp_clmcbb.total"
:
null
,
"
trtfipl1blk
"
:
null
,
"
clsflg
"
:
null
,
}
for
(
const
key
in
checkObj
)
{
...
...
src/model/Trtset/Default.js
View file @
d8eecac5
...
...
@@ -50,6 +50,18 @@ export default {
"trtmod.finmod.cbs.cbb.amt"
:
Utils
.
defaultFunction
,
"mtabut.clsflg"
:
Utils
.
defaultFunction
,
"mtabut.coninf.conexedat"
:
Utils
.
defaultFunction
,
"trtfipl1blk"
:
Utils
.
defaultFunction
,
"clsflg"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.oth.pts.extkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.extkey"
:
Utils
.
defaultFunction
,
"bopmod.dbcgrp.bas.ownextkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg2"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg1"
:
Utils
.
defaultFunction
,
"trnmod.cipmod.feecod"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.oth.pts.nam"
:
Utils
.
defaultFunction
,
"liaall.limmod.comamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.ccvamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.nam"
:
Utils
.
defaultFunction
,
"liaall.misamt"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Trtset/index.js
View file @
d8eecac5
...
...
@@ -9,6 +9,7 @@ export default class Trtset{
this
.
data
=
{
trdgrp
:{
rec
:{
inr
:
""
,
pntref
:
""
,
// 父交易参考号 .trdgrp.rec.pntref
pntnam
:
""
,
// Name .trdgrp.rec.pntnam
ownref
:
""
,
// 参考号 .trdgrp.rec.ownref
...
...
@@ -105,18 +106,7 @@ export default class Trtset{
liaall
:
new
Pub
().
data
.
Liaall
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
pageId
:
""
,
// ctx的key
trtfipl1blk
:
""
,
// pager:{
// liaall_limmod_limpfp_clmcbe:{
// total:"",
// },
// liaall_limmod_limpfp_clmpty:{
// total:"",
// },
// liaall_limmod_limpfp_clmcbb:{
// total:"",
// }
// },
trtfipl1blk
:
""
,
}
}
}
\ No newline at end of file
src/views/Business/Trtset/Limitbody.vue
0 → 100644
View file @
d8eecac5
This diff is collapsed.
Click to expand it.
src/views/Business/Trtset/Ovwp.vue
View file @
d8eecac5
...
...
@@ -104,7 +104,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"1
7
"
>
<c-col
:span=
"1
4
"
>
<c-form-item
label=
"借据号"
prop=
"trtmod.finmod.fincod"
>
<c-input
v-model=
"model.trtmod.finmod.fincod"
...
...
@@ -114,7 +114,7 @@
</c-form-item>
</c-col>
<c-col
:span=
"
6"
:offset=
"1
"
>
<c-col
:span=
"
3"
class=
"bctdav_bctp_bctovw_cheak
"
>
<c-checkbox
v-model=
"model.clsflg"
:disabled=
"checkDate(model.trdgrp.rec.stttendat)"
...
...
@@ -143,10 +143,10 @@
<c-select
v-model=
"model.trtmod.finmod.acttyp"
style=
"width: 100%"
:disabled=
"
flag2
"
:disabled=
"
true
"
placeholder=
"请选择第三方还款方式"
>
<
!--
<el-option
v-for=
"item in codes.acttyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
--
>
<
el-option
v-for=
"item in codes.acttyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -501,9 +501,10 @@
</c-form-item>
</c-col>
<c-col
:span=
"20"
:offset=
"4
"
>
<c-col
:span=
"20"
class=
"bctdav_bctp_bctovw_cheak
"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
:disabled=
"flag"
>
{{
true-label=
"C"
false-label=
"O"
:disabled=
"flag1"
>
{{
$t
(
"闭卷"
)
}}
</c-checkbox>
</c-col>
...
...
@@ -545,22 +546,25 @@ export default {
}
},
change
(
a
){
this
.
executeRule
(
"clsflg"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
if
(
a
=
'X'
){
this
.
model
.
trtmod
.
finmod
.
reptyp
=
"1"
if
(
this
.
flag1
==
true
){
this
.
flag1
=
false
this
.
model
.
mtabut
.
clsflg
=
'X'
this
.
model
.
mtabut
.
clsflg
=
"C"
}
}
},
selChange
(
a
){
if
(
a
==
'2'
||
this
.
model
.
mtabut
.
clsflg
==
'X
'
||
this
.
flag2
==
false
){
this
.
model
.
mtabut
.
clsflg
=
''
selChange
(
b
){
if
(
b
==
'2
'
||
this
.
flag2
==
false
){
this
.
model
.
mtabut
.
clsflg
=
'
O
'
this
.
flag1
=
true
}
}
}
,
},
created
:
function
()
{},
};
...
...
src/views/Business/Trtset/index.vue
View file @
d8eecac5
...
...
@@ -53,7 +53,7 @@
</c-content>
</el-tab-pane>
<!--trndoc PD000529 &Messages -->
<el-tab-pane
label=
"
&Messages
"
name=
"docpan"
>
<el-tab-pane
label=
"
面函
"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
...
...
@@ -92,12 +92,12 @@ import Pattern from "~/model/Trtset/Pattern";
import
Ovwp
from
"./Ovwp"
;
import
Shisuan
from
"./Shisuan"
;
import
Limitbody
from
"./Limitbody"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
import
Limitbody
from
"~/views/Public/Limitbody"
;
import
Glepan
from
"~/views/Public/Glepan"
;
export
default
{
...
...
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