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
黄庭坚
jinfa-platform
Commits
9b7432d2
Commit
9b7432d2
authored
Dec 09, 2020
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改加工入库单路由
parent
c8c7dfb9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
64 additions
and
59 deletions
+64
-59
handlingRoute.ts
config/routes/handlingRoute.ts
+10
-6
menu.ts
src/locales/zh-CN/menu.ts
+3
-3
index.tsx
src/pages/handling/assign/detail/index.tsx
+50
-49
index.tsx
src/pages/handling/assign/processStock/index.tsx
+1
-1
No files found.
config/routes/handlingRoute.ts
View file @
9b7432d2
...
...
@@ -38,7 +38,7 @@ const HandlingRoute = {
icon
:
'smile'
,
component
:
'@/pages/handling/components/Query'
},
// 指派生产通知单 -> 新增成产通知单(新建)
// 指派生产通知单 -> 新增成产通知单(新建)
{
path
:
'/memberCenter/handling/assign/tobeAddQuery/add'
,
name
:
'assignProductionAdd'
,
...
...
@@ -105,6 +105,13 @@ const HandlingRoute = {
component
:
'@/pages/handling/assign/processStock'
,
// hideInMenu: true
},
{
path
:
'/memberCenter/handling/assign/pendingAddProcessing/detail'
,
name
:
'processStockDetail'
,
icon
:
'smile'
,
component
:
'@/pages/handling/assign/detail'
,
hideInMenu
:
true
},
// 指派生产通知单 -> 待收货生产通知单
{
path
:
'/memberCenter/handling/assign/pendingReceive'
,
...
...
@@ -120,7 +127,7 @@ const HandlingRoute = {
component
:
'@/pages/handling/assign/detail'
,
hideInMenu
:
true
,
},
]
},
// 确认生产通知单
...
...
@@ -253,9 +260,7 @@ const HandlingRoute = {
},
]
}
]
}
export
default
HandlingRoute
\ No newline at end of file
export
default
HandlingRoute
src/locales/zh-CN/menu.ts
View file @
9b7432d2
...
...
@@ -467,6 +467,7 @@ export default {
'menu.handling.assign.examineSecondDetail'
:
'待审核生产通知单(二级)详情'
,
'menu.handling.assign.toBeSubmit'
:
'待提交生产通知单'
,
'menu.handling.assign.processStock'
:
'待新增加工入库单'
,
'menu.handling.assign.processStockDetail'
:
'待新增加工入库单详情'
,
'menu.handling.assign.toBeRecieve'
:
'待收货生产通知单'
,
'menu.handling.assign.createProcessStock'
:
'新建加工入库单'
,
'menu.handling.assign.pendingSubmitDetail'
:
'待提交生产通知单详情'
,
...
...
@@ -592,7 +593,7 @@ export default {
'menu.afterService.repairManage.repairPrConfirm'
:
'待确认维修申请单'
,
'menu.afterService.repairManage.repairPrConfirmDetail'
:
'查看维修申请单'
,
'menu.afterService.repairManage.verifyRepairPrConfirm'
:
'审核维修申请单'
,
// 结算能力
'menu.balance'
:
'结算'
,
'menu.balance.settleRules'
:
'结算规则配置'
,
...
...
@@ -617,4 +618,4 @@ export default {
'menu.balance.accountsReceivable.logisticsDetail'
:
'物流通知单结算明细'
,
'menu.balance.accountsReceivable.productNoticeSettlementDetail'
:
'生产通知单结算明细'
,
'menu.balance.accountsReceivable.invoice'
:
'开票管理'
,
};
\ No newline at end of file
};
src/pages/handling/assign/detail/index.tsx
View file @
9b7432d2
This diff is collapsed.
Click to expand it.
src/pages/handling/assign/processStock/index.tsx
View file @
9b7432d2
...
...
@@ -68,7 +68,7 @@ enum OuterAndInnerStatus {
/**
* 待新增加工入库单
*/
pending_add_process_in_warehouse
=
'6_1
8
'
,
pending_add_process_in_warehouse
=
'6_1
9
'
,
/**
* 待审核加工入库单
*/
...
...
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