Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
3820b55a
Commit
3820b55a
authored
Oct 23, 2024
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询查复报文查询前端逻辑调整
parent
0dae317e
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
87 additions
and
14 deletions
+87
-14
index.js
src/page/Frontend/Qrtmgd/event/index.js
+9
-0
index.js
src/page/Frontend/Qrtmgd/model/index.js
+14
-0
Ovwp.vue
src/page/Frontend/Qrtmgd/views/Ovwp.vue
+3
-2
index.vue
src/page/Frontend/Qrtmgd/views/index.vue
+3
-1
index.js
src/page/Frontend/Qrtmgs/event/index.js
+12
-2
index.js
src/page/Frontend/Qrtmgs/model/index.js
+1
-1
Wtdselp.vue
src/page/Frontend/Qrtmgs/views/Wtdselp.vue
+32
-1
index.js
src/page/Frontend/Smpsel/model/index.js
+6
-0
Smpp01.vue
src/page/Frontend/Smpsel/views/Smpp01.vue
+7
-7
No files found.
src/page/Frontend/Qrtmgd/event/index.js
View file @
3820b55a
...
@@ -3,7 +3,15 @@ import Api from '~/service/Api';
...
@@ -3,7 +3,15 @@ import Api from '~/service/Api';
export
default
{
export
default
{
mixins
:
[
commonFunctions
],
mixins
:
[
commonFunctions
],
async
init
(
params
)
{
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
${
this
.
trnName
}
/init`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
_rtnmsg
=
rtnmsg
;
Utils
.
copyValueFromVoData
(
this
.
model
,
rtnmsg
.
data
);
}
},
methods
:
{
methods
:
{
}
}
}
}
\ No newline at end of file
src/page/Frontend/Qrtmgd/model/index.js
View file @
3820b55a
...
@@ -2,6 +2,20 @@ import Api from "~/service/Api"
...
@@ -2,6 +2,20 @@ import Api from "~/service/Api"
export
default
class
Qrtmgd
{
export
default
class
Qrtmgd
{
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
qrdgrp
:
{
rec
:
{
casnum
:
""
,
// CASE编号: .qrdgrp.rec.casnum
drfnum
:
""
,
// 汇票号码: .qrdgrp.rec.drfnum
ownt20
:
""
,
// 20域编号(发) .qrdgrp.rec.ownt20
otht20
:
""
,
// 20域编号(收): .qrdgrp.rec.otht20
revbak
:
""
,
// 收报行BIC: .qrdgrp.rec.revbak
actbak
:
""
,
// 账户行BIC: .qrdgrp.rec.actbak
sedbak
:
""
,
// 发报行BIC: .qrdgrp.rec.sedbak
settim
:
""
,
// 创建时间: .qrdgrp.rec.settim
des
:
""
,
// 备注 .qrdgrp.rec.des
msgtyp
:
""
,
// 报文标准 .qrdgrp.rec.msgtyp
},
},
qrtp
:
{
qrtp
:
{
wtdlst
:
[],
wtdlst
:
[],
rerway
:
""
,
// 重新分发路径 .qrtp.rerway
rerway
:
""
,
// 重新分发路径 .qrtp.rerway
...
...
src/page/Frontend/Qrtmgd/views/Ovwp.vue
View file @
3820b55a
...
@@ -230,12 +230,13 @@ export default {
...
@@ -230,12 +230,13 @@ export default {
methods
:
{
methods
:
{
async
showCaseInfo
()
{
async
showCaseInfo
()
{
let
params
=
{
let
params
=
{
mpsinr
:
this
.
$route
.
query
.
mpsinr
||
""
,
qrdgrp
:
this
.
model
,
casnum
:
this
.
model
.
qrdgrp
.
rec
.
casnum
,
}
}
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/qrtmgd/msghis`
,
params
);
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/qrtmgd/msghis`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
visible
=
true
this
.
visible
=
true
this
.
model
.
qrtp
.
wtd
lst
=
rtnmsg
.
data
this
.
model
.
qrtp
.
rof
lst
=
rtnmsg
.
data
}
}
}
}
},
},
...
...
src/page/Frontend/Qrtmgd/views/index.vue
View file @
3820b55a
...
@@ -56,9 +56,11 @@ export default {
...
@@ -56,9 +56,11 @@ export default {
}
}
},
},
created
:
async
function
()
{
created
:
async
function
()
{
console
.
log
(
"进入qrtmg
s
交易"
);
console
.
log
(
"进入qrtmg
d
交易"
);
let
params
=
{
let
params
=
{
transName
:
this
.
trnName
,
transName
:
this
.
trnName
,
wtdinr
:
this
.
$route
.
query
.
inr
,
msginr
:
this
.
$route
.
query
.
msginr
,
qrdgrp
:
{
qrdgrp
:
{
rec
:
{
rec
:
{
inr
:
this
.
$route
.
query
.
inr
||
""
,
inr
:
this
.
$route
.
query
.
inr
||
""
,
...
...
src/page/Frontend/Qrtmgs/event/index.js
View file @
3820b55a
...
@@ -31,8 +31,9 @@ export default {
...
@@ -31,8 +31,9 @@ export default {
});
});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
load
=
false
;
this
.
model
.
msgrag
=
rtnmsg
.
data
.
msgrag
;
this
.
stmData
.
data
=
[];
this
.
stmData
.
data
=
[];
this
.
stmData
.
data
=
rtnmsg
.
data
.
list
;
this
.
stmData
.
data
=
rtnmsg
.
data
.
pageInfo
.
list
;
// const {list} = rtnmsg.data;
// const {list} = rtnmsg.data;
// const {codes:{sta1}} = this;
// const {codes:{sta1}} = this;
//
//
...
@@ -73,6 +74,7 @@ export default {
...
@@ -73,6 +74,7 @@ export default {
},
},
handleSelectionChange
(
val
)
{
handleSelectionChange
(
val
)
{
this
.
multipleSelection
=
val
;
this
.
multipleSelection
=
val
;
console
.
log
(
val
);
},
},
dbClick
()
{
dbClick
()
{
this
.
activeTab
=
'fc'
this
.
activeTab
=
'fc'
...
@@ -117,6 +119,14 @@ export default {
...
@@ -117,6 +119,14 @@ export default {
},
},
handleSelectionChange1
(
val
)
{
handleSelectionChange1
(
val
)
{
this
.
multipleSelection1
=
val
;
this
.
multipleSelection1
=
val
;
}
},
async
toQrtmgd
(
row
)
{
console
.
log
(
"xxxxxxxx"
,
row
.
inr
,
row
.
msginr
);
this
.
routerPush
({
path
:
"/business/qrtmgd"
,
query
:
{
wtdinr
:
row
.
inr
,
msginr
:
row
.
msginr
}
});
},
},
},
};
};
src/page/Frontend/Qrtmgs/model/index.js
View file @
3820b55a
...
@@ -16,7 +16,7 @@ export default class Qrtmgs {
...
@@ -16,7 +16,7 @@ export default class Qrtmgs {
settimend
:
""
,
settimend
:
""
,
settimsta
:
""
,
settimsta
:
""
,
uetr
:
""
,
uetr
:
""
,
msgrag
:
""
,
qrdgrp
:{
qrdgrp
:{
rec
:{
rec
:{
msgtyp
:
""
,
msgtyp
:
""
,
...
...
src/page/Frontend/Qrtmgs/views/Wtdselp.vue
View file @
3820b55a
...
@@ -111,6 +111,22 @@
...
@@ -111,6 +111,22 @@
<c-input
v-model=
"model.qrtp.uetr"
maxlength=
"40"
></c-input>
<c-input
v-model=
"model.qrtp.uetr"
maxlength=
"40"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<el-table-column
label=
"操作"
fixed=
"right"
min-width=
"150"
>
<template
slot-scope=
"scope"
>
<c-button
style=
"margin-right: 5px"
size=
"small"
type=
"primary"
@
click=
"showMessage(scope.row)"
>
预览
</c-button>
<c-button
style=
"margin-right: 5px"
size=
"small"
type=
"primary"
@
click=
"updateAck(scope.row)"
>
更新
</c-button>
</
template
>
</el-table-column>
</el-row>
</el-row>
</template>
</template>
</c-list-search>
</c-list-search>
...
@@ -149,7 +165,22 @@
...
@@ -149,7 +165,22 @@
:key=
"key"
:label=
"item.label"
:key=
"key"
:label=
"item.label"
:prop=
"item.prop"
:prop=
"item.prop"
:min-width=
"item.width"
:min-width=
"item.width"
></el-table-column>
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-if=
"item.prop == 'sta'"
v-model=
"scope.row.sta"
:code=
"codes.stacod"
></c-select-value-to-label>
<span
v-else
>
{{
scope
.
row
[
item
.
prop
]
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
min-width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-right: 5px"
size=
"small"
type=
"primary"
@
click=
"toQrtmgd(scope.row)"
>
处理
</c-button>
</
template
>
</el-table-column>
</el-table>
</el-table>
<el-pagination
<el-pagination
...
...
src/page/Frontend/Smpsel/model/index.js
View file @
3820b55a
...
@@ -10,6 +10,12 @@ export default class Smpsel {
...
@@ -10,6 +10,12 @@ export default class Smpsel {
cur
:
""
,
cur
:
""
,
ref
:
""
,
ref
:
""
,
smtno
:
""
,
smtno
:
""
,
begnum
:
""
,
endnum
:
""
,
begdat
:
new
Date
((
new
Date
).
getTime
()
-
(
3
*
24
*
60
*
60
*
1000
)),
enddat
:
new
Date
(),
valdatbeg
:
new
Date
((
new
Date
).
getTime
()
-
(
3
*
24
*
60
*
60
*
1000
)),
valdatend
:
new
Date
(),
smpp
:
{
smpp
:
{
smpsup
:
{
smpsup
:
{
smtno
:
""
,
// : .smpp.smpsup.smtno
smtno
:
""
,
// : .smpp.smpsup.smtno
...
...
src/page/Frontend/Smpsel/views/Smpp01.vue
View file @
3820b55a
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<el-row
v-show=
"searchSlot.searchToggle"
>
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"币种"
prop=
"cur"
>
<el-form-item
label=
"币种"
prop=
"cur"
>
<c-select
v-model=
"model.cur"
style=
"width:100%"
></c-select>
<c-select
v-model=
"model.cur"
style=
"width:100%"
dbCode=
"curtxt"
></c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
...
@@ -43,13 +43,13 @@
...
@@ -43,13 +43,13 @@
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"起止页码"
style=
"width: 100%"
>
<el-form-item
label=
"起止页码"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.
smpp.smpsup.
begnum"
maxlength=
"8"
></c-input>
<c-input
v-model=
"model.begnum"
maxlength=
"8"
></c-input>
</c-col>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.
smpp.smpsup.
endnum"
maxlength=
"8"
></c-input>
<c-input
v-model=
"model.endnum"
maxlength=
"8"
></c-input>
</c-col>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -57,26 +57,26 @@
...
@@ -57,26 +57,26 @@
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"收报日期"
style=
"width: 100%"
>
<el-form-item
label=
"收报日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.
smpp.smpsup.
begdat"
style=
"width:100%"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.begdat"
style=
"width:100%"
></c-date-picker>
</c-col>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.
smpp.smpsup.
enddat"
style=
"width:100%"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.enddat"
style=
"width:100%"
></c-date-picker>
</c-col>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"起息日期"
style=
"width: 100%"
>
<el-form-item
label=
"起息日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.
smpp.smpsup.
valdatbeg"
style=
"width:100%"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.valdatbeg"
style=
"width:100%"
></c-date-picker>
</c-col>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.
smpp.smpsup.
valdatend"
style=
"width:100%"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.valdatend"
style=
"width:100%"
></c-date-picker>
</c-col>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
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