|
@@ -789,6 +789,26 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div id="buttons">
|
|
|
+ <!-- <a href="#" class="file"><input type="file" name="filename" onchange="xkzyx.detail.submitQtFile()"/>其他附件</a> -->
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="xkzyx.detail.save()">
|
|
|
+ <i class="glyphicon glyphicon-floppy-disk"></i>
|
|
|
+ 保存</a>
|
|
|
+ <c:if test="${flag == '' || flag == null}">
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="xkzyx.detail.submit()">
|
|
|
+ <i class="glyphicon glyphicon-share"></i>
|
|
|
+ 提交</a>
|
|
|
+ </c:if>
|
|
|
+<c:if test="${flag=='th'}">
|
|
|
+<a class="btn btn-default btn-sm" href="#" onclick="xkzyx.detail.submitAudit()">
|
|
|
+ <i class="glyphicon glyphicon-share"></i>
|
|
|
+ 提交</a>
|
|
|
+</c:if>
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="xkzyx.detail.back()">
|
|
|
+ <i class="glyphicon glyphicon-arrow-left"></i>
|
|
|
+ 返回</a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|