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
ZhongW
2016-12-02 13:42:49 +0800
Commit
235ebda8faf7b56ff8e813a1e3ac4db086c4a025
1 parent
cc33c382
按钮保持有效
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/static/js.jquery/module/goods/priceManage/Index.js
code/static/js.jquery/module/goods/priceManage/Index.js
View file @
235ebda
...
...
@@ -715,6 +715,7 @@ $(document).on('click', '.modify-btn', function() {
})
}
else
{
common
.
util
.
__tip
(
"销售价不能为0!"
);
$submitBtn
.
attr
(
'disabled'
,
false
);
}
});
},
true
);
...
...
Please
register
or
login
to post a comment