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
c2337d13
Commit
c2337d13
authored
Mar 02, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitfee修改
parent
04b695ca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
index.vue
src/views/Business/Gitfee/index.vue
+3
-1
No files found.
src/views/Business/BusRouter.js
View file @
c2337d13
...
...
@@ -432,7 +432,7 @@ const BusRouter = [
{
path
:
'gitpca'
,
component
:
Gitpca
,
name
:
'Gitpca'
,
meta
:{
title
:
'关税保函预注销'
}},
{
path
:
'gitfee'
,
component
:
Gitfee
,
name
:
'Gitfee'
,
meta
:{
title
:
'进口保函收费'
}},
{
path
:
'getfee'
,
component
:
Getfee
,
name
:
'Getfee'
,
meta
:{
title
:
'附加传入信息'
}},
{
path
:
'gctfee'
,
component
:
Gctfee
,
name
:
'Gctfee'
,
meta
:{
title
:
'
GCTFEE
'
}},
{
path
:
'gctfee'
,
component
:
Gctfee
,
name
:
'Gctfee'
,
meta
:{
title
:
'
保函保证金调整
'
}},
{
path
:
'gitatt'
,
component
:
Gitatt
,
name
:
'Gitatt'
,
meta
:
{
title
:
'绑定电子凭证'
}
},
{
path
:
'botrad'
,
component
:
Botrad
,
name
:
'Botrad'
,
meta
:
{
title
:
'出口托收二次寄单'
}
},
{
path
:
'sptpopup'
,
component
:
Sptpopup
,
name
:
'Sptpopup'
,
meta
:
{
title
:
'待经办详情'
}
},
...
...
src/views/Business/Gitfee/index.vue
View file @
c2337d13
...
...
@@ -124,7 +124,9 @@ export default {
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
)
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
...
...
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