Commit 12c2ea6e by 王昆

gsb

parent b7e8e132
......@@ -2,7 +2,12 @@
1. [业务进度字典](#processList)
2. [发票申请页](#invoicePage)
1. [申请列表页](#myInvoicePage)
1. [分配业务员](#deliverAssignSalesman)
1. [开具发票](#invoiced)
1. [提交审核](#submitAudit)
1. [审核失败](#deliverReject)
1. [交付商交付](#delivered)
1. [查询详细信息](#invoice)
## **<a name="processList"> 业务进度字典 </a>**
[返回到目录](#menu)
......@@ -153,4 +158,154 @@
"requestid": "dc53b7fb2151425e8366edfe317bb8b5"
}
```
\ No newline at end of file
```
## **<a name="invoice"> 查询详细信息 </a>**     
[返回到目录](#menu)     
**接口方式** HTTP
**HTTP方法** POST
**URI路径** /web/invoice/invoiceCtl/invoice
**参数验证**
**参数**
**示例**
```javascript
{
"id": "11855693476003245"
}
```
**返回结果**
| 参数名|数据类型| 说明 |
|---|:---:|---|
| status | Number | 状态码 |
| msg | String | 提示信息 |
| data | JSON | 返回值 |
**示例**
```javascript
{
"status": 0,
"msg": "操作成功",
"data": {
"id": "11855693476003245",
"channel_id": "1",
"invoice_type": "10",
"invoice_no": "17485952652",
"invoice_number": "NO 02995608",
"invoice_time": "2020-03-10T00:00:00.000Z",
"merchant_id": "2",
"merchant_name": "汉唐信通(北京)科技有限公司",
"merchant_credit_code": "911101083066224948",
"merchant_addr": "北京市海淀区北清路164号17-27号院813号",
"merchant_mobile": "010-8492****",
"merchant_bank": "工商银行海淀区北清路支行",
"merchant_account": "gongsibao",
"businessmen_type": "10",
"businessmen_id": "1",
"businessmen_credit_code": "91110105MA00723E4F",
"businessmen_name": "北京创知厚德科技有限公司",
"businessmen_addr": "北京市朝阳区创远路36号院10号楼1层102",
"businessmen_mobile": "1331112****",
"businessmen_bank": "工商银行朝阳支行",
"businessmen_account": "chuangzhihoude",
"apply_no": "GONGSIBAO20200214",
"apply_time": "2020-03-10T16:00:00.000Z",
"invoice_amount": 4000,
"invoice_content": "服务费",
"contract": "https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=1155989947,2985386605&fm=26&gp=0.jpg",
"personal_invoice_tax": 100,
"additional_tax": 0,
"value_added_tax": 0,
"mail_addr": "北京市朝阳区创远路36号院10号楼1层102",
"mail_mobile": "010-3359658",
"mail_to": "flzhang@gongsibao.com",
"statements": null,
"invoice_img": "https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=339685511,2228408993&fm=26&gp=0.jpg",
"invoice_deliver_id": "11435635657000115",
"deliver_id": "13133030477001094",
"bd_id": "4",
"bd_path": "/公司宝/bpo/大客户/30/30/",
"product_id": "50010000",
"status": "1120",
"created_at": "2020-03-12T08:51:12.000Z",
"updated_at": "2020-03-12T08:51:12.000Z",
"deleted_at": null,
"version": 7,
"invoiceinforeg": {
"id": "11855693476003245",
"deliver_mail_addr": "上海开封",
"deliver_mail_to": "superman",
"deliver_mail_mobile": "18833836395",
"audit_content": "订单无误,可进行交付",
"deliver_content": "发票",
"deliver_mail_no": "sf78946234",
"audit_result": "交付商交付",
"created_at": "2020-03-12T08:51:12.000Z",
"updated_at": "2020-03-12T08:51:12.000Z",
"deleted_at": null,
"version": 0
},
"invoicedeliver": {
"id": "11435635657000115",
"invoice_id": "11855693476003245",
"deliver_id": "13133030477001094",
"deliver_name": "上海交付商",
"deliver_delive": 2000,
"deliver_mail_no": "",
"deliver_img": "",
"operator_id": "24",
"created_at": "2020-03-12T12:57:44.000Z",
"updated_at": "2020-03-12T12:57:44.000Z",
"deleted_at": null,
"version": 0
},
"invoicesummaryinfo": {
"id": "11855693476003245",
"province": "上海市",
"invoice_type": "10",
"invoice_join": "10",
"invoice_no": "17485952652",
"invoice_number": "NO 02995608",
"invoice_time": "2020-03-09T16:00:00.000Z",
"merchant_name": "汉唐信通(北京)科技有限公司",
"merchant_credit_code": "911101083066224948",
"merchant_addr": "北京市海淀区北清路164号17-27号院813号",
"merchant_mobile": "010-8492****",
"merchant_bank": "工商银行海淀区北清路支行",
"merchant_account": "gongsibao",
"businessmen_credit_code": "91110105MA00723E4F",
"businessmen_name": "北京创知厚德科技有限公司",
"businessmen_addr": "北京市朝阳区创远路36号院10号楼1层102",
"businessmen_mobile": "1331112****",
"businessmen_bank": "工商银行朝阳支行",
"businessmen_account": "chuangzhihoude",
"summary": [
{
"summaryType": "企业管理服务",
"summaryInfo": "市场推广",
"category": "xxxxx",
"unit": "元(人民币)",
"number": "1000",
"unitPrice": "100",
"amount": "100000",
"taxRate": "3%",
"taxAmount": "3000"
}
],
"created_at": "2020-03-12T08:51:12.000Z",
"updated_at": "2020-03-12T08:51:12.000Z",
"deleted_at": null,
"version": 0
}
},
"bizmsg": "empty",
"requestid": "5dd0431bbb8749ea848f9e92644c2eeb"
}
```
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 to comment