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
4f832a52
Commit
4f832a52
authored
Jul 01, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 1.创建卡券包点击保存后跳转到卡券包列表页;2.实物礼品的总出库量更改为‘履约数’
parent
cbbb05ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
form.vue
src/views/card/card-package/form.vue
+0
-0
real-gift.vue
src/views/gift-manage/real-gift.vue
+4
-4
No files found.
src/views/card/card-package/form.vue
View file @
4f832a52
This diff is collapsed.
Click to expand it.
src/views/gift-manage/real-gift.vue
View file @
4f832a52
...
...
@@ -110,7 +110,7 @@
可占库存:福利可以被直接使用和被应用占用的数量;
<br>
已占用:福利已经被应用通过”固定库存“方式占用的数量;
<br>
总库存:福利实际未产生履约单,还可以被出库的数量;
<br>
总出库量
:福利从创建到现在已生成履约单的数量;
履约数
:福利从创建到现在已生成履约单的数量;
</span>
</el-tooltip>
</
template
>
...
...
@@ -130,15 +130,15 @@
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"totalStock"
label=
"
总出库量
"
min-width=
"100px"
>
<el-table-column
prop=
"totalStock"
label=
"
履约数
"
min-width=
"100px"
>
<
template
slot=
"header"
>
<el-tooltip
open-delay=
"200"
effect=
"dark"
style=
"width:250px"
placement=
"top"
>
<span
class=
"undeline-dash"
>
总出库量
</span>
<span
class=
"undeline-dash"
>
履约数
</span>
<span
slot=
"content"
style=
"width:240px"
>
可占库存:福利可以被直接使用和被应用占用的数量;
<br>
已占用:福利已经被应用通过”固定库存“方式占用的数量;
<br>
总库存:福利实际未产生履约单,还可以被出库的数量;
<br>
总出库量
:福利从创建到现在已生成履约单的数量;
履约数
:福利从创建到现在已生成履约单的数量;
</span>
</el-tooltip>
</
template
>
...
...
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