|
@@ -627,51 +627,28 @@ styles=[ '/flow/css/formCommon.css', '/OwCommon/OwCommon.css' ]>
|
|
|
<table class="jbxx-table-info">
|
|
|
<tr>
|
|
|
<td class="th">
|
|
|
- <div class="form-label">领票时间:</div>
|
|
|
+ <div class="form-label">开票人:</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="form-group">
|
|
|
<div class="form-item">
|
|
|
- <div class="z-comp-input" name="contractInvoice$lpsj">
|
|
|
- <input type="text" value="${formEntity.lpsj!}">
|
|
|
+ <input type="hidden" name="contractInvoice$invoicePersonId" value="${formEntity.invoicePersonId!}">
|
|
|
+ <div class="z-comp-input" name="contractInvoice$invoicePerson">
|
|
|
+ <input type="text" value="${formEntity.invoicePerson!}">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td class="th">
|
|
|
- <div class="form-label">送票人:</div>
|
|
|
+ <div class="form-label">领票人:</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="form-group">
|
|
|
- <div class="form-item">
|
|
|
- <div class="z-comp-input" name="contractInvoice$spr">
|
|
|
- <input type="text" value="${formEntity.spr!}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="th">
|
|
|
- <div class="form-label">客户签收人:</div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="form-group">
|
|
|
- <div class="form-item">
|
|
|
- <div class="z-comp-input" name="contractInvoice$khqsr">
|
|
|
- <input type="text" value="${formEntity.khqsr!}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td class="th">
|
|
|
- <div class="form-label">签收日期:</div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="form-group">
|
|
|
- <div class="form-item">
|
|
|
- <div class="z-comp-input" name="contractInvoice$qsrq">
|
|
|
- <input type="text" value="${formEntity.qsrq!}">
|
|
|
+ <div class="z-comp-selecttree" name="lpr">
|
|
|
+ <input type="hidden" name="contractInvoice$lprId" value="${formEntity.lprId!}">
|
|
|
+ <input type="hidden" name="contractInvoice$lpr" value="${formEntity.lpr!}">
|
|
|
+ <div class="z-inputselect-bar">
|
|
|
+ <span> ${formEntity.lpr!} </span><i></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -679,31 +656,19 @@ styles=[ '/flow/css/formCommon.css', '/OwCommon/OwCommon.css' ]>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="th">
|
|
|
- <div class="form-label">送达方式:</div>
|
|
|
+ <div class="form-label">开票日期:</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="form-group">
|
|
|
<div class="form-item">
|
|
|
- <div class="z-comp-input" name="contractInvoice$sdfs">
|
|
|
- <input type="text" value="${formEntity.sdfs!}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="th">
|
|
|
- <div class="form-label">回执备注:</div>
|
|
|
- </td>
|
|
|
- <td colspan="3">
|
|
|
- <div class="form-group">
|
|
|
- <div class="form-item" style="margin: 10px 0;">
|
|
|
- <div class="z-comp-textarea" name="contractInvoice$hzbz">
|
|
|
- <textarea>${formEntity.hzbz!}</textarea>
|
|
|
+ <div class="z-comp-date" name="contractInvoice$invoiceDate">
|
|
|
+ <input type="text" value="${formEntity.invoiceDate!}">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
+ <td class="th"></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
@@ -806,5 +771,7 @@ styles=[ '/flow/css/formCommon.css', '/OwCommon/OwCommon.css' ]>
|
|
|
<script>
|
|
|
window.returnMoneyList = '${returnMoneyListJson!}';
|
|
|
window.contractList = '${contractListJson!}';
|
|
|
+ window.curUserId = '${currentUserId!}' ;
|
|
|
+ window.curUser = '${currentUser!}' ;
|
|
|
</script>
|
|
|
</@w.workFlow>
|