|
@@ -303,6 +303,20 @@ styles=[ '/flow/css/formCommon.css', '/OwCommon/OwCommon.css' ]>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+ <td class="th">
|
|
|
+ <div class="form-label">开票单位:</div>
|
|
|
+ </td>·
|
|
|
+ <td>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="z-comp-selecttree" name="invoiceCompany">
|
|
|
+ <input type="hidden" name="contractInvoice$invoiceCompanyId" value="${formEntity.invoiceCompanyId!}">
|
|
|
+ <input type="hidden" name="contractInvoice$invoiceCompany" value="${formEntity.invoiceCompany!}">
|
|
|
+ <div class="z-inputselect-bar">
|
|
|
+ <span> ${formEntity.invoiceCompany!} </span><i></i>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
<td class="th">
|
|
|
<div class="form-label">开票金额:</div>
|
|
|
</td>
|
|
@@ -315,6 +329,8 @@ styles=[ '/flow/css/formCommon.css', '/OwCommon/OwCommon.css' ]>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
<td class="th">
|
|
|
<div class="form-label">发票类型:</div>
|
|
|
</td>
|
|
@@ -330,12 +346,10 @@ styles=[ '/flow/css/formCommon.css', '/OwCommon/OwCommon.css' ]>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
<td class="th">
|
|
|
<div class="form-label">开票内容:</div>
|
|
|
</td>
|
|
|
- <td colspan="3">
|
|
|
+ <td>
|
|
|
<div class="form-group">
|
|
|
<div class="form-item">
|
|
|
<div class="z-comp-input" name="contractInvoice$invoiceContent">
|