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
c425aa81
Commit
c425aa81
authored
Apr 07, 2021
by
shaojiawen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug:卡券/卡券包
parent
35569f79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
form.vue
src/views/card/card-package/form.vue
+1
-1
member-get.vue
src/views/card/gic-card/member-get.vue
+1
-1
No files found.
src/views/card/card-package/form.vue
View file @
c425aa81
...
...
@@ -67,7 +67,7 @@
<el-button
@
click=
"delCard(item)"
type=
"text"
>
删除
</el-button>
</el-col>
</el-row>
<div
v-if=
"item.
r
emainedStock
<
ruleForm
.
packageStock
"
class=
"gray03"
><i
class=
"el-icon-warning mr5 danger-color"
></i>
卡券包库存大于福利库存,请调整福利占用库存
</div>
<div
v-if=
"item.
activityR
emainedStock
<
ruleForm
.
packageStock
"
class=
"gray03"
><i
class=
"el-icon-warning mr5 danger-color"
></i>
卡券包库存大于福利库存,请调整福利占用库存
</div>
</div>
</div>
</div>
...
...
src/views/card/gic-card/member-get.vue
View file @
c425aa81
...
...
@@ -64,7 +64,7 @@
<li>
核销渠道:
{{
formatChannel
(
scope
.
row
)
}}
</li>
<li>
核销门店/店铺:
{{
scope
.
row
.
verifyStoreCode
||
'--'
}}
/
{{
scope
.
row
.
verifyStoreName
||
'--'
}}
</li>
</
template
>
<li
v-if=
"scope.row.statusFlag == 7"
>
销毁时间:{{
scope.row.destroyTime
}}
</li>
<li
v-if=
"scope.row.statusFlag == 7"
>
销毁时间:{{
formatDateTimeByType(scope.row.destroyTime)
}}
</li>
</ul>
<i
class=
"el-icon-more cursor"
slot=
"reference"
></i>
</el-popover>
...
...
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