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
43a8b8e6
Commit
43a8b8e6
authored
Oct 28, 2024
by
sunxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改显示等问题
parent
273d9cb0
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
27 additions
and
44 deletions
+27
-44
index.js
src/config/CodeTable/index.js
+1
-22
Msgdtlp.vue
src/page/Frontend/Msgdtl/views/Msgdtlp.vue
+1
-1
Msgdtlp.vue
src/page/Frontend/Msgdtlblk/views/Msgdtlp.vue
+4
-4
index.vue
src/page/Frontend/Msgdtlblk/views/index.vue
+1
-0
Msgdtlp.vue
src/page/Frontend/Msgdtlrsm/views/Msgdtlp.vue
+5
-5
index.vue
src/page/Frontend/Msgdtlrsm/views/index.vue
+1
-0
Msgdtlp.vue
src/page/Frontend/Msgdtlrtm/views/Msgdtlp.vue
+4
-4
index.vue
src/page/Frontend/Msgdtlrtm/views/index.vue
+1
-0
Msgdtlp.vue
src/page/Frontend/Msgdtlsep/views/Msgdtlp.vue
+4
-4
index.vue
src/page/Frontend/Msgdtlsep/views/index.vue
+2
-1
index.js
src/page/Frontend/Rcvselblk/event/index.js
+1
-1
Schpnl.vue
src/page/Frontend/Rcvselblk/views/Schpnl.vue
+2
-2
No files found.
src/config/CodeTable/index.js
View file @
43a8b8e6
...
...
@@ -12420,28 +12420,7 @@ const CodeTable = {
{
label
:
"金融机构代码"
,
value
:
"14"
},
{
label
:
"其他"
,
value
:
"99"
},
],
stacod
:
[
{
label
:
"等待自动清分"
,
value
:
"A"
},
{
label
:
"等待手工清分"
,
value
:
"X"
},
{
label
:
"等待发送"
,
value
:
"W"
},
{
label
:
"等待交换"
,
value
:
"M"
},
{
label
:
"疑似黑名单"
,
value
:
"B"
},
{
label
:
"黑名单忽略"
,
value
:
"F"
},
{
label
:
"退回报文编辑"
,
value
:
"C"
},
{
label
:
"报文编辑丢弃"
,
value
:
"G"
},
{
label
:
"待报文复核"
,
value
:
"V"
},
{
label
:
"报文等待放行"
,
value
:
"L"
},
{
label
:
"挂账状态"
,
value
:
"H"
},
{
label
:
"已处理"
,
value
:
"D"
},
{
label
:
"废弃"
,
value
:
"Q"
},
{
label
:
"已拒绝"
,
value
:
"1"
},
{
label
:
"已排队"
,
value
:
"2"
},
{
label
:
"已清算"
,
value
:
"3"
},
{
label
:
"已退回"
,
value
:
"4"
},
{
label
:
"发送异常"
,
value
:
"E"
},
{
label
:
"无需复核"
,
value
:
"O"
},
{
label
:
"待退报复核"
,
value
:
"T"
},
],
cpsfiltyp
:
[
{
label
:
"公共参数数据文件"
,
value
:
"9"
},
{
label
:
"公共参数数据变更信息文件"
,
value
:
"10"
},
...
...
src/page/Frontend/Msgdtl/views/Msgdtlp.vue
View file @
43a8b8e6
...
...
@@ -3,7 +3,7 @@
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 0"
type=
"primary"
@
click=
"handleList"
>
历史记录
</c-button>
<p
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
v-html=
"model.msgdtll"
></p
>
<p
re
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
>
{{
model
.
msgdtll
}}
</pre
>
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"true"
title=
"历史记录"
destroy-on-close
width=
"50%"
@
close=
"visible = false"
>
...
...
src/page/Frontend/Msgdtlblk/views/Msgdtlp.vue
View file @
43a8b8e6
...
...
@@ -15,7 +15,7 @@
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 40px"
type=
"primary"
@
click=
"handleReSkip"
>
取消忽略
</c-button>
<p
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
v-html=
"model.msgdtll"
></p
>
<p
re
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
>
{{
model
.
msgdtll
}}
</pre
>
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"true"
title=
"历史记录"
destroy-on-close
width=
"50%"
@
close=
"visible = false"
>
...
...
@@ -37,12 +37,12 @@
</el-table-column>
<el-table-column
prop=
"prvsta"
label=
"处理前状态"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-model=
"scope.row.prvsta"
:code=
"codes.
msgsta
"
></c-select-value-to-label>
<c-select-value-to-label
v-model=
"scope.row.prvsta"
:code=
"codes.
stacod
"
></c-select-value-to-label>
</
template
>
</el-table-column>
<el-table-column
prop=
"sta"
label=
"处理状态"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-model=
"scope.row.sta"
:code=
"codes.
msgsta
"
></c-select-value-to-label>
<c-select-value-to-label
v-model=
"scope.row.sta"
:code=
"codes.
stacod
"
></c-select-value-to-label>
</
template
>
</el-table-column>
<el-table-column
prop=
"txt"
label=
"备注"
>
...
...
@@ -121,7 +121,7 @@ export default {
let
params
=
{
mpsinr
:
this
.
$route
.
query
.
mpsinr
||
""
,
}
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
${
this
.
trnName
}
/msghis`
,
params
);
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
msgdtl
/msghis`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
visible
=
true
this
.
model
.
mdtp
.
mdtmod
.
mpelst
=
rtnmsg
.
data
...
...
src/page/Frontend/Msgdtlblk/views/index.vue
View file @
43a8b8e6
...
...
@@ -44,6 +44,7 @@ export default {
rules
:
Check
,
codes
:
{
chncod
:
CodeTable
.
chncod
,
stacod
:
CodeTable
.
stacod
,
clrsys
:
CodeTable
.
clrsys
,
gpicod
:
CodeTable
.
gpicod
,
msgsta
:
CodeTable
.
msgsta
,
...
...
src/page/Frontend/Msgdtlrsm/views/Msgdtlp.vue
View file @
43a8b8e6
...
...
@@ -10,8 +10,8 @@
丢弃
</c-button>
<div
style=
"width: 100%;height: calc(100% - 50px); display: flex;align-item: center;justify-content: space-between;"
>
<p
style=
"margin-top: 20px;border: 1px solid #333333;width: 49%;height: 100%;overflow: auto;"
v-html=
"model.msgdtll"
></p
>
<p
style=
"margin-top: 20px;border: 1px solid #333333;width: 49%;height: 100%;overflow: auto;"
v-html=
"model.msgdtlll"
></p
>
<p
re
style=
"margin-top: 20px;border: 1px solid #333333;width: 49%;height: 100%;overflow: auto;"
>
{{
model
.
msgdtll
}}
</pre
>
<p
re
style=
"margin-top: 20px;border: 1px solid #333333;width: 49%;height: 100%;overflow: auto;"
>
{{
model
.
msgdtlll
}}
</pre
>
</div>
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"true"
...
...
@@ -34,12 +34,12 @@
</el-table-column>
<el-table-column
prop=
"prvsta"
label=
"处理前状态"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-model=
"scope.row.prvsta"
:code=
"codes.
msgsta
"
></c-select-value-to-label>
<c-select-value-to-label
v-model=
"scope.row.prvsta"
:code=
"codes.
stacod
"
></c-select-value-to-label>
</
template
>
</el-table-column>
<el-table-column
prop=
"sta"
label=
"处理状态"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-model=
"scope.row.sta"
:code=
"codes.
msgsta
"
></c-select-value-to-label>
<c-select-value-to-label
v-model=
"scope.row.sta"
:code=
"codes.
stacod
"
></c-select-value-to-label>
</
template
>
</el-table-column>
<el-table-column
prop=
"txt"
label=
"备注"
>
...
...
@@ -102,7 +102,7 @@ export default {
let
params
=
{
mpsinr
:
this
.
$route
.
query
.
mpsinr
||
""
,
}
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
${
this
.
trnName
}
/msghis`
,
params
);
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
msgdtl
/msghis`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
visible
=
true
this
.
model
.
mdtp
.
mdtmod
.
mpelst
=
rtnmsg
.
data
...
...
src/page/Frontend/Msgdtlrsm/views/index.vue
View file @
43a8b8e6
...
...
@@ -44,6 +44,7 @@ export default {
rules
:
Check
,
codes
:
{
chncod
:
CodeTable
.
chncod
,
stacod
:
CodeTable
.
stacod
,
clrsys
:
CodeTable
.
clrsys
,
gpicod
:
CodeTable
.
gpicod
,
msgsta
:
CodeTable
.
msgsta
,
...
...
src/page/Frontend/Msgdtlrtm/views/Msgdtlp.vue
View file @
43a8b8e6
...
...
@@ -10,7 +10,7 @@
丢弃
</c-button>
-->
<p
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
v-html=
"model.msgdtll"
></p
>
<p
re
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
>
{{
model
.
msgdtll
}}
</pre
>
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"true"
title=
"历史记录"
destroy-on-close
width=
"50%"
@
close=
"visible = false"
>
...
...
@@ -32,12 +32,12 @@
</el-table-column>
<el-table-column
prop=
"prvsta"
label=
"处理前状态"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-model=
"scope.row.prvsta"
:code=
"codes.
msgsta
"
></c-select-value-to-label>
<c-select-value-to-label
v-model=
"scope.row.prvsta"
:code=
"codes.
stacod
"
></c-select-value-to-label>
</
template
>
</el-table-column>
<el-table-column
prop=
"sta"
label=
"处理状态"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-model=
"scope.row.sta"
:code=
"codes.
msgsta
"
></c-select-value-to-label>
<c-select-value-to-label
v-model=
"scope.row.sta"
:code=
"codes.
stacod
"
></c-select-value-to-label>
</
template
>
</el-table-column>
<el-table-column
prop=
"txt"
label=
"备注"
>
...
...
@@ -100,7 +100,7 @@ export default {
let
params
=
{
mpsinr
:
this
.
$route
.
query
.
mpsinr
||
""
,
}
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
${
this
.
trnName
}
/msghis`
,
params
);
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
msgdtl
/msghis`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
visible
=
true
this
.
model
.
mdtp
.
mdtmod
.
mpelst
=
rtnmsg
.
data
...
...
src/page/Frontend/Msgdtlrtm/views/index.vue
View file @
43a8b8e6
...
...
@@ -44,6 +44,7 @@ export default {
rules
:
Check
,
codes
:
{
chncod
:
CodeTable
.
chncod
,
stacod
:
CodeTable
.
stacod
,
clrsys
:
CodeTable
.
clrsys
,
gpicod
:
CodeTable
.
gpicod
,
msgsta
:
CodeTable
.
msgsta
,
...
...
src/page/Frontend/Msgdtlsep/views/Msgdtlp.vue
View file @
43a8b8e6
...
...
@@ -9,7 +9,7 @@
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 40px"
type=
"primary"
@
click=
"handleReject"
>
丢弃
</c-button>
<p
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
v-html=
"model.msgdtll"
></p
>
<p
re
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
>
{{
model
.
msgdtll
}}
</pre
>
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"true"
title=
"历史记录"
destroy-on-close
width=
"50%"
@
close=
"visible = false"
>
...
...
@@ -31,12 +31,12 @@
</el-table-column>
<el-table-column
prop=
"prvsta"
label=
"处理前状态"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-model=
"scope.row.prvsta"
:code=
"codes.
msgsta
"
></c-select-value-to-label>
<c-select-value-to-label
v-model=
"scope.row.prvsta"
:code=
"codes.
stacod
"
></c-select-value-to-label>
</
template
>
</el-table-column>
<el-table-column
prop=
"sta"
label=
"处理状态"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-model=
"scope.row.sta"
:code=
"codes.
msgsta
"
></c-select-value-to-label>
<c-select-value-to-label
v-model=
"scope.row.sta"
:code=
"codes.
stacod
"
></c-select-value-to-label>
</
template
>
</el-table-column>
<el-table-column
prop=
"txt"
label=
"备注"
>
...
...
@@ -99,7 +99,7 @@ export default {
let
params
=
{
mpsinr
:
this
.
$route
.
query
.
mpsinr
||
""
,
}
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
${
this
.
trnName
}
/msghis`
,
params
);
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
msgdtl
/msghis`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
visible
=
true
this
.
model
.
mdtp
.
mdtmod
.
mpelst
=
rtnmsg
.
data
...
...
src/page/Frontend/Msgdtlsep/views/index.vue
View file @
43a8b8e6
...
...
@@ -44,6 +44,7 @@ export default {
rules
:
Check
,
codes
:
{
chncod
:
CodeTable
.
chncod
,
stacod
:
CodeTable
.
stacod
,
clrsys
:
CodeTable
.
clrsys
,
gpicod
:
CodeTable
.
gpicod
,
msgsta
:
CodeTable
.
msgsta
,
...
...
@@ -66,8 +67,8 @@ export default {
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/msgdtl/init`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
model
.
msgdtll
=
rtnmsg
.
data
}
}
}
}
</
script
>
<
style
></
style
>
src/page/Frontend/Rcvselblk/event/index.js
View file @
43a8b8e6
...
...
@@ -27,7 +27,7 @@ export default {
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/frontend/msgsel/query"
,
{
...
this
.
model
.
rcvp
,
dir
:
"
<
"
,
dir
:
"
>
"
,
querytyp
:
"rcvblk"
,
pageNum
:
this
.
pagination
.
pageNum
,
pageSize
:
this
.
pagination
.
pageSize
,
...
...
src/page/Frontend/Rcvselblk/views/Schpnl.vue
View file @
43a8b8e6
...
...
@@ -7,7 +7,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"报文标准"
prop=
"msgtyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.rcvp.msgtyp"
style=
"width: 100%"
placeholder=
"请选择
货押标识
"
:code=
"codes.msgtyp3"
@
change=
"getSubtyp(model.rcvp.msgtyp, 'rcvp.subtyp')"
>
<c-select
v-model=
"model.rcvp.msgtyp"
style=
"width: 100%"
placeholder=
"请选择
报文标准
"
:code=
"codes.msgtyp3"
@
change=
"getSubtyp(model.rcvp.msgtyp, 'rcvp.subtyp')"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -153,7 +153,7 @@
<div>
<c-col
:span=
"24"
>
<el-tabs
v-model=
"activeTab"
class=
"y-tabs"
>
<el-tab-pane
label=
"
发
报查询"
name=
"sb"
>
<el-tab-pane
label=
"
收
报查询"
name=
"sb"
>
<el-table
:data=
"stmData.data"
:columns=
"stmData.columns"
v-loading=
"load"
style=
"width: 100%"
@
selection-change=
"handleSelectionChange"
@
row-dblclick=
"dbClickRow"
...
...
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