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