Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
welfare
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
达摩4.0重构
welfare
Commits
e88dd0a1
Commit
e88dd0a1
authored
Mar 10, 2021
by
shaojiawen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:文案优化
parent
0eb6064f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
+12
-1
list.vue
src/views/card/card-package/list.vue
+6
-1
card-form.vue
src/views/card/gic-card/card-form.vue
+1
-0
card-list.vue
src/views/card/gic-card/card-list.vue
+5
-0
No files found.
src/views/card/card-package/list.vue
View file @
e88dd0a1
...
...
@@ -70,7 +70,12 @@
<el-table-column
prop=
"name"
label=
"卡券成本(元)"
min-width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
costPrice
!=
null
&&
scope
.
row
.
costPrice
!=
''
&&
scope
.
row
.
costPrice
!=
-
1
?
scope
.
row
.
costPrice
:
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"卡券包库存"
min-width=
"180"
>
<el-table-column
label=
"可占用库存"
min-width=
"180"
>
<
template
slot=
"header"
>
<el-tooltip
placement=
"top"
open-delay=
"200"
><div
slot=
"content"
>
可占库存:福利可以被直接使用和被应用占用的数量;
<br/>
已占用:福利已经被应用通过”固定库存“方式占用的数量;
<br/>
总库存:福利实际未产生履约单,还可以被出库的数量;
</div>
<span
class=
"tooltip-icon"
>
可占用库存
</span>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
open-delay=
"200"
:offset=
"-8"
>
<div
class=
"gray01 fz14"
>
...
...
src/views/card/gic-card/card-form.vue
View file @
e88dd0a1
...
...
@@ -115,6 +115,7 @@
<li>
2. 请勿导入重复的内容,导入的内容在原来基础上增加库存;
</li>
<li>
3. 导入的券码在当前模版上进行数据的填充;
</li>
<li>
4. 上传完整仅支持.xlsx .xls文件的导入,填充数据不超过“10万”条。
</li>
<li>
5. 正在异步上传处理中,我们将按照顺序分批次(5000/1批次)更新库存,请稍候刷新查看库存上传结果
</li>
</ul>
<el-button
class=
"ml30"
type=
"text"
slot=
"reference"
>
查看导入规则
</el-button>
</el-popover>
...
...
src/views/card/gic-card/card-list.vue
View file @
e88dd0a1
...
...
@@ -86,6 +86,11 @@
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cardType
==
0
||
scope
.
row
.
cardType
==
2
?
scope
.
row
.
costPrice
:
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"卡券库存"
min-width=
"180"
>
<
template
slot=
"header"
>
<el-tooltip
placement=
"top"
open-delay=
"200"
><div
slot=
"content"
>
可占库存:福利可以被直接使用和被应用占用的数量;
<br/>
已占用:福利已经被应用通过”固定库存“方式占用的数量;
<br/>
总库存:福利实际未产生履约单,还可以被出库的数量;
</div>
<span
class=
"tooltip-icon"
>
可占用库存
</span>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
open-delay=
"200"
:offset=
"-8"
>
<div
class=
"gray01 fz14"
>
...
...
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