|
|
|
@ -8,7 +8,7 @@ |
|
|
|
</style> |
|
|
|
|
|
|
|
<div class="page-header"> |
|
|
|
<h2>Rework verification</h2> |
|
|
|
<h2>Rework Verification</h2> |
|
|
|
</div> |
|
|
|
|
|
|
|
<table id="dg" class="easyui-datagrid" style="width:100%;height:460px;display: none;" |
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
<tr> |
|
|
|
<th data-options="field:'orderNo',width:120">Order No</th> |
|
|
|
<th data-options="field:'status',width:80,align:'left'">Status</th> |
|
|
|
<th data-options="field:'statement',width:140,align:'left', formatter:getStatement">Close status</th> |
|
|
|
<th data-options="field:'statement',width:140,align:'left', formatter:getStatement">Close Status</th> |
|
|
|
<th data-options="field:'statementBy',width:100">Close By</th> |
|
|
|
<th data-options="field:'statementDate',width:120,formatter:formatDateTime">Close Date</th> |
|
|
|
<th data-options="field:'id',width:100,editor:'textbox', formatter:formatAction">Actions</th> |
|
|
|
@ -43,10 +43,10 @@ |
|
|
|
</select> |
|
|
|
<a href="#nowhere" id="queryLink" class="easyui-linkbutton" iconCls="icon-search">Search</a> |
|
|
|
<#if currentUser.isAdmin> |
|
|
|
<a href="javascript:void(0)" id="closedAllRoll" class="easyui-linkbutton" iconCls="icon-edit" onclick="closedAllRoll()">Batch close</a> |
|
|
|
<a href="javascript:void(0)" id="closedAllRoll" class="easyui-linkbutton" iconCls="icon-edit" onclick="closedAllRoll()">Batch Close</a> |
|
|
|
</#if> |
|
|
|
<#if currentUser.isAdmin || currentUser.authorities?contains("closeorder")> |
|
|
|
<a href="javascript:void(0)" id="forceClosed" class="easyui-linkbutton" iconCls="icon-remove" onclick="forceClosed()">Force close</a> |
|
|
|
<a href="javascript:void(0)" id="forceClosed" class="easyui-linkbutton" iconCls="icon-remove" onclick="forceClosed()">Force Close</a> |
|
|
|
</#if> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|