工单
<p><strong>简要描述:</strong> </p>
<ul>
<li>新增</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/customerservice/csWorkOrder/listCsWorkOrder</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p>|参数名|必选|类型|说明|
|pageNo |是 |String |分页 |
|pageSize |是 |String |分页 |</p>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultMsg": "OK",
"resultCode": 200,
"resultInfo": [
{
"id": 1,
"workOrderUuid": "20180907",
"shop": null,
"customerName": "杨迪",
"customerUuid": "22222",
"contractNumber": "19951108",
"constructionAddress": "河北省",
"customerPhone": "15053578564",
"source": "网络",
"creator": null,
"listCsTrouble": null,
"status": 1,
"csCallUpList": null
},
{
"id": 2,
"workOrderUuid": "20180907",
"shop": null,
"customerName": "杨迪",
"customerUuid": "22222",
"contractNumber": "19951108",
"constructionAddress": "河北省",
"customerPhone": "15053578564",
"source": "网络",
"creator": "系统管理员",
"listCsTrouble": null,
"status": 1,
"csCallUpList": null
}
],
"page": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p><strong>简要描述:</strong> </p>
<ul>
<li>新增</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/customerservice/csWorkOrder/installCsWorkOrder</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p>|参数名|必选|类型|说明|
|customerName |是 |String |客户姓名 |
|customerUuid |是 |String |客户编码 |
|contractNumber |是 |String |合同号码 |
|constructionAddress |是 |String |施工地址 |
|customerPhone |是 |String |客户电话 |
|source |是 |String |来源 |
|source |是 |String |来源 |</p>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultMsg": "OK",
"resultCode": 200,
"resultInfo": 1,
"page": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p><strong>简要描述:</strong> </p>
<ul>
<li>图片上传</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/customerservice/csWorkOrder/csWorkOrderImageUpload</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">imgbase</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>base64编码</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultMsg": "OK",
"resultCode": 200,
"resultInfo": "https://scsjoos.oss-cn-beijing.aliyuncs.com/sc-customerservice/csWorkOrder/1542854214784.png",
"page": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p><strong>简要描述:</strong> </p>
<ul>
<li>选择客户列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/customerservice/csWorkOrder/getOrderManagementList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultMsg": "OK",
"resultCode": 200,
"resultInfo": {
"uuid": "201811261029055516TWI8",
"orderManagementList": [
{
"orderId": 471,
"customerId": 625,
"houseId": 685,
"addressId": 17448,
"enclosureid": null,
"orderType": null,
"userName": null,
"userId": null,
"userRole": null,
"createTime": null,
"space": null,
"stopTime": null,
"orderAmount": 0,
"additionalAmount": 0,
"amountOfCompletion": 0,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 2,
"finishStateName": "未签约",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": "1001",
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 75,
"schemeId": null,
"orderNumber": "20181123165335389W85LN",
"contractNumber": "1081123009",
"affiliationName": "马甸设计一部",
"areaName": null,
"affiliationCode": "100020909",
"areaCode": "",
"inspector": null,
"manager": null,
"contractStartDate": "2018-11-26",
"contractCompletionDate": "2019-01-29",
"contractDuration": "45",
"customerNumber": "20181123165205452HR97U",
"customerName": "小肉肉",
"customerPhone": "15910235263",
"location": "华北地区北京市北京市东城区东贸国际4号楼3单元2层1室",
"founder": "李孟华",
"founderId": "7b59f417a2874cfaaa99d672e9ed3312",
"founderPhone": "18101368109",
"holidayConstruction": 2,
"setCode": "20180816181530149YRR0N",
"setName": "完美家装时光版",
"packageCode": "20180817105338792D9JK3",
"packageVersion": "完美家装时光版",
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 0,
"deposit": 0,
"addedClass": 0,
"managerId": null,
"inspectorId": null,
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 0,
"mediumTerm": 0,
"tailPeriod": 0,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": null,
"confirmationTime": null,
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": null,
"dispatchedStaffName": null,
"dispatchedStaffTime": null,
"actualStartingTime": null,
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": 0,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": null,
"inspectorName": null,
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": "东贸国际",
"huxingSplicing": "4室3厅2厨1卫",
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 0,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": "1380990109",
"profitCenter": "1380011",
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": null,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": null,
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 470,
"customerId": 624,
"houseId": 684,
"addressId": 17447,
"enclosureid": null,
"orderType": null,
"userName": null,
"userId": null,
"userRole": null,
"createTime": null,
"space": null,
"stopTime": null,
"orderAmount": 0,
"additionalAmount": 0,
"amountOfCompletion": 0,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 2,
"finishStateName": "未签约",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": "1005",
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 0,
"schemeId": null,
"orderNumber": "20181123162401519G7YOO",
"contractNumber": "1081125001",
"affiliationName": "信息技术中心",
"areaName": null,
"affiliationCode": "10003",
"areaCode": "",
"inspector": null,
"manager": null,
"contractStartDate": null,
"contractCompletionDate": null,
"contractDuration": null,
"customerNumber": "20181123162341487CAC5S",
"customerName": "小花",
"customerPhone": "13866689836",
"location": "华北地区北京市北京市朝阳区东贸国际2号楼3单元4层234室",
"founder": "系统管理员",
"founderId": "1",
"founderPhone": "18610298675",
"holidayConstruction": 2,
"setCode": null,
"setName": null,
"packageCode": null,
"packageVersion": null,
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 0,
"deposit": 0,
"addedClass": 0,
"managerId": null,
"inspectorId": null,
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 0,
"mediumTerm": 0,
"tailPeriod": 0,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": null,
"confirmationTime": null,
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": null,
"dispatchedStaffName": null,
"dispatchedStaffTime": null,
"actualStartingTime": null,
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": 0,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": null,
"inspectorName": null,
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": "东贸国际",
"huxingSplicing": "4室3厅2厨1卫",
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 0,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": "1380030101",
"profitCenter": "1380001",
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": null,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": null,
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 469,
"customerId": 623,
"houseId": 683,
"addressId": 17446,
"enclosureid": null,
"orderType": null,
"userName": null,
"userId": 0,
"userRole": null,
"createTime": "2018-11-23 14:50:26",
"space": null,
"stopTime": null,
"orderAmount": 0,
"additionalAmount": 0,
"amountOfCompletion": 0,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 2,
"finishStateName": "未签约",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": null,
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 82,
"schemeId": null,
"orderNumber": "20181123145026821APKC3",
"contractNumber": "1081123008",
"affiliationName": "朝阳路设计部",
"areaName": null,
"affiliationCode": "100020930",
"areaCode": "",
"inspector": null,
"manager": null,
"contractStartDate": "2018-11-24",
"contractCompletionDate": "2019-01-07",
"contractDuration": "30",
"customerNumber": "",
"customerName": "洋底底",
"customerPhone": "1511026123",
"location": "北京市朝阳区翠成馨园123号楼1单元11层1102",
"founder": "fdgdfgfd",
"founderId": "0410607dd7a144eaa1b4e266744505cd",
"founderPhone": "15901290686",
"holidayConstruction": null,
"setCode": null,
"setName": null,
"packageCode": null,
"packageVersion": null,
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 0,
"deposit": 0,
"addedClass": 0,
"managerId": null,
"inspectorId": null,
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 0,
"mediumTerm": 0,
"tailPeriod": 0,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": null,
"confirmationTime": null,
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": null,
"dispatchedStaffName": null,
"dispatchedStaffTime": null,
"actualStartingTime": null,
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": 0,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": null,
"inspectorName": null,
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": null,
"huxingSplicing": "2室4厅1厨6卫",
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 0,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": null,
"profitCenter": null,
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": null,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": null,
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 468,
"customerId": 621,
"houseId": 681,
"addressId": 17444,
"enclosureid": null,
"orderType": null,
"userName": null,
"userId": null,
"userRole": null,
"createTime": "2018-11-23 11:13:29",
"space": null,
"stopTime": null,
"orderAmount": 0,
"additionalAmount": 0,
"amountOfCompletion": 0,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 2,
"finishStateName": "未签约",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": null,
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 0,
"schemeId": null,
"orderNumber": "20181123111329160GA1F3",
"contractNumber": "1081123006",
"affiliationName": "朝阳路设计部",
"areaName": null,
"affiliationCode": "100020930",
"areaCode": "",
"inspector": null,
"manager": null,
"contractStartDate": null,
"contractCompletionDate": null,
"contractDuration": null,
"customerNumber": "",
"customerName": "風格豆腐乾豆腐乾",
"customerPhone": "19910526626",
"location": null,
"founder": "手動閥手動閥",
"founderId": "0410607dd7a144eaa1b4e266744505cd",
"founderPhone": "15901290686",
"holidayConstruction": null,
"setCode": null,
"setName": null,
"packageCode": null,
"packageVersion": null,
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 0,
"deposit": 0,
"addedClass": 0,
"managerId": null,
"inspectorId": null,
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 0,
"mediumTerm": 0,
"tailPeriod": 0,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": null,
"confirmationTime": null,
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": null,
"dispatchedStaffName": null,
"dispatchedStaffTime": null,
"actualStartingTime": null,
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": 0,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": null,
"inspectorName": null,
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": null,
"huxingSplicing": null,
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 0,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": null,
"profitCenter": null,
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": null,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": null,
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 467,
"customerId": 620,
"houseId": 680,
"addressId": 17443,
"enclosureid": null,
"orderType": null,
"userName": null,
"userId": null,
"userRole": null,
"createTime": "2018-11-23 11:11:14",
"space": null,
"stopTime": null,
"orderAmount": 0,
"additionalAmount": 0,
"amountOfCompletion": 0,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 2,
"finishStateName": "未签约",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": null,
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 0,
"schemeId": null,
"orderNumber": "2018112311111408295M4J",
"contractNumber": "1081123005",
"affiliationName": "朝阳路设计部",
"areaName": null,
"affiliationCode": "100020930",
"areaCode": "",
"inspector": null,
"manager": null,
"contractStartDate": null,
"contractCompletionDate": null,
"contractDuration": null,
"customerNumber": "",
"customerName": "的廣汎豆腐乾",
"customerPhone": "19910526626",
"location": null,
"founder": "廣東佛山給對方",
"founderId": "0410607dd7a144eaa1b4e266744505cd",
"founderPhone": "15901290686",
"holidayConstruction": null,
"setCode": null,
"setName": null,
"packageCode": null,
"packageVersion": null,
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 0,
"deposit": 0,
"addedClass": 0,
"managerId": null,
"inspectorId": null,
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 0,
"mediumTerm": 0,
"tailPeriod": 0,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": null,
"confirmationTime": null,
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": null,
"dispatchedStaffName": null,
"dispatchedStaffTime": null,
"actualStartingTime": null,
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": 0,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": null,
"inspectorName": null,
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": null,
"huxingSplicing": null,
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 0,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": null,
"profitCenter": null,
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": null,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": null,
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 465,
"customerId": 617,
"houseId": 677,
"addressId": 17440,
"enclosureid": null,
"orderType": null,
"userName": null,
"userId": 0,
"userRole": null,
"createTime": null,
"space": null,
"stopTime": null,
"orderAmount": 115731.09,
"additionalAmount": 0,
"amountOfCompletion": 115842.09,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 3,
"finishStateName": "已签约",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": "1001",
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 56,
"schemeId": null,
"orderNumber": "20181123110744761C4WC6",
"contractNumber": "1081123004",
"affiliationName": "信息技术中心",
"areaName": null,
"affiliationCode": "10003",
"areaCode": "",
"inspector": null,
"manager": null,
"contractStartDate": "2018-11-23",
"contractCompletionDate": "2019-04-08",
"contractDuration": "89",
"customerNumber": "20181123110633671G46ON",
"customerName": "test1123_1110",
"customerPhone": "18500522212",
"location": "华北地区北京市北京市东城区测试123号楼4单元5层5室",
"founder": "系统管理员",
"founderId": "1",
"founderPhone": "18610298675",
"holidayConstruction": 2,
"setCode": "20180816181530149YRR0N",
"setName": "完美家装时光版",
"packageCode": "20180817105338792D9JK3",
"packageVersion": "完美家装时光版",
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": "116.484857",
"longitude": "40.006443",
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 120,
"deposit": 120,
"addedClass": 111,
"managerId": null,
"inspectorId": null,
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 92584,
"mediumTerm": 20831,
"tailPeriod": 2316.09,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": null,
"confirmationTime": null,
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": null,
"dispatchedStaffName": null,
"dispatchedStaffTime": null,
"actualStartingTime": null,
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": null,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": null,
"inspectorName": null,
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": "测试",
"huxingSplicing": "6室4厅5厨5卫",
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 0,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": "1380030101",
"profitCenter": "1380001",
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": -1,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": null,
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 462,
"customerId": 615,
"houseId": 675,
"addressId": 17438,
"enclosureid": null,
"orderType": null,
"userName": null,
"userId": 0,
"userRole": null,
"createTime": null,
"space": null,
"stopTime": null,
"orderAmount": 112789.04,
"additionalAmount": 0,
"amountOfCompletion": 112789.04,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 3,
"finishStateName": "已签约",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": "1005",
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 100,
"schemeId": null,
"orderNumber": "20181123101956131WMFZZ",
"contractNumber": "1081123003",
"affiliationName": "信息技术中心",
"areaName": null,
"affiliationCode": "10003",
"areaCode": "",
"inspector": null,
"manager": null,
"contractStartDate": "2018-11-30",
"contractCompletionDate": "2019-05-02",
"contractDuration": "99",
"customerNumber": "20181123101936381Z812B",
"customerName": "小花",
"customerPhone": "13866689836",
"location": "华北地区北京市北京市朝阳区东贸国际2号楼3单元4层234室",
"founder": "系统管理员",
"founderId": "1",
"founderPhone": "18610298675",
"holidayConstruction": 2,
"setCode": "20181029102522444HS3U3",
"setName": "爱住+(一居室)",
"packageCode": "201810291033090648O7WV",
"packageVersion": "爱住(一居室)",
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 3000,
"deposit": 1000,
"addedClass": 0,
"managerId": null,
"inspectorId": null,
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 90231,
"mediumTerm": 20302,
"tailPeriod": 2256.04,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": null,
"confirmationTime": null,
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": null,
"dispatchedStaffName": null,
"dispatchedStaffTime": null,
"actualStartingTime": null,
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": null,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": null,
"inspectorName": null,
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": "东贸国际",
"huxingSplicing": "4室3厅2厨1卫",
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 0,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": "1380030101",
"profitCenter": "1380001",
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": 2,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": null,
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 461,
"customerId": 614,
"houseId": 674,
"addressId": 17437,
"enclosureid": null,
"orderType": null,
"userName": "系统管理员",
"userId": 0,
"userRole": null,
"createTime": "2018-11-23 19:04:51",
"space": null,
"stopTime": null,
"orderAmount": 118195.23,
"additionalAmount": 0,
"amountOfCompletion": 118195.23,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 7,
"finishStateName": "施工中",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": "1005",
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 100,
"schemeId": null,
"orderNumber": "201811230944306429COB4",
"contractNumber": "1081123002",
"affiliationName": "信息技术中心",
"areaName": null,
"affiliationCode": "10003",
"areaCode": "",
"inspector": "fcf684546cbc4ba8a391440727592005",
"manager": "7f8ff2a0333d4a578596b9a2c0b9207d",
"contractStartDate": "2018-11-30",
"contractCompletionDate": "2019-04-12",
"contractDuration": "88",
"customerNumber": "2018112309441070070J9V",
"customerName": "大花",
"customerPhone": "13866689836",
"location": "华北地区北京市北京市朝阳区东贸国际2号楼3单元4层234室",
"founder": "系统管理员",
"founderId": "1",
"founderPhone": "18610298675",
"holidayConstruction": 2,
"setCode": "20181029102522444HS3U3",
"setName": "爱住+(一居室)",
"packageCode": "201810291033090648O7WV",
"packageVersion": "爱住(一居室)",
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 3000,
"deposit": 1000,
"addedClass": 0,
"managerId": "7f8ff2a0333d4a578596b9a2c0b9207d",
"inspectorId": "fcf684546cbc4ba8a391440727592005",
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 94556,
"mediumTerm": 21275,
"tailPeriod": 2364.23,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": "2018-11-27 19:12:00",
"confirmationTime": "2018-11-23 19:09:58",
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": "1",
"dispatchedStaffName": "admin",
"dispatchedStaffTime": "2018-11-23 19:13:07",
"actualStartingTime": "2018-11-28",
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": null,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": "曹从东",
"inspectorName": "美丽实小创测试",
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": "东贸国际",
"huxingSplicing": "4室3厅2厨1卫",
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 1,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": "1380030101",
"profitCenter": "1380001",
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": -1,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": "13",
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 460,
"customerId": 613,
"houseId": 673,
"addressId": 17436,
"enclosureid": null,
"orderType": null,
"userName": null,
"userId": null,
"userRole": null,
"createTime": "2018-11-23 09:39:57",
"space": null,
"stopTime": null,
"orderAmount": 0,
"additionalAmount": 0,
"amountOfCompletion": 0,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 2,
"finishStateName": "未签约",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": null,
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 100,
"schemeId": null,
"orderNumber": "201811230939572276ZB79",
"contractNumber": "1081123001",
"affiliationName": "朝阳路设计部",
"areaName": null,
"affiliationCode": "100020930",
"areaCode": "",
"inspector": null,
"manager": null,
"contractStartDate": "2018-11-23",
"contractCompletionDate": "2019-03-20",
"contractDuration": "86",
"customerNumber": "",
"customerName": "张艺兴",
"customerPhone": "19910526626",
"location": "",
"founder": "意义",
"founderId": "0410607dd7a144eaa1b4e266744505cd",
"founderPhone": "15901290686",
"holidayConstruction": 1,
"setCode": "20181112113307431VH9JC",
"setName": "轻工辅料",
"packageCode": "201811121133388530FXK3",
"packageVersion": "完美家装",
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 0,
"deposit": 0,
"addedClass": 0,
"managerId": null,
"inspectorId": null,
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 0,
"mediumTerm": 0,
"tailPeriod": 0,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": null,
"confirmationTime": null,
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": null,
"dispatchedStaffName": null,
"dispatchedStaffTime": null,
"actualStartingTime": null,
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": 0,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": null,
"inspectorName": null,
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": null,
"huxingSplicing": "2室1厅1厨1卫",
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 0,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": null,
"profitCenter": null,
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": null,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": null,
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
},
{
"orderId": 459,
"customerId": 591,
"houseId": 672,
"addressId": 17435,
"enclosureid": null,
"orderType": null,
"userName": "雷力明",
"userId": null,
"userRole": null,
"createTime": "2018-11-22 19:45:11",
"space": null,
"stopTime": null,
"orderAmount": 107553.85,
"additionalAmount": 0,
"amountOfCompletion": 108776.05,
"payWay": null,
"totalAmount": 0,
"billNo": null,
"remark": null,
"orderLevel": null,
"orderGrade": null,
"orderState": 1,
"finishState": 7,
"finishStateName": "施工中",
"nodeState": null,
"deleteFlag": null,
"supplierId": null,
"cityCode": null,
"districtCode": "1001",
"parentTaskId": null,
"requireId": null,
"parentOrderId": null,
"createNode": null,
"taskId": null,
"orderArea": 65,
"schemeId": null,
"orderNumber": "20181122194222339BJDFO",
"contractNumber": "1081122006",
"affiliationName": "信息技术中心",
"areaName": null,
"affiliationCode": "10003",
"areaCode": "",
"inspector": "514a561582f2476abdd86fd195c6f302",
"manager": "7a17e54d76f841748a24d37c315cb493",
"contractStartDate": "2018-11-23",
"contractCompletionDate": "2019-02-11",
"contractDuration": "50",
"customerNumber": "",
"customerName": "张张",
"customerPhone": "15110265368",
"location": "华北地区北京市北京市东城区测试小区1号楼2单元4层403室",
"founder": "梅国新",
"founderId": "7d126ef0ee974f039b0ebbedef6faca6",
"founderPhone": "18610286791",
"holidayConstruction": 2,
"setCode": "20180816181422045YC4G2",
"setName": "完美家装经典版3.0",
"packageCode": "2018081618162136815P6A",
"packageVersion": "完美家装",
"vipCode": null,
"vipType": null,
"vipDetailedCode": null,
"vipDetailedName": null,
"baseDiscounts": 100,
"latitude": null,
"longitude": null,
"archivalNumber": null,
"archivalStatus": -1,
"archivingTime": null,
"designFee": 2000,
"deposit": 0,
"addedClass": 0,
"managerId": "7a17e54d76f841748a24d37c315cb493",
"inspectorId": "514a561582f2476abdd86fd195c6f302",
"managerPhone": null,
"inspectorPhone": null,
"downpayment": 86043,
"mediumTerm": 19359,
"tailPeriod": 2151.85,
"companyId": "101",
"company": "实创实景家装(北京)有限公司",
"fChanneluserID": null,
"orderUuid": null,
"woodPrices": null,
"cupboardPrices": null,
"contractCreateTime": null,
"changeMoney": 0,
"appointmentTime": "2018-11-23 20:02:00",
"confirmationTime": "2018-11-22 20:01:15",
"confirmationBeginTime": null,
"confirmationEndTime": null,
"dispatchedStaffId": "7d126ef0ee974f039b0ebbedef6faca6",
"dispatchedStaffName": "18610286791",
"dispatchedStaffTime": "2018-11-22 19:45:47",
"actualStartingTime": "2018-11-23",
"actualbeginTime": null,
"actualOverTime": null,
"actualCompletionTime": null,
"failureIdentification": null,
"finishStateToString": null,
"finishStates": null,
"crmCustomer": null,
"comHousess": null,
"comAddresses": null,
"comTransactionRecordList": null,
"comTransactionRecord": null,
"amountPrices": null,
"changePrices": null,
"indemnityPrices": null,
"refundPrices": null,
"unrefundPrices": null,
"managerName": "范光明",
"inspectorName": "黄大纲",
"data": null,
"delay": null,
"supplierTransferTime": null,
"overbookingStatus": 0,
"buildingAddr": "测试小区",
"huxingSplicing": "2室1厅1厨1卫",
"transactionTypeCode": null,
"amountPayables": null,
"amountOfPayments": null,
"surplusPrices": null,
"amountPrice": null,
"amountOfPrice": null,
"surplusAmount": null,
"amountPayablesPrices": null,
"didAmountPayablesPrices": null,
"moneyPayable": null,
"draweeTime": null,
"disclosureStatus": 1,
"disclosureStatusToString": null,
"depositOffset": null,
"transactionRecordId": null,
"state": 0,
"costCenter": "1380030101",
"profitCenter": "1380001",
"room": null,
"hall": null,
"kitchen": null,
"toilet": null,
"completionNode": null,
"changMoney": null,
"tradingFlow": null,
"capitalizationAmount": null,
"amountOfPaymentToString": null,
"measuredArea": null,
"woodworkingDesigner": null,
"woodworkingDesignerid": null,
"woodworkingDesignerphone": null,
"supPrices": null,
"transactionTypeName": null,
"sendNames": "13",
"amountOfPayment": null,
"paymentMethodName": null,
"serviceCharge": null,
"abstracts": null,
"receiptNumber": null,
"agent": null,
"identification": null,
"seach": null,
"detail": null
}
]
},
"page": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>