Commit d1d1bcfa by zhangfeng

Merge branch 'master' of http://39.106.223.11/462269006/cyyy

parents 642e04de 8e6022e9
......@@ -107,6 +107,7 @@ layui.define([ 'form', 'laydate', 'table','budgetVerificationApi'], function(exp
if(parseInt($("#execute").val())!=0){
form.on('submit(form)', function(){
$("#state").val("2")
$(this).attr('disabled',true).addClass('layui-btn-disabled');
budgetVerificationApi.addBudgetVerification($('#addForm'),function(){
self.initTable();
window.location.reload()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment