Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
bd29eb25
Commit
bd29eb25
authored
Sep 27, 2022
by
huaying
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/巴拉积分购'
parents
bee7d6a9
402dbde6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
detail.vue
src/views/goods/gift/detail.vue
+4
-4
No files found.
src/views/goods/gift/detail.vue
View file @
bd29eb25
...
...
@@ -2233,10 +2233,10 @@ export default {
this
.
$message
.
error
(
'请填写库存'
);
return
false
;
}
if
((
item
.
giftProSkuCash
==
'0.00'
||
item
.
giftProSkuCash
===
0
)
&&
!
this
.
jifenquanxian
)
{
this
.
$message
.
error
(
'请填写现金'
);
return
false
;
}
//
if ((item.giftProSkuCash == '0.00' || item.giftProSkuCash === 0) && !this.jifenquanxian) {
//
this.$message.error('请填写现金');
//
return false;
//
}
if
(
this
.
giftType
==
1
&&
this
.
$store
.
state
.
product
.
erpGoodsFlag
&&
!
item
.
giftProSkuStandCode
)
{
this
.
$message
.
error
(
'您已开启商品兑换库存同步接口,规格编码必填'
);
return
false
;
...
...
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