Commit 70076d1d by 王军业

更新每个子表的主键类型为int型

1 parent 43c8861d
...@@ -204,16 +204,16 @@ ...@@ -204,16 +204,16 @@
<tr class="row-even"><td>project_unid</td> <tr class="row-even"><td>project_unid</td>
<td><em></em></td> <td><em></em></td>
<td>FK</td> <td>FK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>项目id</td> <td>项目id(int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>customer_unid</td> <tr class="row-odd"><td>customer_unid</td>
<td><em></em></td> <td><em></em></td>
<td>FK</td> <td>FK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>客户id</td> <td>客户id(int类型)</td>
</tr> </tr>
<tr class="row-even"><td>province</td> <tr class="row-even"><td>province</td>
<td><em></em></td> <td><em></em></td>
...@@ -427,9 +427,9 @@ code服务行选择行选择</td> ...@@ -427,9 +427,9 @@ code服务行选择行选择</td>
<tr class="row-even"><td>payment_unid</td> <tr class="row-even"><td>payment_unid</td>
<td><em></em></td> <td><em></em></td>
<td>PK</td> <td>PK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>主键</td> <td>主键(自增长的int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>contract_unid</td> <tr class="row-odd"><td>contract_unid</td>
<td><em></em></td> <td><em></em></td>
...@@ -504,9 +504,9 @@ code服务行选择行选择</td> ...@@ -504,9 +504,9 @@ code服务行选择行选择</td>
<tr class="row-even"><td>reback_unid</td> <tr class="row-even"><td>reback_unid</td>
<td><em></em></td> <td><em></em></td>
<td>PK</td> <td>PK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>主键</td> <td>主键(自增长的int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>contract_unid</td> <tr class="row-odd"><td>contract_unid</td>
<td><em></em></td> <td><em></em></td>
...@@ -573,9 +573,9 @@ code服务行选择行选择</td> ...@@ -573,9 +573,9 @@ code服务行选择行选择</td>
<tr class="row-even"><td>receipt_unid</td> <tr class="row-even"><td>receipt_unid</td>
<td><em></em></td> <td><em></em></td>
<td>PK</td> <td>PK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>合同开票信息主键</td> <td>主键(自增长的int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>contract_unid</td> <tr class="row-odd"><td>contract_unid</td>
<td><em></em></td> <td><em></em></td>
...@@ -649,9 +649,9 @@ code服务行选择行选择</td> ...@@ -649,9 +649,9 @@ code服务行选择行选择</td>
<tr class="row-even"><td>deliver_unid</td> <tr class="row-even"><td>deliver_unid</td>
<td><em></em></td> <td><em></em></td>
<td>PK</td> <td>PK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>发货信息主键</td> <td>主键(自增长的int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>contract_unid</td> <tr class="row-odd"><td>contract_unid</td>
<td><em></em></td> <td><em></em></td>
...@@ -704,9 +704,9 @@ code服务行选择行选择</td> ...@@ -704,9 +704,9 @@ code服务行选择行选择</td>
<tr class="row-even"><td>acceptanc_unid</td> <tr class="row-even"><td>acceptanc_unid</td>
<td><em></em></td> <td><em></em></td>
<td>PK</td> <td>PK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>工程验收信息主键</td> <td>主键(自增长的int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>contract_unid</td> <tr class="row-odd"><td>contract_unid</td>
<td><em></em></td> <td><em></em></td>
...@@ -766,9 +766,9 @@ code服务行选择行选择</td> ...@@ -766,9 +766,9 @@ code服务行选择行选择</td>
<tr class="row-even"><td>appendix_unid</td> <tr class="row-even"><td>appendix_unid</td>
<td><em></em></td> <td><em></em></td>
<td>PK</td> <td>PK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>附件主键</td> <td>附件主键(自增长的int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>business_table</td> <tr class="row-odd"><td>business_table</td>
<td><em></em></td> <td><em></em></td>
...@@ -835,9 +835,9 @@ code服务行选择行选择</td> ...@@ -835,9 +835,9 @@ code服务行选择行选择</td>
<tr class="row-even"><td>project_unid</td> <tr class="row-even"><td>project_unid</td>
<td><em></em></td> <td><em></em></td>
<td>PK</td> <td>PK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>项目id</td> <td>项目id(自增长的int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>project_name</td> <tr class="row-odd"><td>project_name</td>
<td><em></em></td> <td><em></em></td>
...@@ -876,9 +876,9 @@ code服务行选择行选择</td> ...@@ -876,9 +876,9 @@ code服务行选择行选择</td>
<tr class="row-even"><td>customer_unid</td> <tr class="row-even"><td>customer_unid</td>
<td><em></em></td> <td><em></em></td>
<td>PK</td> <td>PK</td>
<td>&lt;=32</td> <td>&#160;</td>
<td></td> <td></td>
<td>客户id</td> <td>客户id(自增长的int类型)</td>
</tr> </tr>
<tr class="row-odd"><td>customer_name</td> <tr class="row-odd"><td>customer_name</td>
<td><em></em></td> <td><em></em></td>
......
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
<blockquote> <blockquote>
<div><p>Request Body:</p> <div><p>Request Body:</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span>
<span class="s2">&quot;constract_unid&quot;</span><span class="p">:</span><span class="s2">&quot;2018-079&quot;</span><span class="p">,</span> <span class="c1">#合同unid</span> <span class="s2">&quot;contract_unid&quot;</span><span class="p">:</span><span class="s2">&quot;2018-079&quot;</span><span class="p">,</span> <span class="c1">#合同unid</span>
<span class="s2">&quot;salesperson_unid&quot;</span><span class="p">:</span><span class="s2">&quot;1235&quot;</span><span class="p">,</span> <span class="c1">#销售员unid</span> <span class="s2">&quot;salesperson_unid&quot;</span><span class="p">:</span><span class="s2">&quot;1235&quot;</span><span class="p">,</span> <span class="c1">#销售员unid</span>
<span class="s2">&quot;project_unid&quot;</span><span class="p">:</span><span class="s2">&quot;1000&quot;</span><span class="p">,</span> <span class="c1">#项目unid</span> <span class="s2">&quot;project_unid&quot;</span><span class="p">:</span><span class="s2">&quot;1000&quot;</span><span class="p">,</span> <span class="c1">#项目unid</span>
<span class="s2">&quot;customer_unid&quot;</span><span class="p">:</span><span class="s2">&quot;1000&quot;</span><span class="p">,</span> <span class="c1">#客户unid</span> <span class="s2">&quot;customer_unid&quot;</span><span class="p">:</span><span class="s2">&quot;1000&quot;</span><span class="p">,</span> <span class="c1">#客户unid</span>
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
<span class="s2">&quot;end_guarantee_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-09&quot;</span><span class="p">,</span> <span class="c1">#维保服务期结束时间</span> <span class="s2">&quot;end_guarantee_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-09&quot;</span><span class="p">,</span> <span class="c1">#维保服务期结束时间</span>
<span class="s2">&quot;mainten_start_point&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#质保期开始节点(签订时间,到货验收时间,项目终验时间)</span> <span class="s2">&quot;mainten_start_point&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#质保期开始节点(签订时间,到货验收时间,项目终验时间)</span>
<span class="s2">&quot;contract_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#合同备注</span> <span class="s2">&quot;contract_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#合同备注</span>
<span class="s2">&quot;appendix_unids&quot;</span><span class="p">:[</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span><span class="o">...</span><span class="p">]</span> <span class="c1">#合同附件(若有附件上传该字段)</span> <span class="s2">&quot;appendix_unids&quot;</span><span class="p">:[</span><span class="n">xxxx</span><span class="p">,</span><span class="n">xxxx</span><span class="p">,</span><span class="o">...</span><span class="p">]</span> <span class="c1">#合同附件(若有附件上传该字段)</span>
<span class="p">}</span> <span class="p">}</span>
</pre></div> </pre></div>
</div> </div>
...@@ -309,8 +309,8 @@ ...@@ -309,8 +309,8 @@
<span class="s2">&quot;mainten_end_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-09&quot;</span><span class="p">,</span> <span class="c1">#质保期结束时间</span> <span class="s2">&quot;mainten_end_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-09&quot;</span><span class="p">,</span> <span class="c1">#质保期结束时间</span>
<span class="s2">&quot;payment_data&quot;</span><span class="p">:[</span> <span class="c1">#付款约定</span> <span class="s2">&quot;payment_data&quot;</span><span class="p">:[</span> <span class="c1">#付款约定</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#付款unid</span> <span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#付款unid</span>
<span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#付款进度</span> <span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="mi">2</span><span class="p">,</span> <span class="c1">#付款进度</span>
<span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#付款类型</span> <span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#付款类型</span>
<span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">200</span><span class="p">,</span> <span class="c1">#天数</span> <span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">200</span><span class="p">,</span> <span class="c1">#天数</span>
<span class="s2">&quot;payment_date&quot;</span><span class="p">:</span><span class="mi">2018</span><span class="o">-</span><span class="mo">03</span><span class="o">-</span><span class="mo">02</span><span class="p">,</span> <span class="c1">#本期应付款日期</span> <span class="s2">&quot;payment_date&quot;</span><span class="p">:</span><span class="mi">2018</span><span class="o">-</span><span class="mo">03</span><span class="o">-</span><span class="mo">02</span><span class="p">,</span> <span class="c1">#本期应付款日期</span>
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: PUT</div> <div class="line">Verb: PUT</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
<span class="s2">&quot;mainten_start_point&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#质保期开始节点</span> <span class="s2">&quot;mainten_start_point&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#质保期开始节点</span>
<span class="s2">&quot;mainten_start_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#质保期开始时间</span> <span class="s2">&quot;mainten_start_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#质保期开始时间</span>
<span class="s2">&quot;contract_note&quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-02&quot;</span><span class="p">,</span> <span class="c1">#合同备注</span> <span class="s2">&quot;contract_note&quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-02&quot;</span><span class="p">,</span> <span class="c1">#合同备注</span>
<span class="s2">&quot;appendix_unids&quot;</span><span class="p">:[</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span><span class="o">...</span><span class="p">]</span> <span class="c1">#合同附件(若有附件上传该字段)</span> <span class="s2">&quot;appendix_unids&quot;</span><span class="p">:[</span><span class="n">xxxx</span><span class="p">,</span><span class="n">xxxx</span><span class="p">,</span><span class="o">...</span><span class="p">]</span> <span class="c1">#合同附件(若有附件上传该字段)</span>
<span class="p">}</span> <span class="p">}</span>
</pre></div> </pre></div>
</div> </div>
...@@ -472,8 +472,8 @@ ...@@ -472,8 +472,8 @@
<span class="s2">&quot;over_days&quot;</span><span class="p">:</span><span class="mi">176</span><span class="p">,</span> <span class="c1">#逾期天数</span> <span class="s2">&quot;over_days&quot;</span><span class="p">:</span><span class="mi">176</span><span class="p">,</span> <span class="c1">#逾期天数</span>
<span class="s2">&quot;payment_data&quot;</span><span class="p">:[</span> <span class="c1">#付款约定</span> <span class="s2">&quot;payment_data&quot;</span><span class="p">:[</span> <span class="c1">#付款约定</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#付款unid</span> <span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#付款unid</span>
<span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#付款进度</span> <span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="mi">2</span><span class="p">,</span> <span class="c1">#付款进度</span>
<span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#付款类型</span> <span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#付款类型</span>
<span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">198</span><span class="p">,</span> <span class="c1">#天数</span> <span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">198</span><span class="p">,</span> <span class="c1">#天数</span>
<span class="s2">&quot;payment_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#本期应付款日期</span> <span class="s2">&quot;payment_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#本期应付款日期</span>
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: POST</div> <div class="line">Verb: POST</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/payments</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/payments</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -550,7 +550,7 @@ ...@@ -550,7 +550,7 @@
<span class="s2">&quot;list_payment_data&quot;</span><span class="p">:</span> <span class="c1">#付款约定信息表</span> <span class="s2">&quot;list_payment_data&quot;</span><span class="p">:</span> <span class="c1">#付款约定信息表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#付款进度(1,2,3,4)</span> <span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="mi">2</span><span class="p">,</span> <span class="c1">#付款进度(1,2,3,4)</span>
<span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#付款类型,通过code服务进行选择</span> <span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#付款类型,通过code服务进行选择</span>
<span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">45</span><span class="p">,</span> <span class="c1">#天数</span> <span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">45</span><span class="p">,</span> <span class="c1">#天数</span>
<span class="s2">&quot;payment_propority&quot;</span><span class="p">:</span><span class="mf">0.30</span><span class="p">,</span> <span class="c1">#付款比例</span> <span class="s2">&quot;payment_propority&quot;</span><span class="p">:</span><span class="mf">0.30</span><span class="p">,</span> <span class="c1">#付款比例</span>
...@@ -576,7 +576,7 @@ ...@@ -576,7 +576,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: GET</div> <div class="line">Verb: GET</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/payments</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/payments</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -586,8 +586,8 @@ ...@@ -586,8 +586,8 @@
<span class="s2">&quot;list_payment_data&quot;</span><span class="p">:</span> <span class="c1">#付款约定列表</span> <span class="s2">&quot;list_payment_data&quot;</span><span class="p">:</span> <span class="c1">#付款约定列表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#付款unid</span> <span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#付款unid</span>
<span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="s2">&quot;1&quot;</span><span class="p">,</span> <span class="c1">#付款进度</span> <span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="mi">1</span><span class="p">,</span> <span class="c1">#付款进度</span>
<span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#付款类型</span> <span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#付款类型</span>
<span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">23</span><span class="p">,</span> <span class="c1">#天数</span> <span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">23</span><span class="p">,</span> <span class="c1">#天数</span>
<span class="s2">&quot;payment_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#本期应付款日期</span> <span class="s2">&quot;payment_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#本期应付款日期</span>
...@@ -608,7 +608,7 @@ ...@@ -608,7 +608,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: PUT</div> <div class="line">Verb: PUT</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/payments</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/payments</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -617,8 +617,8 @@ ...@@ -617,8 +617,8 @@
<span class="s2">&quot;list_payment_data&quot;</span><span class="p">:</span> <span class="c1">#付款约定列表</span> <span class="s2">&quot;list_payment_data&quot;</span><span class="p">:</span> <span class="c1">#付款约定列表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#付款unid</span> <span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#付款unid</span>
<span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#付款进度</span> <span class="s2">&quot;payment_progress&quot;</span><span class="p">:</span><span class="mi">2</span><span class="p">,</span> <span class="c1">#付款进度</span>
<span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#付款类型</span> <span class="s2">&quot;payment_type&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#付款类型</span>
<span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">30</span><span class="p">,</span> <span class="c1">#天数</span> <span class="s2">&quot;days&quot;</span><span class="p">:</span><span class="mi">30</span><span class="p">,</span> <span class="c1">#天数</span>
<span class="s2">&quot;payment_propority&quot;</span><span class="p">:</span><span class="mf">0.30</span><span class="p">,</span> <span class="c1">#付款比例</span> <span class="s2">&quot;payment_propority&quot;</span><span class="p">:</span><span class="mf">0.30</span><span class="p">,</span> <span class="c1">#付款比例</span>
...@@ -653,7 +653,7 @@ ...@@ -653,7 +653,7 @@
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span>
<span class="s2">&quot;payment_unids&quot;</span><span class="p">:</span> <span class="c1">#付款unid数组</span> <span class="s2">&quot;payment_unids&quot;</span><span class="p">:</span> <span class="c1">#付款unid数组</span>
<span class="p">[</span> <span class="p">[</span>
<span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#付款unid</span> <span class="s2">&quot;payment_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#付款unid</span>
<span class="o">...</span> <span class="o">...</span>
<span class="p">]</span> <span class="p">]</span>
<span class="p">}</span> <span class="p">}</span>
...@@ -678,7 +678,7 @@ ...@@ -678,7 +678,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: POST</div> <div class="line">Verb: POST</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/rebacks</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/rebacks</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -688,7 +688,7 @@ ...@@ -688,7 +688,7 @@
<span class="s2">&quot;list_reback_data&quot;</span><span class="p">:</span> <span class="c1">#合同回款信息表</span> <span class="s2">&quot;list_reback_data&quot;</span><span class="p">:</span> <span class="c1">#合同回款信息表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;reback_progress &quot;</span><span class="p">:</span><span class="s2">&quot;1&quot;</span><span class="p">,</span> <span class="c1">#回款进度</span> <span class="s2">&quot;reback_progress &quot;</span><span class="p">:</span><span class="mi">1</span><span class="p">,</span> <span class="c1">#回款进度</span>
<span class="s2">&quot;reback_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-03&quot;</span><span class="p">,</span> <span class="c1">#回款时间</span> <span class="s2">&quot;reback_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-03&quot;</span><span class="p">,</span> <span class="c1">#回款时间</span>
<span class="s2">&quot;actual_reback_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#实际回款数额</span> <span class="s2">&quot;actual_reback_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#实际回款数额</span>
<span class="s2">&quot;reback_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#回款备注</span> <span class="s2">&quot;reback_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#回款备注</span>
...@@ -716,7 +716,7 @@ ...@@ -716,7 +716,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: GET</div> <div class="line">Verb: GET</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/rebacks</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/rebacks</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -727,8 +727,8 @@ ...@@ -727,8 +727,8 @@
<span class="s2">&quot;list_reback_data&quot;</span><span class="p">:</span> <span class="c1">#回款信息列表</span> <span class="s2">&quot;list_reback_data&quot;</span><span class="p">:</span> <span class="c1">#回款信息列表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;reback_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#回款unid</span> <span class="s2">&quot;reback_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#回款unid</span>
<span class="s2">&quot;reback_progress&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#回款进度</span> <span class="s2">&quot;reback_progress&quot;</span><span class="p">:</span><span class="mi">2</span><span class="p">,</span> <span class="c1">#回款进度</span>
<span class="s2">&quot;reback_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#回款时间</span> <span class="s2">&quot;reback_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#回款时间</span>
<span class="s2">&quot;reback_propority&quot;</span><span class="p">:</span><span class="mf">0.30</span><span class="p">,</span> <span class="c1">#回款比例</span> <span class="s2">&quot;reback_propority&quot;</span><span class="p">:</span><span class="mf">0.30</span><span class="p">,</span> <span class="c1">#回款比例</span>
<span class="s2">&quot;actual_reback_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#实际回款数额</span> <span class="s2">&quot;actual_reback_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#实际回款数额</span>
...@@ -747,7 +747,7 @@ ...@@ -747,7 +747,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: PUT</div> <div class="line">Verb: PUT</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/rebacks</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/rebacks</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -756,8 +756,8 @@ ...@@ -756,8 +756,8 @@
<span class="s2">&quot;list_reback_data&quot;</span><span class="p">:</span> <span class="c1">#回款信息列表</span> <span class="s2">&quot;list_reback_data&quot;</span><span class="p">:</span> <span class="c1">#回款信息列表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;reback_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#回款unid</span> <span class="s2">&quot;reback_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#回款unid</span>
<span class="s2">&quot;reback_progress&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#回款进度</span> <span class="s2">&quot;reback_progress&quot;</span><span class="p">:</span><span class="mi">3</span><span class="p">,</span> <span class="c1">#回款进度</span>
<span class="s2">&quot;reback_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#回款时间</span> <span class="s2">&quot;reback_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#回款时间</span>
<span class="s2">&quot;actual_reback_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#实际回款数额</span> <span class="s2">&quot;actual_reback_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#实际回款数额</span>
<span class="s2">&quot;reback_note &quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#回款备注</span> <span class="s2">&quot;reback_note &quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#回款备注</span>
...@@ -791,7 +791,7 @@ ...@@ -791,7 +791,7 @@
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span>
<span class="s2">&quot;reback_unids&quot;</span><span class="p">:</span> <span class="c1">#回款unid数组</span> <span class="s2">&quot;reback_unids&quot;</span><span class="p">:</span> <span class="c1">#回款unid数组</span>
<span class="p">[</span> <span class="p">[</span>
<span class="s2">&quot;reback_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#回款unid</span> <span class="s2">&quot;reback_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#回款unid</span>
<span class="o">...</span> <span class="o">...</span>
<span class="p">]</span> <span class="p">]</span>
<span class="p">}</span> <span class="p">}</span>
...@@ -816,7 +816,7 @@ ...@@ -816,7 +816,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: POST</div> <div class="line">Verb: POST</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/receipts</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/receipts</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -826,7 +826,7 @@ ...@@ -826,7 +826,7 @@
<span class="s2">&quot;list_receipt_data&quot;</span><span class="p">:</span> <span class="c1">#合同发票信息表</span> <span class="s2">&quot;list_receipt_data&quot;</span><span class="p">:</span> <span class="c1">#合同发票信息表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;receipt_progress&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#开票进度</span> <span class="s2">&quot;receipt_progress&quot;</span><span class="p">:</span><span class="mi">3</span><span class="p">,</span> <span class="c1">#开票进度</span>
<span class="s2">&quot;receipt_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#开票金额</span> <span class="s2">&quot;receipt_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#开票金额</span>
<span class="s2">&quot;oa_flow_id&quot;</span><span class="p">:</span><span class="s2">&quot;12345&quot;</span><span class="p">,</span> <span class="c1">#oa流水号</span> <span class="s2">&quot;oa_flow_id&quot;</span><span class="p">:</span><span class="s2">&quot;12345&quot;</span><span class="p">,</span> <span class="c1">#oa流水号</span>
<span class="s2">&quot;receipt_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发票备注</span> <span class="s2">&quot;receipt_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发票备注</span>
...@@ -853,7 +853,7 @@ ...@@ -853,7 +853,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: GET</div> <div class="line">Verb: GET</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/receipts</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/receipts</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -864,8 +864,8 @@ ...@@ -864,8 +864,8 @@
<span class="s2">&quot;list_receipt_data&quot;</span><span class="p">:</span> <span class="c1">#开票信息列表</span> <span class="s2">&quot;list_receipt_data&quot;</span><span class="p">:</span> <span class="c1">#开票信息列表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;receipt_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发票unid</span> <span class="s2">&quot;receipt_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#发票unid</span>
<span class="s2">&quot;receipt_progress&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#开票次数</span> <span class="s2">&quot;receipt_progress&quot;</span><span class="p">:</span><span class="mi">3</span><span class="p">,</span> <span class="c1">#开票次数</span>
<span class="s2">&quot;oa_flow_id &quot;</span><span class="p">:</span><span class="s2">&quot;12345&quot;</span><span class="p">,</span> <span class="c1">#oa流水号</span> <span class="s2">&quot;oa_flow_id &quot;</span><span class="p">:</span><span class="s2">&quot;12345&quot;</span><span class="p">,</span> <span class="c1">#oa流水号</span>
<span class="s2">&quot;receipt_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#开票金额</span> <span class="s2">&quot;receipt_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#开票金额</span>
<span class="s2">&quot;total_receipt_amount&quot;</span><span class="p">:</span><span class="mf">5000.00</span><span class="p">,</span> <span class="c1">#累计开票金额</span> <span class="s2">&quot;total_receipt_amount&quot;</span><span class="p">:</span><span class="mf">5000.00</span><span class="p">,</span> <span class="c1">#累计开票金额</span>
...@@ -886,7 +886,7 @@ ...@@ -886,7 +886,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: PUT</div> <div class="line">Verb: PUT</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/receipts</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/receipts</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -895,8 +895,8 @@ ...@@ -895,8 +895,8 @@
<span class="s2">&quot;list_receipt_data&quot;</span><span class="p">:</span> <span class="c1">#合同发票信息表</span> <span class="s2">&quot;list_receipt_data&quot;</span><span class="p">:</span> <span class="c1">#合同发票信息表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;receipt_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发票unid</span> <span class="s2">&quot;receipt_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#发票unid</span>
<span class="s2">&quot;receipt_progress&quot;</span><span class="p">:</span><span class="s2">&quot;3&quot;</span><span class="p">,</span> <span class="c1">#开票进度</span> <span class="s2">&quot;receipt_progress&quot;</span><span class="p">:</span><span class="mi">3</span><span class="p">,</span> <span class="c1">#开票进度</span>
<span class="s2">&quot;receipt_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#开票金额</span> <span class="s2">&quot;receipt_amount&quot;</span><span class="p">:</span><span class="mf">14000.00</span><span class="p">,</span> <span class="c1">#开票金额</span>
<span class="s2">&quot;oa_flow_id&quot;</span><span class="p">:</span><span class="s2">&quot;12345&quot;</span><span class="p">,</span> <span class="c1">#oa流水号</span> <span class="s2">&quot;oa_flow_id&quot;</span><span class="p">:</span><span class="s2">&quot;12345&quot;</span><span class="p">,</span> <span class="c1">#oa流水号</span>
<span class="s2">&quot;receipt_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发票备注</span> <span class="s2">&quot;receipt_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发票备注</span>
...@@ -930,7 +930,7 @@ ...@@ -930,7 +930,7 @@
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span>
<span class="s2">&quot;receipt_unids&quot;</span><span class="p">:</span> <span class="c1">#发票unid数组</span> <span class="s2">&quot;receipt_unids&quot;</span><span class="p">:</span> <span class="c1">#发票unid数组</span>
<span class="p">[</span> <span class="p">[</span>
<span class="s2">&quot;receipt_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发票unid</span> <span class="s2">&quot;receipt_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#发票unid</span>
<span class="o">...</span> <span class="o">...</span>
<span class="p">]</span> <span class="p">]</span>
<span class="p">}</span> <span class="p">}</span>
...@@ -955,7 +955,7 @@ ...@@ -955,7 +955,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: POST</div> <div class="line">Verb: POST</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/delivers</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/delivers</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -990,7 +990,7 @@ ...@@ -990,7 +990,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: GET</div> <div class="line">Verb: GET</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/delivers</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/delivers</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -1001,7 +1001,7 @@ ...@@ -1001,7 +1001,7 @@
<span class="s2">&quot;list_deliver_data&quot;</span><span class="p">:</span> <span class="c1">#发货信息列表</span> <span class="s2">&quot;list_deliver_data&quot;</span><span class="p">:</span> <span class="c1">#发货信息列表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;deliver_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发货unid</span> <span class="s2">&quot;deliver_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#发货unid</span>
<span class="s2">&quot;deliver_goods_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#发货时间</span> <span class="s2">&quot;deliver_goods_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#发货时间</span>
<span class="s2">&quot;goods_acceptanc_date &quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-09&quot;</span><span class="p">,</span> <span class="c1">#到货验收时间</span> <span class="s2">&quot;goods_acceptanc_date &quot;</span><span class="p">:</span><span class="s2">&quot;2018-06-09&quot;</span><span class="p">,</span> <span class="c1">#到货验收时间</span>
<span class="s2">&quot;appendix_list&quot;</span><span class="p">:</span> <span class="c1">#附件列表集合</span> <span class="s2">&quot;appendix_list&quot;</span><span class="p">:</span> <span class="c1">#附件列表集合</span>
...@@ -1026,7 +1026,7 @@ ...@@ -1026,7 +1026,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: PUT</div> <div class="line">Verb: PUT</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/delivers</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/delivers</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -1035,7 +1035,7 @@ ...@@ -1035,7 +1035,7 @@
<span class="s2">&quot;list_deliver_data&quot;</span><span class="p">:</span> <span class="c1">#合同发货信息表</span> <span class="s2">&quot;list_deliver_data&quot;</span><span class="p">:</span> <span class="c1">#合同发货信息表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;deliver_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发货unid</span> <span class="s2">&quot;deliver_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#发货unid</span>
<span class="s2">&quot;deliver_goods_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#发货时间</span> <span class="s2">&quot;deliver_goods_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#发货时间</span>
<span class="s2">&quot;goods_acceptanc_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#到货验收时间</span> <span class="s2">&quot;goods_acceptanc_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-03-02&quot;</span><span class="p">,</span> <span class="c1">#到货验收时间</span>
<span class="s2">&quot;goods_sign_appendix&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#到货签收单附件</span> <span class="s2">&quot;goods_sign_appendix&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#到货签收单附件</span>
...@@ -1070,7 +1070,7 @@ ...@@ -1070,7 +1070,7 @@
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span>
<span class="s2">&quot;deliver_unids&quot;</span><span class="p">:</span> <span class="c1">#发货unid数组</span> <span class="s2">&quot;deliver_unids&quot;</span><span class="p">:</span> <span class="c1">#发货unid数组</span>
<span class="p">[</span> <span class="p">[</span>
<span class="s2">&quot;deliver_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#发货unid</span> <span class="s2">&quot;deliver_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#发货unid</span>
<span class="o">...</span> <span class="o">...</span>
<span class="p">]</span> <span class="p">]</span>
<span class="p">}</span> <span class="p">}</span>
...@@ -1095,7 +1095,7 @@ ...@@ -1095,7 +1095,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: POST</div> <div class="line">Verb: POST</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -1130,7 +1130,7 @@ ...@@ -1130,7 +1130,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: GET</div> <div class="line">Verb: GET</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -1141,7 +1141,7 @@ ...@@ -1141,7 +1141,7 @@
<span class="s2">&quot;list_check_data&quot;</span><span class="p">:</span> <span class="c1">#工程验收信息列表</span> <span class="s2">&quot;list_check_data&quot;</span><span class="p">:</span> <span class="c1">#工程验收信息列表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;acceptanc_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#工程id</span> <span class="s2">&quot;acceptanc_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#工程id</span>
<span class="s2">&quot;acceptanc_type&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#验收类型</span> <span class="s2">&quot;acceptanc_type&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#验收类型</span>
<span class="s2">&quot;acceptanc_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-07-02&quot;</span><span class="p">,</span> <span class="c1">#验收时间</span> <span class="s2">&quot;acceptanc_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-07-02&quot;</span><span class="p">,</span> <span class="c1">#验收时间</span>
<span class="s2">&quot;acceptanc_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#验收备注</span> <span class="s2">&quot;acceptanc_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#验收备注</span>
...@@ -1167,7 +1167,7 @@ ...@@ -1167,7 +1167,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: PUT</div> <div class="line">Verb: PUT</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs</div>
<div class="line">Header: (Content-Type: application/json)</div> <div class="line">Header: (Content-Type: application/json)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -1176,7 +1176,7 @@ ...@@ -1176,7 +1176,7 @@
<span class="s2">&quot;list_check_data&quot;</span><span class="p">:</span> <span class="c1">#工程验收信息表</span> <span class="s2">&quot;list_check_data&quot;</span><span class="p">:</span> <span class="c1">#工程验收信息表</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;acceptanc_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#工程验收unid</span> <span class="s2">&quot;acceptanc_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#工程验收unid</span>
<span class="s2">&quot;acceptanc_type&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#验收类型(1为初验、2为终验)</span> <span class="s2">&quot;acceptanc_type&quot;</span><span class="p">:</span><span class="s2">&quot;2&quot;</span><span class="p">,</span> <span class="c1">#验收类型(1为初验、2为终验)</span>
<span class="s2">&quot;acceptanc_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-05-02&quot;</span><span class="p">,</span> <span class="c1">#验收时间</span> <span class="s2">&quot;acceptanc_date&quot;</span><span class="p">:</span><span class="s2">&quot;2018-05-02&quot;</span><span class="p">,</span> <span class="c1">#验收时间</span>
<span class="s2">&quot;acceptanc_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span> <span class="c1">#验收备注</span> <span class="s2">&quot;acceptanc_note&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span> <span class="c1">#验收备注</span>
...@@ -1211,7 +1211,7 @@ ...@@ -1211,7 +1211,7 @@
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="p">{</span>
<span class="s2">&quot;acceptanc_unids&quot;</span><span class="p">:</span> <span class="c1">#验收unid数组</span> <span class="s2">&quot;acceptanc_unids&quot;</span><span class="p">:</span> <span class="c1">#验收unid数组</span>
<span class="p">[</span> <span class="p">[</span>
<span class="s2">&quot;acceptanc_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxx&quot;</span><span class="p">,</span> <span class="c1">#验收unid</span> <span class="s2">&quot;acceptanc_unid&quot;</span><span class="p">:</span><span class="n">xxxx</span><span class="p">,</span> <span class="c1">#验收unid</span>
<span class="o">...</span> <span class="o">...</span>
<span class="p">]</span> <span class="p">]</span>
<span class="p">}</span> <span class="p">}</span>
...@@ -1234,7 +1234,7 @@ ...@@ -1234,7 +1234,7 @@
<blockquote> <blockquote>
<div><div class="line-block"> <div><div class="line-block">
<div class="line">Verb: POST</div> <div class="line">Verb: POST</div>
<div class="line">Path: /api/v1/financial/contracts/{$constract_unid}/upload/appendixes</div> <div class="line">Path: /api/v1/financial/contracts/{$contract_unid}/upload/appendixes</div>
<div class="line">Header: (Content-Type: multipart/form-data)</div> <div class="line">Header: (Content-Type: multipart/form-data)</div>
</div> </div>
<blockquote> <blockquote>
...@@ -1250,7 +1250,7 @@ ...@@ -1250,7 +1250,7 @@
<span class="s2">&quot;appendix_data&quot;</span><span class="p">:[</span> <span class="s2">&quot;appendix_data&quot;</span><span class="p">:[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;business_table&quot;</span><span class="p">:</span><span class="s2">&quot;project_acceptanc&quot;</span><span class="p">,</span> <span class="c1">#业务表名</span> <span class="s2">&quot;business_table&quot;</span><span class="p">:</span><span class="s2">&quot;project_acceptanc&quot;</span><span class="p">,</span> <span class="c1">#业务表名</span>
<span class="s2">&quot;appendix_unid&quot;</span><span class="p">:</span><span class="s2">&quot;xxxxxxx&quot;</span> <span class="c1">#附件主键</span> <span class="s2">&quot;appendix_unid&quot;</span><span class="p">:</span><span class="n">xxxxxxx</span> <span class="c1">#附件主键</span>
<span class="p">},</span> <span class="p">},</span>
<span class="o">...</span> <span class="o">...</span>
<span class="p">]</span> <span class="p">]</span>
...@@ -1300,7 +1300,7 @@ ...@@ -1300,7 +1300,7 @@
<span class="s2">&quot;customer_list&quot;</span><span class="p">:</span> <span class="c1">#顾客列表集合</span> <span class="s2">&quot;customer_list&quot;</span><span class="p">:</span> <span class="c1">#顾客列表集合</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;customer_unid&quot;</span><span class="p">:</span><span class="s2">&quot;1000&quot;</span><span class="p">,</span> <span class="c1">#顾客id</span> <span class="s2">&quot;customer_unid&quot;</span><span class="p">:</span><span class="mi">1000</span><span class="p">,</span> <span class="c1">#顾客id</span>
<span class="s2">&quot;customer_name&quot;</span><span class="p">:</span><span class="s2">&quot;金源时代购物中心有限公司&quot;</span> <span class="c1">#顾客名称</span> <span class="s2">&quot;customer_name&quot;</span><span class="p">:</span><span class="s2">&quot;金源时代购物中心有限公司&quot;</span> <span class="c1">#顾客名称</span>
<span class="p">},</span> <span class="p">},</span>
<span class="o">...</span> <span class="o">...</span>
...@@ -1326,7 +1326,7 @@ ...@@ -1326,7 +1326,7 @@
<span class="s2">&quot;project_list&quot;</span><span class="p">:</span> <span class="c1">#项目列表集合</span> <span class="s2">&quot;project_list&quot;</span><span class="p">:</span> <span class="c1">#项目列表集合</span>
<span class="p">[</span> <span class="p">[</span>
<span class="p">{</span> <span class="p">{</span>
<span class="s2">&quot;project_unid&quot;</span><span class="p">:</span><span class="s2">&quot;1234&quot;</span><span class="p">,</span> <span class="c1">#项目id</span> <span class="s2">&quot;project_unid&quot;</span><span class="p">:</span><span class="mi">1234</span><span class="p">,</span> <span class="c1">#项目id</span>
<span class="s2">&quot;project_name&quot;</span><span class="p">:</span><span class="s2">&quot;金源时代客流项目&quot;</span> <span class="c1">#项目名称</span> <span class="s2">&quot;project_name&quot;</span><span class="p">:</span><span class="s2">&quot;金源时代客流项目&quot;</span> <span class="c1">#项目名称</span>
<span class="p">},</span> <span class="p">},</span>
<span class="o">...</span> <span class="o">...</span>
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| salesperson_unid | *是* | string | <=255 | 否 |销售员id,通过auth服务获取| | salesperson_unid | *是* | string | <=255 | 否 |销售员id,通过auth服务获取|
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| project_unid | *是* | FK | <=32 | 否 | 项目id | | project_unid | *是* | FK | | 否 | 项目id(int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| customer_unid | *是* | FK | <=32 | 否 | 客户id | | customer_unid | *是* | FK | | 否 | 客户id(int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| province | *否* | string | <=32 | 否 | 项目所在地的省份,通过 | | province | *否* | string | <=32 | 否 | 项目所在地的省份,通过 |
| | | | | | code服务行选择 | | | | | | | code服务行选择 |
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| payment_unid | *是* | PK | <=32 | 是 | 主键 | | payment_unid | *是* | PK | | 是 | 主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| reback_unid | *是* | PK | <=32 | 是 | 主键 | | reback_unid | *是* | PK | | 是 | 主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| receipt_unid | *是* | PK | <=32 | 是 | 合同开票信息主键 | | receipt_unid | *是* | PK | | 是 |主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| deliver_unid | *是* | PK | <=32 | 是 | 发货信息主键 | | deliver_unid | *是* | PK | | 是 | 主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| acceptanc_unid | *是* | PK | <=32 | 是 | 工程验收信息主键 | | acceptanc_unid | *是* | PK | | 是 | 主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| appendix_unid | *是* | PK | <=32 | 是 | 附件主键 | | appendix_unid | *是* | PK | | 是 | 附件主键(自增长的int类型)|
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| business_table | *是* | string | <=32 | 否 | 业务表名 | | business_table | *是* | string | <=32 | 否 | 业务表名 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| project_unid | *是* | PK | <=32 | 是 | 项目id | | project_unid | *是* | PK | | 是 | 项目id(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| project_name | *是* | string | <=255 | 是 | 项目名称 | | project_name | *是* | string | <=255 | 是 | 项目名称 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| customer_unid | *是* | PK | <=32 | 是 | 客户id | | customer_unid | *是* | PK | | 是 | 客户id(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| customer_name | *是* | string | <=255 | 是 | 客户名称 | | customer_name | *是* | string | <=255 | 是 | 客户名称 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.. code-block:: python .. code-block:: python
{ {
"constract_unid":"2018-079", #合同unid "contract_unid":"2018-079", #合同unid
"salesperson_unid":"1235", #销售员unid "salesperson_unid":"1235", #销售员unid
"project_unid":"1000", #项目unid "project_unid":"1000", #项目unid
"customer_unid":"1000", #客户unid "customer_unid":"1000", #客户unid
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"end_guarantee_date":"2018-06-09", #维保服务期结束时间 "end_guarantee_date":"2018-06-09", #维保服务期结束时间
"mainten_start_point":"3", #质保期开始节点(签订时间,到货验收时间,项目终验时间) "mainten_start_point":"3", #质保期开始节点(签订时间,到货验收时间,项目终验时间)
"contract_note":"xxxx", #合同备注 "contract_note":"xxxx", #合同备注
"appendix_unids":["xxxx","xxxx",...] #合同附件(若有附件上传该字段) "appendix_unids":[xxxx,xxxx,...] #合同附件(若有附件上传该字段)
} }
Response Body: Response Body:
...@@ -111,8 +111,8 @@ ...@@ -111,8 +111,8 @@
"mainten_end_date":"2018-06-09", #质保期结束时间 "mainten_end_date":"2018-06-09", #质保期结束时间
"payment_data":[ #付款约定 "payment_data":[ #付款约定
{ {
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
"payment_progress":"2", #付款进度 "payment_progress":2, #付款进度
"payment_type":"3", #付款类型 "payment_type":"3", #付款类型
"days":200, #天数 "days":200, #天数
"payment_date":2018-03-02, #本期应付款日期 "payment_date":2018-03-02, #本期应付款日期
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
************** **************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid} | Path: /api/v1/financial/contracts/{$contract_unid}
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
"mainten_start_point":"2", #质保期开始节点 "mainten_start_point":"2", #质保期开始节点
"mainten_start_date":"2018-03-02", #质保期开始时间 "mainten_start_date":"2018-03-02", #质保期开始时间
"contract_note":"2018-06-02", #合同备注 "contract_note":"2018-06-02", #合同备注
"appendix_unids":["xxxx","xxxx",...] #合同附件(若有附件上传该字段) "appendix_unids":[xxxx,xxxx,...] #合同附件(若有附件上传该字段)
} }
Response Body: Response Body:
...@@ -272,8 +272,8 @@ ...@@ -272,8 +272,8 @@
"over_days":176, #逾期天数 "over_days":176, #逾期天数
"payment_data":[ #付款约定 "payment_data":[ #付款约定
{ {
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
"payment_progress":"2", #付款进度 "payment_progress":2, #付款进度
"payment_type":"3", #付款类型 "payment_type":"3", #付款类型
"days":198, #天数 "days":198, #天数
"payment_date":"2018-03-02", #本期应付款日期 "payment_date":"2018-03-02", #本期应付款日期
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
************************** **************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/payments | Path: /api/v1/financial/contracts/{$contract_unid}/payments
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
"list_payment_data": #付款约定信息表 "list_payment_data": #付款约定信息表
[ [
{ {
"payment_progress":"2", #付款进度(1,2,3,4) "payment_progress":2, #付款进度(1,2,3,4)
"payment_type":"3", #付款类型,通过code服务进行选择 "payment_type":"3", #付款类型,通过code服务进行选择
"days":45, #天数 "days":45, #天数
"payment_propority":0.30, #付款比例 "payment_propority":0.30, #付款比例
...@@ -371,7 +371,7 @@ ...@@ -371,7 +371,7 @@
*************************** ***************************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/payments | Path: /api/v1/financial/contracts/{$contract_unid}/payments
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -384,8 +384,8 @@ ...@@ -384,8 +384,8 @@
"list_payment_data": #付款约定列表 "list_payment_data": #付款约定列表
[ [
{ {
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
"payment_progress":"1", #付款进度 "payment_progress":1, #付款进度
"payment_type":"2", #付款类型 "payment_type":"2", #付款类型
"days":23, #天数 "days":23, #天数
"payment_date":"2018-03-02", #本期应付款日期 "payment_date":"2018-03-02", #本期应付款日期
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
****************************** ******************************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/payments | Path: /api/v1/financial/contracts/{$contract_unid}/payments
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -413,8 +413,8 @@ ...@@ -413,8 +413,8 @@
"list_payment_data": #付款约定列表 "list_payment_data": #付款约定列表
[ [
{ {
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
"payment_progress":"2", #付款进度 "payment_progress":2, #付款进度
"payment_type":"3", #付款类型 "payment_type":"3", #付款类型
"days":30, #天数 "days":30, #天数
"payment_propority":0.30, #付款比例 "payment_propority":0.30, #付款比例
...@@ -449,7 +449,7 @@ ...@@ -449,7 +449,7 @@
{ {
"payment_unids": #付款unid数组 "payment_unids": #付款unid数组
[ [
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
... ...
] ]
} }
...@@ -471,7 +471,7 @@ ...@@ -471,7 +471,7 @@
************************ ************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/rebacks | Path: /api/v1/financial/contracts/{$contract_unid}/rebacks
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -484,7 +484,7 @@ ...@@ -484,7 +484,7 @@
"list_reback_data": #合同回款信息表 "list_reback_data": #合同回款信息表
[ [
{ {
"reback_progress ":"1", #回款进度 "reback_progress ":1, #回款进度
"reback_date":"2018-06-03", #回款时间 "reback_date":"2018-06-03", #回款时间
"actual_reback_amount":14000.00, #实际回款数额 "actual_reback_amount":14000.00, #实际回款数额
"reback_note":"xxxx", #回款备注 "reback_note":"xxxx", #回款备注
...@@ -508,7 +508,7 @@ ...@@ -508,7 +508,7 @@
*********************** ***********************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/rebacks | Path: /api/v1/financial/contracts/{$contract_unid}/rebacks
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -521,8 +521,8 @@ ...@@ -521,8 +521,8 @@
"list_reback_data": #回款信息列表 "list_reback_data": #回款信息列表
[ [
{ {
"reback_unid":"xxxx", #回款unid "reback_unid":xxxx, #回款unid
"reback_progress":"2", #回款进度 "reback_progress":2, #回款进度
"reback_date":"2018-03-02", #回款时间 "reback_date":"2018-03-02", #回款时间
"reback_propority":0.30, #回款比例 "reback_propority":0.30, #回款比例
"actual_reback_amount":14000.00, #实际回款数额 "actual_reback_amount":14000.00, #实际回款数额
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
*********************** ***********************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/rebacks | Path: /api/v1/financial/contracts/{$contract_unid}/rebacks
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -548,8 +548,8 @@ ...@@ -548,8 +548,8 @@
"list_reback_data": #回款信息列表 "list_reback_data": #回款信息列表
[ [
{ {
"reback_unid":"xxxx", #回款unid "reback_unid":xxxx, #回款unid
"reback_progress":"3", #回款进度 "reback_progress":3, #回款进度
"reback_date":"2018-03-02", #回款时间 "reback_date":"2018-03-02", #回款时间
"actual_reback_amount":14000.00, #实际回款数额 "actual_reback_amount":14000.00, #实际回款数额
"reback_note ":"xxxx", #回款备注 "reback_note ":"xxxx", #回款备注
...@@ -582,7 +582,7 @@ ...@@ -582,7 +582,7 @@
{ {
"reback_unids": #回款unid数组 "reback_unids": #回款unid数组
[ [
"reback_unid":"xxxx", #回款unid "reback_unid":xxxx, #回款unid
... ...
] ]
} }
...@@ -604,7 +604,7 @@ ...@@ -604,7 +604,7 @@
**************************** ****************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/receipts | Path: /api/v1/financial/contracts/{$contract_unid}/receipts
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -615,7 +615,7 @@ ...@@ -615,7 +615,7 @@
"list_receipt_data": #合同发票信息表 "list_receipt_data": #合同发票信息表
[ [
{ {
"receipt_progress":"3", #开票进度 "receipt_progress":3, #开票进度
"receipt_amount":14000.00, #开票金额 "receipt_amount":14000.00, #开票金额
"oa_flow_id":"12345", #oa流水号 "oa_flow_id":"12345", #oa流水号
"receipt_note":"xxxx", #发票备注 "receipt_note":"xxxx", #发票备注
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
**************************** ****************************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/receipts | Path: /api/v1/financial/contracts/{$contract_unid}/receipts
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -651,8 +651,8 @@ ...@@ -651,8 +651,8 @@
"list_receipt_data": #开票信息列表 "list_receipt_data": #开票信息列表
[ [
{ {
"receipt_unid":"xxxx", #发票unid "receipt_unid":xxxx, #发票unid
"receipt_progress":"3", #开票次数 "receipt_progress":3, #开票次数
"oa_flow_id ":"12345", #oa流水号 "oa_flow_id ":"12345", #oa流水号
"receipt_amount":14000.00, #开票金额 "receipt_amount":14000.00, #开票金额
"total_receipt_amount":5000.00, #累计开票金额 "total_receipt_amount":5000.00, #累计开票金额
...@@ -669,7 +669,7 @@ ...@@ -669,7 +669,7 @@
********************************* *********************************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/receipts | Path: /api/v1/financial/contracts/{$contract_unid}/receipts
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -680,8 +680,8 @@ ...@@ -680,8 +680,8 @@
"list_receipt_data": #合同发票信息表 "list_receipt_data": #合同发票信息表
[ [
{ {
"receipt_unid":"xxxx", #发票unid "receipt_unid":xxxx, #发票unid
"receipt_progress":"3", #开票进度 "receipt_progress":3, #开票进度
"receipt_amount":14000.00, #开票金额 "receipt_amount":14000.00, #开票金额
"oa_flow_id":"12345", #oa流水号 "oa_flow_id":"12345", #oa流水号
"receipt_note":"xxxx", #发票备注 "receipt_note":"xxxx", #发票备注
...@@ -715,7 +715,7 @@ ...@@ -715,7 +715,7 @@
{ {
"receipt_unids": #发票unid数组 "receipt_unids": #发票unid数组
[ [
"receipt_unid":"xxxx", #发票unid "receipt_unid":xxxx, #发票unid
... ...
] ]
} }
...@@ -738,7 +738,7 @@ ...@@ -738,7 +738,7 @@
**************************** ****************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/delivers | Path: /api/v1/financial/contracts/{$contract_unid}/delivers
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -773,7 +773,7 @@ ...@@ -773,7 +773,7 @@
************************ ************************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/delivers | Path: /api/v1/financial/contracts/{$contract_unid}/delivers
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -786,7 +786,7 @@ ...@@ -786,7 +786,7 @@
"list_deliver_data": #发货信息列表 "list_deliver_data": #发货信息列表
[ [
{ {
"deliver_unid":"xxxx", #发货unid "deliver_unid":xxxx, #发货unid
"deliver_goods_date":"2018-03-02", #发货时间 "deliver_goods_date":"2018-03-02", #发货时间
"goods_acceptanc_date ":"2018-06-09", #到货验收时间 "goods_acceptanc_date ":"2018-06-09", #到货验收时间
"appendix_list": #附件列表集合 "appendix_list": #附件列表集合
...@@ -806,7 +806,7 @@ ...@@ -806,7 +806,7 @@
************************ ************************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/delivers | Path: /api/v1/financial/contracts/{$contract_unid}/delivers
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -817,7 +817,7 @@ ...@@ -817,7 +817,7 @@
"list_deliver_data": #合同发货信息表 "list_deliver_data": #合同发货信息表
[ [
{ {
"deliver_unid":"xxxx", #发货unid "deliver_unid":xxxx, #发货unid
"deliver_goods_date":"2018-03-02", #发货时间 "deliver_goods_date":"2018-03-02", #发货时间
"goods_acceptanc_date":"2018-03-02", #到货验收时间 "goods_acceptanc_date":"2018-03-02", #到货验收时间
"goods_sign_appendix":"xxxx", #到货签收单附件 "goods_sign_appendix":"xxxx", #到货签收单附件
...@@ -852,7 +852,7 @@ ...@@ -852,7 +852,7 @@
{ {
"deliver_unids": #发货unid数组 "deliver_unids": #发货unid数组
[ [
"deliver_unid":"xxxx", #发货unid "deliver_unid":xxxx, #发货unid
... ...
] ]
} }
...@@ -875,7 +875,7 @@ ...@@ -875,7 +875,7 @@
****************************** ******************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs | Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -910,7 +910,7 @@ ...@@ -910,7 +910,7 @@
************************** **************************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs | Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -923,7 +923,7 @@ ...@@ -923,7 +923,7 @@
"list_check_data": #工程验收信息列表 "list_check_data": #工程验收信息列表
[ [
{ {
"acceptanc_unid":"xxxx", #工程id "acceptanc_unid":xxxx, #工程id
"acceptanc_type":"2", #验收类型 "acceptanc_type":"2", #验收类型
"acceptanc_date":"2018-07-02", #验收时间 "acceptanc_date":"2018-07-02", #验收时间
"acceptanc_note":"xxxx", #验收备注 "acceptanc_note":"xxxx", #验收备注
...@@ -946,7 +946,7 @@ ...@@ -946,7 +946,7 @@
******************************* *******************************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs | Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -957,7 +957,7 @@ ...@@ -957,7 +957,7 @@
"list_check_data": #工程验收信息表 "list_check_data": #工程验收信息表
[ [
{ {
"acceptanc_unid":"xxxx", #工程验收unid "acceptanc_unid":xxxx, #工程验收unid
"acceptanc_type":"2", #验收类型(1为初验、2为终验) "acceptanc_type":"2", #验收类型(1为初验、2为终验)
"acceptanc_date":"2018-05-02", #验收时间 "acceptanc_date":"2018-05-02", #验收时间
"acceptanc_note":"xxxx" #验收备注 "acceptanc_note":"xxxx" #验收备注
...@@ -993,7 +993,7 @@ ...@@ -993,7 +993,7 @@
{ {
"acceptanc_unids": #验收unid数组 "acceptanc_unids": #验收unid数组
[ [
"acceptanc_unid":"xxxx", #验收unid "acceptanc_unid":xxxx, #验收unid
... ...
] ]
} }
...@@ -1014,7 +1014,7 @@ ...@@ -1014,7 +1014,7 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/upload/appendixes | Path: /api/v1/financial/contracts/{$contract_unid}/upload/appendixes
| Header: (Content-Type: multipart/form-data) | Header: (Content-Type: multipart/form-data)
Request Body: Request Body:
...@@ -1034,7 +1034,7 @@ ...@@ -1034,7 +1034,7 @@
"appendix_data":[ "appendix_data":[
{ {
"business_table":"project_acceptanc", #业务表名 "business_table":"project_acceptanc", #业务表名
"appendix_unid":"xxxxxxx" #附件主键 "appendix_unid":xxxxxxx #附件主键
}, },
... ...
] ]
...@@ -1083,7 +1083,7 @@ ...@@ -1083,7 +1083,7 @@
"customer_list": #顾客列表集合 "customer_list": #顾客列表集合
[ [
{ {
"customer_unid":"1000", #顾客id "customer_unid":1000, #顾客id
"customer_name":"金源时代购物中心有限公司" #顾客名称 "customer_name":"金源时代购物中心有限公司" #顾客名称
}, },
... ...
...@@ -1108,7 +1108,7 @@ ...@@ -1108,7 +1108,7 @@
"project_list": #项目列表集合 "project_list": #项目列表集合
[ [
{ {
"project_unid":"1234", #项目id "project_unid":1234, #项目id
"project_name":"金源时代客流项目" #项目名称 "project_name":"金源时代客流项目" #项目名称
}, },
... ...
......
Search.setIndex({docnames:["01-db","02-finance-http","99-history","index"],envversion:53,filenames:["01-db.rst","02-finance-http.rst","99-history.rst","index.rst"],objects:{},objnames:{},objtypes:{},terms:{"1\u4e3a\u521d\u9a8c":[0,1],"2\u4e3a\u7ec8\u9a8c":[0,1],"\u4e0a\u4f20\u9644\u4ef6":3,"\u4e0a\u4f20\u9644\u4ef6\u6587\u4ef6":1,"\u4e1a\u52a1\u8868\u4e3b\u952e":0,"\u4e1a\u52a1\u8868\u540d":[0,1],"\u4e3b\u952e":0,"\u4ea4\u901a":1,"\u4ea7\u54c1\u7ebf\u7c7b\u578b":[0,1],"\u4ed8\u6b3e\u6761\u4ef6":[0,1],"\u4ed8\u6b3e\u6bd4\u4f8b":[0,1],"\u4ed8\u6b3e\u7c7b\u578b":[0,1],"\u4ed8\u6b3e\u7ea6\u5b9a":1,"\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f\u8868":1,"\u4ed8\u6b3e\u7ea6\u5b9a\u5217\u8868":1,"\u4ed8\u6b3e\u7ea6\u5b9a\u8868":3,"\u4ed8\u6b3e\u8fdb\u5ea6":[0,1],"\u4ed8\u6b3eunid":1,"\u4ed8\u6b3eunid\u6570\u7ec4":1,"\u4f9b\u8d27":1,"\u4fee\u6539\u6210\u529f\u8fd4\u56de\u7801":1,"\u4fee\u6539\u9500\u552e\u5408\u540c":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":3,"\u4fee\u8ba2\u5386\u53f2":3,"\u5220\u9664\u6210\u529f\u8fd4\u56de\u7801":1,"\u5220\u9664\u9500\u552e\u5408\u540c":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":3,"\u5230\u8d27\u7b7e\u6536\u5355\u9644\u4ef6":1,"\u5230\u8d27\u9a8c\u6536\u65e5\u671f":0,"\u5230\u8d27\u9a8c\u6536\u65f6\u95f4":1,"\u5317\u4eac\u91d1\u6e90\u65f6\u4ee3\u8d2d\u7269\u4e2d\u5fc3\u6709\u9650\u516c\u53f8":1,"\u533a":[0,1],"\u5355\u4f4d\u662f\u6708":[0,1],"\u53d1\u7968\u5907\u6ce8":[0,1],"\u53d1\u7968unid":1,"\u53d1\u7968unid\u6570\u7ec4":1,"\u53d1\u8d27\u4fe1\u606f\u4e3b\u952e":0,"\u53d1\u8d27\u4fe1\u606f\u5217\u8868":1,"\u53d1\u8d27\u4fe1\u606f\u8868":3,"\u53d1\u8d27\u65e5\u671f":0,"\u53d1\u8d27\u65f6\u95f4":1,"\u53d1\u8d27unid":1,"\u53d1\u8d27unid\u6570\u7ec4":1,"\u5408\u540c\u4f59\u989d":1,"\u5408\u540c\u4f59\u989d\u5907\u6ce8":[0,1],"\u5408\u540c\u5220\u9664\u6807\u8bc6":0,"\u5408\u540c\u53d1\u7968\u4fe1\u606f\u8868":1,"\u5408\u540c\u53d1\u8d27\u4fe1\u606f\u8868":1,"\u5408\u540c\u56de\u6b3e\u4fe1\u606f\u8868":[1,3],"\u5408\u540c\u5907\u6ce8":[0,1],"\u5408\u540c\u5f00\u7968\u4fe1\u606f\u4e3b\u952e":0,"\u5408\u540c\u5f00\u7968\u4fe1\u606f\u8868":3,"\u5408\u540c\u6027\u8d28":1,"\u5408\u540c\u662f\u5426\u5f52\u6863":1,"\u5408\u540c\u72b6\u6001":[0,1],"\u5408\u540c\u7c7b\u578b":[0,1],"\u5408\u540c\u7f16\u53f7":[0,1],"\u5408\u540c\u7f16\u53f7\u8868":[],"\u5408\u540c\u7f16\u53f7\u96c6\u5408":1,"\u5408\u540c\u91d1\u989d":[0,1],"\u5408\u540c\u91d1\u989d\u5907\u6ce8":[0,1],"\u5408\u540c\u9644\u4ef6":1,"\u5408\u540c\u9644\u4ef6unid":[],"\u5408\u540cid":0,"\u5408\u540cunid":1,"\u5408\u540curl":1,"\u5426":0,"\u5434\u65ed":1,"\u552f\u4e00":0,"\u56de\u6b3e\u4fe1\u606f\u5217\u8868":1,"\u56de\u6b3e\u5907\u6ce8":[0,1],"\u56de\u6b3e\u65f6\u95f4":[0,1],"\u56de\u6b3e\u6bd4\u4f8b":1,"\u56de\u6b3e\u8fdb\u5ea6":[0,1],"\u56de\u6b3eunid":1,"\u56de\u6b3eunid\u6570\u7ec4":1,"\u574f\u8d26\u91d1\u989d":[0,1],"\u574f\u8d26\u91d1\u989d\u5907\u6ce8":[0,1],"\u589e\u52a0\u6210\u529f\u8fd4\u56de\u7801":1,"\u589e\u52a0\u9500\u552e\u5408\u540c":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":3,"\u5929\u6570":[0,1],"\u5b57\u6bb5\u540d\u79f0":0,"\u5b89\u9632":1,"\u5b8c\u6210\u6982\u8ff0":2,"\u5b9e\u9645\u56de\u6b3e\u6570\u989d":[0,1],"\u5ba2\u6237\u540d\u79f0":[0,1],"\u5ba2\u6237\u8868":3,"\u5ba2\u6237id":0,"\u5ba2\u6237unid":1,"\u5ba2\u6d41":1,"\u5bfc\u51fa\u8868\u683c":3,"\u5c0f\u6570\u70b9\u4fdd\u7559\u4e24\u4f4d":1,"\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f\u4e3b\u952e":0,"\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f\u5217\u8868":1,"\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f\u8868":[1,3],"\u5de5\u7a0b\u9a8c\u6536unid":1,"\u5de5\u7a0bid":1,"\u5df2\u5b8c\u6210":1,"\u5e10\u6b3e\u72b6\u6001":1,"\u5e94\u6536\u8d26\u6b3e\u4f59\u989d":1,"\u5f00\u7968\u4fe1\u606f\u5217\u8868":1,"\u5f00\u7968\u5907\u6ce8":1,"\u5f00\u7968\u65e5\u671f":0,"\u5f00\u7968\u65f6\u95f4":1,"\u5f00\u7968\u6b21\u6570":1,"\u5f00\u7968\u6bd4\u4f8b":1,"\u5f00\u7968\u8fdb\u5ea6":[0,1],"\u5f00\u7968\u91d1\u989d":[0,1],"\u5f85\u53d1\u8d27":1,"\u603b\u7684\u6570\u636e\u91cf":1,"\u6240\u5728\u53bf":1,"\u6240\u5728\u5e02":1,"\u6240\u5728\u7701\u4efd":1,"\u6240\u5c5e\u5e74\u4efd":1,"\u6240\u5c5e\u6708\u4efd":1,"\u6298\u6263\u91d1\u989d":1,"\u62b5\u6263\u91d1\u989d":[0,1],"\u6570\u636e\u5217\u8868":1,"\u6570\u636e\u5e93\u4e24\u90e8\u5206\u7684\u8bbe\u8ba1":2,"\u6570\u636e\u5e93\u8bbe\u8ba1":3,"\u6587\u672c":1,"\u65b0\u589e\u6210\u529f\u8fd4\u56de\u7801":1,"\u65bd\u5de5":1,"\u65bd\u5de5\u4e2d":1,"\u65e0":1,"\u662f":0,"\u662f\u5426\u5f52\u6863":[0,1],"\u662f\u5426\u5fc5\u586b":0,"\u662f\u5426\u7ec8\u9a8c":1,"\u6682\u505c\u91d1\u989d":[0,1],"\u6708\u4efd":1,"\u672c\u671f\u5e94\u4ed8\u6b3e\u65e5\u671f":1,"\u672c\u671f\u5e94\u4ed8\u91d1\u989d":1,"\u672c\u6b21\u8fd4\u56de\u7684\u5217\u8868\u6570\u91cf":1,"\u672c\u6b21\u8fd4\u56de\u7684\u8d77\u59cb\u7d22\u5f15":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u53d1\u8d27\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u56de\u6b3e\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u5f00\u7968\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u8be6\u60c5":3,"\u67e5\u8be2\u5408\u540c\u5217\u8868":3,"\u67e5\u8be2\u5408\u540c\u7f16\u53f7":3,"\u67e5\u8be2\u9879\u76ee\u8868":3,"\u67e5\u8be2\u987e\u5ba2\u8868":3,"\u6b65\u957f\u4e3a6":1,"\u6bcf\u9875\u663e\u793a\u7684\u6570\u91cf":1,"\u6ca7\u5dde\u5e02":[],"\u6cb3\u5317\u7701":[],"\u732e\u53bf":[],"\u76ee\u524d\u53d6\u503c\u8303\u56f4":1,"\u76ee\u5f55":3,"\u786e\u5b9a\u6536\u5165\u91d1\u989d":[0,1],"\u7b2c\u4e00\u7248":2,"\u7b7e\u8ba2\u65e5\u671f":1,"\u7b7e\u8ba2\u65f6\u95f4":[0,1],"\u7c7b\u578b":0,"\u7d2f\u8ba1\u56de\u6b3e\u989d":1,"\u7d2f\u8ba1\u56de\u6b3e\u989d\u5907\u6ce8":[0,1],"\u7d2f\u8ba1\u5df2\u6536\u6b3e":1,"\u7d2f\u8ba1\u5e94\u6536":1,"\u7d2f\u8ba1\u5e94\u6536\u6b3e":1,"\u7d2f\u8ba1\u5f00\u7968\u91d1\u989d":1,"\u7ed3\u675f\u65f6\u95f4":1,"\u7ef4\u4fdd":1,"\u7ef4\u4fdd\u670d\u52a1\u671f\u5f00\u59cb\u65f6\u95f4":[0,1],"\u7ef4\u4fdd\u670d\u52a1\u671f\u7ed3\u675f\u65f6\u95f4":[0,1],"\u82e5\u6709\u9644\u4ef6\u4e0a\u4f20\u8be5\u5b57\u6bb5":1,"\u82e5\u6709\u9644\u4ef6\u4e0a\u4f20\u8be5\u5b57\u6bb5\u5fc5\u4f20":[],"\u884c\u9009\u62e9":0,"\u8868\u540d":0,"\u8bbe\u7f6e\u5e94\u6536\u8d26\u6b3e\u4f59\u989d\u67e5\u8be2\u8282\u70b9":1,"\u8bbe\u7f6e\u5f00\u59cb\u65f6\u95f4":1,"\u8bbe\u7f6e\u7ed3\u675f\u65f6\u95f4":1,"\u8bbe\u7f6e\u903e\u671f\u5929\u6570\u67e5\u8be2\u8282\u70b9":1,"\u8bbe\u7f6e\u91d1\u989d\u67e5\u8be2\u8282\u70b9":1,"\u8bf4\u660e":0,"\u8c41\u514d\u91d1\u989d":[0,1],"\u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1http\u63a5\u53e3":3,"\u8d26\u6b3e\u72b6\u6001":[0,1],"\u8d28\u4fdd\u5468\u671f":[0,1],"\u8d28\u4fdd\u671f\u5f00\u59cb\u65f6\u95f4":1,"\u8d28\u4fdd\u671f\u5f00\u59cb\u8282\u70b9":[0,1],"\u8d28\u4fdd\u671f\u7ed3\u675f\u65f6\u95f4":1,"\u8d77\u59cb\u4f4d\u7f6e":1,"\u8fc7code\u670d\u52a1\u8fdb\u884c\u9009\u62e9":0,"\u8fd4\u56de\u8bf4\u660e":1,"\u8fdb\u884c\u9009\u62e9":0,"\u9009\u62e9":0,"\u901a":0,"\u901a\u8fc7":0,"\u901a\u8fc7auth\u670d\u52a1\u83b7\u53d6":0,"\u901a\u8fc7code\u670d\u52a1":0,"\u901a\u8fc7code\u670d\u52a1\u8fdb":0,"\u901a\u8fc7code\u670d\u52a1\u8fdb\u884c":0,"\u901a\u8fc7code\u670d\u52a1\u8fdb\u884c\u67e5\u8be2":1,"\u901a\u8fc7code\u670d\u52a1\u8fdb\u884c\u9009\u62e9":1,"\u903e\u671f\u5929\u6570":1,"\u91d1\u6e90\u65f6\u4ee3\u5ba2\u6d41\u9879\u76ee":1,"\u91d1\u6e90\u65f6\u4ee3\u8d2d\u7269\u4e2d\u5fc3\u6709\u9650\u516c\u53f8":1,"\u9500\u552e\u5408\u540c":3,"\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a":3,"\u9500\u552e\u5408\u540c\u53d1\u8d27":3,"\u9500\u552e\u5408\u540c\u56de\u6b3e":3,"\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536":3,"\u9500\u552e\u5408\u540c\u5f00\u7968":3,"\u9500\u552e\u5408\u540c\u8868":3,"\u9500\u552e\u5458":1,"\u9500\u552e\u5458\u540d\u79f0":1,"\u9500\u552e\u5458id":0,"\u9500\u552e\u5458unid":1,"\u9644\u4ef6\u4e0b\u8f7d\u5730\u5740":0,"\u9644\u4ef6\u4e3b\u952e":[0,1],"\u9644\u4ef6\u5217\u8868":1,"\u9644\u4ef6\u5217\u8868\u96c6\u5408":1,"\u9644\u4ef6\u6587\u4ef6\u540d":0,"\u9644\u4ef6\u7c7b\u578b":0,"\u9644\u4ef6\u8868":3,"\u9644\u4ef6id":[],"\u9644\u4ef6unid":1,"\u9644\u4ef6url":1,"\u9650\u5236":0,"\u96c6\u6210":1,"\u9879\u76ee\u5217\u8868\u96c6\u5408":1,"\u9879\u76ee\u540d\u79f0":[0,1],"\u9879\u76ee\u6240\u5728\u53bf":1,"\u9879\u76ee\u6240\u5728\u5730\u7684\u53bf":0,"\u9879\u76ee\u6240\u5728\u5730\u7684\u53bf\u6216\u533a":1,"\u9879\u76ee\u6240\u5728\u5730\u7684\u5e02":0,"\u9879\u76ee\u6240\u5728\u5730\u7684\u5e02\u533a":1,"\u9879\u76ee\u6240\u5728\u5730\u7684\u7701\u4efd":[0,1],"\u9879\u76ee\u6240\u5728\u5e02":1,"\u9879\u76ee\u6240\u5728\u7701":1,"\u9879\u76ee\u6682\u505c":1,"\u9879\u76ee\u7ec8\u9a8c\u65f6\u95f4":1,"\u9879\u76ee\u8868":3,"\u9879\u76eeid":[0,1],"\u9879\u76eeunid":1,"\u987e\u5ba2\u5217\u8868\u96c6\u5408":1,"\u987e\u5ba2\u540d\u79f0":1,"\u987e\u5ba2id":1,"\u9a8c\u6536\u5907\u6ce8":[0,1],"\u9a8c\u6536\u65f6\u95f4":[0,1],"\u9a8c\u6536\u7c7b\u578b":[0,1],"\u9a8c\u6536unid":1,"\u9a8c\u6536unid\u6570\u7ec4":1,"code\u670d\u52a1\u884c\u9009\u62e9":0,"code\u670d\u52a1\u884c\u9009\u62e9\u884c\u9009\u62e9":0,"export":1,"file\u7c7b\u578b":1,"float":0,"int":0,"oa\u6d41\u6c34\u53f7":[0,1],"true":1,acceptanc:1,acceptanc_d:[0,1],acceptanc_not:[0,1],acceptanc_typ:[0,1],acceptanc_unid:[0,1],account_state_unid:1,actual_reback_amount:[0,1],amount_point:1,amount_state_unid:[0,1],api:1,appendix:1,appendix_data:1,appendix_fil:1,appendix_list:1,appendix_nam:0,appendix_typ:0,appendix_unid:[0,1],appendix_url:[0,1],applic:1,area:1,bad_amount:[0,1],bad_amount_not:[0,1],bodi:1,bool:0,business_t:[0,1],business_unid:0,citi:[0,1],code:1,confirm_income_amount:[0,1],constract_unid:1,content:1,contract:1,contract_amount:[0,1],contract_amount_not:[0,1],contract_cod:1,contract_natur:[],contract_not:[0,1],contract_remain:1,contract_remain_not:[0,1],contract_st:[0,1],contract_typ:[0,1],contract_unid:[0,1],counti:[0,1],create_d:[0,1],custom:1,customer_list:1,customer_nam:[0,1],customer_name__lik:1,customer_unid:[0,1],dai:[0,1],data:1,date:0,deduct_amount:[0,1],delet:1,deliv:1,deliver_goods_d:[0,1],deliver_unid:[0,1],ecod:1,end_dat:1,end_guarantee_d:[0,1],enot:1,exemptions_amount:[0,1],fals:1,financi:1,form:1,get:1,goods_acceptanc_d:[0,1],goods_sign_appendix:1,guarantee_period:[0,1],header:1,http:1,index:3,is_arch:[0,1],is_delet:0,is_end_check:1,json:1,leave_amount_point:1,limit:1,list_check_data:1,list_data:1,list_deliver_data:1,list_payment_data:1,list_reback_data:1,list_receipt_data:1,list_siz:1,mainten_end_d:1,mainten_start_d:1,mainten_start_point:[0,1],modul:3,month:1,multipart:1,oa_flow_id:[0,1],offset:1,over_dai:1,overdays_point:1,page:3,path:1,payment:1,payment_amount:1,payment_d:1,payment_data:1,payment_progress:[0,1],payment_propor:[0,1],payment_requir:[0,1],payment_typ:[0,1],payment_unid:[0,1],pdf:1,post:1,product_line_typ:[0,1],project:1,project_acceptanc:1,project_list:1,project_nam:[0,1],project_name__lik:1,project_unid:[0,1],provinc:[0,1],put:1,reback:1,reback_d:[0,1],reback_not:[0,1],reback_progress:[0,1],reback_propor:1,reback_unid:[0,1],receipt:1,receipt_amount:[0,1],receipt_not:[0,1],receipt_progress:[0,1],receipt_propor:1,receipt_unid:[0,1],request:1,respons:1,salesperson_nam:1,salesperson_name__lik:1,salesperson_unid:[0,1],search:3,sign_dat:[0,1],start_dat:1,start_guarantee_d:[0,1],stop_amount:[0,1],string:0,tb_appendix:0,tb_contract:0,tb_contract_cod:[],tb_custom:0,tb_deliver_good:0,tb_payment_agre:0,tb_project:0,tb_project_acceptanc:0,tb_receipt:0,tb_return_info:0,text:0,total_amount_remain:1,total_numb:1,total_reback_amount:1,total_receipt_amount:1,total_receive_amount:1,type:1,upload:1,verb:1,xxx:[],xxxx:1,xxxxx:1,xxxxxxx:1,year:1},titles:["1. \u6570\u636e\u5e93\u8bbe\u8ba1","2. \u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1http\u63a5\u53e3","3. \u4fee\u8ba2\u5386\u53f2","\u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1\u8bbe\u8ba1"],titleterms:{"\u4e0a\u4f20\u9644\u4ef6":1,"\u4ed8\u6b3e\u7ea6\u5b9a\u8868":0,"\u4fee\u6539\u9500\u552e\u5408\u540c":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":1,"\u4fee\u8ba2\u5386\u53f2":2,"\u5220\u9664\u9500\u552e\u5408\u540c":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":1,"\u53d1\u8d27\u4fe1\u606f\u8868":0,"\u5408\u540c\u56de\u6b3e\u4fe1\u606f\u8868":0,"\u5408\u540c\u5f00\u7968\u4fe1\u606f\u8868":0,"\u5408\u540c\u7f16\u53f7\u8868":[],"\u589e\u52a0\u9500\u552e\u5408\u540c":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":1,"\u5ba2\u6237\u8868":0,"\u5bfc\u51fa\u8868\u683c":1,"\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f\u8868":0,"\u6570\u636e\u5e93\u8bbe\u8ba1":0,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u53d1\u8d27\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u56de\u6b3e\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u5f00\u7968\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u8be6\u60c5":1,"\u67e5\u8be2\u5408\u540c\u5217\u8868":1,"\u67e5\u8be2\u5408\u540c\u7f16\u53f7":1,"\u67e5\u8be2\u9879\u76ee\u8868":1,"\u67e5\u8be2\u987e\u5ba2\u8868":1,"\u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1\u8bbe\u8ba1":3,"\u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1http\u63a5\u53e3":1,"\u9500\u552e\u5408\u540c":1,"\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a":1,"\u9500\u552e\u5408\u540c\u53d1\u8d27":1,"\u9500\u552e\u5408\u540c\u56de\u6b3e":1,"\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536":1,"\u9500\u552e\u5408\u540c\u5f00\u7968":1,"\u9500\u552e\u5408\u540c\u8868":0,"\u9644\u4ef6\u8868":0,"\u9879\u76ee\u8868":0,indic:3,tabl:3}})
\ No newline at end of file \ No newline at end of file
Search.setIndex({docnames:["01-db","02-finance-http","99-history","index"],envversion:53,filenames:["01-db.rst","02-finance-http.rst","99-history.rst","index.rst"],objects:{},objnames:{},objtypes:{},terms:{"1\u4e3a\u521d\u9a8c":[0,1],"2\u4e3a\u7ec8\u9a8c":[0,1],"\u4e0a\u4f20\u9644\u4ef6":3,"\u4e0a\u4f20\u9644\u4ef6\u6587\u4ef6":1,"\u4e1a\u52a1\u8868\u4e3b\u952e":0,"\u4e1a\u52a1\u8868\u540d":[0,1],"\u4e3b\u952e":0,"\u4ea4\u901a":1,"\u4ea7\u54c1\u7ebf\u7c7b\u578b":[0,1],"\u4ed8\u6b3e\u6761\u4ef6":[0,1],"\u4ed8\u6b3e\u6bd4\u4f8b":[0,1],"\u4ed8\u6b3e\u7c7b\u578b":[0,1],"\u4ed8\u6b3e\u7ea6\u5b9a":1,"\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f\u8868":1,"\u4ed8\u6b3e\u7ea6\u5b9a\u5217\u8868":1,"\u4ed8\u6b3e\u7ea6\u5b9a\u8868":3,"\u4ed8\u6b3e\u8fdb\u5ea6":[0,1],"\u4ed8\u6b3eunid":1,"\u4ed8\u6b3eunid\u6570\u7ec4":1,"\u4f9b\u8d27":1,"\u4fee\u6539\u6210\u529f\u8fd4\u56de\u7801":1,"\u4fee\u6539\u9500\u552e\u5408\u540c":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":3,"\u4fee\u6539\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":3,"\u4fee\u8ba2\u5386\u53f2":3,"\u5220\u9664\u6210\u529f\u8fd4\u56de\u7801":1,"\u5220\u9664\u9500\u552e\u5408\u540c":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":3,"\u5220\u9664\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":3,"\u5230\u8d27\u7b7e\u6536\u5355\u9644\u4ef6":1,"\u5230\u8d27\u9a8c\u6536\u65e5\u671f":0,"\u5230\u8d27\u9a8c\u6536\u65f6\u95f4":1,"\u5317\u4eac\u91d1\u6e90\u65f6\u4ee3\u8d2d\u7269\u4e2d\u5fc3\u6709\u9650\u516c\u53f8":1,"\u533a":[0,1],"\u5355\u4f4d\u662f\u6708":[0,1],"\u53d1\u7968\u5907\u6ce8":[0,1],"\u53d1\u7968unid":1,"\u53d1\u7968unid\u6570\u7ec4":1,"\u53d1\u8d27\u4fe1\u606f\u4e3b\u952e":[],"\u53d1\u8d27\u4fe1\u606f\u5217\u8868":1,"\u53d1\u8d27\u4fe1\u606f\u8868":3,"\u53d1\u8d27\u65e5\u671f":0,"\u53d1\u8d27\u65f6\u95f4":1,"\u53d1\u8d27unid":1,"\u53d1\u8d27unid\u6570\u7ec4":1,"\u5408\u540c\u4f59\u989d":1,"\u5408\u540c\u4f59\u989d\u5907\u6ce8":[0,1],"\u5408\u540c\u5220\u9664\u6807\u8bc6":0,"\u5408\u540c\u53d1\u7968\u4fe1\u606f\u8868":1,"\u5408\u540c\u53d1\u8d27\u4fe1\u606f\u8868":1,"\u5408\u540c\u56de\u6b3e\u4fe1\u606f\u8868":[1,3],"\u5408\u540c\u5907\u6ce8":[0,1],"\u5408\u540c\u5f00\u7968\u4fe1\u606f\u4e3b\u952e":[],"\u5408\u540c\u5f00\u7968\u4fe1\u606f\u8868":3,"\u5408\u540c\u6027\u8d28":1,"\u5408\u540c\u662f\u5426\u5f52\u6863":1,"\u5408\u540c\u72b6\u6001":[0,1],"\u5408\u540c\u7c7b\u578b":[0,1],"\u5408\u540c\u7f16\u53f7":[0,1],"\u5408\u540c\u7f16\u53f7\u8868":[],"\u5408\u540c\u7f16\u53f7\u96c6\u5408":1,"\u5408\u540c\u91d1\u989d":[0,1],"\u5408\u540c\u91d1\u989d\u5907\u6ce8":[0,1],"\u5408\u540c\u9644\u4ef6":1,"\u5408\u540c\u9644\u4ef6unid":[],"\u5408\u540cid":0,"\u5408\u540cunid":1,"\u5408\u540curl":1,"\u5426":0,"\u5434\u65ed":1,"\u552f\u4e00":0,"\u56de\u6b3e\u4fe1\u606f\u5217\u8868":1,"\u56de\u6b3e\u5907\u6ce8":[0,1],"\u56de\u6b3e\u65f6\u95f4":[0,1],"\u56de\u6b3e\u6bd4\u4f8b":1,"\u56de\u6b3e\u8fdb\u5ea6":[0,1],"\u56de\u6b3eunid":1,"\u56de\u6b3eunid\u6570\u7ec4":1,"\u574f\u8d26\u91d1\u989d":[0,1],"\u574f\u8d26\u91d1\u989d\u5907\u6ce8":[0,1],"\u589e\u52a0\u6210\u529f\u8fd4\u56de\u7801":1,"\u589e\u52a0\u9500\u552e\u5408\u540c":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":3,"\u589e\u52a0\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":3,"\u5929\u6570":[0,1],"\u5b57\u6bb5\u540d\u79f0":0,"\u5b89\u9632":1,"\u5b8c\u6210\u6982\u8ff0":2,"\u5b9e\u9645\u56de\u6b3e\u6570\u989d":[0,1],"\u5ba2\u6237\u540d\u79f0":[0,1],"\u5ba2\u6237\u8868":3,"\u5ba2\u6237id":0,"\u5ba2\u6237unid":1,"\u5ba2\u6d41":1,"\u5bfc\u51fa\u8868\u683c":3,"\u5c0f\u6570\u70b9\u4fdd\u7559\u4e24\u4f4d":1,"\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f\u4e3b\u952e":[],"\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f\u5217\u8868":1,"\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f\u8868":[1,3],"\u5de5\u7a0b\u9a8c\u6536unid":1,"\u5de5\u7a0bid":1,"\u5df2\u5b8c\u6210":1,"\u5e10\u6b3e\u72b6\u6001":1,"\u5e94\u6536\u8d26\u6b3e\u4f59\u989d":1,"\u5f00\u7968\u4fe1\u606f\u5217\u8868":1,"\u5f00\u7968\u5907\u6ce8":1,"\u5f00\u7968\u65e5\u671f":0,"\u5f00\u7968\u65f6\u95f4":1,"\u5f00\u7968\u6b21\u6570":1,"\u5f00\u7968\u6bd4\u4f8b":1,"\u5f00\u7968\u8fdb\u5ea6":[0,1],"\u5f00\u7968\u91d1\u989d":[0,1],"\u5f85\u53d1\u8d27":1,"\u603b\u7684\u6570\u636e\u91cf":1,"\u6240\u5728\u53bf":1,"\u6240\u5728\u5e02":1,"\u6240\u5728\u7701\u4efd":1,"\u6240\u5c5e\u5e74\u4efd":1,"\u6240\u5c5e\u6708\u4efd":1,"\u6298\u6263\u91d1\u989d":1,"\u62b5\u6263\u91d1\u989d":[0,1],"\u6570\u636e\u5217\u8868":1,"\u6570\u636e\u5e93\u4e24\u90e8\u5206\u7684\u8bbe\u8ba1":2,"\u6570\u636e\u5e93\u8bbe\u8ba1":3,"\u6587\u672c":1,"\u65b0\u589e\u6210\u529f\u8fd4\u56de\u7801":1,"\u65bd\u5de5":1,"\u65bd\u5de5\u4e2d":1,"\u65e0":1,"\u662f":0,"\u662f\u5426\u5f52\u6863":[0,1],"\u662f\u5426\u5fc5\u586b":0,"\u662f\u5426\u7ec8\u9a8c":1,"\u6682\u505c\u91d1\u989d":[0,1],"\u6708\u4efd":1,"\u672c\u671f\u5e94\u4ed8\u6b3e\u65e5\u671f":1,"\u672c\u671f\u5e94\u4ed8\u91d1\u989d":1,"\u672c\u6b21\u8fd4\u56de\u7684\u5217\u8868\u6570\u91cf":1,"\u672c\u6b21\u8fd4\u56de\u7684\u8d77\u59cb\u7d22\u5f15":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u53d1\u8d27\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u56de\u6b3e\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u5f00\u7968\u4fe1\u606f":3,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u8be6\u60c5":3,"\u67e5\u8be2\u5408\u540c\u5217\u8868":3,"\u67e5\u8be2\u5408\u540c\u7f16\u53f7":3,"\u67e5\u8be2\u9879\u76ee\u8868":3,"\u67e5\u8be2\u987e\u5ba2\u8868":3,"\u6b65\u957f\u4e3a6":1,"\u6bcf\u9875\u663e\u793a\u7684\u6570\u91cf":1,"\u6ca7\u5dde\u5e02":[],"\u6cb3\u5317\u7701":[],"\u732e\u53bf":[],"\u76ee\u524d\u53d6\u503c\u8303\u56f4":1,"\u76ee\u5f55":3,"\u786e\u5b9a\u6536\u5165\u91d1\u989d":[0,1],"\u7b2c\u4e00\u7248":2,"\u7b7e\u8ba2\u65e5\u671f":1,"\u7b7e\u8ba2\u65f6\u95f4":[0,1],"\u7c7b\u578b":0,"\u7d2f\u8ba1\u56de\u6b3e\u989d":1,"\u7d2f\u8ba1\u56de\u6b3e\u989d\u5907\u6ce8":[0,1],"\u7d2f\u8ba1\u5df2\u6536\u6b3e":1,"\u7d2f\u8ba1\u5e94\u6536":1,"\u7d2f\u8ba1\u5e94\u6536\u6b3e":1,"\u7d2f\u8ba1\u5f00\u7968\u91d1\u989d":1,"\u7ed3\u675f\u65f6\u95f4":1,"\u7ef4\u4fdd":1,"\u7ef4\u4fdd\u670d\u52a1\u671f\u5f00\u59cb\u65f6\u95f4":[0,1],"\u7ef4\u4fdd\u670d\u52a1\u671f\u7ed3\u675f\u65f6\u95f4":[0,1],"\u81ea\u589e\u957f\u7684int\u7c7b\u578b":0,"\u82e5\u6709\u9644\u4ef6\u4e0a\u4f20\u8be5\u5b57\u6bb5":1,"\u82e5\u6709\u9644\u4ef6\u4e0a\u4f20\u8be5\u5b57\u6bb5\u5fc5\u4f20":[],"\u884c\u9009\u62e9":0,"\u8868\u540d":0,"\u8bbe\u7f6e\u5e94\u6536\u8d26\u6b3e\u4f59\u989d\u67e5\u8be2\u8282\u70b9":1,"\u8bbe\u7f6e\u5f00\u59cb\u65f6\u95f4":1,"\u8bbe\u7f6e\u7ed3\u675f\u65f6\u95f4":1,"\u8bbe\u7f6e\u903e\u671f\u5929\u6570\u67e5\u8be2\u8282\u70b9":1,"\u8bbe\u7f6e\u91d1\u989d\u67e5\u8be2\u8282\u70b9":1,"\u8bf4\u660e":0,"\u8c41\u514d\u91d1\u989d":[0,1],"\u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1http\u63a5\u53e3":3,"\u8d26\u6b3e\u72b6\u6001":[0,1],"\u8d28\u4fdd\u5468\u671f":[0,1],"\u8d28\u4fdd\u671f\u5f00\u59cb\u65f6\u95f4":1,"\u8d28\u4fdd\u671f\u5f00\u59cb\u8282\u70b9":[0,1],"\u8d28\u4fdd\u671f\u7ed3\u675f\u65f6\u95f4":1,"\u8d77\u59cb\u4f4d\u7f6e":1,"\u8fc7code\u670d\u52a1\u8fdb\u884c\u9009\u62e9":0,"\u8fd4\u56de\u8bf4\u660e":1,"\u8fdb\u884c\u9009\u62e9":0,"\u9009\u62e9":0,"\u901a":0,"\u901a\u8fc7":0,"\u901a\u8fc7auth\u670d\u52a1\u83b7\u53d6":0,"\u901a\u8fc7code\u670d\u52a1":0,"\u901a\u8fc7code\u670d\u52a1\u8fdb":0,"\u901a\u8fc7code\u670d\u52a1\u8fdb\u884c":0,"\u901a\u8fc7code\u670d\u52a1\u8fdb\u884c\u67e5\u8be2":1,"\u901a\u8fc7code\u670d\u52a1\u8fdb\u884c\u9009\u62e9":1,"\u903e\u671f\u5929\u6570":1,"\u91d1\u6e90\u65f6\u4ee3\u5ba2\u6d41\u9879\u76ee":1,"\u91d1\u6e90\u65f6\u4ee3\u8d2d\u7269\u4e2d\u5fc3\u6709\u9650\u516c\u53f8":1,"\u9500\u552e\u5408\u540c":3,"\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a":3,"\u9500\u552e\u5408\u540c\u53d1\u8d27":3,"\u9500\u552e\u5408\u540c\u56de\u6b3e":3,"\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536":3,"\u9500\u552e\u5408\u540c\u5f00\u7968":3,"\u9500\u552e\u5408\u540c\u8868":3,"\u9500\u552e\u5458":1,"\u9500\u552e\u5458\u540d\u79f0":1,"\u9500\u552e\u5458id":0,"\u9500\u552e\u5458unid":1,"\u9644\u4ef6\u4e0b\u8f7d\u5730\u5740":0,"\u9644\u4ef6\u4e3b\u952e":[0,1],"\u9644\u4ef6\u5217\u8868":1,"\u9644\u4ef6\u5217\u8868\u96c6\u5408":1,"\u9644\u4ef6\u6587\u4ef6\u540d":0,"\u9644\u4ef6\u7c7b\u578b":0,"\u9644\u4ef6\u8868":3,"\u9644\u4ef6id":[],"\u9644\u4ef6unid":1,"\u9644\u4ef6url":1,"\u9650\u5236":0,"\u96c6\u6210":1,"\u9879\u76ee\u5217\u8868\u96c6\u5408":1,"\u9879\u76ee\u540d\u79f0":[0,1],"\u9879\u76ee\u6240\u5728\u53bf":1,"\u9879\u76ee\u6240\u5728\u5730\u7684\u53bf":0,"\u9879\u76ee\u6240\u5728\u5730\u7684\u53bf\u6216\u533a":1,"\u9879\u76ee\u6240\u5728\u5730\u7684\u5e02":0,"\u9879\u76ee\u6240\u5728\u5730\u7684\u5e02\u533a":1,"\u9879\u76ee\u6240\u5728\u5730\u7684\u7701\u4efd":[0,1],"\u9879\u76ee\u6240\u5728\u5e02":1,"\u9879\u76ee\u6240\u5728\u7701":1,"\u9879\u76ee\u6682\u505c":1,"\u9879\u76ee\u7ec8\u9a8c\u65f6\u95f4":1,"\u9879\u76ee\u8868":3,"\u9879\u76eeid":[0,1],"\u9879\u76eeunid":1,"\u987e\u5ba2\u5217\u8868\u96c6\u5408":1,"\u987e\u5ba2\u540d\u79f0":1,"\u987e\u5ba2id":1,"\u9a8c\u6536\u5907\u6ce8":[0,1],"\u9a8c\u6536\u65f6\u95f4":[0,1],"\u9a8c\u6536\u7c7b\u578b":[0,1],"\u9a8c\u6536unid":1,"\u9a8c\u6536unid\u6570\u7ec4":1,"code\u670d\u52a1\u884c\u9009\u62e9":0,"code\u670d\u52a1\u884c\u9009\u62e9\u884c\u9009\u62e9":0,"export":1,"file\u7c7b\u578b":1,"float":0,"int":0,"int\u7c7b\u578b":0,"oa\u6d41\u6c34\u53f7":[0,1],"true":1,acceptanc:1,acceptanc_d:[0,1],acceptanc_not:[0,1],acceptanc_typ:[0,1],acceptanc_unid:[0,1],account_state_unid:1,actual_reback_amount:[0,1],amount_point:1,amount_state_unid:[0,1],api:1,appendix:1,appendix_data:1,appendix_fil:1,appendix_list:1,appendix_nam:0,appendix_typ:0,appendix_unid:[0,1],appendix_url:[0,1],applic:1,area:1,bad_amount:[0,1],bad_amount_not:[0,1],bodi:1,bool:0,business_t:[0,1],business_unid:0,citi:[0,1],code:1,confirm_income_amount:[0,1],constract_unid:[],content:1,contract:1,contract_amount:[0,1],contract_amount_not:[0,1],contract_cod:1,contract_natur:[],contract_not:[0,1],contract_remain:1,contract_remain_not:[0,1],contract_st:[0,1],contract_typ:[0,1],contract_unid:[0,1],counti:[0,1],create_d:[0,1],custom:1,customer_list:1,customer_nam:[0,1],customer_name__lik:1,customer_unid:[0,1],dai:[0,1],data:1,date:0,deduct_amount:[0,1],delet:1,deliv:1,deliver_goods_d:[0,1],deliver_unid:[0,1],ecod:1,end_dat:1,end_guarantee_d:[0,1],enot:1,exemptions_amount:[0,1],fals:1,financi:1,form:1,get:1,goods_acceptanc_d:[0,1],goods_sign_appendix:1,guarantee_period:[0,1],header:1,http:1,index:3,is_arch:[0,1],is_delet:0,is_end_check:1,json:1,leave_amount_point:1,limit:1,list_check_data:1,list_data:1,list_deliver_data:1,list_payment_data:1,list_reback_data:1,list_receipt_data:1,list_siz:1,mainten_end_d:1,mainten_start_d:1,mainten_start_point:[0,1],modul:3,month:1,multipart:1,oa_flow_id:[0,1],offset:1,over_dai:1,overdays_point:1,page:3,path:1,payment:1,payment_amount:1,payment_d:1,payment_data:1,payment_progress:[0,1],payment_propor:[0,1],payment_requir:[0,1],payment_typ:[0,1],payment_unid:[0,1],pdf:1,post:1,product_line_typ:[0,1],project:1,project_acceptanc:1,project_list:1,project_nam:[0,1],project_name__lik:1,project_unid:[0,1],provinc:[0,1],put:1,reback:1,reback_d:[0,1],reback_not:[0,1],reback_progress:[0,1],reback_propor:1,reback_unid:[0,1],receipt:1,receipt_amount:[0,1],receipt_not:[0,1],receipt_progress:[0,1],receipt_propor:1,receipt_unid:[0,1],request:1,respons:1,salesperson_nam:1,salesperson_name__lik:1,salesperson_unid:[0,1],search:3,sign_dat:[0,1],start_dat:1,start_guarantee_d:[0,1],stop_amount:[0,1],string:0,tb_appendix:0,tb_contract:0,tb_contract_cod:[],tb_custom:0,tb_deliver_good:0,tb_payment_agre:0,tb_project:0,tb_project_acceptanc:0,tb_receipt:0,tb_return_info:0,text:0,total_amount_remain:1,total_numb:1,total_reback_amount:1,total_receipt_amount:1,total_receive_amount:1,type:1,upload:1,verb:1,xxx:[],xxxx:1,xxxxx:1,xxxxxxx:1,year:1},titles:["1. \u6570\u636e\u5e93\u8bbe\u8ba1","2. \u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1http\u63a5\u53e3","3. \u4fee\u8ba2\u5386\u53f2","\u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1\u8bbe\u8ba1"],titleterms:{"\u4e0a\u4f20\u9644\u4ef6":1,"\u4ed8\u6b3e\u7ea6\u5b9a\u8868":0,"\u4fee\u6539\u9500\u552e\u5408\u540c":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":1,"\u4fee\u6539\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":1,"\u4fee\u8ba2\u5386\u53f2":2,"\u5220\u9664\u9500\u552e\u5408\u540c":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":1,"\u5220\u9664\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":1,"\u53d1\u8d27\u4fe1\u606f\u8868":0,"\u5408\u540c\u56de\u6b3e\u4fe1\u606f\u8868":0,"\u5408\u540c\u5f00\u7968\u4fe1\u606f\u8868":0,"\u5408\u540c\u7f16\u53f7\u8868":[],"\u589e\u52a0\u9500\u552e\u5408\u540c":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u53d1\u8d27\u4fe1\u606f":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u56de\u6b3e\u4fe1\u606f":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":1,"\u589e\u52a0\u9500\u552e\u5408\u540c\u5f00\u7968\u4fe1\u606f":1,"\u5ba2\u6237\u8868":0,"\u5bfc\u51fa\u8868\u683c":1,"\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f\u8868":0,"\u6570\u636e\u5e93\u8bbe\u8ba1":0,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u53d1\u8d27\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u56de\u6b3e\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u5de5\u7a0b\u9a8c\u6536\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u5f00\u7968\u4fe1\u606f":1,"\u67e5\u8be2\u5177\u4f53\u5408\u540c\u8be6\u60c5":1,"\u67e5\u8be2\u5408\u540c\u5217\u8868":1,"\u67e5\u8be2\u5408\u540c\u7f16\u53f7":1,"\u67e5\u8be2\u9879\u76ee\u8868":1,"\u67e5\u8be2\u987e\u5ba2\u8868":1,"\u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1\u8bbe\u8ba1":3,"\u8d22\u52a1\u8fdb\u5ea6\u670d\u52a1http\u63a5\u53e3":1,"\u9500\u552e\u5408\u540c":1,"\u9500\u552e\u5408\u540c\u4ed8\u6b3e\u7ea6\u5b9a":1,"\u9500\u552e\u5408\u540c\u53d1\u8d27":1,"\u9500\u552e\u5408\u540c\u56de\u6b3e":1,"\u9500\u552e\u5408\u540c\u5de5\u7a0b\u9a8c\u6536":1,"\u9500\u552e\u5408\u540c\u5f00\u7968":1,"\u9500\u552e\u5408\u540c\u8868":0,"\u9644\u4ef6\u8868":0,"\u9879\u76ee\u8868":0,indic:3,tabl:3}})
\ No newline at end of file \ No newline at end of file
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| salesperson_unid | *是* | string | <=255 | 否 |销售员id,通过auth服务获取| | salesperson_unid | *是* | string | <=255 | 否 |销售员id,通过auth服务获取|
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| project_unid | *是* | FK | <=32 | 否 | 项目id | | project_unid | *是* | FK | | 否 | 项目id(int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| customer_unid | *是* | FK | <=32 | 否 | 客户id | | customer_unid | *是* | FK | | 否 | 客户id(int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| province | *否* | string | <=32 | 否 | 项目所在地的省份,通过 | | province | *否* | string | <=32 | 否 | 项目所在地的省份,通过 |
| | | | | | code服务行选择 | | | | | | | code服务行选择 |
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| payment_unid | *是* | PK | <=32 | 是 | 主键 | | payment_unid | *是* | PK | | 是 | 主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| reback_unid | *是* | PK | <=32 | 是 | 主键 | | reback_unid | *是* | PK | | 是 | 主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| receipt_unid | *是* | PK | <=32 | 是 | 合同开票信息主键 | | receipt_unid | *是* | PK | | 是 |主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| deliver_unid | *是* | PK | <=32 | 是 | 发货信息主键 | | deliver_unid | *是* | PK | | 是 | 主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| acceptanc_unid | *是* | PK | <=32 | 是 | 工程验收信息主键 | | acceptanc_unid | *是* | PK | | 是 | 主键(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| contract_unid | *是* | FK | <=32 | 否 | 合同编号 | | contract_unid | *是* | FK | <=32 | 否 | 合同编号 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| appendix_unid | *是* | PK | <=32 | 是 | 附件主键 | | appendix_unid | *是* | PK | | 是 | 附件主键(自增长的int类型)|
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| business_table | *是* | string | <=32 | 否 | 业务表名 | | business_table | *是* | string | <=32 | 否 | 业务表名 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| project_unid | *是* | PK | <=32 | 是 | 项目id | | project_unid | *是* | PK | | 是 | 项目id(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| project_name | *是* | string | <=255 | 是 | 项目名称 | | project_name | *是* | string | <=255 | 是 | 项目名称 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 | | 字段名称 | 是否必填 | 类型 | 限制 | 唯一 | 说明 |
+=======================+=============+===========+===========+=========+==========================+ +=======================+=============+===========+===========+=========+==========================+
| customer_unid | *是* | PK | <=32 | 是 | 客户id | | customer_unid | *是* | PK | | 是 | 客户id(自增长的int类型) |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
| customer_name | *是* | string | <=255 | 是 | 客户名称 | | customer_name | *是* | string | <=255 | 是 | 客户名称 |
+-----------------------+-------------+-----------+-----------+---------+--------------------------+ +-----------------------+-------------+-----------+-----------+---------+--------------------------+
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.. code-block:: python .. code-block:: python
{ {
"constract_unid":"2018-079", #合同unid "contract_unid":"2018-079", #合同unid
"salesperson_unid":"1235", #销售员unid "salesperson_unid":"1235", #销售员unid
"project_unid":"1000", #项目unid "project_unid":"1000", #项目unid
"customer_unid":"1000", #客户unid "customer_unid":"1000", #客户unid
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"end_guarantee_date":"2018-06-09", #维保服务期结束时间 "end_guarantee_date":"2018-06-09", #维保服务期结束时间
"mainten_start_point":"3", #质保期开始节点(签订时间,到货验收时间,项目终验时间) "mainten_start_point":"3", #质保期开始节点(签订时间,到货验收时间,项目终验时间)
"contract_note":"xxxx", #合同备注 "contract_note":"xxxx", #合同备注
"appendix_unids":["xxxx","xxxx",...] #合同附件(若有附件上传该字段) "appendix_unids":[xxxx,xxxx,...] #合同附件(若有附件上传该字段)
} }
Response Body: Response Body:
...@@ -111,8 +111,8 @@ ...@@ -111,8 +111,8 @@
"mainten_end_date":"2018-06-09", #质保期结束时间 "mainten_end_date":"2018-06-09", #质保期结束时间
"payment_data":[ #付款约定 "payment_data":[ #付款约定
{ {
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
"payment_progress":"2", #付款进度 "payment_progress":2, #付款进度
"payment_type":"3", #付款类型 "payment_type":"3", #付款类型
"days":200, #天数 "days":200, #天数
"payment_date":2018-03-02, #本期应付款日期 "payment_date":2018-03-02, #本期应付款日期
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
************** **************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid} | Path: /api/v1/financial/contracts/{$contract_unid}
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
"mainten_start_point":"2", #质保期开始节点 "mainten_start_point":"2", #质保期开始节点
"mainten_start_date":"2018-03-02", #质保期开始时间 "mainten_start_date":"2018-03-02", #质保期开始时间
"contract_note":"2018-06-02", #合同备注 "contract_note":"2018-06-02", #合同备注
"appendix_unids":["xxxx","xxxx",...] #合同附件(若有附件上传该字段) "appendix_unids":[xxxx,xxxx,...] #合同附件(若有附件上传该字段)
} }
Response Body: Response Body:
...@@ -272,8 +272,8 @@ ...@@ -272,8 +272,8 @@
"over_days":176, #逾期天数 "over_days":176, #逾期天数
"payment_data":[ #付款约定 "payment_data":[ #付款约定
{ {
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
"payment_progress":"2", #付款进度 "payment_progress":2, #付款进度
"payment_type":"3", #付款类型 "payment_type":"3", #付款类型
"days":198, #天数 "days":198, #天数
"payment_date":"2018-03-02", #本期应付款日期 "payment_date":"2018-03-02", #本期应付款日期
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
************************** **************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/payments | Path: /api/v1/financial/contracts/{$contract_unid}/payments
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
"list_payment_data": #付款约定信息表 "list_payment_data": #付款约定信息表
[ [
{ {
"payment_progress":"2", #付款进度(1,2,3,4) "payment_progress":2, #付款进度(1,2,3,4)
"payment_type":"3", #付款类型,通过code服务进行选择 "payment_type":"3", #付款类型,通过code服务进行选择
"days":45, #天数 "days":45, #天数
"payment_propority":0.30, #付款比例 "payment_propority":0.30, #付款比例
...@@ -371,7 +371,7 @@ ...@@ -371,7 +371,7 @@
*************************** ***************************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/payments | Path: /api/v1/financial/contracts/{$contract_unid}/payments
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -384,8 +384,8 @@ ...@@ -384,8 +384,8 @@
"list_payment_data": #付款约定列表 "list_payment_data": #付款约定列表
[ [
{ {
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
"payment_progress":"1", #付款进度 "payment_progress":1, #付款进度
"payment_type":"2", #付款类型 "payment_type":"2", #付款类型
"days":23, #天数 "days":23, #天数
"payment_date":"2018-03-02", #本期应付款日期 "payment_date":"2018-03-02", #本期应付款日期
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
****************************** ******************************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/payments | Path: /api/v1/financial/contracts/{$contract_unid}/payments
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -413,8 +413,8 @@ ...@@ -413,8 +413,8 @@
"list_payment_data": #付款约定列表 "list_payment_data": #付款约定列表
[ [
{ {
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
"payment_progress":"2", #付款进度 "payment_progress":2, #付款进度
"payment_type":"3", #付款类型 "payment_type":"3", #付款类型
"days":30, #天数 "days":30, #天数
"payment_propority":0.30, #付款比例 "payment_propority":0.30, #付款比例
...@@ -449,7 +449,7 @@ ...@@ -449,7 +449,7 @@
{ {
"payment_unids": #付款unid数组 "payment_unids": #付款unid数组
[ [
"payment_unid":"xxxx", #付款unid "payment_unid":xxxx, #付款unid
... ...
] ]
} }
...@@ -471,7 +471,7 @@ ...@@ -471,7 +471,7 @@
************************ ************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/rebacks | Path: /api/v1/financial/contracts/{$contract_unid}/rebacks
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -484,7 +484,7 @@ ...@@ -484,7 +484,7 @@
"list_reback_data": #合同回款信息表 "list_reback_data": #合同回款信息表
[ [
{ {
"reback_progress ":"1", #回款进度 "reback_progress ":1, #回款进度
"reback_date":"2018-06-03", #回款时间 "reback_date":"2018-06-03", #回款时间
"actual_reback_amount":14000.00, #实际回款数额 "actual_reback_amount":14000.00, #实际回款数额
"reback_note":"xxxx", #回款备注 "reback_note":"xxxx", #回款备注
...@@ -508,7 +508,7 @@ ...@@ -508,7 +508,7 @@
*********************** ***********************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/rebacks | Path: /api/v1/financial/contracts/{$contract_unid}/rebacks
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -521,8 +521,8 @@ ...@@ -521,8 +521,8 @@
"list_reback_data": #回款信息列表 "list_reback_data": #回款信息列表
[ [
{ {
"reback_unid":"xxxx", #回款unid "reback_unid":xxxx, #回款unid
"reback_progress":"2", #回款进度 "reback_progress":2, #回款进度
"reback_date":"2018-03-02", #回款时间 "reback_date":"2018-03-02", #回款时间
"reback_propority":0.30, #回款比例 "reback_propority":0.30, #回款比例
"actual_reback_amount":14000.00, #实际回款数额 "actual_reback_amount":14000.00, #实际回款数额
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
*********************** ***********************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/rebacks | Path: /api/v1/financial/contracts/{$contract_unid}/rebacks
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -548,8 +548,8 @@ ...@@ -548,8 +548,8 @@
"list_reback_data": #回款信息列表 "list_reback_data": #回款信息列表
[ [
{ {
"reback_unid":"xxxx", #回款unid "reback_unid":xxxx, #回款unid
"reback_progress":"3", #回款进度 "reback_progress":3, #回款进度
"reback_date":"2018-03-02", #回款时间 "reback_date":"2018-03-02", #回款时间
"actual_reback_amount":14000.00, #实际回款数额 "actual_reback_amount":14000.00, #实际回款数额
"reback_note ":"xxxx", #回款备注 "reback_note ":"xxxx", #回款备注
...@@ -582,7 +582,7 @@ ...@@ -582,7 +582,7 @@
{ {
"reback_unids": #回款unid数组 "reback_unids": #回款unid数组
[ [
"reback_unid":"xxxx", #回款unid "reback_unid":xxxx, #回款unid
... ...
] ]
} }
...@@ -604,7 +604,7 @@ ...@@ -604,7 +604,7 @@
**************************** ****************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/receipts | Path: /api/v1/financial/contracts/{$contract_unid}/receipts
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -615,7 +615,7 @@ ...@@ -615,7 +615,7 @@
"list_receipt_data": #合同发票信息表 "list_receipt_data": #合同发票信息表
[ [
{ {
"receipt_progress":"3", #开票进度 "receipt_progress":3, #开票进度
"receipt_amount":14000.00, #开票金额 "receipt_amount":14000.00, #开票金额
"oa_flow_id":"12345", #oa流水号 "oa_flow_id":"12345", #oa流水号
"receipt_note":"xxxx", #发票备注 "receipt_note":"xxxx", #发票备注
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
**************************** ****************************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/receipts | Path: /api/v1/financial/contracts/{$contract_unid}/receipts
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -651,8 +651,8 @@ ...@@ -651,8 +651,8 @@
"list_receipt_data": #开票信息列表 "list_receipt_data": #开票信息列表
[ [
{ {
"receipt_unid":"xxxx", #发票unid "receipt_unid":xxxx, #发票unid
"receipt_progress":"3", #开票次数 "receipt_progress":3, #开票次数
"oa_flow_id ":"12345", #oa流水号 "oa_flow_id ":"12345", #oa流水号
"receipt_amount":14000.00, #开票金额 "receipt_amount":14000.00, #开票金额
"total_receipt_amount":5000.00, #累计开票金额 "total_receipt_amount":5000.00, #累计开票金额
...@@ -669,7 +669,7 @@ ...@@ -669,7 +669,7 @@
********************************* *********************************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/receipts | Path: /api/v1/financial/contracts/{$contract_unid}/receipts
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -680,8 +680,8 @@ ...@@ -680,8 +680,8 @@
"list_receipt_data": #合同发票信息表 "list_receipt_data": #合同发票信息表
[ [
{ {
"receipt_unid":"xxxx", #发票unid "receipt_unid":xxxx, #发票unid
"receipt_progress":"3", #开票进度 "receipt_progress":3, #开票进度
"receipt_amount":14000.00, #开票金额 "receipt_amount":14000.00, #开票金额
"oa_flow_id":"12345", #oa流水号 "oa_flow_id":"12345", #oa流水号
"receipt_note":"xxxx", #发票备注 "receipt_note":"xxxx", #发票备注
...@@ -715,7 +715,7 @@ ...@@ -715,7 +715,7 @@
{ {
"receipt_unids": #发票unid数组 "receipt_unids": #发票unid数组
[ [
"receipt_unid":"xxxx", #发票unid "receipt_unid":xxxx, #发票unid
... ...
] ]
} }
...@@ -738,7 +738,7 @@ ...@@ -738,7 +738,7 @@
**************************** ****************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/delivers | Path: /api/v1/financial/contracts/{$contract_unid}/delivers
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -773,7 +773,7 @@ ...@@ -773,7 +773,7 @@
************************ ************************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/delivers | Path: /api/v1/financial/contracts/{$contract_unid}/delivers
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -786,7 +786,7 @@ ...@@ -786,7 +786,7 @@
"list_deliver_data": #发货信息列表 "list_deliver_data": #发货信息列表
[ [
{ {
"deliver_unid":"xxxx", #发货unid "deliver_unid":xxxx, #发货unid
"deliver_goods_date":"2018-03-02", #发货时间 "deliver_goods_date":"2018-03-02", #发货时间
"goods_acceptanc_date ":"2018-06-09", #到货验收时间 "goods_acceptanc_date ":"2018-06-09", #到货验收时间
"appendix_list": #附件列表集合 "appendix_list": #附件列表集合
...@@ -806,7 +806,7 @@ ...@@ -806,7 +806,7 @@
************************ ************************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/delivers | Path: /api/v1/financial/contracts/{$contract_unid}/delivers
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -817,7 +817,7 @@ ...@@ -817,7 +817,7 @@
"list_deliver_data": #合同发货信息表 "list_deliver_data": #合同发货信息表
[ [
{ {
"deliver_unid":"xxxx", #发货unid "deliver_unid":xxxx, #发货unid
"deliver_goods_date":"2018-03-02", #发货时间 "deliver_goods_date":"2018-03-02", #发货时间
"goods_acceptanc_date":"2018-03-02", #到货验收时间 "goods_acceptanc_date":"2018-03-02", #到货验收时间
"goods_sign_appendix":"xxxx", #到货签收单附件 "goods_sign_appendix":"xxxx", #到货签收单附件
...@@ -852,7 +852,7 @@ ...@@ -852,7 +852,7 @@
{ {
"deliver_unids": #发货unid数组 "deliver_unids": #发货unid数组
[ [
"deliver_unid":"xxxx", #发货unid "deliver_unid":xxxx, #发货unid
... ...
] ]
} }
...@@ -875,7 +875,7 @@ ...@@ -875,7 +875,7 @@
****************************** ******************************
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs | Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -910,7 +910,7 @@ ...@@ -910,7 +910,7 @@
************************** **************************
| Verb: GET | Verb: GET
| Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs | Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body:无 Request Body:无
...@@ -923,7 +923,7 @@ ...@@ -923,7 +923,7 @@
"list_check_data": #工程验收信息列表 "list_check_data": #工程验收信息列表
[ [
{ {
"acceptanc_unid":"xxxx", #工程id "acceptanc_unid":xxxx, #工程id
"acceptanc_type":"2", #验收类型 "acceptanc_type":"2", #验收类型
"acceptanc_date":"2018-07-02", #验收时间 "acceptanc_date":"2018-07-02", #验收时间
"acceptanc_note":"xxxx", #验收备注 "acceptanc_note":"xxxx", #验收备注
...@@ -946,7 +946,7 @@ ...@@ -946,7 +946,7 @@
******************************* *******************************
| Verb: PUT | Verb: PUT
| Path: /api/v1/financial/contracts/{$constract_unid}/project/acceptancs | Path: /api/v1/financial/contracts/{$contract_unid}/project/acceptancs
| Header: (Content-Type: application/json) | Header: (Content-Type: application/json)
Request Body: Request Body:
...@@ -957,7 +957,7 @@ ...@@ -957,7 +957,7 @@
"list_check_data": #工程验收信息表 "list_check_data": #工程验收信息表
[ [
{ {
"acceptanc_unid":"xxxx", #工程验收unid "acceptanc_unid":xxxx, #工程验收unid
"acceptanc_type":"2", #验收类型(1为初验、2为终验) "acceptanc_type":"2", #验收类型(1为初验、2为终验)
"acceptanc_date":"2018-05-02", #验收时间 "acceptanc_date":"2018-05-02", #验收时间
"acceptanc_note":"xxxx" #验收备注 "acceptanc_note":"xxxx" #验收备注
...@@ -993,7 +993,7 @@ ...@@ -993,7 +993,7 @@
{ {
"acceptanc_unids": #验收unid数组 "acceptanc_unids": #验收unid数组
[ [
"acceptanc_unid":"xxxx", #验收unid "acceptanc_unid":xxxx, #验收unid
... ...
] ]
} }
...@@ -1014,7 +1014,7 @@ ...@@ -1014,7 +1014,7 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Verb: POST | Verb: POST
| Path: /api/v1/financial/contracts/{$constract_unid}/upload/appendixes | Path: /api/v1/financial/contracts/{$contract_unid}/upload/appendixes
| Header: (Content-Type: multipart/form-data) | Header: (Content-Type: multipart/form-data)
Request Body: Request Body:
...@@ -1034,7 +1034,7 @@ ...@@ -1034,7 +1034,7 @@
"appendix_data":[ "appendix_data":[
{ {
"business_table":"project_acceptanc", #业务表名 "business_table":"project_acceptanc", #业务表名
"appendix_unid":"xxxxxxx" #附件主键 "appendix_unid":xxxxxxx #附件主键
}, },
... ...
] ]
...@@ -1083,7 +1083,7 @@ ...@@ -1083,7 +1083,7 @@
"customer_list": #顾客列表集合 "customer_list": #顾客列表集合
[ [
{ {
"customer_unid":"1000", #顾客id "customer_unid":1000, #顾客id
"customer_name":"金源时代购物中心有限公司" #顾客名称 "customer_name":"金源时代购物中心有限公司" #顾客名称
}, },
... ...
...@@ -1108,7 +1108,7 @@ ...@@ -1108,7 +1108,7 @@
"project_list": #项目列表集合 "project_list": #项目列表集合
[ [
{ {
"project_unid":"1234", #项目id "project_unid":1234, #项目id
"project_name":"金源时代客流项目" #项目名称 "project_name":"金源时代客流项目" #项目名称
}, },
... ...
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!