|
@@ -97,7 +97,7 @@ styles=['/flow/css/formCommon.css','/timeSelector/TimeSelector.css','/OwCommon/O
|
|
|
|
|
|
<tr>
|
|
|
<td class="th">
|
|
|
- <div class="form-label">合同到期时间:</div>
|
|
|
+ <div class="form-label">旧合同到期时间:</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="form-group">
|
|
@@ -159,15 +159,18 @@ styles=['/flow/css/formCommon.css','/timeSelector/TimeSelector.css','/OwCommon/O
|
|
|
|
|
|
<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-date" name="createReqVO$htqdsj">
|
|
|
- <input type="text" value="${(formEntity.htqdsj?date)!}">
|
|
|
- </div>
|
|
|
+ <div class="form-group date-range">
|
|
|
+ <div class="z-comp-date" name="createReqVO$htqdsj" style="display: inline-block; width: 50%;">
|
|
|
+ <input type="text" value="${(formEntity.htqdsj?date)!}">
|
|
|
+ </div>
|
|
|
+ <span style="display: inline-block; padding: 0 5px;">-</span>
|
|
|
+ <div class="z-comp-date" name="createReqVO$xhtdqs" style="display: inline-block; width: 50%;">
|
|
|
+ <input type="text" value="${(formEntity.xhtdqs?date)!}">
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
</td>
|
|
|
|
|
@@ -209,5 +212,12 @@ styles=['/flow/css/formCommon.css','/timeSelector/TimeSelector.css','/OwCommon/O
|
|
|
})();
|
|
|
</script>
|
|
|
<style type="text/css">
|
|
|
+
|
|
|
+ .date-range {
|
|
|
+ display: flex;
|
|
|
+ align-items: center; /* 垂直居中子元素 */
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
</style>
|
|
|
</@w.workFlow>
|