Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
16a04d58
Commit
16a04d58
authored
Mar 02, 2022
by
郭志伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/wph' into 'master'
Feature/wph See merge request
!24
parents
47ae77fa
e0be4d96
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
index.jsx
src/pages/AfterSaleManage/Pending/index.jsx
+6
-6
auditModal.jsx
src/pages/AfterSaleManage/components/auditModal.jsx
+6
-2
No files found.
src/pages/AfterSaleManage/Pending/index.jsx
View file @
16a04d58
...
@@ -54,6 +54,12 @@ export default () => {
...
@@ -54,6 +54,12 @@ export default () => {
setSelectedRow
(
detailData
);
setSelectedRow
(
detailData
);
};
};
const
columns
=
[
const
columns
=
[
{
title
:
'
售后状态
'
,
dataIndex
:
'
serviceStatus
'
,
hideInSearch
:
true
,
width
:
100
,
},
...
columnSticData
,
...
columnSticData
,
{
{
title
:
'
售后凭证
'
,
title
:
'
售后凭证
'
,
...
@@ -75,12 +81,6 @@ export default () => {
...
@@ -75,12 +81,6 @@ export default () => {
return
<
div
>
未申诉
</
div
>;
return
<
div
>
未申诉
</
div
>;
},
},
},
},
{
title
:
'
售后状态
'
,
dataIndex
:
'
serviceStatus
'
,
hideInSearch
:
true
,
width
:
100
,
},
{
{
title
:
'
操作
'
,
title
:
'
操作
'
,
hideInSearch
:
true
,
hideInSearch
:
true
,
...
...
src/pages/AfterSaleManage/components/auditModal.jsx
View file @
16a04d58
import
React
from
'
react
'
;
import
React
from
'
react
'
;
import
{
Modal
,
Form
,
Input
,
Cascader
,
notification
}
from
'
antd
'
;
import
{
Modal
,
Form
,
Input
,
Cascader
,
notification
,
InputNumber
}
from
'
antd
'
;
import
{
shopAudit
}
from
'
../services
'
;
import
{
shopAudit
}
from
'
../services
'
;
const
FormItem
=
Form
.
Item
;
const
FormItem
=
Form
.
Item
;
...
@@ -137,8 +137,12 @@ const AuditModal = props => {
...
@@ -137,8 +137,12 @@ const AuditModal = props => {
{
getFieldDecorator
(
'
receiverPhone
'
,
{
{
getFieldDecorator
(
'
receiverPhone
'
,
{
initialValue
:
formData
.
phone
,
initialValue
:
formData
.
phone
,
rules
:
[
rules
:
[
//
{
// pattern: new RegExp(/^1[3456789]\d
{
9
}
$
/
,
'
g
'
),
// message: '手机号码格式不正确!',
//
},
{
{
pattern
:
new
RegExp
(
/^
1
[
3456789
]\d
{9}$/
,
'
g
'
),
pattern
:
new
RegExp
(
/^
[
0-9
]
*$/
),
message
:
'
手机号码格式不正确!
'
,
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