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
18e5f957
Commit
18e5f957
authored
Jun 07, 2023
by
xionglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtcan待经办,复核
parent
e0f6ecef
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
4 deletions
+34
-4
index.js
src/business/brtcan/event/index.js
+10
-2
index.js
src/business/brtlat/event/index.js
+3
-0
index.js
src/business/brtsnd/event/index.js
+2
-2
ReviewBrtcan.vue
src/review/ReviewBrtcan.vue
+18
-0
review.js
src/routers/modules/review.js
+1
-0
No files found.
src/business/brtcan/event/index.js
View file @
18e5f957
...
...
@@ -22,7 +22,14 @@ export default {
...
doctre
,
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
}
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
){
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/brtcan/init'
,
{
...
params
,
...
...
@@ -32,7 +39,8 @@ export default {
rec
:{
inr
:
this
.
$route
.
query
.
inr
}
}
},
});
if
(
!
res
.
data
)
{
return
...
...
src/business/brtlat/event/index.js
View file @
18e5f957
...
...
@@ -25,6 +25,9 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
)
{
params
.
spt
=
null
}
const
res
=
await
Api
.
post
(
'/service/brtlat/init'
,
{
...
params
,
transName
:
this
.
trnName
,
...
...
src/business/brtsnd/event/index.js
View file @
18e5f957
...
...
@@ -24,8 +24,8 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
}
if
(
t
his
.
$route
.
query
.
inr
!=
'
'
)
{
localStorage
.
setItem
(
'row_brtsnd'
,
null
)
if
(
t
ypeof
(
this
.
$route
.
query
.
inr
)
==
'string
'
)
{
params
.
spt
=
null
}
const
res
=
await
Api
.
post
(
'/service/brtsnd/init'
,
{
...
params
,
...
...
src/review/ReviewBrtcan.vue
0 → 100644
View file @
18e5f957
<
template
>
<ReviewWrapper>
<Brtcan></Brtcan>
</ReviewWrapper>
</
template
>
<
script
>
import
Brtcan
from
'../business/brtcan/views'
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewBrtcan"
,
components
:
{
ReviewWrapper
,
Brtcan
},
created
()
{},
mounted
()
{},
}
</
script
>
\ No newline at end of file
src/routers/modules/review.js
View file @
18e5f957
...
...
@@ -3,5 +3,6 @@ const Business = [
{
path
:
'litopn'
,
component
:
()
=>
import
(
'~/review/ReviewLitopn.vue'
),
name
:
'litopn'
,
meta
:
{
title
:
'复核-Litopn'
}
},
{
path
:
'litdck'
,
component
:
()
=>
import
(
'~/review/ReviewLitdck.vue'
),
name
:
'litdck'
,
meta
:
{
title
:
'复核-Litdck'
}
},
{
path
:
'litame'
,
component
:
()
=>
import
(
'~/review/ReviewLitame.vue'
),
name
:
'litame'
,
meta
:
{
title
:
'复核-Litame'
}
},
{
path
:
'brtcan'
,
component
:
()
=>
import
(
'~/review/ReviewBrtcan.vue'
),
name
:
'brtcan'
,
meta
:
{
title
:
'复核-Brtcan'
}
},
]
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