Merge branch 'master' of e.coding.net:tsteam/btsaqscksfwpt/system-examination-signup
This commit is contained in:
commit
536a619b12
@ -73,6 +73,7 @@
|
||||
theory_exam_end_time,
|
||||
payment_voucher,
|
||||
payment_voucher_num,
|
||||
exam_apply_num,
|
||||
status,
|
||||
user_status,
|
||||
check_status,
|
||||
@ -92,6 +93,7 @@
|
||||
#{theoryExamEndTime},
|
||||
#{paymentVoucher},
|
||||
#{paymentVoucherNum},
|
||||
#{examApplyNum},
|
||||
#{status},
|
||||
#{userStatus},
|
||||
#{checkStatus},
|
||||
|
@ -262,6 +262,9 @@
|
||||
|
||||
// 提交表单
|
||||
form.on('submit(submitForm)', function(formData) {
|
||||
layer.confirm('审核一旦通过,将无法进行修改', {
|
||||
btn: ['确定','取消'] //按钮
|
||||
}, function(){
|
||||
if(3 == formData.field.checkStatus) {
|
||||
if(null == formData.field.reason || '' == formData.field.reason || typeof(formData.field.reason) == "undefined") {
|
||||
top.dialog.msg('退回原因必填');
|
||||
@ -295,6 +298,10 @@
|
||||
top.dialog.close(loadLayerIndex);
|
||||
});
|
||||
});
|
||||
}, function(){
|
||||
return false;
|
||||
});
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user