|
@@ -78,6 +78,26 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
target:'_self',
|
|
|
extend: 'data-area=["90%","90%"]',
|
|
|
},
|
|
|
+ /*{
|
|
|
+ name:'cancel',
|
|
|
+ text:'取消',
|
|
|
+ title:'取消',
|
|
|
+ icon:'fa fa-exclamation-circle',
|
|
|
+ classname:'btn btn-xs btn-info btn-dialog',
|
|
|
+ url:'order/cancel/order_id/{ids}?dialog=1',
|
|
|
+ target:'_self',
|
|
|
+ extend: 'data-area=["90%","90%"]',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name:'finish',
|
|
|
+ text:'完成',
|
|
|
+ title:'完成',
|
|
|
+ icon:'fa fa-exclamation-circle',
|
|
|
+ classname:'btn btn-xs btn-info btn-dialog',
|
|
|
+ url:'order/finish/order_id/{ids}?dialog=1',
|
|
|
+ target:'_self',
|
|
|
+ extend: 'data-area=["90%","90%"]',
|
|
|
+ },*/
|
|
|
|
|
|
],
|
|
|
events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|