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
b9593fed
Commit
b9593fed
authored
May 17, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
display:查看快照方法的提取
parent
acc4d237
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
34 additions
and
187 deletions
+34
-187
commonApi.js
src/mixin/commonApi.js
+15
-0
Event.js
src/model/Infbdd/Event.js
+0
-9
Event.js
src/model/Infbed/Event.js
+0
-16
Event.js
src/model/Infbfd/Event.js
+0
-17
Event.js
src/model/Infcpd/Event.js
+0
-15
Event.js
src/model/Infdet/Event.js
+0
-18
Event.js
src/model/Infdid/Event.js
+0
-17
Event.js
src/model/Infled/Event.js
+0
-16
Event.js
src/model/Infltd/Event.js
+0
-17
Event.js
src/model/Trnrel/Event.js
+0
-6
common.js
src/service/business/common.js
+6
-0
file.js
src/service/business/file.js
+2
-2
publicFun.js
src/utils/publicFun.js
+0
-12
Infsea.vue
src/views/Business/Bddsel/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infbfd/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infbpd/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infdet/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infltd/Infsea.vue
+1
-1
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+1
-16
TrnfndsDetail.vue
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
+1
-17
No files found.
src/mixin/commonApi.js
View file @
b9593fed
import
Vue
from
"vue"
import
Vue
from
"vue"
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
{
display
}
from
"~/service/business/file"
import
{
display
}
from
"~/service/business/file"
import
{
getTrnNameByInr
}
from
"~/service/business/common"
import
Utils
from
"../utils"
import
Utils
from
"../utils"
export
default
{
export
default
{
...
@@ -149,5 +150,18 @@ export default {
...
@@ -149,5 +150,18 @@ export default {
}
}
return
rtnmsg
return
rtnmsg
},
},
/**
* 打开详情页面
* @param {string} inr
*/
display
(
inr
)
{
getTrnNameByInr
({
inr
}).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
const
trnName
=
res
.
data
.
toLowerCase
();
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
inr
window
.
open
(
viewurl
,
'newwindow'
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
}
});
}
}
}
}
}
\ No newline at end of file
src/model/Infbdd/Event.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
import
PubFun
from
"~/utils/publicFun.js"
export
default
{
export
default
{
async
onInfbutSearow
(){
async
onInfbutSearow
(){
...
@@ -140,12 +139,5 @@ export default {
...
@@ -140,12 +139,5 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
display
(
index
,
row
)
{
debugger
;
const
name
=
row
[
'交易名称'
];
let
trnName
=
PubFun
.
getTrnNameByDesc
(
name
);
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
row
[
'INR'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1200,width=900,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
},
}
}
\ No newline at end of file
src/model/Infbed/Event.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
import
PubFun
from
"~/utils/publicFun.js"
export
default
{
export
default
{
async
onInfbutSearow
(){
async
onInfbutSearow
(){
...
@@ -145,19 +144,5 @@ export default {
...
@@ -145,19 +144,5 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
display
(
index
,
row
)
{
debugger
;
const
name
=
row
[
'交易名称'
];
let
trnName
=
PubFun
.
getTrnNameByDesc
(
name
);
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
row
[
'INR'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1200,width=900,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// Api.post("getTrnNameByInr", { inr:row['INR'] }).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + row['INR']
// window.open(viewurl, 'newwindow', 'height=1200,width=900,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
}
}
\ No newline at end of file
src/model/Infbfd/Event.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
import
PubFun
from
"~/utils/publicFun.js"
export
default
{
export
default
{
async
onInfbutSearow
()
{
async
onInfbutSearow
()
{
...
@@ -111,19 +110,4 @@ export default {
...
@@ -111,19 +110,4 @@ export default {
}
}
},
},
display
(
index
,
row
)
{
debugger
;
const
name
=
row
[
'交易名称'
];
let
trnName
=
PubFun
.
getTrnNameByDesc
(
name
);
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
row
[
'INR'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// Api.post("getTrnNameByInr", { inr: row['INR'] }).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + row['INR']
// window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
}
}
\ No newline at end of file
src/model/Infcpd/Event.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
import
PubFun
from
"~/utils/publicFun.js"
export
default
{
export
default
{
async
onInfbutSearow
(){
async
onInfbutSearow
(){
...
@@ -30,20 +29,6 @@ export default {
...
@@ -30,20 +29,6 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
display
(
index
,
row
)
{
const
name
=
row
[
'交易名称'
];
let
trnName
=
PubFun
.
getTrnNameByDesc
(
name
);
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
row
[
'INR'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// Api.post("getTrnNameByInr", { inr:row['INR'] }).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + row['INR']
// window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
async
onInfbutUserow
(){
async
onInfbutUserow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/model/Infdet/Event.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
import
PubFun
from
"~/utils/publicFun.js"
export
default
{
export
default
{
async
onInfbutSearow
()
{
async
onInfbutSearow
()
{
...
@@ -200,20 +199,4 @@ export default {
...
@@ -200,20 +199,4 @@ export default {
}
}
},
},
display
(
index
,
row
)
{
debugger
;
const
name
=
row
[
'交易名称'
];
let
trnName
=
PubFun
.
getTrnNameByDesc
(
name
);
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
row
[
'INR'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// Api.post("getTrnNameByInr", { inr: row['INR'] }).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + row['INR']
// window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
}
}
\ No newline at end of file
src/model/Infdid/Event.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
import
PubFun
from
"~/utils/publicFun.js"
export
default
{
export
default
{
async
onInfbutSearow
()
{
async
onInfbutSearow
()
{
...
@@ -198,20 +197,5 @@ export default {
...
@@ -198,20 +197,5 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
display
(
index
,
row
)
{
debugger
;
const
name
=
row
[
'交易名称'
];
let
trnName
=
PubFun
.
getTrnNameByDesc
(
name
);
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
row
[
'INR'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// Api.post("getTrnNameByInr", { inr:row['INR'] }).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + row['INR']
// window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
}
}
\ No newline at end of file
src/model/Infled/Event.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
import
PubFun
from
"~/utils/publicFun.js"
export
default
{
export
default
{
// 顶部查询按钮
// 顶部查询按钮
...
@@ -363,20 +362,6 @@ export default {
...
@@ -363,20 +362,6 @@ export default {
// this.$notify.error({title: '错误',message: '服务请求失败!'});
// this.$notify.error({title: '错误',message: '服务请求失败!'});
// }
// }
// },
// },
getDetails
(
index
,
row
)
{
debugger
;
const
name
=
row
[
'交易名称'
];
let
trnName
=
PubFun
.
getTrnNameByDesc
(
name
);
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
row
[
'INR'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1200,width=900,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// Api.post("getTrnNameByInr", { inr:row['INR'] }).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + row['INR']
// window.open(viewurl, 'newwindow', 'height=1200,width=900,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
}
}
\ No newline at end of file
src/model/Infltd/Event.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
import
PubFun
from
"~/utils/publicFun.js"
export
default
{
export
default
{
/*async onInfbutSearow() {
/*async onInfbutSearow() {
...
@@ -91,22 +90,6 @@ export default {
...
@@ -91,22 +90,6 @@ export default {
// this.$notify.error({ title: '错误', message: '服务请求失败!' });
// this.$notify.error({ title: '错误', message: '服务请求失败!' });
// }
// }
},
},
display
(
index
,
row
)
{
debugger
;
const
name
=
row
[
'交易名称'
];
let
trnName
=
PubFun
.
getTrnNameByDesc
(
name
);
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
row
[
'INR'
]
window
.
open
(
viewurl
,
'newwindow'
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// Api.post("getTrnNameByInr", { inr:row['INR'] }).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + row['INR']
// window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
async
onInfbutDsp
(
row
)
{
async
onInfbutDsp
(
row
)
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
...
...
src/model/Trnrel/Event.js
View file @
b9593fed
...
@@ -381,12 +381,6 @@ export default {
...
@@ -381,12 +381,6 @@ export default {
onSeainf
()
{
onSeainf
()
{
},
},
// display(index, row) {
// const d = this.stmData.data[index]
// const ds = d.split("\t")
// let viewurl = "/#/display/" + ds['10'].toLowerCase() + "?trn=" + ds['1']
// window.open(viewurl, 'newwindow', 'height=1200,width=900,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// },
async
handleSearch
()
{
async
handleSearch
()
{
const
that
=
this
.
root
;
const
that
=
this
.
root
;
// if (this.model.searchAllUsers) {
// if (this.model.searchAllUsers) {
...
...
src/service/business/common.js
0 → 100644
View file @
b9593fed
import
Api
from
"~/service/Api"
export
function
getTrnNameByInr
(
data
)
{
return
Api
.
post
(
'/business/getTrnNameByInr'
,
data
)
}
\ No newline at end of file
src/service/business/file.js
View file @
b9593fed
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
export
function
display
(
inr
,
data
)
{
export
function
display
(
inr
)
{
return
Api
.
post
(
`/business/display/
${
inr
}
`
,
data
)
return
Api
.
post
(
`/business/display/
${
inr
}
`
)
}
}
export
function
getPdf
(
data
)
{
export
function
getPdf
(
data
)
{
...
...
src/utils/publicFun.js
View file @
b9593fed
...
@@ -3,14 +3,6 @@
...
@@ -3,14 +3,6 @@
* UUID
* UUID
*/
*/
const
map
=
{
'开立信用证'
:
'ditopn'
,
'到单'
:
'ditdck'
,
'付款'
:
'bdtset'
,
'Incoming payment'
:
'cptopn'
,
'Outgoing payment'
:
'cptadv'
}
var
PubFun
=
{
var
PubFun
=
{
getUUID
:
function
()
{
getUUID
:
function
()
{
var
s
=
[];
var
s
=
[];
...
@@ -24,10 +16,6 @@ var PubFun = {
...
@@ -24,10 +16,6 @@ var PubFun = {
return
s
.
join
(
""
);
return
s
.
join
(
""
);
},
},
getTrnNameByDesc
:
function
(
descri
){
return
map
[
descri
]
||
''
;
}
}
}
...
...
src/views/Business/Bddsel/Infsea.vue
View file @
b9593fed
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
width=
"100"
>
width=
"100"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<!--
<a
:href=
"`/#/display/$
{scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照
</a>
-->
<!--
<a
:href=
"`/#/display/$
{scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照
</a>
-->
<a
href=
"javascript:void(0)"
@
click=
"display(scope.
$index, scope.row
)"
>
处理
</a>
<a
href=
"javascript:void(0)"
@
click=
"display(scope.
row['INR']
)"
>
处理
</a>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
b9593fed
...
@@ -265,7 +265,7 @@
...
@@ -265,7 +265,7 @@
<c-button
<c-button
style=
"margin-left: 0"
style=
"margin-left: 0"
size=
"small"
size=
"small"
@
click=
"display(scope.
$index, scope.row
)"
@
click=
"display(scope.
row['INR']
)"
>
>
详情
详情
</c-button>
</c-button>
...
...
src/views/Business/Infbed/Infsea.vue
View file @
b9593fed
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
style=
"margin-left: 0"
style=
"margin-left: 0"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"display(scope.
$index, scope.row
)"
@
click=
"display(scope.
row['INR']
)"
>
>
查看详情
查看详情
</c-button>
</c-button>
...
...
src/views/Business/Infbfd/Infsea.vue
View file @
b9593fed
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
<c-button
<c-button
style=
"margin-left: 0"
style=
"margin-left: 0"
size=
"small"
size=
"small"
@
click=
"display(scope.
$index, scope.row
)"
@
click=
"display(scope.
row['INR']
)"
>
>
详情
详情
</c-button>
</c-button>
...
...
src/views/Business/Infbpd/Infsea.vue
View file @
b9593fed
...
@@ -396,7 +396,7 @@
...
@@ -396,7 +396,7 @@
<c-button
<c-button
style=
"margin-left: 0"
style=
"margin-left: 0"
size=
"small"
size=
"small"
@
click=
"display(scope.
$index, scope.row
)"
@
click=
"display(scope.
row['INR']
)"
>
>
详情
详情
</c-button>
</c-button>
...
...
src/views/Business/Infcpd/Infsea.vue
View file @
b9593fed
...
@@ -365,7 +365,7 @@
...
@@ -365,7 +365,7 @@
<c-button
<c-button
style=
"margin-left: 0"
style=
"margin-left: 0"
size=
"small"
size=
"small"
@
click=
"display(scope.
$index, scope.row
)"
@
click=
"display(scope.
row['INR']
)"
>
>
详情
详情
</c-button>
</c-button>
...
...
src/views/Business/Infdet/Infsea.vue
View file @
b9593fed
...
@@ -567,7 +567,7 @@
...
@@ -567,7 +567,7 @@
<c-button
<c-button
style=
"margin-left: 0"
style=
"margin-left: 0"
size=
"small"
size=
"small"
@
click=
"display(scope.
$index, scope.row
)"
@
click=
"display(scope.
row['INR']
)"
>
>
详情
详情
</c-button>
</c-button>
...
...
src/views/Business/Infdid/Infsea.vue
View file @
b9593fed
...
@@ -331,7 +331,7 @@
...
@@ -331,7 +331,7 @@
<c-button
<c-button
style=
"margin-left: 0"
style=
"margin-left: 0"
size=
"small"
size=
"small"
@
click=
"display(scope.
$index, scope.row
)"
@
click=
"display(scope.
row['INR']
)"
>
>
详情
详情
</c-button>
</c-button>
...
...
src/views/Business/Infltd/Infsea.vue
View file @
b9593fed
...
@@ -212,7 +212,7 @@
...
@@ -212,7 +212,7 @@
<c-button
<c-button
style=
"margin-left: 0"
style=
"margin-left: 0"
size=
"small"
size=
"small"
@
click=
"display(scope.
$index, scope.row
)"
@
click=
"display(scope.
row['INR']
)"
>
>
详情
详情
</c-button>
</c-button>
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
b9593fed
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
style=
"text-align:right;"
>
<c-col
:span=
"11"
style=
"text-align:right;"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
@
click=
"display"
>
交易快照
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
@
click=
"display
(model.trn.inr)
"
>
交易快照
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
智能提示
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
智能提示
</c-button>
<c-button
size=
"small"
@
click=
"exit"
type=
"primary"
style=
"margin-left:0"
>
返回
</c-button>
<c-button
size=
"small"
@
click=
"exit"
type=
"primary"
style=
"margin-left:0"
>
返回
</c-button>
</c-col>
</c-col>
...
@@ -481,21 +481,6 @@ export default {
...
@@ -481,21 +481,6 @@ export default {
this
.
$store
.
dispatch
(
"TagsView/delView"
,
this
.
$route
)
this
.
$store
.
dispatch
(
"TagsView/delView"
,
this
.
$route
)
this
.
$router
.
history
.
push
(
"/taskList"
);
this
.
$router
.
history
.
push
(
"/taskList"
);
},
},
display
()
{
debugger
const
inr
=
this
.
model
.
trn
.
inr
;
const
trnName
=
this
.
model
.
trn
.
inifrm
;
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
inr
window
.
open
(
viewurl
,
'newwindow'
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// const inr = this.model.trn.inr;
// Api.post("getTrnNameByInr", { inr: inr}).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + inr
// window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
async
show
(
idx
,
row
){
async
show
(
idx
,
row
){
var
params
=
{
selDst
:
"recpan.smhstm"
,
selIds
:[
idx
+
1
],
selBtnId
:
"A"
}
var
params
=
{
selDst
:
"recpan.smhstm"
,
selIds
:[
idx
+
1
],
selBtnId
:
"A"
}
let
rtnmsg
=
await
Api
.
post
(
`/business/trnrel/executeRule/recpan.smhstm`
,
this
.
wrapper
(
params
))
let
rtnmsg
=
await
Api
.
post
(
`/business/trnrel/executeRule/recpan.smhstm`
,
this
.
wrapper
(
params
))
...
...
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
View file @
b9593fed
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
style=
"text-align:right;"
>
<c-col
:span=
"11"
style=
"text-align:right;"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
@
click=
"display"
>
交易快照
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
@
click=
"display
(model.trn.inr)
"
>
交易快照
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
智能提示
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
智能提示
</c-button>
<c-button
size=
"small"
@
click=
"exit"
type=
"primary"
style=
"margin-left:0"
>
返回
</c-button>
<c-button
size=
"small"
@
click=
"exit"
type=
"primary"
style=
"margin-left:0"
>
返回
</c-button>
</c-col>
</c-col>
...
@@ -479,22 +479,6 @@ export default {
...
@@ -479,22 +479,6 @@ export default {
this
.
$store
.
dispatch
(
"TagsView/delView"
,
this
.
$route
)
this
.
$store
.
dispatch
(
"TagsView/delView"
,
this
.
$route
)
this
.
$router
.
history
.
push
(
"/taskList"
);
this
.
$router
.
history
.
push
(
"/taskList"
);
},
},
display
()
{
debugger
const
inr
=
this
.
model
.
trn
.
inr
;
const
trnName
=
this
.
model
.
trn
.
inifrm
;
let
viewurl
=
"/#/display/"
+
trnName
+
"?trn="
+
inr
window
.
open
(
viewurl
,
'newwindow'
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
// const inr = this.model.trn.inr;
// Api.post("getTrnNameByInr", { inr: inr}).then((res) => {
// if (res.respCode == SUCCESS) {
// const trnName = res.data.toLowerCase();
// let viewurl = "/#/display/" + trnName + "?trn=" + inr
// window.open(viewurl, 'newwindow', 'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no');
// }
// });
},
async
show
(
idx
,
row
){
async
show
(
idx
,
row
){
var
params
=
{
selDst
:
"recpan.smhstm"
,
selIds
:[
idx
+
1
],
selBtnId
:
"A"
}
var
params
=
{
selDst
:
"recpan.smhstm"
,
selIds
:[
idx
+
1
],
selBtnId
:
"A"
}
let
rtnmsg
=
await
Api
.
post
(
`/business/trnrel/executeRule/recpan.smhstm`
,
this
.
wrapper
(
params
))
let
rtnmsg
=
await
Api
.
post
(
`/business/trnrel/executeRule/recpan.smhstm`
,
this
.
wrapper
(
params
))
...
...
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