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
f571275c
Commit
f571275c
authored
Sep 23, 2022
by
李腾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复为选门店提交报错的问题
parent
eb18d89e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
24 deletions
+1
-24
permission.config.js
config/permission.config.js
+0
-23
index.jsx
src/pages/systemManage/Account/UserInfo/index.jsx
+1
-1
No files found.
config/permission.config.js
View file @
f571275c
...
...
@@ -199,26 +199,3 @@ export const ROLE_MANAGE = {
apis
:
[],
},
};
// 日志管理
export
const
LOG_MANAGE
=
{};
/** @name 小程序 */
// 核销功能
export
const
WRITE_OFF
=
{
SCAN_QR_CODE
:
{
name
:
'
点击扫描
'
,
id
:
'
080101
'
,
},
ENTER_CODE
:
{
name
:
'
手动输入核销码
'
,
id
:
'
080102
'
,
},
};
// 我的订单
// 添加商品
// export const
// 售后功能
// 查看合同
src/pages/systemManage/Account/UserInfo/index.jsx
View file @
f571275c
...
...
@@ -251,7 +251,7 @@ const AddUser = props => {
</>
)
}
<
Form
.
Item
label=
"选择门店"
extra=
"仅限POP商家设置"
>
{
getFieldDecorator
(
'
organizationId
'
,
rulesHandler
(
'
organizationId
'
,
[]
))(
{
getFieldDecorator
(
'
organizationId
'
,
rulesHandler
(
'
organizationId
'
))(
supplierList
.
length
?
(
<
Radio
.
Group
disabled=
{
!!
id
}
style=
{
{
width
:
'
100%
'
}
}
>
{
selectSupplierCheckbox
()
}
...
...
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