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
fukai
vue-gjjs
Commits
7fd01945
Commit
7fd01945
authored
Jun 20, 2023
by
huxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn
parent
53c59987
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
3 deletions
+23
-3
index.js
src/business/infled/event/index.js
+3
-0
index.js
src/business/letopn/model/index.js
+0
-3
ReviewLetopn.vue
src/review/ReviewLetopn.vue
+19
-0
review.js
src/routers/modules/review.js
+1
-0
No files found.
src/business/infled/event/index.js
View file @
7fd01945
...
...
@@ -143,6 +143,9 @@ export default {
});
},
toLetopn
()
{
// 点击开立,清空从待经办进来的时候带的行参数
localStorage
.
setItem
(
'row_letopn'
,
null
)
localStorage
.
setItem
(
'review_letopn'
,
null
)
this
.
$router
.
history
.
push
(
'/business-new/letopn'
);
},
toLetnot
()
{
...
...
src/business/letopn/model/index.js
View file @
7fd01945
...
...
@@ -6,9 +6,6 @@ export default class Letopn {
this
.
data
=
{
number
:
''
,
ledgrp
:
{
a2b
:
{
pts
:
new
Pts
().
data
,
},
blk
:
{
spcben
:
''
,
dftat
:
''
,
...
...
src/review/ReviewLetopn.vue
0 → 100644
View file @
7fd01945
<
template
>
<ReviewWrapper>
<Letopn></Letopn>
</ReviewWrapper>
</
template
>
<
script
>
import
Letopn
from
"~/business/letopn/views"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewLetopn"
,
components
:
{
ReviewWrapper
,
Letopn
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
src/routers/modules/review.js
View file @
7fd01945
...
...
@@ -12,5 +12,6 @@ const Business = [
{
path
:
'letdrv'
,
component
:
()
=>
import
(
'~/review/ReviewLetdrv.vue'
),
name
:
'letdrv'
,
meta
:
{
title
:
'复核-Letdrv'
}
},
{
path
:
'litdav'
,
component
:
()
=>
import
(
'~/review/ReviewLitdav.vue'
),
name
:
'litdav'
,
meta
:
{
title
:
'复核-Litdav'
}
},
{
path
:
'litsel'
,
component
:
()
=>
import
(
'~/review/ReviewLitsel.vue'
),
name
:
'litsel'
,
meta
:
{
title
:
'复核-Litsel'
}
},
{
path
:
'letopn'
,
component
:
()
=>
import
(
'~/review/ReviewLetopn.vue'
),
name
:
'letopn'
,
meta
:
{
title
:
'复核-Letopn'
}
},
]
export
default
Business
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