Authored by 陶雨

no message

... ... @@ -2,11 +2,12 @@
var $ = require('jquery'),
common = require('../common/common');
require('../util/custom.js');
require('../goods/search-key.js');
/*
* 获取业务数据
*/
window.NETSALEDATA=require('./partials/data.js');
// require('./partials/search-key.js');
console.log(window.NETSALEDATA);
... ...
var $ = require('jquery'),
common = require('../common/common');
\ No newline at end of file
... ...
var $ = require('jquery'),
common = require('../common/common');
\ No newline at end of file
// var $ = require('jquery'),
// common = require('../common/common');
// var g = new common.grid({
// el: "#hot-key",
// columns: [
// ]
// });
\ No newline at end of file
... ...