|
@@ -1,5 +1,5 @@
|
|
|
-<@w.workFlow javascripts=['/Leave/js/index.js','/js/moment.js','/Leave/js/leaveTimeAuth.js']
|
|
|
-styles=[ '/flow/css/formCommon.css' ,'/timeSelector/TimeSelector.css' ]>
|
|
|
+<@w.workFlow javascripts=['/Leave/js/index.js','/js/moment.js','/Leave/js/leaveTimeAuth.js', '/OwCommon/OwCommon.js']
|
|
|
+styles=[ '/flow/css/formCommon.css' ,'/timeSelector/TimeSelector.css','/OwCommon/OwCommon.css' ]>
|
|
|
<div class="z-position form-boss ow-tabs" name="createReqVO">
|
|
|
<div class="z-form-row" style="display: none;">
|
|
|
<input type="text" value="${formEntity.instanceId!}" name="createReqVO$instanceId">
|
|
@@ -14,7 +14,7 @@ styles=[ '/flow/css/formCommon.css' ,'/timeSelector/TimeSelector.css' ]>
|
|
|
</#if>
|
|
|
</ul>
|
|
|
<div class="ow-tab-scroll">
|
|
|
- <div class="ow-tab-content" name="jbxx">
|
|
|
+ <div class="ow-tab-content on" name="jbxx">
|
|
|
<div class="form-title" style="margin-top: 0px;">
|
|
|
<div class="form-icon">
|
|
|
<img src="/imgs/titleIcon.png" alt="">
|
|
@@ -164,8 +164,8 @@ styles=[ '/flow/css/formCommon.css' ,'/timeSelector/TimeSelector.css' ]>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <#if WORKFLOW.OPINION! !="">
|
|
|
<div class="ow-tab-content" name="yj">
|
|
|
- <#if WORKFLOW.OPINION! !="">
|
|
|
<div class="form-title">
|
|
|
<div class="form-icon">
|
|
|
<img src="/imgs/titleIcon.png" alt="">
|
|
@@ -179,8 +179,8 @@ styles=[ '/flow/css/formCommon.css' ,'/timeSelector/TimeSelector.css' ]>
|
|
|
<div class="z-form-row"> ${WORKFLOW.OPINION!} </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </#if>
|
|
|
</div>
|
|
|
+ </#if>
|
|
|
</div>
|
|
|
|
|
|
</div>
|