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
36d8557d
Commit
36d8557d
authored
Oct 19, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复trtset缺陷
parent
e700d219
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
512 additions
and
676 deletions
+512
-676
Infsea.vue
src/business/inftrd/views/Infsea.vue
+0
-1
buildCommons.js
src/business/trtset/event/buildCommons.js
+13
-13
index.js
src/business/trtset/event/index.js
+9
-9
check.js
src/business/trtset/model/check.js
+361
-361
index.js
src/business/trtset/model/index.js
+76
-75
Addbcb.vue
src/business/trtset/views/Addbcb.vue
+16
-21
Limitbody.vue
src/business/trtset/views/Limitbody.vue
+3
-77
Limitbody2.vue
src/business/trtset/views/Limitbody2.vue
+0
-18
Ovwp.vue
src/business/trtset/views/Ovwp.vue
+4
-10
Ovwp1.vue
src/business/trtset/views/Ovwp1.vue
+3
-40
Shisuan.vue
src/business/trtset/views/Shisuan.vue
+7
-12
index.vue
src/business/trtset/views/index.vue
+20
-39
No files found.
src/business/inftrd/views/Infsea.vue
View file @
36d8557d
...
...
@@ -584,7 +584,6 @@ export default {
},
methods
:
{
...
Event
,
async
getButtons
(
ownref
,
closedDate
)
{
this
.
ownref
=
ownref
;
this
.
TrtselModel
.
clsflg
=
(
closedDate
??
""
).
trim
()
===
""
?
""
:
"C"
;
...
...
src/business/trtset/event/buildCommons.js
View file @
36d8557d
...
...
@@ -33,13 +33,13 @@ export default {
branchInr
:
model
.
trdgrp
.
rec
.
branchinr
,
},
cbsMap
:
{
MAX
:
model
.
b
rdgrp
.
cbs
.
max
,
OPN1
:
model
.
b
rdgrp
.
cbs
.
opn1
,
// OPN2: model.
b
rdgrp.cbs.opn2,
// MAC: model.
b
rdgrp.cbs.mac,
// MAC2: model.
b
rdgrp.cbs.mac2,
// OPC2: model.
b
rdgrp.cbs.opc2,
// CNF: model.
b
rdgrp.cbs.cnf,
MAX
:
model
.
t
rdgrp
.
cbs
.
max
,
OPN1
:
model
.
t
rdgrp
.
cbs
.
opn1
,
// OPN2: model.
t
rdgrp.cbs.opn2,
// MAC: model.
t
rdgrp.cbs.mac,
// MAC2: model.
t
rdgrp.cbs.mac2,
// OPC2: model.
t
rdgrp.cbs.opc2,
// CNF: model.
t
rdgrp.cbs.cnf,
},
ptsList
:
ptsptaList
,
transName
:
trnName
,
...
...
@@ -102,9 +102,9 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
li
d'
,
objinr
:
model
.
b
rdgrp
.
rec
.
objinr
,
ownref
:
model
.
b
rdgrp
.
rec
.
ownref
,
objtyp
:
'
tr
d'
,
objinr
:
model
.
t
rdgrp
.
rec
.
objinr
,
ownref
:
model
.
t
rdgrp
.
rec
.
ownref
,
},
};
return
params
...
...
@@ -113,9 +113,9 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
li
d'
,
objinr
:
model
.
b
rdgrp
.
rec
.
objinr
,
ownref
:
model
.
b
rdgrp
.
rec
.
ownref
,
objtyp
:
'
tr
d'
,
objinr
:
model
.
t
rdgrp
.
rec
.
objinr
,
ownref
:
model
.
t
rdgrp
.
rec
.
ownref
,
swiftflg
:
model
.
brtp
.
swiftflg
,
},
};
...
...
src/business/trtset/event/index.js
View file @
36d8557d
...
...
@@ -20,12 +20,12 @@ export default {
...
ccvpan
,
...
limitbody
,
...
doctre
,
async
init
()
{
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
)
{
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
)
{
params
.
spt
=
null
}
const
loading
=
this
.
loading
();
...
...
@@ -33,13 +33,13 @@ export default {
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
trdgrp
:
{
rec
:
{
inr
:
this
.
$route
.
query
.
inr
trdgrp
:
{
rec
:
{
inr
:
this
.
$route
.
query
.
inr
}
}
});
// debugger
loading
.
close
();
if
(
!
res
.
data
)
{
return
}
...
...
@@ -49,7 +49,7 @@ export default {
this
.
copyValueFromVoData
(
this
.
model
.
setmod
.
setglg
,
res
.
data
.
setglg
)
},
// 兼容处理在前端model中定义了字段,后端返回的数据中不存在字段的问题
copyValueFromVoData
(
model
,
data
)
{
copyValueFromVoData
(
model
,
data
)
{
let
keysList
=
Object
.
keys
(
model
)
keysList
.
map
((
key
)
=>
{
if
(
data
[
key
])
{
...
...
@@ -174,7 +174,7 @@ export default {
handleChangePurpos
()
{
this
.
queryHndtypCodeTableList
(
this
.
root
.
trnName
);
},
buildLiaccv
()
{
buildLiaccv
()
{
let
params
=
{
...
buildFn
.
buildCommonData
(
this
.
model
,
this
.
trnName
),
liaccvg
:
this
.
model
.
liaccv
.
liaccvg
,
...
...
@@ -186,7 +186,7 @@ export default {
return
params
},
// 公共组件setmod处理方式改变触发联动
changeSetmodModel
(
emitParams
)
{
changeSetmodModel
(
emitParams
)
{
let
reqParams
=
{}
switch
(
emitParams
.
code
)
{
case
'processMethods'
:
...
...
src/business/trtset/model/check.js
View file @
36d8557d
...
...
@@ -4,367 +4,367 @@ import Utils from "~/utils"
* Trtset Check规则
*/
let
checkObj
=
{
"trtp0.ledget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trtp0.bcdget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trtp0.brdget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trtp0.bedget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trdgrp.rec.pntref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trtp0.bcdget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"trtp0.ledget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"trtp0.brdget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"trtp0.bedget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"trdgrp.rec.pntnam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"trtp0.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trdgrp.rec.ownref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trtp0.recget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"trdgrp.rec.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"trdgrp.rec.pctfin"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
5
,
message
:
"长度不能超过5"
}
],
"trdgrp.fip.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trdgrp.cbs.max.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trdgrp.fip.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"trdgrp.cbs.opn1.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"trdgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trdgrp.rec.fintyp"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"trdgrp.rec.stttendat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"trdgrp.rec.matdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"trdgrp.rec.finact"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
21
,
message
:
"长度不能超过21"
}
],
"trtmod.finmod.fincod"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
17
,
message
:
"长度不能超过17"
}
],
"setamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"setact"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
21
,
message
:
"长度不能超过21"
}
],
"trtmod.finmod.act3"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
21
,
message
:
"长度不能超过21"
}
],
"trtmod.finmod.cbs.cbb.intamt1"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbe.intamt1"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbb.intamty1"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbe.intamty1"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbb.intamt2"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbe.intamt2"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbb.intamty2"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbe.intamty2"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbb.intamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbe.intamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbb.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.cbe.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trtmod.finmod.cbs.totint"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trdgrp.rec.actrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"setact1"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
21
,
message
:
"长度不能超过21"
}
],
"liaall.outamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"liaall.outpct"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
6
,
message
:
"长度不能超过6"
}
],
"liaall.concur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"liaall.misamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"liaall.exttotoldamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"liaall.exttotamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"setmod.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"setmod.docamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"setmod.zmqacc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"setmod.glemod.gleshwstm"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"trnmod.trndoc.advnam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"trnmod.trndoc.amdapl"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"trnmod.trndoc.advdoc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"trnmod.trndoc.filrecv"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trnmod.trndoc.doctrestm"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"trnmod.trndoc.condocstm"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"trnmod.trndoc.rcvatt.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"liaall.limmod.ecifno"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"liaall.limmod.ownref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"liaall.limmod.wrkp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"liaall.limmod.othp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"liaall.limmod.limpts.wrk.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"liaall.limmod.wrkp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"liaall.limmod.limpts.oth.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"liaall.limmod.othp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"liaall.limmod.comamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"liaall.limmod.limpts.wrk.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"liaall.limmod.limpts.oth.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"liaall.limmod.ccvamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"liaall.limmod.limpts.pfcod1"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
],
"liaall.limmod.limpts.pfcod2"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
],
//
"trtp0.ledget.sdamod.dadsnd":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"trtp0.bcdget.sdamod.dadsnd":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"trtp0.brdget.sdamod.dadsnd":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"trtp0.bedget.sdamod.dadsnd":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"trdgrp.rec.pntref":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"trtp0.bcdget.sdamod.seainf":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
"trtp0.ledget.sdamod.seainf":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
"trtp0.brdget.sdamod.seainf":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
"trtp0.bedget.sdamod.seainf":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
"trdgrp.rec.pntnam":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 40,message:"长度不能超过40"}
//
],
//
"trtp0.recget.sdamod.dadsnd":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"trdgrp.rec.ownref":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"trtp0.recget.sdamod.seainf":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
"trdgrp.rec.nam":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 40,message:"长度不能超过40"}
//
],
//
"trdgrp.rec.pctfin":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 5,message:"长度不能超过5"}
//
],
//
"trdgrp.fip.pts.ref":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
//
"trdgrp.cbs.max.amt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trdgrp.fip.pts.nam":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 40,message:"长度不能超过40"}
//
],
//
"trdgrp.cbs.opn1.cur":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
"trdgrp.cbs.opn1.amt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trdgrp.rec.fintyp":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
"trdgrp.rec.stttendat":[
//
{type: "date", required: false, message: "输入正确的日期"}
//
],
//
"trdgrp.rec.matdat":[
//
{type: "date", required: false, message: "输入正确的日期"}
//
],
//
"trdgrp.rec.finact":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 21,message:"长度不能超过21"}
//
],
//
"trtmod.finmod.fincod":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 17,message:"长度不能超过17"}
//
],
//
//
//
//
"setamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
//
"setact":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 21,message:"长度不能超过21"}
//
],
//
//
//
"trtmod.finmod.act3":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 21,message:"长度不能超过21"}
//
],
//
"trtmod.finmod.cbs.cbb.intamt1":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbe.intamt1":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbb.intamty1":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbe.intamty1":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbb.intamt2":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbe.intamt2":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbb.intamty2":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbe.intamty2":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbb.intamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbe.intamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbb.amt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"trtmod.finmod.cbs.cbe.amt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
//
"trtmod.finmod.cbs.totint":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
//
"trdgrp.rec.actrat":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 12,message:"长度不能超过12"}
//
],
//
"setact1":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 21,message:"长度不能超过21"}
//
],
//
//
"liaall.outamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"liaall.outpct":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 6,message:"长度不能超过6"}
//
],
//
"liaall.concur":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
"liaall.misamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
//
//
"liaall.exttotoldamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"liaall.exttotamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"setmod.ref":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
//
"setmod.docamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
//
//
//
//
"setmod.zmqacc":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 20,message:"长度不能超过20"}
//
],
//
//
//
"setmod.glemod.gleshwstm":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 1,message:"长度不能超过1"}
//
],
//
//
//
"trnmod.trndoc.advnam":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 50,message:"长度不能超过50"}
//
],
//
"trnmod.trndoc.amdapl":[
//
{type: "string", required: true, message: "必输项"},
//
{max: 50,message:"长度不能超过50"}
//
],
//
//
"trnmod.trndoc.advdoc":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 1,message:"长度不能超过1"}
//
],
//
"trnmod.trndoc.filrecv":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"trnmod.trndoc.doctrestm":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 1,message:"长度不能超过1"}
//
],
//
//
//
//
//
//
//
//
//
//
"trnmod.trndoc.condocstm":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 1,message:"长度不能超过1"}
//
],
//
"trnmod.trndoc.rcvatt.seainf":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
//
//
//
"liaall.limmod.ecifno":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 22,message:"长度不能超过22"}
//
],
//
//
//
//
"liaall.limmod.ownref":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"liaall.limmod.wrkp.ptsget.sdamod.dadsnd":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"liaall.limmod.othp.ptsget.sdamod.dadsnd":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"liaall.limmod.limpts.wrk.pts.extkey":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"liaall.limmod.wrkp.ptsget.sdamod.seainf":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
//
"liaall.limmod.limpts.oth.pts.extkey":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 16,message:"长度不能超过16"}
//
],
//
"liaall.limmod.othp.ptsget.sdamod.seainf":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 3,message:"长度不能超过3"}
//
],
//
//
"liaall.limmod.comamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
"liaall.limmod.limpts.wrk.pts.nam":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 40,message:"长度不能超过40"}
//
],
//
"liaall.limmod.limpts.oth.pts.nam":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 40,message:"长度不能超过40"}
//
],
//
"liaall.limmod.ccvamt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
//
//
//
//
//
//
"liaall.limmod.limpts.pfcod1":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 14,message:"长度不能超过14"}
//
],
//
"liaall.limmod.limpts.pfcod2":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 14,message:"长度不能超过14"}
//
],
}
for
(
const
key
in
checkObj
)
{
...
...
src/business/trtset/model/index.js
View file @
36d8557d
...
...
@@ -2,104 +2,104 @@ import Pts from '~/components/business/commonModel/Pts';
import
Pub
from
'~/components/business/commonModel/index.js'
;
export
default
class
Trtset
{
constructor
()
{
export
default
class
Trtset
{
constructor
()
{
this
.
data
=
{
trdgrp
:
{
rec
:
{
inr
:
""
,
pntref
:
""
,
// 父交易参考号 .trdgrp.rec.pntref
pntnam
:
""
,
// Name .trdgrp.rec.pntnam
ownref
:
""
,
// 参考号 .trdgrp.rec.ownref
nam
:
""
,
// Name .trdgrp.rec.nam
pctfin
:
""
,
// 融资比例 .trdgrp.rec.pctfin
stttendat
:
""
,
// 起息日期 .trdgrp.rec.stttendat
matdat
:
""
,
// Maturity Date .trdgrp.rec.matdat
fintyp
:
""
,
// 融资品种 .trdgrp.rec.fintyp
finact
:
""
,
// 融资账号 .trdgrp.rec.finact
ovdflg
:
""
,
// Overdue Flag .trdgrp.rec.ovdflg
actrat
:
""
,
// 执行利率 .trdgrp.rec.actrat
trdgrp
:
{
rec
:
{
inr
:
""
,
pntref
:
""
,
// 父交易参考号 .trdgrp.rec.pntref
pntnam
:
""
,
// Name .trdgrp.rec.pntnam
ownref
:
""
,
// 参考号 .trdgrp.rec.ownref
nam
:
""
,
// Name .trdgrp.rec.nam
pctfin
:
""
,
// 融资比例 .trdgrp.rec.pctfin
stttendat
:
""
,
// 起息日期 .trdgrp.rec.stttendat
matdat
:
""
,
// Maturity Date .trdgrp.rec.matdat
fintyp
:
""
,
// 融资品种 .trdgrp.rec.fintyp
finact
:
""
,
// 融资账号 .trdgrp.rec.finact
ovdflg
:
""
,
// Overdue Flag .trdgrp.rec.ovdflg
actrat
:
""
,
// 执行利率 .trdgrp.rec.actrat
branchinr
:
""
,
},
cbs
:
{
max
:
{
cur
:
""
,
// 融资金额 .trdgrp.cbs.max.cur
amt
:
""
,
// 融资金额 .trdgrp.cbs.max.amt
cbs
:
{
max
:
{
cur
:
""
,
// 融资金额 .trdgrp.cbs.max.cur
amt
:
""
,
// 融资金额 .trdgrp.cbs.max.amt
},
opn1
:
{
cur
:
""
,
// 余额 .trdgrp.cbs.opn1.cur
amt
:
""
,
// Balance .trdgrp.cbs.opn1.amt
opn1
:
{
cur
:
""
,
// 余额 .trdgrp.cbs.opn1.cur
amt
:
""
,
// Balance .trdgrp.cbs.opn1.amt
},
},
fip
:
{
pts
:
new
Pts
().
data
,
fip
:
{
pts
:
new
Pts
().
data
,
},
},
trtp0
:
{
bcdget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.bcdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.bcdget.sdamod.dadsnd
trtp0
:
{
bcdget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.bcdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.bcdget.sdamod.dadsnd
},
},
ledget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.ledget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.ledget.sdamod.dadsnd
ledget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.ledget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.ledget.sdamod.dadsnd
},
},
brdget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.brdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.brdget.sdamod.dadsnd
brdget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.brdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.brdget.sdamod.dadsnd
},
},
bedget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.bedget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.bedget.sdamod.dadsnd
bedget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.bedget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.bedget.sdamod.dadsnd
},
},
recget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.recget.sdamod.dadsnd
recget
:
{
sdamod
:
{
seainf
:
""
,
// .trtp0.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .trtp0.recget.sdamod.dadsnd
},
},
},
trtmod
:
{
finmod
:
{
setlab
:
""
,
// Settlement Label .trtmod.finmod.setlab
fincod
:
""
,
// 借据号 .trtmod.finmod.fincod
reptyp
:
""
,
// 还款方式 .trtmod.finmod.reptyp
cbs
:
{
cbb
:
{
intamt1
:
""
,
// 表外欠息利息 .trtmod.finmod.cbs.cbb.intamt1
intamty1
:
""
,
// 表外本年欠息 .trtmod.finmod.cbs.cbb.intamty1
intamt2
:
""
,
// 表内欠息利息 .trtmod.finmod.cbs.cbb.intamt2
intamty2
:
""
,
// 表内本年欠息 .trtmod.finmod.cbs.cbb.intamty2
intamt
:
""
,
// 利息 .trtmod.finmod.cbs.cbb.intamt
amt
:
""
,
// 本金 .trtmod.finmod.cbs.cbb.amt
trtmod
:
{
finmod
:
{
setlab
:
""
,
// Settlement Label .trtmod.finmod.setlab
fincod
:
""
,
// 借据号 .trtmod.finmod.fincod
reptyp
:
""
,
// 还款方式 .trtmod.finmod.reptyp
cbs
:
{
cbb
:
{
intamt1
:
""
,
// 表外欠息利息 .trtmod.finmod.cbs.cbb.intamt1
intamty1
:
""
,
// 表外本年欠息 .trtmod.finmod.cbs.cbb.intamty1
intamt2
:
""
,
// 表内欠息利息 .trtmod.finmod.cbs.cbb.intamt2
intamty2
:
""
,
// 表内本年欠息 .trtmod.finmod.cbs.cbb.intamty2
intamt
:
""
,
// 利息 .trtmod.finmod.cbs.cbb.intamt
amt
:
""
,
// 本金 .trtmod.finmod.cbs.cbb.amt
},
cbe
:
{
intamt1
:
""
,
// 偿还表外欠息利息 .trtmod.finmod.cbs.cbe.intamt1
intamty1
:
""
,
// 偿还表外欠息 .trtmod.finmod.cbs.cbe.intamty1
intamt2
:
""
,
// 偿还表内欠息利息 .trtmod.finmod.cbs.cbe.intamt2
intamty2
:
""
,
// 偿还表内欠息 .trtmod.finmod.cbs.cbe.intamty2
intamt
:
""
,
// 偿还本金利息 .trtmod.finmod.cbs.cbe.intamt
amt
:
""
,
// 偿还本金 .trtmod.finmod.cbs.cbe.amt
cbe
:
{
intamt1
:
""
,
// 偿还表外欠息利息 .trtmod.finmod.cbs.cbe.intamt1
intamty1
:
""
,
// 偿还表外欠息 .trtmod.finmod.cbs.cbe.intamty1
intamt2
:
""
,
// 偿还表内欠息利息 .trtmod.finmod.cbs.cbe.intamt2
intamty2
:
""
,
// 偿还表内欠息 .trtmod.finmod.cbs.cbe.intamty2
intamt
:
""
,
// 偿还本金利息 .trtmod.finmod.cbs.cbe.intamt
amt
:
""
,
// 偿还本金 .trtmod.finmod.cbs.cbe.amt
},
totint
:
""
,
// 偿还利息总额 .trtmod.finmod.cbs.totint
totint
:
""
,
// 偿还利息总额 .trtmod.finmod.cbs.totint
},
acttyp
:
""
,
// 第三方还款方式 .trtmod.finmod.acttyp
act3
:
""
,
// 第三方还款账号 .trtmod.finmod.act3
intprd
:
""
,
// 计息周期 .trtmod.finmod.intprd
acttyp
:
""
,
// 第三方还款方式 .trtmod.finmod.acttyp
act3
:
""
,
// 第三方还款账号 .trtmod.finmod.act3
intprd
:
""
,
// 计息周期 .trtmod.finmod.intprd
},
},
setamt
:
""
,
// Settlement Amount .setamt
setact
:
""
,
// Settlement Account .setact
clsflg
:
""
,
// 抹�'� .clsflg
setact1
:
""
,
// 我行借记�'�户 .setact1
setamt
:
""
,
// Settlement Amount .setamt
setact
:
""
,
// Settlement Account .setact
clsflg
:
""
,
// 抹�'� .clsflg
setact1
:
""
,
// 我行借记�'�户 .setact1
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
...
...
@@ -107,7 +107,7 @@ export default class Trtset{
liaccv
:
new
Pub
().
data
.
Liaccv
,
docpan
:
new
Pub
().
data
.
Docpan
,
pageId
:
""
,
// ctx的key
trtfipl1blk
:
""
,
trtfipl1blk
:
""
,
}
}
}
\ No newline at end of file
src/business/trtset/views/Addbcb.vue
View file @
36d8557d
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange
"
>
<el-collapse
v-model=
"activeNames
"
>
<el-collapse-item
title=
"附言"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</div>
</
template
>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
Event
from
"~/model/Bptcan/Event"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
event
from
"../event"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
export
default
{
export
default
{
components
:
{
"m-coninfp"
:
Coninfp
,
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{
activeNames
:
[
"coninfp"
],
};
},
methods
:
{
...
Event
,
handleChange
(
val
)
{
console
.
log
(
val
);
},
methods
:
{},
created
:
function
()
{
},
created
:
function
()
{},
};
</
script
>
};
</
script
>
<
style
>
</
style
>
<
style
>
</
style
>
\ No newline at end of file
src/business/trtset/views/Limitbody.vue
View file @
36d8557d
...
...
@@ -26,13 +26,11 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSeainf"
/>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onWrkpDet"
icon=
"el-icon-info"
>
...
...
@@ -87,7 +85,6 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLimptsGet1"
:disabled =
"true"
>
</c-button>
...
...
@@ -137,13 +134,11 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSeainf"
/>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onOthpDet"
icon=
"el-icon-info"
>
...
...
@@ -197,7 +192,6 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLimptsGet2"
>
</c-button>
</
template
>
...
...
@@ -262,7 +256,7 @@
</c-col>
<c-col
:span=
"24"
style=
"text-align: right"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLimmodTrycal"
>
<c-button
size=
"small"
type=
"primary"
>
试算
</c-button>
</c-col>
...
...
@@ -331,15 +325,13 @@
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
// import Event from "~/model/Ditopn/Event";
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{
tableData
:
{},
...
...
@@ -347,40 +339,6 @@ export default {
};
},
methods
:
{
onSeainf
()
{},
async
onPreperButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"preper_buttxmsel"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
,
});
}
},
async
onLimptsGet1
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"limpts_get1"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
,
});
}
},
async
onLimptsGet2
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"limpts_get2"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
,
});
}
},
nonrevflg1Change
()
{
if
(
this
.
model
.
liaall
.
limmod
.
limpts
.
nonrevflg1
==
"1"
)
{
this
.
model
.
liaall
.
limmod
.
limpts
.
pfcod1
=
""
;
...
...
@@ -391,39 +349,7 @@ export default {
this
.
model
.
liaall
.
limmod
.
limpts
.
pfcod2
=
""
;
}
},
async
onWrkpDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"liaall.limmod.wrkp.det"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
console
.
log
(
rtnmsg
.
data
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
,
});
}
},
async
onOthpDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"liaall.limmod.othp.det"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
console
.
log
(
rtnmsg
.
data
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
,
});
}
},
async
onLimmodTrycal
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"liaall.limmod.trycal"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
},
show
(){
let
len1
=
this
.
model
.
liaall
.
limmod
.
tygrd
[
"rows"
].
length
||
[];
let
len2
=
this
.
model
.
liaall
.
limmod
.
dggrd
[
"rows"
].
length
||
[];
...
...
src/business/trtset/views/Limitbody2.vue
View file @
36d8557d
<!-- <el-tab-pane label="统一授信" name="shisuan,limitbody">
<c-content>
<div class="eibs-tab">
<el-collapse v-model="activeNames">
<el-collapse-item title="试算结果" name="shisuan">
试算结果
<m-shisuan :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="统一授信" name="limitbody">
统一授信
<m-limitbody :model="model" :codes="codes" />
</el-collapse-item>
</el-collapse>
</div>
</c-content>
</el-tab-pane> -->
<
template
>
<div
class=
"eibs-tab"
>
<c-content>
...
...
@@ -32,7 +15,6 @@
</div>
</
template
>
<
script
>
// import Limitbody from '~/views/Public/Limitbody';
import
Shisuan
from
"./Shisuan"
;
import
Limitbody
from
"./Limitbody"
;
...
...
src/business/trtset/views/Ovwp.vue
View file @
36d8557d
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"还款"
name=
"ovwp1"
>
<m-ovwp1
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
...
...
@@ -9,10 +8,8 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Trtame/Event"
;
import
event
from
"../event"
;
import
Ovwp1
from
"./Ovwp1"
;
export
default
{
...
...
@@ -21,18 +18,15 @@ export default {
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{
activeNames
:
[
"ovwp1"
],
};
},
methods
:
{
...
Event
,
},
methods
:
{},
created
:
function
()
{},
computed
:
{
},
computed
:
{},
};
</
script
>
<
style
>
...
...
src/business/trtset/views/Ovwp1.vue
View file @
36d8557d
...
...
@@ -568,57 +568,20 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Trtset/Event"
;
import
event
from
"../event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{
flag1
:
true
,
flag2
:
false
};
},
methods
:
{
...
Event
,
// checkDate(date) {
// var d = new Date().getDate();
// var m = new Date().getMonth();
// var y = new Date().getFullYear();
// var dd = new Date(this.model.trdgrp.rec.stttendat).getDate();
// var mm = new Date(this.model.trdgrp.rec.stttendat).getMonth();
// var yy = new Date(this.model.trdgrp.rec.stttendat).getFullYear();
// if (d != dd || m != mm || y != yy) {
// return true;
// } else {
// return false;
// }
// },
// 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 = "C"
// }
// }
// },
// selChange(b){
// if(b == '2'||this.flag2 == false){
// this.model.mtabut.clsflg = 'O'
// this.flag1 = true
// }
// },
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/trtset/views/Shisuan.vue
View file @
36d8557d
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
>
<div
class=
"e-table-wrapper"
>
<el-table
...
...
@@ -261,22 +260,18 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Trtset/Event"
import
event
from
"../event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{}
},
methods
:{...
Event
},
created
:
function
()
{
methods
:
{
},
created
:
function
()
{
}
}
...
...
src/business/trtset/views/index.vue
View file @
36d8557d
...
...
@@ -10,23 +10,23 @@
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
myT
abClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
t
abClick"
>
<!--trtset PD000015 Settle -->
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--limmod PD000001 统一授信 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody,shisuan"
>
<c-content>
<div
class=
"eibs-tab"
>
<el-collapse
>
<el-collapse>
<el-collapse-item
title=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"试算结果"
name=
"shisuan"
>
<m-shisuan
:model=
"model"
:codes=
"codes"
/>
<m-shisuan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</div>
...
...
@@ -37,14 +37,14 @@
<el-tab-pane
label=
"表外记账"
name=
"engp"
>
<c-content>
<!-- 表外记账 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<c-content>
<m-setmod
:model=
"model"
:codes=
"codes"
/>
<m-setmod
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
...
...
@@ -52,25 +52,26 @@
<el-tab-pane
label=
"会计分录"
name=
"glentry"
>
<c-content>
<!-- 会计分录 -->
<m-glentry
:model=
"model"
:codes=
"codes"
/>
</c-content>
'm-glentry': Glentry,
<m-glentry
:model=
"model"
:codes=
"codes"
/>
</c-content>
<!-- 'm-glentry': Glentry,-->
</el-tab-pane>
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--trndoc PD000529 &Messages -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--trndoc PD000546 Attachments -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--limmod PD001139 试算结果 -->
...
...
@@ -100,7 +101,6 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Trtset
from
"../model"
;
...
...
@@ -110,6 +110,7 @@ import operationFunc from "~/mixin/operationFunc";
import
Ovwp
from
"./Ovwp"
;
import
Shisuan
from
"./Shisuan"
;
import
Addbcb
from
"./Addbcb"
;
import
formRules
from
'../model/check'
import
Limitbody
from
"~/components/business/limitbody/views"
;
import
Engp
from
"~/components/business/engp/views"
;
...
...
@@ -138,40 +139,20 @@ export default {
root
:
this
,
};
},
mixins
:
[
event
,
operationFunc
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
operationFunc
,
event
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"ovwp"
,
trnName
:
"trtset"
,
model
:
new
Trtset
().
data
,
rules
:
null
,
codes
:
{
...
CodeTable
},
rules
:
formRules
,
codes
:
{
...
CodeTable
},
activeNames
:
[
"engp"
],
// activeNames1: ["limitbody"],
};
},
methods
:
{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
);
/**
* do it yourself
**/
},
},
created
:
async
function
()
{
// console.log("进入trtset交易");
// let rtnmsg = await this.init({});
// if (rtnmsg.respCode == SUCCESS) {
// this.updateModel(rtnmsg.data);
// //TODO 处理数据逻辑
// if (this.isInDisplay) {
// this.restoreDisplay();
// }
// } else {
// this.$notify.error({ title: "错误", message: "服务请求失败!" });
// }
},
mounted
()
{
methods
:
{},
created
:
{},
mounted
()
{
this
.
init
()
},
};
...
...
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