Accept Merge Request #161: (feature/zy -> develop)
Merge Request: feature: 权限 Created By: @zhuyu Accepted By: @zhuyu URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/161
This commit is contained in:
commit
1cff9a4edf
|
|
@ -81,15 +81,15 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'complete',
|
name: 'settle',
|
||||||
text:"结算",
|
text: '结算',
|
||||||
title:"结算",
|
title: '结算',
|
||||||
extend: 'data-toggle="tooltip" data-container="body"',
|
extend: 'data-toggle="tooltip" data-container="body"',
|
||||||
classname: 'btn btn-xs btn-success btn-magic btn-ajax',
|
classname: 'btn btn-xs btn-success btn-magic btn-ajax',
|
||||||
icon: 'fa fa-cny',
|
icon: 'fa fa-cny',
|
||||||
url: function (row) {
|
url: function (row) {
|
||||||
// 注意这里拼接 admin_id 和 month
|
// 注意这里拼接 admin_id 和 month
|
||||||
return 'salary/detail/settle?target_admin_id=' + row.target_admin_id + '&month=' + row.month;
|
return 'salary/custom_detail/settle?target_admin_id=' + row.target_admin_id + '&month=' + row.month;
|
||||||
},
|
},
|
||||||
confirm: '确认结算?',
|
confirm: '确认结算?',
|
||||||
refresh: true,
|
refresh: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user