This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
【修改】办事大厅-内控-质量目标管理:编辑条件判断的修改;
金隅分支
dyy
2 years ago
parent
1f900c124d
commit
f2dd5293f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/FillinFrom/Index.js
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/FillinFrom/Index.js
View File
@@ -44,7 +44,7 @@ var bootstrap = function ($, learun) {
return false;
}
var State = $('#gridtable').jfGridValue('State');
if (State !=
=
0) {
if (State != 0) {
learun.alert.warning("只有草稿状态可以修改!");
return;
}
Write
Preview
Loading…
Cancel
Save