Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
yimu
h5-admin
Commits
9ed3b191
Commit
9ed3b191
authored
Jun 07, 2022
by
verestrasz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
cc8541f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
index.vue
src/view/good-mgr/add-good/index.vue
+0
-17
No files found.
src/view/good-mgr/add-good/index.vue
View file @
9ed3b191
...
...
@@ -779,15 +779,9 @@ export default {
)
{
errMsg
=
"首付固定金额不能大于商品预售价格"
;
}
<<<<<<<
HEAD
if
(
!
item
.
stock
)
{
errMsg
=
"请填写 规格信息 - 库存!"
;
}
=======
// if (!item.stock) {
// errMsg = "请填写 规格信息 - 库存!";
// }
>>>>>>>
master
if
(
!
item
.
hash
)
{
errMsg
=
"请填写 规格信息 - 溯源哈希!"
;
}
...
...
@@ -898,16 +892,6 @@ export default {
errMsg
=
"规格信息 - 重量 格式不正确!"
;
break
;
}
<<<<<<<
HEAD
if
(
!
item
.
stock
)
{
errMsg
=
"请填写 规格信息 - 库存!"
;
break
;
}
if
(
item
.
stock
<
0
||
!
/^
\d
+$/
.
test
(
item
.
stock
)
||
item
.
stock
>
99999999
=======
// if (!item.stock) {
// errMsg = "请填写 规格信息 - 库存!";
// break;
...
...
@@ -916,7 +900,6 @@ export default {
item
.
stock
<
0
||
!
/^
\d
+$/
.
test
(
item
.
stock
)
||
item
.
stock
>
20000
>>>>>>>
master
)
{
errMsg
=
"规格信息 - 库存 格式不正确!"
;
break
;
...
...
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