|
|
@@ -375,7 +375,7 @@ function formatterOprateDispose(val, row) {
|
|
375
|
375
|
return '<ul class="tool_downs">' +
|
|
376
|
376
|
// '<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_delete_' + row.ID + '" onclick="btn_delete(\'' + row.ID + '\')" title="删除">删除</a></li>' +
|
|
377
|
377
|
'<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_transfer_' + row.ID + '" onclick="btn_transfer(\'' + row.F_ID + '\', false, \''+ row.IsAdminSend +'\')" title="分配">分配</a></li>' +
|
|
378
|
|
- '<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_end_' + row.ID + '" onclick="btn_end(\'' + row.F_ID + '\', false)" title="处理">处理</a></li>' +
|
|
|
378
|
+ '<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_end_' + row.ID + '" onclick="btn_end(\'' + row.F_ID + '\', false)" title="结单">结单</a></li>' +
|
|
379
|
379
|
'<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_abnormal_back_' + row.ID + '" onclick="btn_abnormal_back(\'' + row.F_ID + '\')" title="异常退回">异常退回</a></li>' +
|
|
380
|
380
|
'<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_abnorm' + row.ID + '" onclick="btn_bacd(\'' + row.F_ID + '\')" title="申请延期">申请延期</a></li>' +
|
|
381
|
381
|
'</ul>';
|
|
|
@@ -538,7 +538,7 @@ function btn_deal(oid, isDeal, isDetail, proid) {
|
|
538
|
538
|
function btn_end(oid, isDetail) {
|
|
539
|
539
|
layer.open({
|
|
540
|
540
|
type: 2,
|
|
541
|
|
- title: '处理工单',
|
|
|
541
|
+ title: '工单结单',
|
|
542
|
542
|
maxmin: true, //开启最大化最小化按钮
|
|
543
|
543
|
area: ['80%', '90%'],
|
|
544
|
544
|
content: "../commonTpl/WorkOrderEnd.html?oid=" + oid + "&isDetail=" + isDetail,
|