作者 杨育虎

2

... ... @@ -5889,6 +5889,12 @@
</thead>
<tbody>
<tr>
<td>invoice_head</td>
<td>string</td>
<td></td>
<td>发票抬头</td>
</tr>
<tr>
<td>invoice_people</td>
<td>string</td>
<td></td>
... ... @@ -5912,18 +5918,6 @@
<td></td>
<td>详细地址</td>
</tr>
<tr>
<td>type</td>
<td>int</td>
<td></td>
<td>抬头类型:1=企业单位,2=个人</td>
</tr>
<tr>
<td>invoice_type</td>
<td>int</td>
<td></td>
<td>发票类型:1=专用发票,2=普通发票</td>
</tr>
</tbody>
</table>
</div>
... ... @@ -5954,6 +5948,10 @@
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/Invoice/ApplyForProfessionalInvoice" method="POST" name="form45" id="form45">
<div class="form-group">
<label class="control-label" for="invoice_head">invoice_head</label>
<input type="string" class="form-control input-sm" id="invoice_head" placeholder="发票抬头" name="invoice_head">
</div>
<div class="form-group">
<label class="control-label" for="invoice_people">invoice_people</label>
<input type="string" class="form-control input-sm" id="invoice_people" required placeholder="收票人" name="invoice_people">
</div>
... ... @@ -5970,14 +5968,6 @@
<input type="string" class="form-control input-sm" id="address_con" required placeholder="详细地址" name="address_con">
</div>
<div class="form-group">
<label class="control-label" for="type">type</label>
<input type="int" class="form-control input-sm" id="type" required placeholder="抬头类型:1=企业单位,2=个人" name="type">
</div>
<div class="form-group">
<label class="control-label" for="invoice_type">invoice_type</label>
<input type="int" class="form-control input-sm" id="invoice_type" required placeholder="发票类型:1=专用发票,2=普通发票" name="invoice_type">
</div>
<div class="form-group">
<button type="submit" class="btn btn-success send" rel="45">提交</button>
<button type="reset" class="btn btn-info" rel="45">重置</button>
</div>
... ... @@ -6854,30 +6844,7 @@
<div class="panel panel-default">
<div class="panel-heading"><strong>参数</strong></div>
<div class="panel-body">
<table class="table table-hover">
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必选</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>invoice_type</td>
<td>int</td>
<td></td>
<td>发票类型:1=专用发票,2=普通发票</td>
</tr>
<tr>
<td>type</td>
<td>int</td>
<td></td>
<td>抬头类型:1=企业单位,2=个人</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-default">
... ... @@ -6906,12 +6873,7 @@
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/Invoice/InvoiceDataRendering" method="POST" name="form46" id="form46">
<div class="form-group">
<label class="control-label" for="invoice_type">invoice_type</label>
<input type="int" class="form-control input-sm" id="invoice_type" required placeholder="发票类型:1=专用发票,2=普通发票" name="invoice_type">
</div>
<div class="form-group">
<label class="control-label" for="type">type</label>
<input type="int" class="form-control input-sm" id="type" required placeholder="抬头类型:1=企业单位,2=个人" name="type">
</div>
<div class="form-group">
<button type="submit" class="btn btn-success send" rel="46">提交</button>
... ... @@ -6981,6 +6943,7 @@
"mobile": "",
"address": "",
"address_con": ""
"invoice_head":""
}
}
}</pre>
... ... @@ -22839,6 +22802,12 @@
<td>company_tel</td>
<td>string</td>
<td></td>
<td>注册电话</td>
</tr>
<tr>
<td>register_tel</td>
<td>string</td>
<td></td>
<td>公司电话</td>
</tr>
<tr>
... ... @@ -22854,6 +22823,12 @@
<td>行业</td>
</tr>
<tr>
<td>paragraph</td>
<td>int</td>
<td></td>
<td>税号</td>
</tr>
<tr>
<td>business_avatar</td>
<td>string</td>
<td></td>
... ... @@ -22918,7 +22893,11 @@
</div>
<div class="form-group">
<label class="control-label" for="company_tel">company_tel</label>
<input type="string" class="form-control input-sm" id="company_tel" required placeholder="公司电话" name="company_tel">
<input type="string" class="form-control input-sm" id="company_tel" required placeholder="注册电话" name="company_tel">
</div>
<div class="form-group">
<label class="control-label" for="register_tel">register_tel</label>
<input type="string" class="form-control input-sm" id="register_tel" required placeholder="公司电话" name="register_tel">
</div>
<div class="form-group">
<label class="control-label" for="type_id">type_id</label>
... ... @@ -22929,6 +22908,10 @@
<input type="int" class="form-control input-sm" id="industry_id" required placeholder="行业" name="industry_id">
</div>
<div class="form-group">
<label class="control-label" for="paragraph">paragraph</label>
<input type="int" class="form-control input-sm" id="paragraph" required placeholder="税号" name="paragraph">
</div>
<div class="form-group">
<label class="control-label" for="business_avatar">business_avatar</label>
<input type="string" class="form-control input-sm" id="business_avatar" required placeholder="营业执照" name="business_avatar">
</div>
... ... @@ -24472,7 +24455,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2020-08-01 15:30:00 </div>
Generated on 2020-08-03 13:45:44 </div>
<div class="col-md-6" align="right">
<a href="./" target="_blank">零件商城</a>
</div>
... ...