|
@@ -8500,6 +8500,30 @@
|
|
|
<td>是</td>
|
|
|
<td>姓名</td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <td>voucher</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>打款凭证对象</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>voucher.status</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>1通过2不通过</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>voucher.remark</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>原因</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>voucher.image</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>凭证图片</td>
|
|
|
+ </tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
@@ -8798,6 +8822,22 @@
|
|
|
<label class="control-label" for="address.name">address.name</label>
|
|
|
<input type="string" class="form-control input-sm" id="address.name" required placeholder="姓名" name="address.name">
|
|
|
</div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="voucher">voucher</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="voucher" required placeholder="打款凭证对象" name="voucher">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="voucher.status">voucher.status</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="voucher.status" required placeholder="1通过2不通过" name="voucher.status">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="voucher.remark">voucher.remark</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="voucher.remark" required placeholder="原因" name="voucher.remark">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="voucher.image">voucher.image</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="voucher.image" required placeholder="凭证图片" name="voucher.image">
|
|
|
+ </div>
|
|
|
<div class="form-group form-group-submit">
|
|
|
<button type="submit" class="btn btn-success send" rel="56">提交</button>
|
|
|
<button type="reset" class="btn btn-info" rel="56">重置</button>
|
|
@@ -17117,7 +17157,7 @@
|
|
|
|
|
|
</div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
- Generated on 2022-11-18 17:39:33 <a href="./" target="_blank">苏州屏酷有限公司</a>
|
|
|
+ Generated on 2022-11-21 11:47:38 <a href="./" target="_blank">苏州屏酷有限公司</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|