Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
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
member
member
Commits
85428afe
Commit
85428afe
authored
Sep 29, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 批量会员导入
parent
99be07e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
importDialog.vue
src/components/allCustomers/components/importDialog.vue
+9
-5
index.js
src/components/allCustomers/index.js
+4
-0
No files found.
src/components/allCustomers/components/importDialog.vue
View file @
85428afe
...
...
@@ -40,10 +40,10 @@
<div
class=
"dialogTips"
>
<h3><i
class=
"el-icon-info"
></i><span>
导入规则
</span></h3>
<p>
1.
仅支持.xlsx 文件的导入;每次导入数据量最多为10000条;文件大小不超过1M
。
<br/>
2.
导入类型不同,文件模板也不同,请严格按照模板内容填入会员数据,否则将会报错
。
<br/>
3. 请仔细核对需要变更的会员数据是否准确,否则GIC校验不通过将无法执行成功。
<br/>
4. 超管账号支持导入
变更全部会员信息,已分权商户的子管理员账号仅可新增、修改
管辖范围内的会员信息。
1.
不同的导入类型,请下载对应的导入模板,按照模板要求填充内容进行导入
。
<br/>
2.
每次导入数据最多10000条,文件大小不超过1M
。
<br/>
3. 请仔细核对需要
导入/
变更的会员数据是否准确,否则GIC校验不通过将无法执行成功。
<br/>
4. 超管账号支持导入
/变更全部会员信息,已分权商户的子管理员账号仅可导入/变更
管辖范围内的会员信息。
</p>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -75,7 +75,11 @@ export default {
},
{
importType
:
16
,
importValue
:
"批量解冻会员"
,
importValue
:
"huiyua年四季度回访"
,
},
{
importType
:
17
,
importValue
:
"会员导入"
,
},
],
},
...
...
src/components/allCustomers/index.js
View file @
85428afe
...
...
@@ -49,6 +49,10 @@ export default {
},
importList
:[
{
importType
:
18
,
importValue
:
"会员导入"
,
},
{
importType
:
11
,
importValue
:
"积分增加"
,
},
...
...
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