...
|
...
|
@@ -5,9 +5,16 @@ |
|
|
var $ = require('jquery'), common = require('../../../common/common');
|
|
|
require('../../../common/util/datepicker');
|
|
|
|
|
|
new common.dropDown({el: "#brand-name", ajax: "brand"});
|
|
|
//new common.dropDown({el: "#shop-name", ajax: "queryShopPass"});
|
|
|
new common.dropDown({ el: "#time_status" });
|
|
|
|
|
|
/*下拉选择*/
|
|
|
new common.dropDown({
|
|
|
el: "#shop-name",
|
|
|
ajax: "queryShopPass",
|
|
|
hash: true
|
|
|
});
|
|
|
|
|
|
|
|
|
var tableGird = new common.grid({
|
|
|
el: "#table-box",
|
...
|
...
|
@@ -18,7 +25,7 @@ var tableGird = new common.grid({ |
|
|
"bundleName": common.util.__input('bundleName'),
|
|
|
"productSkn": common.util.__input('productSkn'),
|
|
|
"status": $("#time_status").val(),
|
|
|
"brand": common.util.__input("brand-name")
|
|
|
"shopId": common.util.__input("shop-name")
|
|
|
};
|
|
|
},
|
|
|
columns: [
|
...
|
...
|
|