|
|
@@ -88,9 +88,19 @@
|
|
|
<th colspan="4" class="taC">增值税普通发票</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="taC" width="150"><span class="colRed">*</span>发票抬头</th><td colspan="3"><input type="text" class="span6"></td>
|
|
|
+ <th class="taC" width="150"><span class="colRed">*</span>单位名称</th><td><input type="text" placeholder="必填"></td>
|
|
|
+ <th class="taC" width="150">纳税人识别码</th><td><input type="text" placeholder="选填"></td>
|
|
|
|
|
|
</tr>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">注册地址</th><td><input type="text" placeholder="选填"></td>
|
|
|
+ <th class="taC">注册电话</th><td><input type="text" placeholder="选填"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">开户银行</th><td><input type="text" placeholder="选填"></td>
|
|
|
+ <th class="taC">银行账号</th><td><input type="text" placeholder="选填"></td>
|
|
|
+ </tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<table class="table table-bordered table-condensed">
|
|
|
@@ -99,18 +109,18 @@
|
|
|
<th colspan="4" class="taC">增值税专用发票</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="taC" width="150"><span class="colRed">*</span>单位名称</th><td><input type="text"></td>
|
|
|
- <th class="taC" width="150"><span class="colRed">*</span>纳税人识别码</th><td><input type="text"></td>
|
|
|
+ <th class="taC" width="150"><span class="colRed">*</span>单位名称</th><td><input type="text" placeholder="必填"></td>
|
|
|
+ <th class="taC" width="150"><span class="colRed">*</span>纳税人识别码</th><td><input type="text" placeholder="必填"></td>
|
|
|
|
|
|
</tr>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="taC"><span class="colRed">*</span>注册地址</th><td><input type="text"></td>
|
|
|
- <th class="taC"><span class="colRed">*</span>注册电话</th><td><input type="text"></td>
|
|
|
+ <th class="taC"><span class="colRed">*</span>注册地址</th><td><input type="text" placeholder="必填"></td>
|
|
|
+ <th class="taC"><span class="colRed">*</span>注册电话</th><td><input type="text" placeholder="必填"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="taC"><span class="colRed">*</span>开户银行</th><td><input type="text"></td>
|
|
|
- <th class="taC"><span class="colRed">*</span>银行账号</th><td><input type="text"></td>
|
|
|
+ <th class="taC"><span class="colRed">*</span>开户银行</th><td><input type="text" placeholder="必填"></td>
|
|
|
+ <th class="taC"><span class="colRed">*</span>银行账号</th><td><input type="text" placeholder="必填"></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
@@ -126,11 +136,11 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="taC" width="150"><span class="colRed">*</span>收件人</th><td><input type="text"></td>
|
|
|
- <th class="taC" width="150"><span class="colRed">*</span>收件人手机/电话</th><td><input type="text"></td>
|
|
|
+ <th class="taC" width="150"><span class="colRed">*</span>收件人</th><td><input type="text" placeholder="必填"></td>
|
|
|
+ <th class="taC" width="150"><span class="colRed">*</span>收件人手机/电话</th><td><input type="text" placeholder="必填"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="taC" width="150"><span class="colRed">*</span>收件地址</th><td colspan="3"><input type="text" class="span6"></td>
|
|
|
+ <th class="taC" width="150"><span class="colRed">*</span>收件地址</th><td colspan="3"><input type="text" class="span6" placeholder="必填"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th class="taC" width="150">邮寄物品</th><td colspan="3"><input placeholder="请详细填写需要邮寄的物品及数量,如:锁套装x1、合同x1" type="text" class="span6"></td>
|