|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
$(function () { |
|
|
|
|
Demo = { |
|
|
|
|
version: 1.0 |
|
|
|
|
};$(function () { |
|
|
|
|
var ref; |
|
|
|
|
var AppRouter = BI.inherit(BI.Router, { |
|
|
|
|
routes: { |
|
|
|
@ -14501,11 +14503,7 @@ Demo.YearQuarterCombo = BI.inherit(BI.Widget, {
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.shortcut("demo.year_quarter_combo", Demo.YearQuarterCombo);Demo = { |
|
|
|
|
version: 1.0 |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
Demo.CONFIG = Demo.CORE_CONFIG.concat(Demo.BASE_CONFIG).concat(Demo.CASE_CONFIG).concat(Demo.WIDGET_CONFIG).concat(Demo.COMPONENT_CONFIG).concat(Demo.FIX_CONFIG).concat(Demo.CATEGORY_CONFIG); |
|
|
|
|
BI.shortcut("demo.year_quarter_combo", Demo.YearQuarterCombo);Demo.CONFIG = Demo.CORE_CONFIG.concat(Demo.BASE_CONFIG).concat(Demo.CASE_CONFIG).concat(Demo.WIDGET_CONFIG).concat(Demo.COMPONENT_CONFIG).concat(Demo.FIX_CONFIG).concat(Demo.CATEGORY_CONFIG); |
|
|
|
|
|
|
|
|
|
Demo.CONSTANTS = { |
|
|
|
|
SIMPLE_ITEMS: BI.map("柳州市城贸金属材料有限责任公司 柳州市建福房屋租赁有限公司 柳州市迅昌数码办公设备有限责任公司 柳州市河海贸易有限责任公司 柳州市花篮制衣厂 柳州市兴溪物资有限公司 柳州市针织总厂 柳州市衡管物资有限公司 柳州市琪成机电设备有限公司 柳州市松林工程机械修理厂".match(/[^\s]+/g), function (i, v) { |
|
|
|
|