|
|
@ -95,7 +95,7 @@
|
|
|
|
<div class="tab-wrap">
|
|
|
|
<div class="tab-wrap">
|
|
|
|
<div class="tab-content tabcon1711" >
|
|
|
|
<div class="tab-content tabcon1711" >
|
|
|
|
<!-- 表单 -->
|
|
|
|
<!-- 表单 -->
|
|
|
|
<form id="form" action="{:U('addRatio')}" method="post" class="form-horizontal" >
|
|
|
|
<form id="form" action="{:U('addRelation')}" method="post" class="form-horizontal" >
|
|
|
|
<div style="display: flex;">
|
|
|
|
<div style="display: flex;">
|
|
|
|
<!-- 基础文档模型 -->
|
|
|
|
<!-- 基础文档模型 -->
|
|
|
|
<div id="tab1" class="tab-pane in tab1">
|
|
|
|
<div id="tab1" class="tab-pane in tab1">
|
|
|
@ -193,6 +193,13 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td class="l">开票内容:</td>
|
|
|
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
|
|
|
<input type="text" name="invoice_content" id="invoice_content" class="input" value="技术服务费"></textarea>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l">是否有打款流程:</td>
|
|
|
|
<td class="l">是否有打款流程:</td>
|
|
|
|
<td class="r table_radio">
|
|
|
|
<td class="r table_radio">
|
|
|
@ -287,8 +294,6 @@ $(function(){
|
|
|
|
var target = $('form').get(0).action;
|
|
|
|
var target = $('form').get(0).action;
|
|
|
|
var query = $('form').serialize();
|
|
|
|
var query = $('form').serialize();
|
|
|
|
var that = this;
|
|
|
|
var that = this;
|
|
|
|
console.log(query);
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
$(that).addClass('disabled').attr('autocomplete','off').prop('disabled',true);
|
|
|
|
$(that).addClass('disabled').attr('autocomplete','off').prop('disabled',true);
|
|
|
|
$.post(target,query).success(function(data){
|
|
|
|
$.post(target,query).success(function(data){
|
|
|
|
if(layer) {layer.closeAll('loading');}
|
|
|
|
if(layer) {layer.closeAll('loading');}
|
|
|
@ -309,6 +314,7 @@ $(function(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},1500);
|
|
|
|
},1500);
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
|
|
|
|
$(that).removeClass('disabled').prop('disabled',false);
|
|
|
|
layer.msg(data.msg,{icon: 2});
|
|
|
|
layer.msg(data.msg,{icon: 2});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|