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
43c27248
Commit
43c27248
authored
Sep 07, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into v2
parents
8057832d
601f5a12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
afterService.ts
src/constants/afterService.ts
+0
-0
index.tsx
src/pages/afterService/components/ReturnInfoDrawer/index.tsx
+2
-2
index.tsx
...pplication/returnPrSubmit/components/ReturnForm/index.tsx
+1
-1
No files found.
src/constants/afterService.ts
View file @
43c27248
This diff is collapsed.
Click to expand it.
src/pages/afterService/components/ReturnInfoDrawer/index.tsx
View file @
43c27248
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 17:36:45
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-09-0
3 17:16:1
5
* @LastEditTime: 2021-09-0
7 10:02:5
5
* @Description: 查看退货数量与退款金额 抽屉
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
...
@@ -266,7 +266,7 @@ const ReturnInfoDrawer: React.FC<ReturnInfoDrawerProps> = ({
return
(
<
Drawer
title=
"查看退货数量与退款金额"
title=
{
`${isEdit ? '编辑' : '查看'}退货数量与退款金额`
}
placement=
"right"
width=
{
1120
}
onClose=
{
handleClose
}
...
...
src/pages/afterService/returnApplication/returnPrSubmit/components/ReturnForm/index.tsx
View file @
43c27248
...
...
@@ -872,7 +872,7 @@ const ReturnForm: React.FC<BillsFormProps> = ({
applyInfo=
{
applyInfo
}
onClose=
{
()
=>
setVisibleReturnInfoDrawer
(
false
)
}
onSubmit=
{
handleReturnInfoSubmit
}
isEdit=
{
!
id
}
isEdit=
{
isEdit
}
/>
<
Prompt
when=
{
unsaved
}
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