Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
48554317
Commit
48554317
authored
Dec 14, 2020
by
haitao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fd
parent
77ea1ba6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
pages/addEditEleProduct/addEditEleProduct.vue
pages/addEditEleProduct/addEditEleProduct.vue
+5
-4
utils/debug.js
utils/debug.js
+2
-2
No files found.
pages/addEditEleProduct/addEditEleProduct.vue
View file @
48554317
...
...
@@ -880,10 +880,11 @@
this
.
$api
.
msg
(
"
请填写完整秒杀数据
"
);
return
false
;
}
if
(
!
this
.
isInteger
(
this
.
form
.
limit_num
)
||
!
this
.
isInteger
(
this
.
form
.
store_count
)){
this
.
$api
.
msg
(
"
秒杀库存或限购数量不能为小数
"
);
return
false
;
}
// console.log(this.form.limit_num,this.form.store_count)
// if(!this.isInteger(this.form.limit_num) || !this.isInteger(this.form.store_count)){
// this.$api.msg("秒杀库存或限购数量不能为小数");
// return false;
// }
let
can
=
{
linkage_id
:
this
.
linkage_id
,
...
...
utils/debug.js
View file @
48554317
...
...
@@ -5,9 +5,9 @@ module.exports = {
//
isdebug:false,//正式
isdebug
:
false
,
//正式
isdebug
:
true
,
//测试
//
isdebug:true,//测试
xqdebug
:
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