Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
psbc_remit
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
qianyuheng
psbc_remit
Commits
0ec1dd89
Commit
0ec1dd89
authored
Jul 30, 2020
by
WeiCong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补上遗漏的进口保函查询路由和主页面代办任务跳转
parent
fe4a9b52
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
index.js
src/views/Business/index.js
+2
-0
index.js
src/views/Home/views/index.js
+1
-1
No files found.
src/views/Business/index.js
View file @
0ec1dd89
...
@@ -159,6 +159,7 @@ const Lckinf =MLoader(()=>import('./Lckinf'))
...
@@ -159,6 +159,7 @@ const Lckinf =MLoader(()=>import('./Lckinf'))
const
Loginf
=
MLoader
(()
=>
import
(
'./Loginf'
))
const
Loginf
=
MLoader
(()
=>
import
(
'./Loginf'
))
const
Elschk
=
MLoader
(()
=>
import
(
'./Elschk'
))
const
Elschk
=
MLoader
(()
=>
import
(
'./Elschk'
))
const
Ptybat
=
MLoader
(()
=>
import
(
'./Ptybat'
))
const
Ptybat
=
MLoader
(()
=>
import
(
'./Ptybat'
))
const
Gitsel
=
MLoader
(()
=>
import
(
'./Gitsel'
))
const
Gitadd
=
MLoader
(()
=>
import
(
'./Gitadd'
))
const
Gitadd
=
MLoader
(()
=>
import
(
'./Gitadd'
))
const
Getsel
=
MLoader
(()
=>
import
(
'./Getsel'
))
const
Getsel
=
MLoader
(()
=>
import
(
'./Getsel'
))
const
Getset
=
MLoader
(()
=>
import
(
'./Getset'
))
const
Getset
=
MLoader
(()
=>
import
(
'./Getset'
))
...
@@ -380,6 +381,7 @@ export default class Bus extends Component{
...
@@ -380,6 +381,7 @@ export default class Bus extends Component{
<
Route
exact
path
=
{
`
${
moduleBasePath
}
lckinf
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Lckinf
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
lckinf
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Lckinf
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
elschk
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Elschk
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
elschk
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Elschk
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
ptybat
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Ptybat
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
ptybat
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Ptybat
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
gitsel
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Gitsel
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
gitadd
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Gitadd
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
gitadd
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Gitadd
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
getsel
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Getsel
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
getsel
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Getsel
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
getset
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Getset
{...
props
}
{...
params
}
/>} /
>
<
Route
exact
path
=
{
`
${
moduleBasePath
}
getset
${
!
isDisplay
?
''
:
'/:trninr'
}
`
}
render
=
{(
props
)
=><
Getset
{...
props
}
{...
params
}
/>} /
>
...
...
src/views/Home/views/index.js
View file @
0ec1dd89
...
@@ -281,7 +281,7 @@ export default class OfficeScreen extends Page {
...
@@ -281,7 +281,7 @@ export default class OfficeScreen extends Page {
toDoEvent
=
async
(
row
)
=>
{
toDoEvent
=
async
(
row
)
=>
{
let
objtyp
=
row
.
objtyp
let
objtyp
=
row
.
objtyp
let
objinr
=
row
.
objinr
let
objinr
=
row
.
objinr
const
rtnmsg
=
await
Api
.
post
(
'
office/sysmod
_isnext'
,{
params
:{
objtyp
,
objinr
}})
const
rtnmsg
=
await
Api
.
post
(
'
gitsel/cfgfil
_isnext'
,{
params
:{
objtyp
,
objinr
}})
if
(
rtnmsg
.
retcod
==
SUCCESS
&&
rtnmsg
.
retmsg
==
'success'
)
if
(
rtnmsg
.
retcod
==
SUCCESS
&&
rtnmsg
.
retmsg
==
'success'
)
{
{
let
pathname
=
row
.
inifrm
.
slice
(
0
,
6
)
let
pathname
=
row
.
inifrm
.
slice
(
0
,
6
)
...
...
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