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
3144e30c
Commit
3144e30c
authored
Oct 21, 2024
by
niewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oftopn及oftsel查询界面调整
parent
967913b4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
25 deletions
+25
-25
index.js
src/config/CodeTable/index.js
+0
-0
index.js
src/page/Frontend/Oftopn/event/index.js
+6
-6
Oftp13.vue
src/page/Frontend/Oftopn/views/Oftp13.vue
+7
-7
index.js
src/page/Frontend/Oftsel/event/index.js
+6
-6
Oftp01.vue
src/page/Frontend/Oftsel/views/Oftp01.vue
+6
-6
No files found.
src/config/CodeTable/index.js
View file @
3144e30c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/page/Frontend/Oftopn/event/index.js
View file @
3144e30c
...
...
@@ -30,15 +30,15 @@ export default {
...
this
.
model
.
oftp
.
rel
,
pageNum
:
this
.
pagination
.
pageNum
,
pageSize
:
this
.
pagination
.
pageSize
,
rsptims
:
moment
(
rsptims
).
format
(
"YYYY-MM-DD"
)
,
rsptime
:
moment
(
rsptime
).
format
(
"YYYY-MM-DD"
),
rsptims
:
rsptims
?
moment
(
rsptims
).
format
(
"YYYY-MM-DD"
)
+
' 00:00:00'
:
""
,
rsptime
:
moment
(
rsptime
).
format
(
"YYYY-MM-DD"
)
+
' 23:59:59'
,
});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
const
{
list
}
=
rtnmsg
.
data
;
const
{
codes
:
{
kpasta
,
sta
,
stacod
,
offsta
}
}
=
this
;
const
{
codes
:
{
kpasta
,
zfqz
sta
,
stacod
,
offsta
}
}
=
this
;
list
.
forEach
(
v
=>
{
for
(
let
i
in
kpasta
)
{
if
(
kpasta
[
i
].
value
==
v
.
typ
)
{
...
...
@@ -46,9 +46,9 @@ export default {
}
}
for
(
let
i
in
sta
)
{
if
(
sta
[
i
].
value
==
v
.
sta
)
{
v
.
sta
=
sta
[
i
].
label
;
for
(
let
i
in
zfqz
sta
)
{
if
(
zfqz
sta
[
i
].
value
==
v
.
sta
)
{
v
.
sta
=
zfqz
sta
[
i
].
label
;
}
}
for
(
let
i
in
stacod
)
{
...
...
src/page/Frontend/Oftopn/views/Oftp13.vue
View file @
3144e30c
...
...
@@ -165,12 +165,12 @@ export default {
{
label
:
"报文种类"
,
prop
:
"mty"
,
width
:
"1
2
0px"
width
:
"1
0
0px"
},
{
label
:
"收发时间"
,
prop
:
"rsptim"
,
width
:
"1
2
0px"
width
:
"1
8
0px"
},
{
label
:
"G渠道"
,
...
...
@@ -215,12 +215,12 @@ export default {
{
label
:
"20域编号"
,
prop
:
"ownref"
,
width
:
"
12
0px"
width
:
"
20
0px"
},
{
label
:
"21域编号"
,
prop
:
"othref"
,
width
:
"
12
0px"
width
:
"
20
0px"
},
{
label
:
"目标渠道"
,
...
...
@@ -240,17 +240,17 @@ export default {
{
label
:
"发报行BIC"
,
prop
:
"sedbak"
,
width
:
"1
2
0px"
width
:
"1
5
0px"
},
{
label
:
"收报行BIC"
,
prop
:
"revbak"
,
width
:
"1
2
0px"
width
:
"1
5
0px"
},
{
label
:
"账户行BIC"
,
prop
:
"actbic"
,
width
:
"1
2
0px"
width
:
"1
5
0px"
},
{
label
:
"勾销标识"
,
...
...
src/page/Frontend/Oftsel/event/index.js
View file @
3144e30c
...
...
@@ -29,15 +29,15 @@ export default {
...
this
.
model
.
oftp
.
rel
,
pageNum
:
this
.
pagination
.
pageNum
,
pageSize
:
this
.
pagination
.
pageSize
,
rsptims
:
moment
(
rsptims
).
format
(
"YYYY-MM-DD"
)
,
rsptime
:
moment
(
rsptime
).
format
(
"YYYY-MM-DD"
),
rsptims
:
rsptims
?
moment
(
rsptims
).
format
(
"YYYY-MM-DD"
)
+
' 00:00:00'
:
""
,
rsptime
:
moment
(
rsptime
).
format
(
"YYYY-MM-DD"
)
+
' 23:59:59'
,
});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
const
{
list
}
=
rtnmsg
.
data
;
const
{
codes
:
{
kpasta
,
sta
,
stacod
,
offsta
}
}
=
this
;
const
{
codes
:
{
kpasta
,
zfqz
sta
,
stacod
,
offsta
}
}
=
this
;
list
.
forEach
(
v
=>
{
for
(
let
i
in
kpasta
)
{
if
(
kpasta
[
i
].
value
==
v
.
typ
)
{
...
...
@@ -45,9 +45,9 @@ export default {
}
}
for
(
let
i
in
sta
)
{
if
(
sta
[
i
].
value
==
v
.
sta
)
{
v
.
sta
=
sta
[
i
].
label
;
for
(
let
i
in
zfqz
sta
)
{
if
(
zfqz
sta
[
i
].
value
==
v
.
sta
)
{
v
.
sta
=
zfqz
sta
[
i
].
label
;
}
}
for
(
let
i
in
stacod
)
{
...
...
src/page/Frontend/Oftsel/views/Oftp01.vue
View file @
3144e30c
...
...
@@ -168,7 +168,7 @@ export default {
{
label
:
"收发时间"
,
prop
:
"rsptim"
,
width
:
"1
2
0px"
width
:
"1
8
0px"
},
{
label
:
"G渠道"
,
...
...
@@ -213,12 +213,12 @@ export default {
{
label
:
"20域编号"
,
prop
:
"ownref"
,
width
:
"
12
0px"
width
:
"
20
0px"
},
{
label
:
"21域编号"
,
prop
:
"othref"
,
width
:
"
12
0px"
width
:
"
20
0px"
},
{
label
:
"目标渠道"
,
...
...
@@ -238,17 +238,17 @@ export default {
{
label
:
"发报行BIC"
,
prop
:
"sedbak"
,
width
:
"1
2
0px"
width
:
"1
5
0px"
},
{
label
:
"收报行BIC"
,
prop
:
"rcvbak"
,
width
:
"1
2
0px"
width
:
"1
5
0px"
},
{
label
:
"账户行BIC"
,
prop
:
"actbic"
,
width
:
"1
2
0px"
width
:
"1
5
0px"
},
{
label
:
"勾销标识"
,
...
...
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