|
|
@@ -167,7 +167,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
|
}); |
|
|
|
$(document).on("click", ".btn-finish", function () { |
|
|
|
Layer.confirm( |
|
|
|
__('确定要完成所有订单?', ids.length), |
|
|
|
__('确定要完成所有订单?'), |
|
|
|
{icon: 3, title: __('Warning'), offset: 0, shadeClose: true}, |
|
|
|
function (index) { |
|
|
|
Fast.api.ajax({ |
|
|
|