Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
linweijiong
jinfa-platform
Commits
f6906685
Commit
f6906685
authored
Sep 21, 2020
by
GuanHua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into dev
parents
1346740f
ad928b55
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
79 additions
and
4 deletions
+79
-4
tranactionRoute.ts
config/routes/tranactionRoute.ts
+29
-2
menu.ts
src/locales/zh-CN/menu.ts
+8
-2
index.tsx
src/pages/transaction/electronicContracts/apply/index.tsx
+14
-0
index.tsx
...ges/transaction/electronicContracts/classSearch/index.tsx
+14
-0
index.tsx
src/pages/transaction/electronicContracts/template/index.tsx
+14
-0
No files found.
config/routes/tranactionRoute.ts
View file @
f6906685
/*
/*
* @Author: LeeJiancong
* @Author: LeeJiancong
* @Date: 2020-07-31 19:56:22
* @Date: 2020-07-31 19:56:22
* @LastEditors:
LeeJiancong
* @LastEditors:
jiaxin
* @Copyright: 1549414730@qq.com
* @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-09-
17 11:20:29
* @LastEditTime: 2020-09-
21 18:32:55
*/
*/
const
TranactionRoute
=
{
const
TranactionRoute
=
{
...
@@ -12,6 +12,33 @@ const TranactionRoute = {
...
@@ -12,6 +12,33 @@ const TranactionRoute = {
key
:
'tranactionAbility'
,
key
:
'tranactionAbility'
,
icon
:
'smile'
,
icon
:
'smile'
,
routes
:
[
routes
:
[
/**
* @description: 电子合同
* @param {type}
* @return {type}
*/
{
path
:
'/memberCenter/tranactionAbility/electronicContracts'
,
name
:
'electronicContracts'
,
key
:
'electronicContracts'
,
routes
:
[
{
path
:
'/memberCenter/tranactionAbility/electronicContracts/apply'
,
name
:
'apply'
,
component
:
'@/pages/transaction/electronicContracts/apply/index'
,
},
{
path
:
'/memberCenter/tranactionAbility/electronicContracts/classSearch'
,
name
:
'classSearch'
,
component
:
'@/pages/transaction/electronicContracts/classSearch/index'
,
},
{
path
:
'/memberCenter/tranactionAbility/electronicContracts/template'
,
name
:
'template'
,
component
:
'@/pages/transaction/electronicContracts/template/index'
,
}
]
},
{
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage'
,
path
:
'/memberCenter/tranactionAbility/stockSellStorage'
,
name
:
'stockSellStorage'
,
name
:
'stockSellStorage'
,
...
...
src/locales/zh-CN/menu.ts
View file @
f6906685
/*
/*
* @Author: LeeJiancong
* @Author: LeeJiancong
* @Date: 2020-07-13 14:08:50
* @Date: 2020-07-13 14:08:50
* @LastEditors:
LeeJiancong
* @LastEditors:
jiaxin
* @LastEditTime: 2020-09-
17 11:20:55
* @LastEditTime: 2020-09-
21 18:33:27
*/
*/
export
default
{
export
default
{
...
@@ -113,6 +113,12 @@ export default {
...
@@ -113,6 +113,12 @@ export default {
// 交易能力
// 交易能力
'menu.tranactionAbility'
:
'交易'
,
'menu.tranactionAbility'
:
'交易'
,
//电子合同
'menu.tranactionAbility.electronicContracts'
:
'电子合同'
,
'menu.tranactionAbility.electronicContracts.apply'
:
'电子签章申请'
,
'menu.tranactionAbility.electronicContracts.classSearch'
:
'合同模板参数查询'
,
'menu.tranactionAbility.electronicContracts.template'
:
'合同模板'
,
//进销存
'menu.tranactionAbility.stockSellStorage'
:
'进销存'
,
'menu.tranactionAbility.stockSellStorage'
:
'进销存'
,
'menu.tranactionAbility.stockSellStorage.warehouse'
:
'仓库'
,
'menu.tranactionAbility.stockSellStorage.warehouse'
:
'仓库'
,
'menu.tranactionAbility.stockSellStorage.addWarehouse'
:
'新增仓库'
,
'menu.tranactionAbility.stockSellStorage.addWarehouse'
:
'新增仓库'
,
...
...
src/pages/transaction/electronicContracts/apply/index.tsx
0 → 100644
View file @
f6906685
import
React
from
'react'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
;
const
Apply
=
()
=>
{
return
(
<
PageHeaderWrapper
>
<
div
>
123
</
div
>
</
PageHeaderWrapper
>
)
}
export
default
Apply
\ No newline at end of file
src/pages/transaction/electronicContracts/classSearch/index.tsx
0 → 100644
View file @
f6906685
import
React
from
'react'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
;
const
ClassSearch
=
()
=>
{
return
(
<
PageHeaderWrapper
>
<
div
>
123
</
div
>
</
PageHeaderWrapper
>
)
}
export
default
ClassSearch
\ No newline at end of file
src/pages/transaction/electronicContracts/template/index.tsx
0 → 100644
View file @
f6906685
import
React
from
'react'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
;
const
Template
=
()
=>
{
return
(
<
PageHeaderWrapper
>
<
div
>
123
</
div
>
</
PageHeaderWrapper
>
)
}
export
default
Template
\ No newline at end of file
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