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
zhouqian
vue-gjjs
Commits
e502cfd5
Commit
e502cfd5
authored
Jan 10, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待复核详情页调整
parent
7795d9ba
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
index.js
src/config/CodeTable/index.js
+5
-0
BusRouter.js
src/views/Business/BusRouter.js
+3
-2
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+0
-0
TrnfndsDetail.vue
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
+0
-0
No files found.
src/config/CodeTable/index.js
View file @
e502cfd5
...
...
@@ -5826,5 +5826,9 @@ const CodeTable = {
{
label
:
"混合付款单据"
,
value
:
"M"
},
{
label
:
"即期单据"
,
value
:
"P"
},
],
infdsp
:
[
{
label
:
"Do not display"
,
value
:
""
},
{
label
:
"Automatically display"
,
value
:
"1"
},
],
}
export
default
CodeTable
;
\ No newline at end of file
src/views/Business/BusRouter.js
View file @
e502cfd5
...
...
@@ -96,12 +96,13 @@ import Bttrcl from "./Bttrcl"
import
Betacc
from
"./Betacc"
import
Betrcl
from
"./Betrcl"
import
InftrnpsDetail
from
"./Trnrel/InftrnpsDetail"
import
TrnfndsDetail
from
"./Trnrel/Trnfnd/TrnfndsDetail"
/**
* 带有name的才会被添加进顶部的标签页里
*/
const
BusRouter
=
[
{
path
:
'inftrnpsDetail'
,
component
:
InftrnpsDetail
,
name
:
'InftrnpsDetail'
,
meta
:
{
title
:
'详情'
}
},
{
path
:
'trnfndsDetail'
,
component
:
TrnfndsDetail
,
name
:
'TrnfndsDetail'
,
meta
:
{
title
:
'已完成详情'
}
},
{
path
:
'inftrnpsDetail'
,
component
:
InftrnpsDetail
,
name
:
'InftrnpsDetail'
,
meta
:
{
title
:
'待复核详情'
}
},
{
path
:
'cltdav'
,
component
:
Cltdav
,
name
:
'Cltdav'
,
meta
:
{
title
:
'打包托收开立'
}
},
{
path
:
'clttra'
,
component
:
Clttra
,
name
:
'Clttra'
,
meta
:
{
title
:
'打包托收催收'
}
},
{
path
:
'cltset'
,
component
:
Cltset
,
name
:
'Cltset'
,
meta
:
{
title
:
'打包托收解包'
}
},
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
e502cfd5
This diff is collapsed.
Click to expand it.
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
0 → 100644
View file @
e502cfd5
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