Authored by wangwei

update

... ... @@ -75,6 +75,9 @@ var Bll = {
button: [{
value: "保存",
callback: function () {
if(!checkLockStatus()){
return false;
}
var couponFlag = true;
if (Validate[module.contentData.template_name]) {
Validate[module.contentData.template_name].forEach(function (item) {
... ...