xs-common-plugins 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +298 -298
- package/common.js +110 -110
- package/index.js +1 -1
- package/package.json +16 -16
- package/src/App.vue +12 -12
- package/src/common/common.js +551 -549
- package/src/common/createMenuId.js +7 -7
- package/src/common/uploadImgToBase64.js +12 -12
- package/src/common/utils.js +95 -95
- package/src/components/Breadcrumb/index.vue +81 -81
- package/src/components/CheckBox_Cmp/index.vue +62 -62
- package/src/components/Col_TableCell/data.js +4 -4
- package/src/components/Col_TableCell/index.scss +77 -77
- package/src/components/Col_TableCell/index.vue +43 -43
- package/src/components/Col_TableCell/methods.js +19 -19
- package/src/components/FormItem/index.vue +92 -92
- package/src/components/Hamburger/index.vue +44 -44
- package/src/components/ReportCmp/data.js +3 -3
- package/src/components/ReportCmp/index.scss +29 -29
- package/src/components/ReportCmp/index.vue +76 -76
- package/src/components/ReportCmp/methods.js +30 -30
- package/src/components/Search/cascader/data.js +3 -3
- package/src/components/Search/cascader/index.scss +17 -17
- package/src/components/Search/cascader/index.vue +96 -96
- package/src/components/Search/cascader/methods.js +41 -41
- package/src/components/Search/data.js +5 -5
- package/src/components/Search/hk_cascader/index.vue +104 -104
- package/src/components/Search/hk_cascader_qudao/index.vue +94 -94
- package/src/components/Search/index.scss +219 -219
- package/src/components/Search/index.vue +410 -410
- package/src/components/Search/methods.js +86 -86
- package/src/components/Search/product_option/data.js +3 -3
- package/src/components/Search/product_option/index.scss +68 -68
- package/src/components/Search/product_option/index.vue +412 -412
- package/src/components/Search/product_option/methods.js +58 -58
- package/src/components/Search/select/data.js +3 -3
- package/src/components/Search/select/index.scss +2 -2
- package/src/components/Search/select/index.vue +114 -114
- package/src/components/Search/select/methods.js +51 -51
- package/src/components/Search_filter/data.js +5 -5
- package/src/components/Search_filter/index.scss +104 -104
- package/src/components/Search_filter/index.vue +88 -88
- package/src/components/Search_filter/methods.js +43 -43
- package/src/components/TableCmp/data.js +3 -3
- package/src/components/TableCmp/index.scss +22 -22
- package/src/components/TableCmp/index.vue +98 -98
- package/src/components/TableCmp/methods.js +35 -35
- package/src/components/TableItem/TableItem.vue +55 -55
- package/src/components/TextOVer/index.vue +55 -55
- package/src/components/UploadImg/index.vue +177 -177
- package/src/components/home/BarChart.vue +118 -118
- package/src/components/home/LineChart.vue +146 -146
- package/src/components/home/Panel.vue +135 -135
- package/src/components/home/PanelGroup.vue +146 -146
- package/src/components/home/PieChart.vue +81 -81
- package/src/components/home/RaddarChart.vue +119 -119
- package/src/components/home/TabLayout.vue +88 -88
- package/src/components/home/TableList.vue +158 -158
- package/src/components/home/Teng.vue +248 -248
- package/src/components/home/TransactionTable.vue +49 -49
- package/src/components/home/mixins/resize.js +55 -55
- package/src/components/im/index.vue +155 -155
- package/src/components/im/methods.js +25 -25
- package/src/components/im/pages/chatList/index.vue +45 -45
- package/src/components/im/pages/chatRoom/index.vue +159 -159
- package/src/components/image-singleUpload/data.js +3 -3
- package/src/components/image-singleUpload/index.scss +26 -26
- package/src/components/image-singleUpload/index.vue +56 -56
- package/src/components/image-singleUpload/methods.js +30 -30
- package/src/components/image-upload/data.js +7 -7
- package/src/components/image-upload/index.vue +41 -41
- package/src/components/image-upload/methods.js +80 -80
- package/src/components/multiple-image-upload/data.js +11 -11
- package/src/components/multiple-image-upload/index.scss +8 -8
- package/src/components/multiple-image-upload/index.vue +63 -63
- package/src/components/multiple-image-upload/methods.js +45 -45
- package/src/components/pro-upload/data.js +3 -3
- package/src/components/pro-upload/index.scss +4 -4
- package/src/components/pro-upload/index.vue +89 -89
- package/src/components/pro-upload/methods.js +86 -86
- package/src/components/report_set/index.scss +44 -44
- package/src/components/report_set/index.vue +153 -153
- package/src/components/search-page/src/index.scss +5 -5
- package/src/components/search-page/src/index.vue +76 -76
- package/src/components/search-page/src/methods.js +36 -36
- package/src/components/xsSelect/index.vue +125 -125
- package/src/mixin/dialog.js +31 -31
- package/src/mixin/dlg.js +46 -46
- package/src/mixin/keepAlive.js +53 -53
- package/src/mixin/newDialog.js +19 -19
- package/src/mixin/report.js +82 -82
- package/src/mixin/table.js +93 -93
- package/src/mixin/tableCell/colTableCell_analysis.js +103 -103
- package/src/mixin/upload.js +22 -22
- package/src/mixin/vmodel.js +26 -26
- package/src/plugins/im/components/chat/index.scss +163 -163
- package/src/plugins/im/components/chat/index.vue +144 -144
- package/src/plugins/im/components/chat/methods.js +149 -149
- package/src/plugins/im/components/conversation-list/index.css +91 -91
- package/src/plugins/im/components/conversation-list/index.json +3 -3
- package/src/plugins/im/components/conversation-list/index.vue +89 -89
- package/src/plugins/im/components/loading/loading.css +69 -69
- package/src/plugins/im/components/loading/loading.json +3 -3
- package/src/plugins/im/components/loading/loading.vue +14 -14
- package/src/plugins/im/components/msg-image/index.json +3 -3
- package/src/plugins/im/components/msg-image/index.vue +40 -40
- package/src/plugins/im/components/msg-text/index.json +3 -3
- package/src/plugins/im/components/msg-text/index.vue +24 -24
- package/src/plugins/im/components/send-msg/index.scss +164 -164
- package/src/plugins/im/components/send-msg/index.vue +107 -107
- package/src/plugins/im/components/send-msg/methods.js +125 -125
- package/src/plugins/im/components/template-message/index.vue +76 -76
- package/src/plugins/im/components/without.vue +19 -19
- package/src/plugins/im/im-plug-in/Protobuf-2.3.7.min.js +1 -1
- package/src/plugins/im/im-plug-in/RongCallLib-3.1.5.min.js +74 -74
- package/src/plugins/im/im-plug-in/RongIMLib-4.1.0.js +17420 -17420
- package/src/plugins/im/im-plug-in/init.js +216 -216
- package/src/plugins/im/im-plug-in/qiniu.js +266 -266
- package/src/plugins/im/im-plug-in/send-data.js +431 -431
- package/src/plugins/im/im-plug-in/upload.js +232 -232
- package/src/plugins/im/index.js +31 -31
- package/src/plugins/im/lib/RongIMEmoji-2.2.6.js +332 -332
- package/src/plugins/im/lib/RongIMLib-3.0.7.2-dev.js +11635 -11635
- package/src/plugins/im/lib/RongIMLib-3.0.7.2-dev.min.js +6 -6
- package/src/plugins/im/utils/services.js +625 -625
- package/src/plugins/im/utils/underscore-1.8.3.js +1531 -1531
- package/src/plugins/im/utils/utils.js +149 -149
- package/src/plugins/index.js +60 -60
- package/src/plugins/row-col-cmp/colCmp/data.js +3 -3
- package/src/plugins/row-col-cmp/colCmp/index.scss +50 -50
- package/src/plugins/row-col-cmp/colCmp/index.vue +53 -53
- package/src/plugins/row-col-cmp/colCmp/methods.js +25 -25
- package/src/plugins/row-col-cmp/index.js +20 -20
- package/src/plugins/row-col-cmp/rowCmp/data.js +3 -3
- package/src/plugins/row-col-cmp/rowCmp/index.scss +3 -3
- package/src/plugins/row-col-cmp/rowCmp/index.vue +43 -43
- package/src/plugins/row-col-cmp/rowCmp/methods.js +29 -29
- package/src/router/index.js +58 -58
- package/src/router/permission.js +126 -126
- package/src/store/getters.js +13 -13
- package/src/store/index.js +60 -60
- package/src/store/modules/app.js +55 -55
- package/src/store/modules/dic.js +74 -74
- package/src/store/modules/oss.js +40 -40
- package/src/store/modules/settings.js +28 -28
- package/src/store/modules/tagsView.js +160 -160
- package/src/store/modules/user.js +94 -94
- package/src/store/modules/widgetdata.js +42 -42
- package/src/styles/element-ui.scss +49 -49
- package/src/styles/index.scss +91 -91
- package/src/styles/mixin.scss +28 -28
- package/src/styles/sidebar.scss +210 -210
- package/src/styles/table.scss +90 -90
- package/src/styles/transition.scss +48 -48
- package/src/styles/variables.scss +25 -25
- package/src/utils/api.js +54 -54
- package/src/utils/auth.js +38 -38
- package/src/utils/concat_batch_btns.js +88 -88
- package/src/utils/enum.js +150 -150
- package/src/utils/filter.js +5 -5
- package/src/utils/filterRules.js +55 -55
- package/src/utils/get-page-title.js +10 -10
- package/src/utils/getMenu.js +82 -82
- package/src/utils/global-config.js +15 -15
- package/src/utils/global_directive.js +10 -10
- package/src/utils/index.js +332 -332
- package/src/utils/localStorage.js +21 -21
- package/src/utils/ossService.js +55 -55
- package/src/utils/prototype.js +46 -46
- package/src/utils/search.js +33 -33
- package/src/utils/signalR.js +24 -24
- package/src/utils/validate.js +20 -20
- package/src/views/callback/index.vue +35 -35
- package/src/views/home/index.vue +25 -25
- package/src/views/layout/components/AllSearch/index.vue +44 -44
- package/src/views/layout/components/AppMain.vue +66 -66
- package/src/views/layout/components/Sidebar/FixiOSBug.js +26 -26
- package/src/views/layout/components/Sidebar/Item.vue +28 -28
- package/src/views/layout/components/Sidebar/Link.vue +34 -34
- package/src/views/layout/components/Sidebar/Logo.vue +79 -79
- package/src/views/layout/components/Sidebar/SidebarItem.vue +67 -67
- package/src/views/layout/components/Sidebar/index.vue +114 -114
- package/src/views/layout/components/TagsView/ScrollPane.vue +94 -94
- package/src/views/layout/components/TagsView/index.vue +330 -330
- package/src/views/layout/components/index.js +3 -3
- package/src/views/layout/index.vue +107 -107
- package/src/views/redirect/index.vue +12 -12
- package/src/views/slienceAuth/index.vue +42 -42
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
|
|
2
|
-
// 订单手工处理
|
|
3
|
-
export function manualBatchBtn(enumSource, source, remarkName = 'manualPostMsg') {
|
|
4
|
-
const actionData = {}
|
|
5
|
-
for (var ele in enumSource) {
|
|
6
|
-
for (var ele2 in enumSource[ele]) {
|
|
7
|
-
actionData[ele2] = enumSource[ele][ele2]
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
const tempArray = []
|
|
12
|
-
for (const key in actionData) {
|
|
13
|
-
tempArray.push({
|
|
14
|
-
id: `batch_${key}`,
|
|
15
|
-
actionText: actionData[key],
|
|
16
|
-
actionType: 2,
|
|
17
|
-
remark: remarkName,
|
|
18
|
-
actionValue: key
|
|
19
|
-
})
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
const newArry = source.menuOper.concat(tempArray)
|
|
23
|
-
source.menuOper = newArry
|
|
24
|
-
}
|
|
25
|
-
// 产品批量修改状态
|
|
26
|
-
export function statusBatchBtn(enumSource, source, remarkName = 'statusPostMsg') {
|
|
27
|
-
const actionData = {}
|
|
28
|
-
for (var ele in enumSource) {
|
|
29
|
-
actionData[enumSource[ele]['Id']] = enumSource[ele]['Text']
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
const tempArray = []
|
|
33
|
-
for (const key in actionData) {
|
|
34
|
-
tempArray.push({
|
|
35
|
-
id: `batch_${key}`,
|
|
36
|
-
actionText: actionData[key],
|
|
37
|
-
actionType: 2,
|
|
38
|
-
remark: remarkName,
|
|
39
|
-
actionValue: key
|
|
40
|
-
})
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
const newArry = source.menuOper.concat(tempArray)
|
|
44
|
-
source.menuOper = newArry
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export function enumStatusBatch(statusSource, groupName) {
|
|
48
|
-
const tempArray = []
|
|
49
|
-
for (var idx in statusSource) {
|
|
50
|
-
let item= statusSource[idx]
|
|
51
|
-
|
|
52
|
-
var btn = {
|
|
53
|
-
id: `batch_${item.Id}`,
|
|
54
|
-
actionText: item.Text,
|
|
55
|
-
actionType: 2,
|
|
56
|
-
remark: groupName,
|
|
57
|
-
actionValue: item.Id
|
|
58
|
-
}
|
|
59
|
-
tempArray.push(btn)
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
return tempArray
|
|
63
|
-
|
|
64
|
-
// <div v-for="item in $orgEnum['ZR.Charge.Entity.TaskPubs.ZoneUserStatus'].slice(0,-1)" :key="item.Id">
|
|
65
|
-
// <el-radio :label="item.Id">{{item.Text}}</el-radio>
|
|
66
|
-
// </div>
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
// 状态表 操作表
|
|
70
|
-
export function statusActBtns(statusActionMaps, groupName) {
|
|
71
|
-
const tempArray = []
|
|
72
|
-
|
|
73
|
-
for (var statusMaps in statusActionMaps) {
|
|
74
|
-
var actMap = statusActionMaps[statusMaps]
|
|
75
|
-
for (var key in actMap) {
|
|
76
|
-
var btn = {
|
|
77
|
-
id: `batch_${key}`,
|
|
78
|
-
actionText: actMap[key],
|
|
79
|
-
actionType: 2,
|
|
80
|
-
remark: groupName,
|
|
81
|
-
actionValue: key
|
|
82
|
-
}
|
|
83
|
-
tempArray.push(btn)
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
return tempArray
|
|
88
|
-
}
|
|
1
|
+
|
|
2
|
+
// 订单手工处理
|
|
3
|
+
export function manualBatchBtn(enumSource, source, remarkName = 'manualPostMsg') {
|
|
4
|
+
const actionData = {}
|
|
5
|
+
for (var ele in enumSource) {
|
|
6
|
+
for (var ele2 in enumSource[ele]) {
|
|
7
|
+
actionData[ele2] = enumSource[ele][ele2]
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
const tempArray = []
|
|
12
|
+
for (const key in actionData) {
|
|
13
|
+
tempArray.push({
|
|
14
|
+
id: `batch_${key}`,
|
|
15
|
+
actionText: actionData[key],
|
|
16
|
+
actionType: 2,
|
|
17
|
+
remark: remarkName,
|
|
18
|
+
actionValue: key
|
|
19
|
+
})
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
const newArry = source.menuOper.concat(tempArray)
|
|
23
|
+
source.menuOper = newArry
|
|
24
|
+
}
|
|
25
|
+
// 产品批量修改状态
|
|
26
|
+
export function statusBatchBtn(enumSource, source, remarkName = 'statusPostMsg') {
|
|
27
|
+
const actionData = {}
|
|
28
|
+
for (var ele in enumSource) {
|
|
29
|
+
actionData[enumSource[ele]['Id']] = enumSource[ele]['Text']
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const tempArray = []
|
|
33
|
+
for (const key in actionData) {
|
|
34
|
+
tempArray.push({
|
|
35
|
+
id: `batch_${key}`,
|
|
36
|
+
actionText: actionData[key],
|
|
37
|
+
actionType: 2,
|
|
38
|
+
remark: remarkName,
|
|
39
|
+
actionValue: key
|
|
40
|
+
})
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
const newArry = source.menuOper.concat(tempArray)
|
|
44
|
+
source.menuOper = newArry
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function enumStatusBatch(statusSource, groupName) {
|
|
48
|
+
const tempArray = []
|
|
49
|
+
for (var idx in statusSource) {
|
|
50
|
+
let item= statusSource[idx]
|
|
51
|
+
|
|
52
|
+
var btn = {
|
|
53
|
+
id: `batch_${item.Id}`,
|
|
54
|
+
actionText: item.Text,
|
|
55
|
+
actionType: 2,
|
|
56
|
+
remark: groupName,
|
|
57
|
+
actionValue: item.Id
|
|
58
|
+
}
|
|
59
|
+
tempArray.push(btn)
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
return tempArray
|
|
63
|
+
|
|
64
|
+
// <div v-for="item in $orgEnum['ZR.Charge.Entity.TaskPubs.ZoneUserStatus'].slice(0,-1)" :key="item.Id">
|
|
65
|
+
// <el-radio :label="item.Id">{{item.Text}}</el-radio>
|
|
66
|
+
// </div>
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// 状态表 操作表
|
|
70
|
+
export function statusActBtns(statusActionMaps, groupName) {
|
|
71
|
+
const tempArray = []
|
|
72
|
+
|
|
73
|
+
for (var statusMaps in statusActionMaps) {
|
|
74
|
+
var actMap = statusActionMaps[statusMaps]
|
|
75
|
+
for (var key in actMap) {
|
|
76
|
+
var btn = {
|
|
77
|
+
id: `batch_${key}`,
|
|
78
|
+
actionText: actMap[key],
|
|
79
|
+
actionType: 2,
|
|
80
|
+
remark: groupName,
|
|
81
|
+
actionValue: key
|
|
82
|
+
}
|
|
83
|
+
tempArray.push(btn)
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
return tempArray
|
|
88
|
+
}
|
package/src/utils/enum.js
CHANGED
|
@@ -1,150 +1,150 @@
|
|
|
1
|
-
const globalCfg = require("@/modules/module.config.js");
|
|
2
|
-
const modulesContext = require.context('../modules/', true, /..\enum\/[A-Za-z_-]*.js$/)
|
|
3
|
-
|
|
4
|
-
let API = {
|
|
5
|
-
"Entity.conditionType": [{
|
|
6
|
-
"Id": 0,
|
|
7
|
-
"Name": "input",
|
|
8
|
-
"Text": "输入框"
|
|
9
|
-
}, {
|
|
10
|
-
"Id": 3,
|
|
11
|
-
"Name": "select",
|
|
12
|
-
"Text": "下拉框"
|
|
13
|
-
}, {
|
|
14
|
-
"Id": 4,
|
|
15
|
-
"Name": "datePicker",
|
|
16
|
-
"Text": "时间选择框"
|
|
17
|
-
}, {
|
|
18
|
-
"Id": 5,
|
|
19
|
-
"Name": "mixedSelect",
|
|
20
|
-
"Text": "混合选择框"
|
|
21
|
-
}, {
|
|
22
|
-
"Id": 6,
|
|
23
|
-
"Name": "cascader",
|
|
24
|
-
"Text": "联级选择器"
|
|
25
|
-
}, {
|
|
26
|
-
"Id": 7,
|
|
27
|
-
"Name": "radioCascader",
|
|
28
|
-
"Text": "单选联级选择器"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"Id": 8,
|
|
32
|
-
"Name": "reportSet",
|
|
33
|
-
"Text": "报表配置"
|
|
34
|
-
}, {
|
|
35
|
-
"Id": 10,
|
|
36
|
-
"Name": "hkqudao",
|
|
37
|
-
"Text": "联级多选(二级)"
|
|
38
|
-
}, {
|
|
39
|
-
"Id": 11,
|
|
40
|
-
"Name": "hkarea",
|
|
41
|
-
"Text": "联级多选(地区)"
|
|
42
|
-
}],
|
|
43
|
-
"ZR.PovitReport.ShowTotal": [
|
|
44
|
-
{
|
|
45
|
-
"Id": 0,
|
|
46
|
-
"Name": "不显示",
|
|
47
|
-
"Text": "不显示"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"Id": 1,
|
|
51
|
-
"Name": "头部",
|
|
52
|
-
"Text": "头部"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"Id": 2,
|
|
56
|
-
"Name": "底部",
|
|
57
|
-
"Text": "底部"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
const chunks = modulesContext.keys().reduce((modules, key) => {
|
|
65
|
-
// 获取环境依赖模块名称,只整合依赖的模块映射的 api
|
|
66
|
-
globalCfg.IMPORT_MODULES.forEach(moduleName => {
|
|
67
|
-
// 正则判断整合的映射api 是不是依赖模块下的
|
|
68
|
-
let res = key.indexOf(`/${moduleName}/`) > -1
|
|
69
|
-
if (res) {
|
|
70
|
-
API = {
|
|
71
|
-
...API,
|
|
72
|
-
...modulesContext(key).default
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
return API
|
|
76
|
-
});
|
|
77
|
-
return API
|
|
78
|
-
}, {})
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
let data = {
|
|
82
|
-
...chunks
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
function rename(_model) {
|
|
86
|
-
let _enum = {};
|
|
87
|
-
|
|
88
|
-
// 对象深拷贝
|
|
89
|
-
let _obj = JSON.stringify(_model);
|
|
90
|
-
const model = JSON.parse(_obj);
|
|
91
|
-
|
|
92
|
-
for (const modelKey in model) {
|
|
93
|
-
var lastIndex = modelKey.lastIndexOf('.');
|
|
94
|
-
var key = modelKey.substr(lastIndex + 1)
|
|
95
|
-
var tempEnum = model[modelKey];
|
|
96
|
-
tempEnum.pop();
|
|
97
|
-
_enum[key] = tempEnum;
|
|
98
|
-
}
|
|
99
|
-
return _enum
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
function convert(model) {
|
|
103
|
-
let _enum = {};
|
|
104
|
-
for (const modelKey in model) {
|
|
105
|
-
const curObj = model[modelKey];
|
|
106
|
-
let enumType = {};
|
|
107
|
-
curObj.forEach(el => {
|
|
108
|
-
let item = el;
|
|
109
|
-
Object.defineProperty(enumType, el.Name, {
|
|
110
|
-
configurable: true, //当且仅当该属性描述符的类型可以被改变并且该属性可以从对应对象中删除
|
|
111
|
-
enumerable: true, //当且仅当在枚举相应对象上的属性时该属性显现
|
|
112
|
-
get: function () {
|
|
113
|
-
return item.Id;
|
|
114
|
-
}
|
|
115
|
-
});
|
|
116
|
-
|
|
117
|
-
Object.defineProperty(enumType, el.Id, {
|
|
118
|
-
configurable: true,
|
|
119
|
-
enumerable: true,
|
|
120
|
-
get: function () {
|
|
121
|
-
return item.Text;
|
|
122
|
-
}
|
|
123
|
-
});
|
|
124
|
-
Object.defineProperty(enumType, 'm' + el.Id, {
|
|
125
|
-
configurable: true,
|
|
126
|
-
enumerable: true,
|
|
127
|
-
get: function () {
|
|
128
|
-
return item.Name;
|
|
129
|
-
}
|
|
130
|
-
});
|
|
131
|
-
})
|
|
132
|
-
|
|
133
|
-
var lastIndex = modelKey.lastIndexOf('.');
|
|
134
|
-
var key = modelKey.substr(lastIndex + 1)
|
|
135
|
-
_enum[key] = enumType;
|
|
136
|
-
}
|
|
137
|
-
return _enum;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
let Enum = convert(data);
|
|
141
|
-
let OrgEnum = data;
|
|
142
|
-
let EnumList = rename(data);
|
|
143
|
-
|
|
144
|
-
export {
|
|
145
|
-
Enum,
|
|
146
|
-
OrgEnum,
|
|
147
|
-
EnumList
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
|
|
1
|
+
const globalCfg = require("@/modules/module.config.js");
|
|
2
|
+
const modulesContext = require.context('../modules/', true, /..\enum\/[A-Za-z_-]*.js$/)
|
|
3
|
+
|
|
4
|
+
let API = {
|
|
5
|
+
"Entity.conditionType": [{
|
|
6
|
+
"Id": 0,
|
|
7
|
+
"Name": "input",
|
|
8
|
+
"Text": "输入框"
|
|
9
|
+
}, {
|
|
10
|
+
"Id": 3,
|
|
11
|
+
"Name": "select",
|
|
12
|
+
"Text": "下拉框"
|
|
13
|
+
}, {
|
|
14
|
+
"Id": 4,
|
|
15
|
+
"Name": "datePicker",
|
|
16
|
+
"Text": "时间选择框"
|
|
17
|
+
}, {
|
|
18
|
+
"Id": 5,
|
|
19
|
+
"Name": "mixedSelect",
|
|
20
|
+
"Text": "混合选择框"
|
|
21
|
+
}, {
|
|
22
|
+
"Id": 6,
|
|
23
|
+
"Name": "cascader",
|
|
24
|
+
"Text": "联级选择器"
|
|
25
|
+
}, {
|
|
26
|
+
"Id": 7,
|
|
27
|
+
"Name": "radioCascader",
|
|
28
|
+
"Text": "单选联级选择器"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"Id": 8,
|
|
32
|
+
"Name": "reportSet",
|
|
33
|
+
"Text": "报表配置"
|
|
34
|
+
}, {
|
|
35
|
+
"Id": 10,
|
|
36
|
+
"Name": "hkqudao",
|
|
37
|
+
"Text": "联级多选(二级)"
|
|
38
|
+
}, {
|
|
39
|
+
"Id": 11,
|
|
40
|
+
"Name": "hkarea",
|
|
41
|
+
"Text": "联级多选(地区)"
|
|
42
|
+
}],
|
|
43
|
+
"ZR.PovitReport.ShowTotal": [
|
|
44
|
+
{
|
|
45
|
+
"Id": 0,
|
|
46
|
+
"Name": "不显示",
|
|
47
|
+
"Text": "不显示"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"Id": 1,
|
|
51
|
+
"Name": "头部",
|
|
52
|
+
"Text": "头部"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"Id": 2,
|
|
56
|
+
"Name": "底部",
|
|
57
|
+
"Text": "底部"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
const chunks = modulesContext.keys().reduce((modules, key) => {
|
|
65
|
+
// 获取环境依赖模块名称,只整合依赖的模块映射的 api
|
|
66
|
+
globalCfg.IMPORT_MODULES.forEach(moduleName => {
|
|
67
|
+
// 正则判断整合的映射api 是不是依赖模块下的
|
|
68
|
+
let res = key.indexOf(`/${moduleName}/`) > -1
|
|
69
|
+
if (res) {
|
|
70
|
+
API = {
|
|
71
|
+
...API,
|
|
72
|
+
...modulesContext(key).default
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return API
|
|
76
|
+
});
|
|
77
|
+
return API
|
|
78
|
+
}, {})
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
let data = {
|
|
82
|
+
...chunks
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
function rename(_model) {
|
|
86
|
+
let _enum = {};
|
|
87
|
+
|
|
88
|
+
// 对象深拷贝
|
|
89
|
+
let _obj = JSON.stringify(_model);
|
|
90
|
+
const model = JSON.parse(_obj);
|
|
91
|
+
|
|
92
|
+
for (const modelKey in model) {
|
|
93
|
+
var lastIndex = modelKey.lastIndexOf('.');
|
|
94
|
+
var key = modelKey.substr(lastIndex + 1)
|
|
95
|
+
var tempEnum = model[modelKey];
|
|
96
|
+
tempEnum.pop();
|
|
97
|
+
_enum[key] = tempEnum;
|
|
98
|
+
}
|
|
99
|
+
return _enum
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
function convert(model) {
|
|
103
|
+
let _enum = {};
|
|
104
|
+
for (const modelKey in model) {
|
|
105
|
+
const curObj = model[modelKey];
|
|
106
|
+
let enumType = {};
|
|
107
|
+
curObj.forEach(el => {
|
|
108
|
+
let item = el;
|
|
109
|
+
Object.defineProperty(enumType, el.Name, {
|
|
110
|
+
configurable: true, //当且仅当该属性描述符的类型可以被改变并且该属性可以从对应对象中删除
|
|
111
|
+
enumerable: true, //当且仅当在枚举相应对象上的属性时该属性显现
|
|
112
|
+
get: function () {
|
|
113
|
+
return item.Id;
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
|
|
117
|
+
Object.defineProperty(enumType, el.Id, {
|
|
118
|
+
configurable: true,
|
|
119
|
+
enumerable: true,
|
|
120
|
+
get: function () {
|
|
121
|
+
return item.Text;
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
Object.defineProperty(enumType, 'm' + el.Id, {
|
|
125
|
+
configurable: true,
|
|
126
|
+
enumerable: true,
|
|
127
|
+
get: function () {
|
|
128
|
+
return item.Name;
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
})
|
|
132
|
+
|
|
133
|
+
var lastIndex = modelKey.lastIndexOf('.');
|
|
134
|
+
var key = modelKey.substr(lastIndex + 1)
|
|
135
|
+
_enum[key] = enumType;
|
|
136
|
+
}
|
|
137
|
+
return _enum;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
let Enum = convert(data);
|
|
141
|
+
let OrgEnum = data;
|
|
142
|
+
let EnumList = rename(data);
|
|
143
|
+
|
|
144
|
+
export {
|
|
145
|
+
Enum,
|
|
146
|
+
OrgEnum,
|
|
147
|
+
EnumList
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
|
package/src/utils/filter.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {dateFormat, diff, checkedBoxRes} from '@/utils/index'
|
|
2
|
-
import Vue from 'vue'
|
|
3
|
-
|
|
4
|
-
Vue.filter('dateFormat', dateFormat)
|
|
5
|
-
Vue.filter('diff', diff)
|
|
1
|
+
import {dateFormat, diff, checkedBoxRes} from '@/utils/index'
|
|
2
|
+
import Vue from 'vue'
|
|
3
|
+
|
|
4
|
+
Vue.filter('dateFormat', dateFormat)
|
|
5
|
+
Vue.filter('diff', diff)
|
|
6
6
|
Vue.filter('checkedBoxRe', checkedBoxRes)
|
package/src/utils/filterRules.js
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
const filterRules = ({ required, type, min, max }) => {
|
|
2
|
-
let validate = [];
|
|
3
|
-
if (required) {
|
|
4
|
-
// 必填项
|
|
5
|
-
validate.push({ required: true, message: "该输入项为必填项", trigger: "change",});
|
|
6
|
-
}
|
|
7
|
-
if(min&&max){
|
|
8
|
-
validate.push({ min:min,max:max, message: '字符长度在'+min+'至'+max+'之间!', trigger: 'change' })
|
|
9
|
-
}
|
|
10
|
-
if(min){
|
|
11
|
-
validate.push({ min:min, message: '最少输入'+min+'个字符!', trigger: 'change' })
|
|
12
|
-
}
|
|
13
|
-
if(max){
|
|
14
|
-
validate.push({ min:1,max:max, message: '最多输入'+max+'个字符!', trigger: 'change' })
|
|
15
|
-
}
|
|
16
|
-
if (type) {
|
|
17
|
-
let message = "";
|
|
18
|
-
switch (type) {
|
|
19
|
-
case "price":
|
|
20
|
-
message = "价格输入有误, 最多保留两位小数";
|
|
21
|
-
break;
|
|
22
|
-
case "number":
|
|
23
|
-
message = "数值输入有误";
|
|
24
|
-
break
|
|
25
|
-
case "mobile":
|
|
26
|
-
message = "手机号码输入有误"
|
|
27
|
-
break;
|
|
28
|
-
default:
|
|
29
|
-
break;
|
|
30
|
-
}
|
|
31
|
-
validate.push({ validator: (rules, val, callback) => validateByType(type, val, message, callback, rules), trigger: "change" });
|
|
32
|
-
}
|
|
33
|
-
return validate;
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
// 正则表达式
|
|
37
|
-
const validateList = {
|
|
38
|
-
number: /^[0-9]*$/, // 数字
|
|
39
|
-
price: /^(\d{1,3}(,\d{3})*?(\.\d{1,2})?$)|(^(([1-9]{1}\d*)|(0{1}))(\.\d{1,2})?$)/, // 价格 {1,14} 可以为 0 , 并且最多保留2位小数
|
|
40
|
-
mobile: /^((\d{3}-\d{8}|\d{4}-\d{7,8})|(1[3|5|6|7|8|9][0-9]{9}))$/, // 手机号
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
const validateByType = (type, value, message, callback, rules) => {
|
|
44
|
-
if (validateList[type] !== undefined) {
|
|
45
|
-
if (!validateList[type].test(value)) {
|
|
46
|
-
callback(new Error(message));
|
|
47
|
-
} else {
|
|
48
|
-
callback();
|
|
49
|
-
}
|
|
50
|
-
} else {
|
|
51
|
-
console.error(type + " 未定义的校验类型");
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
export default filterRules;
|
|
1
|
+
const filterRules = ({ required, type, min, max }) => {
|
|
2
|
+
let validate = [];
|
|
3
|
+
if (required) {
|
|
4
|
+
// 必填项
|
|
5
|
+
validate.push({ required: true, message: "该输入项为必填项", trigger: "change",});
|
|
6
|
+
}
|
|
7
|
+
if(min&&max){
|
|
8
|
+
validate.push({ min:min,max:max, message: '字符长度在'+min+'至'+max+'之间!', trigger: 'change' })
|
|
9
|
+
}
|
|
10
|
+
if(min){
|
|
11
|
+
validate.push({ min:min, message: '最少输入'+min+'个字符!', trigger: 'change' })
|
|
12
|
+
}
|
|
13
|
+
if(max){
|
|
14
|
+
validate.push({ min:1,max:max, message: '最多输入'+max+'个字符!', trigger: 'change' })
|
|
15
|
+
}
|
|
16
|
+
if (type) {
|
|
17
|
+
let message = "";
|
|
18
|
+
switch (type) {
|
|
19
|
+
case "price":
|
|
20
|
+
message = "价格输入有误, 最多保留两位小数";
|
|
21
|
+
break;
|
|
22
|
+
case "number":
|
|
23
|
+
message = "数值输入有误";
|
|
24
|
+
break
|
|
25
|
+
case "mobile":
|
|
26
|
+
message = "手机号码输入有误"
|
|
27
|
+
break;
|
|
28
|
+
default:
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
31
|
+
validate.push({ validator: (rules, val, callback) => validateByType(type, val, message, callback, rules), trigger: "change" });
|
|
32
|
+
}
|
|
33
|
+
return validate;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
// 正则表达式
|
|
37
|
+
const validateList = {
|
|
38
|
+
number: /^[0-9]*$/, // 数字
|
|
39
|
+
price: /^(\d{1,3}(,\d{3})*?(\.\d{1,2})?$)|(^(([1-9]{1}\d*)|(0{1}))(\.\d{1,2})?$)/, // 价格 {1,14} 可以为 0 , 并且最多保留2位小数
|
|
40
|
+
mobile: /^((\d{3}-\d{8}|\d{4}-\d{7,8})|(1[3|5|6|7|8|9][0-9]{9}))$/, // 手机号
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
const validateByType = (type, value, message, callback, rules) => {
|
|
44
|
+
if (validateList[type] !== undefined) {
|
|
45
|
+
if (!validateList[type].test(value)) {
|
|
46
|
+
callback(new Error(message));
|
|
47
|
+
} else {
|
|
48
|
+
callback();
|
|
49
|
+
}
|
|
50
|
+
} else {
|
|
51
|
+
console.error(type + " 未定义的校验类型");
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
export default filterRules;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import defaultSettings from '@/settings'
|
|
2
|
-
|
|
3
|
-
const title = defaultSettings.title || 'Vue Admin Template'
|
|
4
|
-
|
|
5
|
-
export default function getPageTitle(pageTitle) {
|
|
6
|
-
if (pageTitle) {
|
|
7
|
-
return `${pageTitle} - ${title}`
|
|
8
|
-
}
|
|
9
|
-
return `${title}`
|
|
10
|
-
}
|
|
1
|
+
import defaultSettings from '@/settings'
|
|
2
|
+
|
|
3
|
+
const title = defaultSettings.title || 'Vue Admin Template'
|
|
4
|
+
|
|
5
|
+
export default function getPageTitle(pageTitle) {
|
|
6
|
+
if (pageTitle) {
|
|
7
|
+
return `${pageTitle} - ${title}`
|
|
8
|
+
}
|
|
9
|
+
return `${title}`
|
|
10
|
+
}
|