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
372f0f5d
Commit
372f0f5d
authored
Jan 07, 2022
by
fukai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
cff95e4b
aa797eee
Hide whitespace changes
Inline
Side-by-side
Showing
51 changed files
with
1024 additions
and
848 deletions
+1024
-848
App.vue
src/App.vue
+3
-0
common.css
src/assets/css/common.css
+5
-1
Event.js
src/model/Infbfd/Event.js
+79
-88
Check.js
src/model/Infcur/Check.js
+18
-18
Event.js
src/model/Infcur/Event.js
+59
-67
Event.js
src/model/Infdet/Event.js
+175
-204
Event.js
src/model/Trnrel/Event.js
+2
-2
Utlp.vue
src/views/Business/Bdtset/Utlp.vue
+36
-13
BusRouter.js
src/views/Business/BusRouter.js
+2
-0
BusNavbar.vue
src/views/Business/Infbdd/BusNavbar.vue
+2
-2
Cbeinfp.vue
src/views/Business/Infbfd/Cbeinfp.vue
+2
-2
Cbsinfp.vue
src/views/Business/Infbfd/Cbsinfp.vue
+2
-2
Coninfp.vue
src/views/Business/Infbfd/Coninfp.vue
+2
-2
Fepinfp.vue
src/views/Business/Infbfd/Fepinfp.vue
+2
-2
Gleinfp.vue
src/views/Business/Infbfd/Gleinfp.vue
+2
-2
Infsea.vue
src/views/Business/Infbfd/Infsea.vue
+5
-2
Liainfp.vue
src/views/Business/Infbfd/Liainfp.vue
+2
-2
Ordpan.vue
src/views/Business/Infbfd/Ordpan.vue
+2
-2
Ovwp.vue
src/views/Business/Infbfd/Ovwp.vue
+2
-2
Peninfp.vue
src/views/Business/Infbfd/Peninfp.vue
+2
-2
Prtpan.vue
src/views/Business/Infbfd/Prtpan.vue
+2
-2
Sepinfp.vue
src/views/Business/Infbfd/Sepinfp.vue
+2
-2
Smhinfp.vue
src/views/Business/Infbfd/Smhinfp.vue
+2
-2
Trnpan.vue
src/views/Business/Infbfd/Trnpan.vue
+2
-2
Curp0.vue
src/views/Business/Infcur/Curp0.vue
+6
-4
Infsea.vue
src/views/Business/Infcur/Infsea.vue
+7
-19
index.vue
src/views/Business/Infcur/index.vue
+4
-0
Cbeinfp.vue
src/views/Business/Infdet/Cbeinfp.vue
+2
-2
Cbsinfp.vue
src/views/Business/Infdet/Cbsinfp.vue
+2
-2
Coninfp.vue
src/views/Business/Infdet/Coninfp.vue
+2
-2
Detp.vue
src/views/Business/Infdet/Detp.vue
+2
-2
Detp1.vue
src/views/Business/Infdet/Detp1.vue
+2
-2
Detp2.vue
src/views/Business/Infdet/Detp2.vue
+2
-2
Fepinfp.vue
src/views/Business/Infdet/Fepinfp.vue
+2
-2
Gleinfp.vue
src/views/Business/Infdet/Gleinfp.vue
+2
-2
Infsea.vue
src/views/Business/Infdet/Infsea.vue
+5
-2
Liainfp.vue
src/views/Business/Infdet/Liainfp.vue
+2
-2
Ordpan.vue
src/views/Business/Infdet/Ordpan.vue
+2
-2
Ovwp.vue
src/views/Business/Infdet/Ovwp.vue
+2
-2
Peninfp.vue
src/views/Business/Infdet/Peninfp.vue
+2
-2
Prtpan.vue
src/views/Business/Infdet/Prtpan.vue
+2
-2
Sepinfp.vue
src/views/Business/Infdet/Sepinfp.vue
+2
-2
Smhinfp.vue
src/views/Business/Infdet/Smhinfp.vue
+2
-2
Stament.vue
src/views/Business/Infdet/Stament.vue
+2
-2
Trnpan.vue
src/views/Business/Infdet/Trnpan.vue
+2
-2
index.vue
src/views/Business/Infdet/index.vue
+2
-3
Menu.vue
src/views/Business/Sptsel/Menu.vue
+32
-20
Sptpopup.vue
src/views/Business/Sptsel/Sptpopup.vue
+38
-0
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+0
-341
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+482
-0
index.vue
src/views/TaskList/index.vue
+2
-2
No files found.
src/App.vue
View file @
372f0f5d
...
...
@@ -35,6 +35,9 @@ export default {
.el-button--primary
{
margin-left
:
10px
;
}
.el-popover
{
min-width
:
60px
;
}
/* .el-form-item--small{
margin-right: 30px;
...
...
src/assets/css/common.css
View file @
372f0f5d
...
...
@@ -218,7 +218,11 @@
.el-checkbox__input.is-checked
.el-checkbox__inner
{
background-color
:
#1561E0
;
border-color
:
#1561E0
;
}
}
.el-checkbox__input.is-indeterminate
.el-checkbox__inner
{
background-color
:
#1561E0
;
border-color
:
#1561E0
;
}
.c-title
{
/* color: rgba(0, 0, 0, 0.65); */
/* font-weight: 600; */
...
...
src/model/Infbfd/Event.js
View file @
372f0f5d
...
...
@@ -2,101 +2,91 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
export
default
{
async
onInfbutSearow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
async
onInfbutSearow
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
model
.
infbut
.
dspstm
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
});
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutDsp
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutUserow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutDsp
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutClr
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutUserow
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutButprt
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutClr
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutExi
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutButprt
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshw
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshw"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutExi
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshword
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshw
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshw"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshword
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
\ No newline at end of file
src/model/Infcur/Check.js
View file @
372f0f5d
...
...
@@ -4,27 +4,27 @@ import Utils from "~/utils"
* Infcur Check规则
*/
let
checkObj
=
{
"rec.bsrmar"
:
null
,
"rec.maxamt"
:
null
,
"rec.sqrmar"
:
null
,
"rec.dec"
:
null
,
"rec.dif"
:
null
,
"rec.newcur"
:
null
,
"rec.cod"
:
null
,
"rec.enddat"
:
null
,
"rec.rndunt"
:
null
,
"rec.bas"
:
null
,
"rec.dbtday"
:
null
,
"rec.cdtday"
:
null
,
"recpan.recget.sdamod.dadsnd"
:
null
,
"rec.maxcur"
:
null
,
"rec.glbrat"
:
null
,
"rec.bsrmar"
:
null
,
"rec.maxamt"
:
null
,
"rec.sqrmar"
:
null
,
"rec.dec"
:
null
,
"rec.dif"
:
null
,
"rec.newcur"
:
null
,
"rec.cod"
:
null
,
"rec.enddat"
:
null
,
"rec.rndunt"
:
null
,
"rec.bas"
:
null
,
"rec.dbtday"
:
null
,
"rec.cdtday"
:
null
,
"recpan.recget.sdamod.dadsnd"
:
null
,
"rec.maxcur"
:
null
,
"rec.glbrat"
:
null
,
}
for
(
const
key
in
checkObj
)
{
if
(
Object
.
hasOwnProperty
.
call
(
checkObj
,
key
))
{
checkObj
[
key
]
=
checkObj
[
key
]
?
checkObj
[
key
]
:
Utils
.
reflectCheck
(
key
)
}
if
(
Object
.
hasOwnProperty
.
call
(
checkObj
,
key
))
{
checkObj
[
key
]
=
checkObj
[
key
]
?
checkObj
[
key
]
:
Utils
.
reflectCheck
(
key
)
}
}
export
default
checkObj
src/model/Infcur/Event.js
View file @
372f0f5d
...
...
@@ -2,77 +2,68 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
export
default
{
async
onInfbutSearow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
async
onInfbutSearow
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
model
.
infbut
.
dspstm
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
});
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutExi
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutExi
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutDsp
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutDsp
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutUserow
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutUserow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutClr
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutClr
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutButprt
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutButprt
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
\ No newline at end of file
src/model/Infdet/Event.js
View file @
372f0f5d
...
...
@@ -2,209 +2,179 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
export
default
{
async
onInfbutSearow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutDsp
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutUserow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutClr
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutButprt
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutExi
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onRecpanButgetref
(){
let
rtnmsg
=
await
this
.
executeRule
(
"recpan.butgetref"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onBenpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"benp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAplpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"aplp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrdftatButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrdftat.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onPreperButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"preper.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrgodButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrgod.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrdocButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrdoc.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAdlcndButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"adlcnd.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInsbnkButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"insbnk.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshw
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshw"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshword
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutSearow
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
model
.
infbut
.
dspstm
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
});
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutDsp
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutUserow
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutClr
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutButprt
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutExi
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onRecpanButgetref
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"recpan.butgetref"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onBenpDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"benp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAplpDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"aplp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrdftatButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"lcrdftat.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onPreperButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"preper.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrgodButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"lcrgod.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrdocButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"lcrdoc.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAdlcndButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"adlcnd.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInsbnkButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"insbnk.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshw
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshw"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshword
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
\ No newline at end of file
src/model/Trnrel/Event.js
View file @
372f0f5d
...
...
@@ -96,12 +96,12 @@ export default {
refuse
:
()
=>
{
alert
(
"功能开发中"
)
}
});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{
routeParams
:
{
process
:
"1"
,
commitFlag
:
"1"
},
trn
:
row
[
'INR'
],
idx
:
idx
,
operateId
:
operateId
}
});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{
trn
:
row
[
'INR'
],
operateId
:
operateId
}
});
},
async
onDetail
(
idx
,
row
)
{
this
.
Trnp0Visible
=
true
;
this
.
$router
.
push
({
path
:
"business/inftrnpsDetail"
,
query
:
{
inr
:
'111'
}})
;
},
async
onRelrow
(
idx
)
{
...
...
src/views/Business/Bdtset/Utlp.vue
View file @
372f0f5d
...
...
@@ -37,7 +37,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证
金
额"
prop=
"didgrp.cbs.opn1.cur"
>
<el-form-item
label=
"信用证
余
额"
prop=
"didgrp.cbs.opn1.cur"
>
<c-input
v-model=
"model.didgrp.cbs.opn1.cur"
style=
"width: 95%"
...
...
@@ -239,7 +239,7 @@
<!-- ==========middle-right======== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人
参考
号"
prop=
"bddgrp.apl.pts.ref"
>
<el-form-item
label=
"申请人
编
号"
prop=
"bddgrp.apl.pts.ref"
>
<c-input
v-model=
"model.bddgrp.apl.pts.ref"
maxlength=
"16"
...
...
@@ -261,7 +261,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人
参考
号"
prop=
"bddgrp.ben.pts.ref"
>
<el-form-item
label=
"受益人
编
号"
prop=
"bddgrp.ben.pts.ref"
>
<c-input
v-model=
"model.bddgrp.ben.pts.ref"
maxlength=
"16"
...
...
@@ -283,7 +283,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行
参考
号"
prop=
"bddgrp.prb.pts.ref"
>
<el-form-item
label=
"交单行
编
号"
prop=
"bddgrp.prb.pts.ref"
>
<c-input
v-model=
"model.bddgrp.prb.pts.ref"
maxlength=
"16"
...
...
@@ -333,6 +333,7 @@
maxlength=
"3"
style=
"width: 95%"
placeholder=
"请输入document currency"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -342,6 +343,7 @@
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"请输入document amount"
@
keyup
.
enter
.
native=
"commonExecuteRule('setmod.docamt')"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -354,6 +356,7 @@
v-model=
"model.setmod.doccur"
style=
"width: 95%"
placeholder=
"请输入扣减金额"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -363,6 +366,7 @@
<c-input
v-model=
"model.setmod.redamt"
placeholder=
"请输入扣减金额"
@
keyup
.
enter
.
native=
"commonExecuteRule('setmod.redamt')"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -376,6 +380,7 @@
maxlength=
"3"
style=
"width: 95%"
placeholder=
"请输入document currency"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -385,18 +390,29 @@
<c-input
v-model=
"model.setmod.setamt"
placeholder=
"请输入扣费后付款金额"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"SG000091"
prop=
"bddgrp.rec.clrmtd"
>
<c-input
<el-form-item
label=
"清算方式"
prop=
"bddgrp.rec.clrmtd"
>
<c-select
v-model=
"model.bddgrp.rec.clrmtd"
placeholder=
""
style=
"width: 100%"
placeholder=
"请选择清算方式"
disabled
></c-input>
>
<el-option
v-for=
"item in codes.clrtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -426,11 +442,12 @@
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
style=
"margin-top:10px;text-align:right"
>
<el-form-item
label-width=
"40px"
>
<c-checkbox
v-model=
"model.
mtabut.clsflg"
style=
"margin-left: 50px"
>
闭卷
</c-checkbox>
<c-checkbox
v-model=
"model.
trtcre.crefinflg"
>
融资
</c-checkbox>
<c-checkbox
v-model=
"model.
trtcre.crefinflg"
style=
"margin-left: 50px"
>
融资
</c-checkbox>
<c-checkbox
v-model=
"model.
mtabut.clsflg"
>
闭卷
</c-checkbox>
<c-checkbox
v-model=
"model.paypsb"
>
垫款
</c-checkbox>
<c-checkbox
v-model=
"model.dftcre.dfflag"
>
同业代付
</c-checkbox>
<c-checkbox
v-model=
"model.bddgrp.rec.frepayflg"
style=
"margin-left: 50px"
>
无偿放单
</c-checkbox>
<c-checkbox
v-model=
"model.bddgrp.rec.frepayflg"
>
无偿放单
</c-checkbox>
<c-checkbox
v-model=
"model.dftcre.dfflag"
style=
"margin-left: 50px"
>
同业代付
</c-checkbox>
</el-form-item>
</c-col>
...
...
@@ -655,7 +672,13 @@ export default {
docprbrolChange
(){
this
.
executeRule
(
"bddgrp.rec.docprbrol"
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
debugger
;
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
commonExecuteRule
(
ruleName
){
this
.
executeRule
(
ruleName
).
then
((
res
)
=>
{
if
((
res
.
respCode
=
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
...
...
src/views/Business/BusRouter.js
View file @
372f0f5d
...
...
@@ -95,11 +95,13 @@ import Bttset from "./Bttset"
import
Bttrcl
from
"./Bttrcl"
import
Betacc
from
"./Betacc"
import
Betrcl
from
"./Betrcl"
import
InftrnpsDetail
from
"./Trnrel/InftrnpsDetail"
/**
* 带有name的才会被添加进顶部的标签页里
*/
const
BusRouter
=
[
{
path
:
'inftrnpsDetail'
,
component
:
InftrnpsDetail
,
name
:
'InftrnpsDetail'
,
meta
:
{
title
:
'详情'
}
},
{
path
:
'cltdav'
,
component
:
Cltdav
,
name
:
'Cltdav'
,
meta
:
{
title
:
'打包托收开立'
}
},
{
path
:
'clttra'
,
component
:
Clttra
,
name
:
'Clttra'
,
meta
:
{
title
:
'打包托收催收'
}
},
{
path
:
'cltset'
,
component
:
Cltset
,
name
:
'Cltset'
,
meta
:
{
title
:
'打包托收解包'
}
},
...
...
src/views/Business/Infbdd/BusNavbar.vue
View file @
372f0f5d
...
...
@@ -91,8 +91,8 @@ export default {
let
newList
=
{
code
:
arr
[
0
],
label
:
arr
[
1
],
//
isDis:arr[2],
isDis
:
'Y'
,
isDis
:
arr
[
2
],
//
isDis:'Y',
title
:
arr
[
3
]
}
//添加到navcode数组中
...
...
src/views/Business/Infbfd/Cbeinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
...
...
src/views/Business/Infbfd/Cbsinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Coninfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Fepinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Gleinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Infsea.vue
View file @
372f0f5d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<c-infsearch-group
@
handleSearch=
"
handleSearch"
@
handleReset=
"handleReset
"
>
<c-infsearch-group
@
handleSearch=
"
onInfbutSearow"
@
handleReset=
"onInfbutClr
"
>
<!-- 持续展示区 -->
<template
slot=
"keepShow"
>
...
...
@@ -149,7 +149,7 @@
</c-row>
<c-row
style=
"margin-top:20px; padding: 0 10px 0 10px;"
>
<c-istream-table
:list=
"
model.infbut.dspstm
"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"
stmData.data
"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
...
...
@@ -200,6 +200,9 @@ export default {
"7 7
\"
Cur
\"
50 "
,
"8 8
\"
Doc.Amount
\"
150 "
,
"8 8
\"
Open Amount
\"
150 "
,
],
data
:[
]
},
}
...
...
src/views/Business/Infbfd/Liainfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Ordpan.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Ovwp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Peninfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Prtpan.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-col
:span=
"12"
>
...
...
src/views/Business/Infbfd/Sepinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Smhinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infbfd/Trnpan.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
<c-row>
...
...
src/views/Business/Infcur/Curp0.vue
View file @
372f0f5d
...
...
@@ -7,8 +7,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disable
e
d"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disable
e
d"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disabled"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disabled"
>
Loginfo
</c-button>
</div>
</p>
...
...
@@ -17,7 +17,7 @@
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"币种代码"
prop=
"rec.cod"
>
<c-input
disabled=
"disable
e
d"
v-model=
"model.rec.cod"
maxlength=
"3"
placeholder=
"请输入Currency Code"
></c-input>
<c-input
disabled=
"disabled"
v-model=
"model.rec.cod"
maxlength=
"3"
placeholder=
"请输入Currency Code"
></c-input>
</el-form-item>
</c-col>
<!--
...
...
@@ -182,13 +182,15 @@
<c-input
v-model=
"model.rec.maxamt"
placeholder=
"请输入Maximum Amount for Stored Rate"
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-row>
<c-row>
<c-col
class=
"infrow"
style=
"margin-top:50px;"
>
<c-istream-table
:list=
"model.recpan.codmod.codtxt"
:columns=
"stmData.columns"
>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</
template
>
<
script
>
...
...
src/views/Business/Infcur/Infsea.vue
View file @
372f0f5d
...
...
@@ -59,7 +59,7 @@
</c-row>
-->
<c-infsearch-group
@
handle
Search=
"handleSearch"
@
handleReset=
"handleReset
"
>
<c-infsearch-group
@
handle
Reset=
"onInfbutClr"
@
handleSearch=
"onInfbutSearow
"
>
<template
slot=
"keepShow"
>
<c-row>
<c-col
:span=
"12"
>
...
...
@@ -86,16 +86,16 @@
</c-col>
</c-row>
<
el
-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-istream-table
:list=
"
model.infbut.dspstm
"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"
OP
"
width=
"100"
>
<
c
-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-istream-table
:list=
"
stmData.data
"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"
操作
"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
</
template
>
</el-table-column>
</c-istream-table>
</
el
-row>
</
c
-row>
</c-content>
</template>
...
...
@@ -122,19 +122,7 @@ export default {
},
}
},
methods
:
{
...
Event
,
handleSearch
(
callback
)
{
setTimeout
(()
=>
{
this
.
$notify
.
info
({
title
:
'提示'
,
message
:
'模拟post请求控制按钮状态'
});
// 执行子组件回调函数控制按钮状态
callback
()
},
1000
)
},
handleReset
()
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
...
...
src/views/Business/Infcur/index.vue
View file @
372f0f5d
...
...
@@ -63,17 +63,21 @@ export default {
}
},
created
:
async
function
(){
console
.
log
(
"进入infcur交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//this.$notify.error({title:'提示',message:'初始化执行结束!'});
//TODO 处理数据逻辑
//this.updateModel(rtnmsg.data)
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
</
script
>
...
...
src/views/Business/Infdet/Cbeinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
...
...
src/views/Business/Infdet/Cbsinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Coninfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Detp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-col
:span=
"24"
>
...
...
src/views/Business/Infdet/Detp1.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Detp2.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<!-- 顶部 -->
...
...
src/views/Business/Infdet/Fepinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</p>
...
...
src/views/Business/Infdet/Gleinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Infsea.vue
View file @
372f0f5d
...
...
@@ -2,7 +2,7 @@
<!-- Selection -->
<c-content
class=
"eibs-tab"
:height=
"200"
>
<c-infsearch-group
@
handleSearch=
"
handleSearch"
@
handleReset=
"handleReset
"
>
<c-infsearch-group
@
handleSearch=
"
onInfbutSearow"
@
handleReset=
"onInfbutClr
"
>
<!-- 持续展示区 -->
<template
slot=
"keepShow"
>
<c-row>
...
...
@@ -168,7 +168,7 @@
</c-row>
<c-row
style=
"margin-top:20px; padding: 0 10px 0 10px;"
>
<c-istream-table
:list=
"
model.infbut.dspstm
"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"
stmData.data
"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
...
...
@@ -209,6 +209,9 @@ export default {
"6 6
\"
Cur
\"
150 "
,
"7 7
\"
L/C Amount
\"
150 "
,
"7 7
\"
Open Amount
\"
150 "
,
],
data
:
[
]
},
}
...
...
src/views/Business/Infdet/Liainfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
...
...
src/views/Business/Infdet/Ordpan.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
...
...
src/views/Business/Infdet/Ovwp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Peninfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Prtpan.vue
View file @
372f0f5d
...
...
@@ -7,8 +7,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<!--
...
...
src/views/Business/Infdet/Sepinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Smhinfp.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Stament.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/Trnpan.vue
View file @
372f0f5d
...
...
@@ -6,8 +6,8 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled=
"disableed"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row>
...
...
src/views/Business/Infdet/index.vue
View file @
372f0f5d
...
...
@@ -198,10 +198,9 @@ export default {
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
},
codes
:
{...
CodeTable
},
showflg
:
true
,
}
}
;
},
methods
:{
tabClick
(){
...
...
src/views/Business/Sptsel/Menu.vue
View file @
372f0f5d
...
...
@@ -314,18 +314,23 @@
>
详情
</c-button>
<c-button
style=
"margin-left: 0
;padding:0 12px
"
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"continueEdit(scope.row)"
>
TAKE
>
处理
</c-button>
<el-popover
placement=
"left"
width=
"100"
trigger=
"click"
>
<c-button
type=
"primary"
size=
"small"
>
指派
</c-button>
<c-button
type=
"primary"
size=
"small"
>
删除
</c-button>
<!--
<el-button
slot=
"reference"
type=
"text"
>
>>>
</el-button>
-->
<a
slot=
"reference"
href=
"javascript:void(0)"
style=
"text-decoration: none; color: #1561e0;font-family: '宋体';font-weight: bold;font-size: 14px;"
>
>>>
</a
>
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
<!--
<c-button
type=
"primary"
size=
"small"
>
指派
</c-button>
<c-button
type=
"primary"
size=
"small"
>
删除
</c-button>
-->
<ul
class=
"table-button-item-list"
>
<li><c-button
size=
"small"
style=
"margin-left:0"
>
指派
</c-button></li>
<li><c-button
size=
"small"
style=
"margin-left:0"
>
删除
</c-button></li>
</ul>
<a
slot=
"reference"
href=
"javascript:void(0)"
style=
"margin-left: 5px"
><i
class=
"el-icon-more"
></i
></a>
</el-popover>
</
template
>
</el-table-column>
...
...
@@ -513,16 +518,12 @@ export default {
saveColumnEvent
()
{
this
.
setColumnFlg
=
false
;
this
.
saveColumnFlg
=
false
;
this
.
saveColumns
=
this
.
setColumn
.
filter
((
item
)
=>
item
.
value
)
.
map
((
item
)
=>
this
.
stmData
.
columns
[
item
.
index
]
);
this
.
saveColumns
=
this
.
columnGroup
.
map
(
(
index
)
=>
this
.
stmData
.
columns
[
index
]
);
},
setAll
(
val
)
{
this
.
columnGroup
=
val
?
this
.
setColumn
.
map
((
item
)
=>
{
return
item
.
index
;
})
:
[];
this
.
columnGroup
=
val
?
this
.
setColumn
.
map
((
item
)
=>
item
.
index
)
:
[];
this
.
isIndeterminate
=
false
;
},
handleColumnChange
()
{
...
...
@@ -540,9 +541,7 @@ export default {
let
label
=
item
.
substring
(
begIdx
+
1
,
endIdx
);
return
{
label
,
value
:
true
,
index
};
});
this
.
columnGroup
=
this
.
setColumn
.
map
((
item
)
=>
{
return
item
.
index
;
});
this
.
columnGroup
=
this
.
setColumn
.
map
((
item
)
=>
item
.
index
);
},
};
</
script
>
...
...
@@ -563,6 +562,19 @@ export default {
padding
:
0
20px
10px
20px
;
}
.detailDialogClass
>>>
.el-dialog
{
height
:
400px
;
height
:
650px
;
}
.table-button-item-list
{
padding
:
0
;
margin
:
0
;
}
.table-button-item-list
li
{
list-style
:
none
;
padding
:
5px
0
;
text-align
:
center
;
color
:
#606266
;
cursor
:
pointer
;
}
</
style
>
src/views/Business/Sptsel/Sptpopup.vue
View file @
372f0f5d
...
...
@@ -129,6 +129,44 @@
&
Close
</c-button>
</c-col>
-->
<c-col
:span=
"23"
>
<el-form-item>
<c-table
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"Seq.No"
prop=
"groseq"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Msg.Type"
prop=
"cortyp"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Message references"
prop=
"nam"
width=
"150px"
></el-table-column>
<el-table-column
label=
"User"
prop=
"creusr"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Length"
prop=
"msglen"
width=
"auto"
></el-table-column>
<el-table-column
label=
"File name"
prop=
"docfil"
width=
"auto"
></el-table-column>
<el-table-column
label=
"File ext"
prop=
"docfxt"
width=
"auto"
></el-table-column>
<el-table-column
label=
"DB-INR"
prop=
"inr"
width=
"auto"
></el-table-column>
<el-table-column
label=
"CREFRM"
prop=
"crefrm"
width=
"auto"
></el-table-column>
<el-table-column
label=
"CREDATTIM"
prop=
"credattim"
width=
"120px"
></el-table-column>
<el-table-column
label=
"PARTFLG"
prop=
""
width=
"partflg"
></el-table-column>
<el-table-column
label=
"MSGTYP"
prop=
"msgtyp"
width=
"auto"
></el-table-column>
<el-table-column
label=
"RELCUR"
prop=
"relcur"
width=
"auto"
></el-table-column>
<el-table-column
label=
"RELAMT"
prop=
"relamt"
width=
"auto"
></el-table-column>
<el-table-column
label=
"SYSNO"
prop=
"sysno"
width=
"auto"
></el-table-column>
<el-table-column
label=
"STAFLG"
prop=
"staflg"
width=
"auto"
></el-table-column>
<el-table-column
label=
"F20"
prop=
"f20"
width=
"auto"
></el-table-column>
<el-table-column
label=
"STP"
prop=
"spt"
width=
"auto"
></el-table-column>
</c-table>
</el-form-item>
</c-col>
<c-col
:span=
"23"
>
<el-form-item>
<c-table
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"Start"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Type"
width=
"auto"
></el-table-column>
<el-table-column
label=
"User"
width=
"auto"
></el-table-column>
<el-table-column
label=
"TRN"
width=
"auto"
></el-table-column>
<el-table-column
label=
"End"
width=
"auto"
></el-table-column>
<el-table-column
label=
"Text"
width=
"auto"
></el-table-column>
</c-table>
</el-form-item>
</c-col>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Trnrel/Inftrnps.vue
View file @
372f0f5d
...
...
@@ -454,347 +454,6 @@
</el-table-column>
</c-istream-table>
</c-col>
<el-dialog
:title=
"title"
:visible
.
sync=
"Trnp0Visible"
width=
"70%"
modal=
true
center
>
<
template
>
<div
class=
"eibs-tab"
>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.recpan.recget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Reference"
>
<c-input
v-model=
"model.trn.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
>
i
</c-button>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Reference"
>
<c-input
v-model=
"model.recpan.con"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Transaction Key"
>
<c-input
v-model=
"model.trn.inr"
maxlength=
"8"
placeholder=
"请输入Transaction Key"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"6"
>
<el-form-item
label-width=
"30%"
label=
"Ident No."
>
<c-input
v-model=
"model.recpan.recget.sdamod.seainf"
placeholder=
"请输入Ident No."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
>
i
</c-button>
</c-col>
<c-col
:span=
"6"
>
<c-input
v-model=
"model.trn.objnam"
maxlength=
"40"
placeholder=
"请输入External Readable Object Identification"
></c-input>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanDet"
>
详情
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.recpan.atpget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Transaction ID"
>
<c-input
v-model=
"model.recpan.atp.cod"
maxlength=
"6"
placeholder=
"请输入Transaction ID"
></c-input>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Transaction"
>
<c-input
v-model=
"model.recpan.atpget.sdamod.seainf"
placeholder=
"请输入Transaction"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
>
i
</c-button>
</c-col>
<c-col
:span=
"14"
>
<c-input
v-model=
"model.recpan.atp.cod"
maxlength=
"6"
placeholder=
"请输入Transaction ID"
></c-input>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSyswrnButshw"
>
&
Warning
</c-button>
</c-col>
-->
<c-col
:span=
"12"
>
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"Relevant Amount"
>
<c-input
v-model=
"model.trn.reloricur"
maxlength=
"3"
placeholder=
"请输入Relevant Amount"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-input
v-model=
"model.trn.reloriamt"
placeholder=
"请输入Relevant Amount for Release in Original Currency"
></c-input>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"40%"
label=
"Release Status of Transaction"
>
<c-select
v-model=
"model.trn.relflg"
style=
"width:100%"
placeholder=
"请选择Release Status of Transaction"
>
</c-select>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanNotmap"
>
Unmapped
</c-button>
</c-col>
-->
<c-col
:span=
"6"
>
<el-form-item
label=
"Responsible"
>
<c-input
v-model=
"model.trn.usr"
maxlength=
"8"
placeholder=
"请输入Responsible"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label-width=
"35%"
label=
"Group"
>
<c-input
v-model=
"model.trn.usg"
maxlength=
"6"
placeholder=
"请输入Responsible Group"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"40%"
label=
"Signatures Required/Obtained"
>
<c-cow>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.trn.relreq"
maxlength=
"3"
placeholder=
"请输入Signatures Required/Obtained"
></c-input>
</c-col>
<c-col
:span=
"2"
>
<span
style=
"margin-left:40%"
>
/
</span>
</c-col>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.trn.relres"
maxlength=
"3"
placeholder=
"请输入Applied Signatures"
></c-input>
</c-col>
</c-cow>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Applied Signatures"
>
<c-input
v-model=
"model.trn.relres"
maxlength=
"3"
placeholder=
"请输入Applied Signatures"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"6"
>
<el-form-item
label=
"Based on Ident No."
>
<c-input
v-model=
"model.trn.cortrninr"
maxlength=
"8"
placeholder=
"请输入Based on Ident No."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label-width=
"35%"
label=
"Execution Date"
>
<c-date-picker
type=
"date"
v-model=
"model.trn.exedat"
style=
"width:100%"
placeholder=
"请选择Execution Date"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item>
<span
style=
"text-align:center;display:block;"
v-text=
"model.recpan.cpltxt"
data-path=
".recpan.cpltxt"
>
</span>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"6"
>
<el-form-item
label=
"Entered by"
>
<c-input
v-model=
"model.recpan.cretrs.usr"
maxlength=
"8"
placeholder=
"请输入Entered by"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label-width=
"35%"
label=
"Timestamp"
>
<c-input
v-model=
"model.recpan.cretrs.dattim"
placeholder=
"请输入Timestamp"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Send to SOP/CASmf reference"
>
<c-input
v-model=
"model.recpan.ackgrp.rec.sndref"
maxlength=
"40"
placeholder=
"请输入Send to SOP/CASmf reference"
></c-input>
</el-form-item>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.recpan.spt.sta"
data-path=
".recpan.spt.sta"
>
</span>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanButspt"
>
Pending Item
</c-button>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"Documents"
>
<!--
<c-input
v-model=
"model.recpan.smhstm"
placeholder=
"请输入Documents"
></c-input>
-->
<el-table
size=
"mini"
border=
"1"
>
<el-table-column
property=
"type"
label=
"type"
width=
"130"
sortable
></el-table-column>
<el-table-column
property=
"ExternalKey"
label=
"External Key"
width=
"230"
sortable
></el-table-column>
<el-table-column
property=
"Document"
label=
"Document"
width=
"270"
sortable
></el-table-column>
<el-table-column
property=
"nam1"
label=
" "
width=
"120"
></el-table-column>
<el-table-column
property=
"nam2"
label=
" "
width=
"120"
></el-table-column>
</el-table>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanInc"
>
Show
&
Incoming
</c-button>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanButord"
>
Order
</c-button>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.recpan.ord.sta"
data-path=
".recpan.ord.sta"
>
</span>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onImgmod1Image"
>
imgyge
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanIncben"
>
Inc to Ben
</c-button>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<el-form-item
label=
"Infotext"
>
<c-input
type=
"textarea"
v-model=
"model.trn.inftxt"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
>
...
</c-button>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label-width=
"20%"
label=
"Infoflag"
>
<c-input
v-model=
"model.trn.infdsp"
style=
"width:100%"
placeholder=
"请选择Infoflag"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"User ID"
>
<c-input
v-model=
"model.recpan.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.recpan.usrget.sdamod.seainf"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"Signatures"
>
<!--
<c-input
v-model=
"model.recpan.trsstm"
placeholder=
"请输入Signatures"
></c-input>
-->
<el-table
size=
"mini"
border=
"1"
>
<el-table-column
property=
"type"
label=
"type"
width=
"130"
sortable
></el-table-column>
<el-table-column
property=
"User"
label=
"User"
width=
"230"
sortable
></el-table-column>
<el-table-column
property=
"date"
label=
"Date/TIme"
width=
"270"
sortable
></el-table-column>
<el-table-column
property=
"Action"
label=
"Action"
width=
"120"
sortable
></el-table-column>
</el-table>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Object"
>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.wfmmod.wfs.objtyp"
style=
"width:100%"
placeholder=
"请选择Table Used to Store Associated Object"
></c-input>
</c-col>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.wfmmod.wfs.objinr"
maxlength=
"8"
placeholder=
"请输入Object"
></c-input>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Object Name"
>
<c-input
v-model=
"model.wfmmod.wfs.objnam"
maxlength=
"40"
placeholder=
"请输入External Readable Object Identification"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item>
<!--
<c-input
v-model=
"model.recpan.wfestm"
placeholder=
"请输入WFEs for transaction for display"
></c-input>
-->
<el-table
size=
"mini"
border=
"1"
>
<el-table-column
property=
"type"
label=
"ID"
width=
"130"
sortable
></el-table-column>
<el-table-column
property=
"User"
label=
"Service"
width=
"230"
sortable
></el-table-column>
<el-table-column
property=
"date"
label=
"Status"
width=
"270"
sortable
></el-table-column>
<el-table-column
property=
"Action"
label=
"Last Update"
width=
"120"
sortable
></el-table-column>
<el-table-column
property=
"Action"
label=
"Retries"
width=
"120"
sortable
></el-table-column>
<el-table-column
property=
"Action"
label=
"Text"
width=
"120"
sortable
></el-table-column>
</el-table>
</el-form-item>
</c-col>
</div>
</
template
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"Trnp0Visible = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"Trnp0Visible = false"
>
确 定
</el-button>
</div>
</el-dialog>
</el-row>
<!-- <el-row style="margin-top: 2rem">
<c-col :span="23">
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
0 → 100644
View file @
372f0f5d
<
template
>
<c-page
title=
""
>
<div
class=
"eContainer"
>
<div
class=
"eibs-tab"
>
<c-function-btn
:hideFuncBtn=
"true"
>
<el-button
size=
"small"
>
Detail
</el-button>
<el-button
size=
"small"
>
Warning
</el-button>
</c-function-btn>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.recpan.recget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
-->
<el-form
:model=
"model"
ref=
"modelForm"
tokenKey=
"modelForm"
:validate-on-rule-change=
"false"
label-width=
"150px"
size=
"small"
>
<c-content>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Reference"
>
<c-input
v-model=
"model.trn.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
>
i
</c-button>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Reference"
>
<c-input
v-model=
"model.recpan.con"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Transaction Key"
>
<c-input
v-model=
"model.trn.inr"
maxlength=
"8"
placeholder=
"请输入Transaction Key"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"6"
>
<el-form-item
label-width=
"30%"
label=
"Ident No."
>
<c-input
v-model=
"model.recpan.recget.sdamod.seainf"
placeholder=
"请输入Ident No."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
>
i
</c-button>
</c-col>
<c-col
:span=
"6"
>
<c-input
v-model=
"model.trn.objnam"
maxlength=
"40"
placeholder=
"请输入External Readable Object Identification"
></c-input>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanDet"
>
详情
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.recpan.atpget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Transaction ID"
>
<c-input
v-model=
"model.recpan.atp.cod"
maxlength=
"6"
placeholder=
"请输入Transaction ID"
></c-input>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Transaction"
>
<c-input
v-model=
"model.recpan.atpget.sdamod.seainf"
placeholder=
"请输入Transaction"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
>
i
</c-button>
</c-col>
<c-col
:span=
"14"
>
<c-input
v-model=
"model.recpan.atp.cod"
maxlength=
"6"
placeholder=
"请输入Transaction ID"
></c-input>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSyswrnButshw"
>
&
Warning
</c-button>
</c-col>
-->
<c-col
:span=
"23"
>
<c-col
:span=
"12"
>
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"Relevant Amount"
>
<c-input
v-model=
"model.trn.reloricur"
maxlength=
"3"
placeholder=
"请输入Relevant Amount"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-input
v-model=
"model.trn.reloriamt"
placeholder=
"请输入Relevant Amount for Release in Original Currency"
></c-input>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"40%"
label=
"Release Status of Transaction"
>
<c-select
v-model=
"model.trn.relflg"
style=
"width:100%"
placeholder=
"请选择Release Status of Transaction"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanNotmap"
>
Unmapped
</c-button>
</c-col>
-->
<c-col
:span=
"23"
>
<c-col
:span=
"6"
>
<el-form-item
label=
"Responsible"
>
<c-input
v-model=
"model.trn.usr"
maxlength=
"8"
placeholder=
"请输入Responsible"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label-width=
"35%"
label=
"Group"
>
<c-input
v-model=
"model.trn.usg"
maxlength=
"6"
placeholder=
"请输入Responsible Group"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"40%"
label=
"Signatures Required/Obtained"
>
<c-cow>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.trn.relreq"
maxlength=
"3"
placeholder=
"请输入Signatures Required/Obtained"
></c-input>
</c-col>
<c-col
:span=
"2"
>
<span
style=
"margin-left:40%"
>
/
</span>
</c-col>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.trn.relres"
maxlength=
"3"
placeholder=
"请输入Applied Signatures"
></c-input>
</c-col>
</c-cow>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Applied Signatures"
>
<c-input
v-model=
"model.trn.relres"
maxlength=
"3"
placeholder=
"请输入Applied Signatures"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"23"
>
<c-col
:span=
"6"
>
<el-form-item
label=
"Based on Ident No."
>
<c-input
v-model=
"model.trn.cortrninr"
maxlength=
"8"
placeholder=
"请输入Based on Ident No."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label-width=
"35%"
label=
"Execution Date"
>
<c-date-picker
type=
"date"
v-model=
"model.trn.exedat"
style=
"width:100%"
placeholder=
"请选择Execution Date"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item>
<span
style=
"text-align:center;display:block;"
v-text=
"model.recpan.cpltxt"
data-path=
".recpan.cpltxt"
>
</span>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"6"
>
<el-form-item
label=
"Entered by"
>
<c-input
v-model=
"model.recpan.cretrs.usr"
maxlength=
"8"
placeholder=
"请输入Entered by"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label-width=
"35%"
label=
"Timestamp"
>
<c-input
v-model=
"model.recpan.cretrs.dattim"
placeholder=
"请输入Timestamp"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Send to SOP/CASmf reference"
>
<c-input
v-model=
"model.recpan.ackgrp.rec.sndref"
maxlength=
"40"
placeholder=
"请输入Send to SOP/CASmf reference"
></c-input>
</el-form-item>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.recpan.spt.sta"
data-path=
".recpan.spt.sta"
>
</span>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanButspt"
>
Pending Item
</c-button>
</c-col>
-->
<c-col
:span=
"23"
>
<el-form-item
label=
"Documents"
>
<!--
<c-input
v-model=
"model.recpan.smhstm"
placeholder=
"请输入Documents"
></c-input>
-->
<c-istream-table
:list=
"documentsData.data"
:columns=
"documentsData.columns"
style=
"width:100%"
>
<el-table-column
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"auto"
>
<template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"onDetail(scope.$index,scope.row)"
>
详情
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"onHandle(scope.$index,scope.row)"
>
处理
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onRecpanInc">
Show &Incoming
</c-button>
</c-col> -->
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onRecpanButord">
Order
</c-button>
</c-col> -->
<!-- <c-col :span="12">
<span v-text="model.recpan.ord.sta" data-path=".recpan.ord.sta" > </span>
</c-col> -->
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onImgmod1Image">
imgyge
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onRecpanIncben">
Inc to Ben
</c-button>
</c-col> -->
<c-col
:span=
"23"
>
<c-col
:span=
"16"
>
<el-form-item
label=
"Infotext"
>
<c-input
type=
"textarea"
v-model=
"model.trn.inftxt"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
>
...
</c-button>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label-width=
"20%"
label=
"Infoflag"
>
<c-input
v-model=
"model.trn.infdsp"
style=
"width:100%"
placeholder=
"请选择Infoflag"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="User ID">
<c-input v-model="model.recpan.usr.extkey" maxlength="8" placeholder="请输入User ID"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="">
<c-input v-model="model.recpan.usrget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"23"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"Signatures"
>
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<c-istream-table
:list=
"SignaturesData.data"
:columns=
"SignaturesData.columns"
style=
"width:100%"
>
<el-table-column
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"auto"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"onDetail(scope.$index,scope.row)"
>
详情
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"onHandle(scope.$index,scope.row)"
>
处理
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Object"
>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.wfmmod.wfs.objtyp"
style=
"width:100%"
placeholder=
"请选择Table Used to Store Associated Object"
></c-input>
</c-col>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.wfmmod.wfs.objinr"
maxlength=
"8"
placeholder=
"请输入Object"
></c-input>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Object Name"
>
<c-input
v-model=
"model.wfmmod.wfs.objnam"
maxlength=
"40"
placeholder=
"请输入External Readable Object Identification"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
>
<el-form-item>
<!-- <c-input v-model="model.recpan.wfestm" placeholder="请输入WFEs for transaction for display"></c-input> -->
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
style=
"width:100%"
>
<el-table-column
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"auto"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"onDetail(scope.$index,scope.row)"
>
详情
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"onHandle(scope.$index,scope.row)"
>
处理
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
</el-form-item>
</c-col>
</c-content>
</el-form>
</div>
</div>
</c-page>
</template>
<
script
>
import
Trnrel
from
"~/Model/Trnrel"
;
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Trnrel/Event"
export
default
{
mixins
:
[
CommonProcess
],
data
(){
return
{
model
:
new
Trnrel
().
data
,
documentsData
:
{
columns
:
[
'10 1 "type" 80'
,
'11 2 "External Key" 150'
,
'11 3 "Document" 150'
,
],
data
:
[],
},
SignaturesData
:
{
columns
:
[
'10 1 "type" 80'
,
'11 2 "User" 150'
,
'11 3 "Date/TIme" 150'
,
'11 3 "Action" 150'
,
],
data
:
[],
},
stmData
:
{
columns
:
[
'10 1 "ID" 80'
,
'11 2 "Service" 150'
,
'11 3 "Status" 150'
,
'11 3 "Last Update" 150'
,
'11 3 "Retries" 150'
,
'11 3 "Text" 150'
,
],
data
:
[],
},
}
},
methods
:{...
Event
},
mounted
()
{
this
.
loadData
()
},
methods
:
{
loadData
()
{
const
{
inr
}
=
this
.
$route
.
query
}
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/TaskList/index.vue
View file @
372f0f5d
...
...
@@ -3,7 +3,7 @@
<c-tabs
:value=
"tabVal"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"待经办列表"
name=
"sptsel"
>
<!--
<c-table
:columnsConfig=
"tableColumns"
:list=
"tableData"
></c-table>
-->
<c-content>
<c-content
:height=
"0"
>
<span
slot=
"label"
>
待经办列表
<el-badge
v-if=
"$store.state.Status.taskList.sptsel>0"
:value=
"$store.state.Status.taskList.sptsel"
:max=
"99"
/>
...
...
@@ -36,7 +36,7 @@
<t-sptbrk
/>
</el-tab-pane>
<el-tab-pane
label=
"到期提示"
name=
"diasel"
>
<c-content>
<c-content
:height=
"0"
>
<t-diasel/>
</c-content>
</el-tab-pane>
...
...
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