Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuhongyun
8 years ago
Commit
419bc911f4fc6a84494105582c6d16fffeed416d
1 parent
1cca7950
build
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
dist/yohobuy-portal-fe/5.0.2/jquery/goods.basegoods.Edit.js
dist/yohobuy-portal-fe/5.0.2/jquery/goods.basegoods.Edit.js
View file @
419bc91
...
...
@@ -146,10 +146,10 @@ webpackJsonp([33],[
.
prop
(
"disabled"
,
true
);
//.add("#expectShelfTimeStr").add("#expectArrivalTimeStr")
// 修改时如果库存不为零,经销和代销入库的商品不允许修改性别
if
((
_sellType
==
1
||
_sellType
==
2
)
&&
_stock
!=
0
)
{
$
(
"input[name=gender]"
).
prop
(
"disabled"
,
true
);
}
// 去掉此限制 修改时如果库存不为零,经销和代销入库的商品不允许修改性别
//if ((_sellType == 1 || _sellType == 2) && _stock != 0) {
// $("input[name=gender]").prop("disabled",true);
//}
// 预计上市时间和品牌上市日期置灰效果
$
(
"#brandSaleTimeStr, #expectSaleTimeStr"
).
css
(
"background-color"
,
""
);
...
...
Please
register
or
login
to post a comment