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
52261f53
Commit
52261f53
authored
Sep 27, 2024
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smtsel修改
parent
6448778c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletions
+18
-1
FTRouter.js
src/page/Frontend/FTRouter.js
+1
-1
index.js
src/page/Frontend/Smtsel/event/index.js
+17
-0
Smtp01.vue
src/page/Frontend/Smtsel/views/Smtp01.vue
+0
-0
No files found.
src/page/Frontend/FTRouter.js
View file @
52261f53
...
...
@@ -37,7 +37,7 @@ const BusRouter = [
{
path
:
'smdsel'
,
component
:
()
=>
import
(
"./Smdsel/views"
),
name
:
'Smdsel'
,
meta
:
{
title
:
'Smdsel'
}
,
module
:
'frontend'
},
{
path
:
'smtame'
,
component
:
()
=>
import
(
"./Smtame/views"
),
name
:
'Smtame'
,
meta
:
{
title
:
'Smtame'
}
,
module
:
'frontend'
},
{
path
:
'smtexe'
,
component
:
()
=>
import
(
"./Smtexe/views"
),
name
:
'Smtexe'
,
meta
:
{
title
:
'Smtexe'
}
,
module
:
'frontend'
},
{
path
:
'smtsel'
,
component
:
()
=>
import
(
"./Smtsel/views"
),
name
:
'Smtsel'
,
meta
:
{
title
:
'
Smtsel
'
}
,
module
:
'frontend'
},
{
path
:
'smtsel'
,
component
:
()
=>
import
(
"./Smtsel/views"
),
name
:
'Smtsel'
,
meta
:
{
title
:
'
对账单查询
'
}
,
module
:
'frontend'
},
// { path: 'sndsel', component: ()=>import("./Sndsel/views"), name: 'Sndsel', meta: { title: 'Sndsel' } ,module:'frontend'},
{
path
:
'usrmsg'
,
component
:
()
=>
import
(
"./Usrmsg/views"
),
name
:
'Usrmsg'
,
meta
:
{
title
:
'Usrmsg'
}
,
module
:
'frontend'
},
// 报文管理w
...
...
src/page/Frontend/Smtsel/event/index.js
0 → 100644
View file @
52261f53
export
default
{
mixins
:
[],
methods
:
{
async
handleReset
(){
this
.
model
.
extkey
=
""
;
this
.
model
.
sndref
=
""
;
this
.
model
.
flg
=
""
;
this
.
model
.
sta
=
""
;
this
.
model
.
acksrv
=
""
;
this
.
model
.
elcmsgtyp
=
""
this
.
model
.
rcvdat
=
$CurDate
();
this
.
model
.
gendat
=
new
Date
((
$CurDate
()).
getTime
()
-
(
7
*
24
*
60
*
60
*
1800
));
this
.
model
.
endgendat
=
$CurDate
();
}
}
}
\ No newline at end of file
src/page/Frontend/Smtsel/views/Smtp01.vue
View file @
52261f53
This diff is collapsed.
Click to expand it.
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