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
f7b432eb
Commit
f7b432eb
authored
Nov 18, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善UI
parent
cdfe9e41
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
6 deletions
+42
-6
index.less
...es/afterService/components/ExchangeDeliverInfo/index.less
+2
-1
index.tsx
...ges/afterService/components/ExchangeDeliverInfo/index.tsx
+19
-2
index.less
...s/afterService/components/ExchangeReceivedInfo/index.less
+2
-1
index.tsx
...es/afterService/components/ExchangeReceivedInfo/index.tsx
+19
-2
No files found.
src/pages/afterService/components/ExchangeDeliverInfo/index.less
View file @
f7b432eb
.detailedWrap {
padding: 25px 24px 9px;
margin
-bottom: 16px
;
margin
: 16px 0
;
background-color: #F7F8FA;
}
\ No newline at end of file
src/pages/afterService/components/ExchangeDeliverInfo/index.tsx
View file @
f7b432eb
...
...
@@ -2,11 +2,11 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-1
2 11:28:37
* @LastEditTime: 2020-11-1
8 14:13:36
* @Description: 换货发货统计、换货发货明细
*/
import
React
from
'react'
;
import
{
Tabs
,
Button
,
Row
,
Col
,
Descriptions
,
Badge
}
from
'antd'
;
import
{
Tabs
,
Button
,
Row
,
Col
,
Descriptions
,
Badge
,
Radio
}
from
'antd'
;
import
{
CaretRightOutlined
,
CaretDownOutlined
,
RightOutlined
}
from
'@ant-design/icons'
;
import
MellowCard
from
'@/components/MellowCard'
;
import
{
EditableColumns
}
from
'@/components/PolymericTable/interface'
;
...
...
@@ -157,6 +157,16 @@ const ExchangeDeliverInfo: React.FC<ExchangeDeliverInfoProps> = ({
},
];
const
options
=
[
{
label
:
'第 1 批次'
,
value
:
1
},
{
label
:
'第 2 批次'
,
value
:
2
},
{
label
:
'第 3 批次'
,
value
:
3
},
];
const
handleBatchChange
=
value
=>
{
};
return
(
<
MellowCard
>
<
Tabs
defaultActiveKey=
"2"
>
...
...
@@ -176,6 +186,13 @@ const ExchangeDeliverInfo: React.FC<ExchangeDeliverInfoProps> = ({
tab=
"换货发货明细"
key=
"2"
>
<
Radio
.
Group
options=
{
options
}
defaultValue=
{
1
}
onChange=
{
handleBatchChange
}
optionType=
"button"
/>
<
div
className=
{
styles
.
detailedWrap
}
>
<
Row
align=
"middle"
>
<
Col
span=
{
16
}
>
...
...
src/pages/afterService/components/ExchangeReceivedInfo/index.less
View file @
f7b432eb
.detailedWrap {
padding: 25px 24px 9px;
margin
-bottom: 16px
;
margin
: 16px 0
;
background-color: #F7F8FA;
}
\ No newline at end of file
src/pages/afterService/components/ExchangeReceivedInfo/index.tsx
View file @
f7b432eb
...
...
@@ -2,11 +2,11 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-1
2 13:43
:52
* @LastEditTime: 2020-11-1
8 14:12
:52
* @Description: 退货收货统计、退货发货明细
*/
import
React
from
'react'
;
import
{
Tabs
,
Button
,
Row
,
Col
,
Descriptions
,
Badge
}
from
'antd'
;
import
{
Tabs
,
Button
,
Row
,
Col
,
Descriptions
,
Badge
,
Radio
}
from
'antd'
;
import
{
CaretRightOutlined
,
CaretDownOutlined
,
RightOutlined
}
from
'@ant-design/icons'
;
import
MellowCard
from
'@/components/MellowCard'
;
import
{
EditableColumns
}
from
'@/components/PolymericTable/interface'
;
...
...
@@ -157,6 +157,16 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
},
];
const
options
=
[
{
label
:
'第 1 批次'
,
value
:
1
},
{
label
:
'第 2 批次'
,
value
:
2
},
{
label
:
'第 3 批次'
,
value
:
3
},
];
const
handleBatchChange
=
value
=>
{
};
return
(
<
MellowCard
>
<
Tabs
defaultActiveKey=
"2"
>
...
...
@@ -176,6 +186,13 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
tab=
"退货收货明细"
key=
"2"
>
<
Radio
.
Group
options=
{
options
}
defaultValue=
{
1
}
onChange=
{
handleBatchChange
}
optionType=
"button"
/>
<
div
className=
{
styles
.
detailedWrap
}
>
<
Row
align=
"middle"
>
<
Col
span=
{
16
}
>
...
...
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