|
@@ -8526,12 +8526,6 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <td>tax</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>发票信息</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
<td>tax.paper_type</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
@@ -8553,25 +8547,43 @@
|
|
|
<td>tax.name</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
- <td>姓名1个人时候必须</td>
|
|
|
+ <td>姓名</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>tax.open_name</td>
|
|
|
+ <td>tax.com_name</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
- <td>开户名称u_type2时候必须</td>
|
|
|
+ <td>单位名称</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>tax.bank_name</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
- <td>开户行u_type2时候必须</td>
|
|
|
+ <td>开户行</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>tax.bank_no</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>开户行账号</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>tax.tax_no</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
- <td>税号u_type2时候必须</td>
|
|
|
+ <td>税号</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>tax.reg_addr</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>注册地址</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>tax.reg_phone</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>注册电话</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>info</td>
|
|
@@ -8608,10 +8620,6 @@
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/object.index/tax" method="get" name="form57" id="form57">
|
|
|
<div class="form-group">
|
|
|
- <label class="control-label" for="tax">tax</label>
|
|
|
- <input type="string" class="form-control input-sm" id="tax" required placeholder="发票信息" name="tax">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
<label class="control-label" for="tax.paper_type">tax.paper_type</label>
|
|
|
<input type="string" class="form-control input-sm" id="tax.paper_type" required placeholder="1电子2纸质" name="tax.paper_type">
|
|
|
</div>
|
|
@@ -8625,19 +8633,31 @@
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="tax.name">tax.name</label>
|
|
|
- <input type="string" class="form-control input-sm" id="tax.name" required placeholder="姓名1个人时候必须" name="tax.name">
|
|
|
+ <input type="string" class="form-control input-sm" id="tax.name" required placeholder="姓名" name="tax.name">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label class="control-label" for="tax.open_name">tax.open_name</label>
|
|
|
- <input type="string" class="form-control input-sm" id="tax.open_name" required placeholder="开户名称u_type2时候必须" name="tax.open_name">
|
|
|
+ <label class="control-label" for="tax.com_name">tax.com_name</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="tax.com_name" required placeholder="单位名称" name="tax.com_name">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="tax.bank_name">tax.bank_name</label>
|
|
|
- <input type="string" class="form-control input-sm" id="tax.bank_name" required placeholder="开户行u_type2时候必须" name="tax.bank_name">
|
|
|
+ <input type="string" class="form-control input-sm" id="tax.bank_name" required placeholder="开户行" name="tax.bank_name">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="tax.bank_no">tax.bank_no</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="tax.bank_no" required placeholder="开户行账号" name="tax.bank_no">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="tax.tax_no">tax.tax_no</label>
|
|
|
- <input type="string" class="form-control input-sm" id="tax.tax_no" required placeholder="税号u_type2时候必须" name="tax.tax_no">
|
|
|
+ <input type="string" class="form-control input-sm" id="tax.tax_no" required placeholder="税号" name="tax.tax_no">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="tax.reg_addr">tax.reg_addr</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="tax.reg_addr" required placeholder="注册地址" name="tax.reg_addr">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="tax.reg_phone">tax.reg_phone</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="tax.reg_phone" required placeholder="注册电话" name="tax.reg_phone">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="info">info</label>
|
|
@@ -16715,7 +16735,7 @@
|
|
|
|
|
|
</div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
- Generated on 2022-11-15 10:55:45 <a href="./" target="_blank">苏州屏酷有限公司</a>
|
|
|
+ Generated on 2022-11-15 10:57:40 <a href="./" target="_blank">苏州屏酷有限公司</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|