|
@@ -1,12 +1,24 @@
|
|
|
-<@w.workFlow javascripts=['/OfficialSealOuter/js/index.js','/js/moment.js','/flow/js/formCommon.js']
|
|
|
-styles=[ '/flow/css/formCommon.css' ]>
|
|
|
- <div class="z-position form-boss" name="createReqVO">
|
|
|
+<@w.workFlow javascripts=['/OfficialSealOuter/js/index.js','/js/moment.js','/flow/js/formCommon.js','/OwCommon/OwCommon.js']
|
|
|
+styles=[ '/flow/css/formCommon.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">
|
|
|
<input type="text" value="${formEntity.id!}" name="createReqVO$id">
|
|
|
</div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <ul class="ow-tab-nav oa_tabBox">
|
|
|
+ <li z-tabindex="0" class="ow-tab-item on" data-name="jbxx">基础信息</li>
|
|
|
+ <#if WORKFLOW.OPINION! !="">
|
|
|
+ <li z-tabindex="1" class="ow-tab-item" data-name="yj">审批意见</li>
|
|
|
+ </#if>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<div class="ow-tab-scroll z-tab-content">
|
|
|
- <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="">
|
|
@@ -173,34 +185,33 @@ styles=[ '/flow/css/formCommon.css' ]>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="ow-tab-content" name="yj">
|
|
|
+
|
|
|
<#if WORKFLOW.OPINION! !="">
|
|
|
- <div class="form-title">
|
|
|
- <div class="form-icon">
|
|
|
- <img src="/imgs/titleIcon.png" alt="">
|
|
|
- <span>审批意见</span>
|
|
|
- </div>
|
|
|
- <div class="form-btn">
|
|
|
+ <div class="ow-tab-content" name="yj">
|
|
|
+ <div class="form-title">
|
|
|
+ <div class="form-icon">
|
|
|
+ <img src="/imgs/titleIcon.png" alt="">
|
|
|
+ <span>审批意见</span>
|
|
|
+ </div>
|
|
|
+ <div class="form-btn">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="qjsjxx-box">
|
|
|
- <div class="z-form-wrap" name="opinionsDiv">
|
|
|
- <div class="z-form-row"> ${WORKFLOW.OPINION!} </div>
|
|
|
+ <div class="qjsjxx-box">
|
|
|
+ <div class="z-form-wrap" name="opinionsDiv">
|
|
|
+ <div class="z-form-row"> ${WORKFLOW.OPINION!} </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</#if>
|
|
|
</div>
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
- <script language="javascript" src="/timeSelector/TimeSelector.js"></script>
|
|
|
<script language="javascript">
|
|
|
;
|
|
|
(function () {
|
|
|
})();
|
|
|
</script>
|
|
|
<style type="text/css">
|
|
|
- .qjsjxx-box .form-table-info tr:nth-child(1) {
|
|
|
- height: 63px;
|
|
|
- }
|
|
|
</style>
|
|
|
</@w.workFlow>
|