|
@@ -61,7 +61,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
classname: 'btn btn-xs btn-info btn-dialog',
|
|
|
icon: 'fa',
|
|
|
url: extend.statistics_url,
|
|
|
- extend:`data-area='["700px","80%"]'`,
|
|
|
+ extend:`data-area='["800px","80%"]'`,
|
|
|
callback: function (data) {
|
|
|
},
|
|
|
visible: function (row) {
|
|
@@ -95,7 +95,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
Controller.api.bindevent();
|
|
|
},
|
|
|
goods_statistics(){
|
|
|
- Controller.api.bindevent();
|
|
|
+
|
|
|
+ Form.events.daterangepicker($('.form'))
|
|
|
+ $('.doSearch').click(()=>{
|
|
|
+ layer.load()
|
|
|
+ })
|
|
|
},
|
|
|
editor(){
|
|
|
$('.btnAddSku').click(function (){
|