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
860f5bd4
Commit
860f5bd4
authored
Jul 25, 2019
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量导入文案修改
parent
6b768b44
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
posmembers.vue
src/components/posmembers/posmembers.vue
+1
-1
bulkIntegral.vue
src/components/wechatmembers/bulkIntegral.vue
+3
-3
wechat-total.vue
src/components/wechatmembers/wechat-total.vue
+1
-1
wechatmembers.vue
src/components/wechatmembers/wechatmembers.vue
+1
-1
No files found.
src/components/posmembers/posmembers.vue
View file @
860f5bd4
...
...
@@ -86,7 +86,7 @@
></el-option>
<el-option
key=
"bulkIntegral"
label=
"批量
调整积分
"
label=
"批量
导入
"
value=
"bulkIntegral"
></el-option>
<el-option
...
...
src/components/wechatmembers/bulkIntegral.vue
View file @
860f5bd4
...
...
@@ -155,7 +155,7 @@
<div
class=
"dialogTips"
>
<h3>
导入规则
</h3>
<p>
1. 通过导入Excel表格的形式变更GIC已存在会员的积分;不支持导入新会员数据
</p>
<p>
2. 仅支持.xlsx 文件的导入;每次导入数据量最多为10000条;文件大小不超过
3
M
</p>
<p>
2. 仅支持.xlsx 文件的导入;每次导入数据量最多为10000条;文件大小不超过
1
M
</p>
<p>
3. 导入类型不同,文件模板也不同,请严格按照模板内容填入会员数据,否则将会报错
</p>
<p>
4. 请仔细核对需要变更的会员数据是否准确,否则GIC校验不通过将无法执行成功
</p>
</div>
...
...
@@ -332,7 +332,7 @@ export default {
// 上传验证
beforeUpload
(
file
)
{
// let _this = this;
const
isLt2M
=
file
.
size
/
1024
/
1024
<
3
;
const
isLt2M
=
file
.
size
/
1024
/
1024
<
1
;
const
types
=
file
.
name
.
split
(
"."
)[
1
];
const
fileType
=
[
"xlsx"
,
"xlc"
,
"xlm"
,
"xls"
,
"xlt"
,
"xlw"
,
"csv"
].
some
(
item
=>
item
===
types
...
...
@@ -342,7 +342,7 @@ export default {
return
false
;
}
if
(
!
isLt2M
){
this
.
$message
.
error
(
'上传模板大小不能超过
3
MB'
)
this
.
$message
.
error
(
'上传模板大小不能超过
1
MB'
)
return
false
;
}
// console.log(file)
...
...
src/components/wechatmembers/wechat-total.vue
View file @
860f5bd4
...
...
@@ -86,7 +86,7 @@
></el-option>
<el-option
key=
"bulkIntegral"
label=
"批量
调整积分
"
label=
"批量
导入
"
value=
"bulkIntegral"
></el-option>
<el-option
...
...
src/components/wechatmembers/wechatmembers.vue
View file @
860f5bd4
...
...
@@ -85,7 +85,7 @@
></el-option>
<el-option
key=
"bulkIntegral"
label=
"批量
调整积分
"
label=
"批量
导入
"
value=
"bulkIntegral"
></el-option>
<el-option
...
...
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