Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shops-fe
·
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
weiqingting
9 years ago
Commit
b39eb995fc154ed258f1110e1970e78fb80903e1
1 parent
9d2e51c5
yangshixiugai
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
client/js/basegoods/edit.js
client/js/basegoods/edit.js
View file @
b39eb99
...
...
@@ -153,10 +153,12 @@ if(param&&(RESPONSEDATA.isAuditing==100)){
//||(RESPONSEDATA.isAuditing==200&&RESPONSEDATA.status==8)
tabTree
.
isfeeze
=
false
;
}
else
{
$
(
"#goodsYears"
).
add
(
"#goodsSeason"
).
add
(
"#attribute"
)
tabTree
.
isfeeze
=
true
;
}
if
(
RESPONSEDATA
.
isAuditing
==
200
){
$
(
"#goodsYears"
).
add
(
"#goodsSeason"
).
add
(
"#attribute"
)
.
add
(
"#retailPriceStr"
).
add
(
"#salesPriceStr"
).
add
(
"#stock"
)
.
add
(
"#expectShelfTimeStr"
).
add
(
"#expectArrivalTimeStr"
).
prop
(
"disabled"
,
true
);
tabTree
.
isfeeze
=
true
;
}
...
...
Please
register
or
login
to post a comment