Commit 44369b62 by 朱继来

调整

parent fbdede3f
......@@ -708,6 +708,7 @@
if (val == 1) { // 不开票
$('.tax_title_section').hide();
$('.add_tax').hide();
$('.person-inv').hide();
$('input[name=tax_title]').val('');
$('input[name=tax_no]').val('');
......@@ -719,6 +720,7 @@
$('.tax_title_section').show();
$('.add_tax').hide();
$('.invoice_title').attr('colspan', 3);
$('.person-inv').show();
$('input[name=tax_no]').val('');
$('input[name=bank_name]').val('');
......@@ -729,6 +731,7 @@
$('.tax_title_section').show();
$('.add_tax').show();
$('.invoice_title').attr('colspan', 0);
$('.person-inv').hide();
}
})
......
......@@ -33,6 +33,7 @@
<option value="4">增值税普通发票</option>
<option value="2">普通发票(个人)</option>
</select>
<span class="person-inv error hide">非公司发票!!!</span>
</td>
<td width="10%">开票状态</td>
<td width="40%">
......
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 sign in to comment