vue2-client 1.16.23 → 1.16.25
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/.cursorrules +19 -19
- package/.env.apply +19 -19
- package/.env.gaslink +19 -19
- package/.env.his +19 -19
- package/.env.liuli +20 -20
- package/.env.scada +19 -19
- package/.eslintrc.js +90 -90
- package/CHANGELOG.md +824 -824
- package/Components.md +60 -60
- package/docs/LowCode/lowcode.md +155 -155
- package/docs/LowCode/lowcodeForDeveloper.md +230 -230
- package/docs/index.md +30 -30
- package/index.js +31 -31
- package/jest-transform-stub.js +8 -8
- package/jest.setup.js +7 -7
- package/jsconfig.json +19 -19
- package/package.json +112 -112
- package/public/his/editor/editor.html +51 -51
- package/public/his/editor/mock/bind_data.html +779 -779
- package/public/his/editor/mock/data_table.html +40 -40
- package/public/his/editor/mock/sign.html +75 -75
- package/public/his/editor/vender/JsBarcode.all.js +3669 -3669
- package/public/his/editor/vender/date97/My97DatePicker.htm +65 -65
- package/public/his/editor/vender/date97/WdatePicker.js +677 -677
- package/public/his/editor/vender/date97/calendar.js +4 -4
- package/public/his/editor/vender/date97/lang/en.js +13 -13
- package/public/his/editor/vender/date97/lang/zh-cn.js +13 -13
- package/public/his/editor/vender/date97/lang/zh-tw.js +13 -13
- package/public/his/editor/vender/date97/skin/WdatePicker.css +10 -10
- package/public/his/editor/vender/date97/skin/default/datepicker.css +328 -328
- package/public/his/editor/vender/date97/skin/ext/datepicker.css +308 -308
- package/public/his/editor/vender/date97/skin/whyGreen/datepicker.css +255 -255
- package/public/his/editor/vender/diff.js +1627 -1627
- package/public/his/editor/vender/editor.js +1 -1
- package/public/his/editor/vender/fabric.js +31187 -31187
- package/public/his/editor/vender/jquery/jquery.base64.js +190 -190
- package/public/his/editor/vender/jquery/jquery.js +10872 -10872
- package/public/his/editor/vender/jquery/jquery.print.js +255 -255
- package/public/his/editor/vender/jquery/zTreeStyle/zTreeStyle.css +96 -96
- package/public/his/editor/vender/mui/mui.min.css +4 -4
- package/public/his/editor/vender/mui/mui.min.js +5 -5
- package/public/his/editor/vender/mui/mui.picker.min.css +6 -6
- package/public/his/editor/vender/mui/mui.picker.min.js +6 -6
- package/public/his/editor/vender/qrcode.js +7 -7
- package/public/his/editor/vender/requirejs/require.js +2145 -2145
- package/public/his/editor/vender/signature/jSignature.CompressorSVG.js +518 -518
- package/public/his/editor/vender/signature/jSignature.UndoButton.js +164 -164
- package/public/his/editor/vender/signature/jSignature.js +1486 -1486
- package/public/his/editor/vender/validator.js +5094 -5094
- package/public/his/editor/vender/weui/weui.css +5659 -5659
- package/public/his/editor/vender/weui/weui.min.css +4 -4
- package/public/his/editor/vender/weui/weui.min.js +11 -11
- package/src/assets/img/querySlotDemo.svg +15 -15
- package/src/assets/svg/badtwo.svg +1 -1
- package/src/assets/svg/goodtwo.svg +1 -1
- package/src/base-client/components/AI/AskAiBtn.vue +136 -136
- package/src/base-client/components/AI/demo.vue +31 -31
- package/src/base-client/components/common/AddressSearchCombobox/IcMapIcon.vue +16 -16
- package/src/base-client/components/common/AddressSearchCombobox/demo.vue +36 -36
- package/src/base-client/components/common/AddressSearchCombobox/ic_map.svg +6 -6
- package/src/base-client/components/common/AmapMarker/AmapPointRendering.vue +120 -120
- package/src/base-client/components/common/CitySelect/CitySelect.vue +1 -1
- package/src/base-client/components/common/CitySelect/index.js +3 -3
- package/src/base-client/components/common/CitySelect/index.md +109 -109
- package/src/base-client/components/common/CreateQuery/CreateQuery.vue +669 -669
- package/src/base-client/components/common/CreateQuery/CreateQueryItem.vue +1014 -1014
- package/src/base-client/components/common/CreateQuery/index.js +3 -3
- package/src/base-client/components/common/CreateQuery/index.md +42 -42
- package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQuery.vue +452 -452
- package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQueryItem.vue +511 -511
- package/src/base-client/components/common/CreateSimpleFormQuery/index.js +3 -3
- package/src/base-client/components/common/CreateSimpleFormQuery/index.md +42 -42
- package/src/base-client/components/common/FormGroupEdit/index.js +3 -3
- package/src/base-client/components/common/FormGroupEdit/index.md +43 -43
- package/src/base-client/components/common/FormGroupQuery/FormGroupQuery.vue +166 -166
- package/src/base-client/components/common/FormGroupQuery/index.js +3 -3
- package/src/base-client/components/common/FormGroupQuery/index.md +43 -43
- package/src/base-client/components/common/HIS/HAddNativeForm/HAddNativeForm.vue +478 -478
- package/src/base-client/components/common/HIS/HAddNativeForm/index.js +3 -3
- package/src/base-client/components/common/HIS/HButtons/HButtons.vue +365 -365
- package/src/base-client/components/common/HIS/HFormTable/HFormTable.vue +219 -219
- package/src/base-client/components/common/HIS/HTab/HTab.vue +293 -293
- package/src/base-client/components/common/HIS/demo.vue +54 -54
- package/src/base-client/components/common/JSONToTree/jsontotree.vue +271 -271
- package/src/base-client/components/common/LowCodeComponent/LowCodeEditorModal.vue +108 -108
- package/src/base-client/components/common/LowCodeComponent/LowCodeEditorPanel.vue +413 -413
- package/src/base-client/components/common/LowCodeComponent/LowCodePageOrganization.vue +502 -502
- package/src/base-client/components/common/LowCodeComponent/LowCodeRender.vue +728 -728
- package/src/base-client/components/common/LowCodeComponent/LowCodeRenderEnter.vue +29 -29
- package/src/base-client/components/common/LowCodeComponent/LowCodeUIStore.vue +219 -219
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeAddPageModal.vue +117 -117
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeCustomJSModal.vue +80 -80
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeEventEditorModal.vue +398 -398
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLifeCycleModal.vue +65 -65
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLogicCallbackModal.vue +64 -64
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLogicParamModal.vue +73 -73
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeRunFunctionParamModal.vue +76 -76
- package/src/base-client/components/common/PersonSetting/PersonSetting.vue +208 -208
- package/src/base-client/components/common/PersonSetting/index.js +3 -3
- package/src/base-client/components/common/Recording/Recording.vue +243 -243
- package/src/base-client/components/common/Recording/index.js +3 -3
- package/src/base-client/components/common/Tree/Tree.vue +149 -149
- package/src/base-client/components/common/Tree/index.js +2 -2
- package/src/base-client/components/common/Upload/index.js +3 -3
- package/src/base-client/components/common/XAddForm/XAddForm.vue +113 -113
- package/src/base-client/components/common/XAddNativeForm/index.md +146 -146
- package/src/base-client/components/common/XAddNativeFormOA/XAddNativeFormOA.vue +303 -303
- package/src/base-client/components/common/XAddNativeFormOA/index.js +3 -3
- package/src/base-client/components/common/XAddNativeFormOA/index.md +146 -146
- package/src/base-client/components/common/XAddReport/index.js +3 -3
- package/src/base-client/components/common/XAddReport/index.md +56 -56
- package/src/base-client/components/common/XBadge/XBadge.vue +94 -94
- package/src/base-client/components/common/XButtons/XButtonDemo.vue +28 -28
- package/src/base-client/components/common/XButtons/index.js +3 -3
- package/src/base-client/components/common/XButtons/index.md +61 -61
- package/src/base-client/components/common/XCard/XCard.vue +64 -64
- package/src/base-client/components/common/XCheckList/XCheckList.vue +106 -106
- package/src/base-client/components/common/XCheckList/XCheckListDemo.vue +41 -41
- package/src/base-client/components/common/XDataCard/index.js +3 -3
- package/src/base-client/components/common/XDataCard/index.md +1 -1
- package/src/base-client/components/common/XDataDrawer/XDataDrawer.vue +180 -180
- package/src/base-client/components/common/XDataDrawer/index.js +3 -3
- package/src/base-client/components/common/XDataDrawer/index.md +41 -41
- package/src/base-client/components/common/XDatePicker/demo.vue +153 -153
- package/src/base-client/components/common/XDescriptions/index.js +3 -3
- package/src/base-client/components/common/XDescriptions/index.md +83 -83
- package/src/base-client/components/common/XDetailsView/XDetailsView.vue +238 -238
- package/src/base-client/components/common/XDetailsView/index.js +3 -3
- package/src/base-client/components/common/XForm/XStatusButton.vue +54 -54
- package/src/base-client/components/common/XForm/index.md +178 -178
- package/src/base-client/components/common/XForm/itemComponent/XClickChangeBtn/index.vue +49 -49
- package/src/base-client/components/common/XFormGroup/index.js +3 -3
- package/src/base-client/components/common/XFormGroup/index.md +38 -38
- package/src/base-client/components/common/XFormGroupDetails/XFormGroupDetails.vue +72 -72
- package/src/base-client/components/common/XFormGroupDetails/index.js +3 -3
- package/src/base-client/components/common/XFormTable/index.md +92 -92
- package/src/base-client/components/common/XLabelSelect/XLabelSelect.vue +110 -110
- package/src/base-client/components/common/XLabelSelect/XLabelSelectDemo.vue +35 -35
- package/src/base-client/components/common/XLicensePlate/XLicensePlate.vue +193 -193
- package/src/base-client/components/common/XLicensePlate/XLicensePlateDemo.vue +48 -48
- package/src/base-client/components/common/XPrint/OpenInvoice.vue +21 -21
- package/src/base-client/components/common/XPrint/PrintHtml.js +98 -98
- package/src/base-client/components/common/XPrint/css/hiPrintCss.js +359 -359
- package/src/base-client/components/common/XPrint/css/lodopCss.js +26 -26
- package/src/base-client/components/common/XPrint/css/print-lock.css +351 -351
- package/src/base-client/components/common/XPrint/index.vue +97 -97
- package/src/base-client/components/common/XReport/XReportDesign.vue +463 -463
- package/src/base-client/components/common/XReport/XReportJsonRender.vue +381 -381
- package/src/base-client/components/common/XReport/index.js +3 -3
- package/src/base-client/components/common/XReport/print.js +186 -186
- package/src/base-client/components/common/XReportDrawer/index.js +3 -3
- package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +813 -813
- package/src/base-client/components/common/XReportGrid/index.js +3 -3
- package/src/base-client/components/common/XReportGrid/index.md +44 -44
- package/src/base-client/components/common/XReportSlot/XReportSlot.vue +110 -110
- package/src/base-client/components/common/XReportSlot/index.js +3 -3
- package/src/base-client/components/common/XReportSlot/index.md +48 -48
- package/src/base-client/components/common/XSimpleDescriptions/XSimpleDescriptions.vue +166 -166
- package/src/base-client/components/common/XSimpleDescriptions/index.js +3 -3
- package/src/base-client/components/common/XSimpleDescriptions/index.md +7 -7
- package/src/base-client/components/common/XStepView/XStepView.vue +252 -252
- package/src/base-client/components/common/XStepView/index.js +3 -3
- package/src/base-client/components/common/XStepView/index.md +31 -31
- package/src/base-client/components/common/XTab/XTabDemo.vue +22 -22
- package/src/base-client/components/common/XTab/index.js +3 -3
- package/src/base-client/components/common/XTable/CustomFuncCel.vue +51 -51
- package/src/base-client/components/common/XTable/TableCellRenderer.vue +161 -161
- package/src/base-client/components/common/XTable/index.md +255 -255
- package/src/base-client/components/common/XTagGroup/index.vue +52 -52
- package/src/base-client/components/common/XTree/XTree.vue +424 -424
- package/src/base-client/components/common/XTree/index.js +3 -3
- package/src/base-client/components/common/XTree/index.md +36 -36
- package/src/base-client/components/common/XTreeOne/XTreeOne.vue +113 -113
- package/src/base-client/components/common/XTreeOne/XTreeOnePro.vue +128 -128
- package/src/base-client/components/common/richTextModal/index.vue +56 -56
- package/src/base-client/components/common/richTextModal/richDemo.vue +48 -48
- package/src/base-client/components/his/XCharge/XCharge.vue +610 -610
- package/src/base-client/components/his/XHisEditor/index.js +3 -3
- package/src/base-client/components/his/XSidebar/XSidebar.vue +283 -283
- package/src/base-client/components/his/XSimpleTable/XSimpleTable.vue +119 -119
- package/src/base-client/components/his/XTimeSelect/XTimeSelect.vue +200 -192
- package/src/base-client/components/his/threeTestOrders/threeTestOrders.vue +482 -482
- package/src/base-client/components/index.js +51 -51
- package/src/base-client/components/layout/XTreeView/XTreeView.vue +130 -130
- package/src/base-client/components/layout/XTreeView/index.js +3 -3
- package/src/base-client/components/layout/XTreeView/index.md +46 -46
- package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +232 -232
- package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +281 -281
- package/src/base-client/plugins/Config.js +19 -19
- package/src/base-client/plugins/GetLoginInfoService.js +183 -183
- package/src/base-client/plugins/Recording.js +258 -258
- package/src/base-client/plugins/index.js +23 -23
- package/src/base-client/plugins/tabs-page-plugin.js +39 -39
- package/src/components/Charts/Bar.vue +62 -62
- package/src/components/Charts/ChartCard.vue +134 -134
- package/src/components/Charts/Liquid.vue +67 -67
- package/src/components/Charts/MiniArea.vue +39 -39
- package/src/components/Charts/MiniBar.vue +39 -39
- package/src/components/Charts/MiniProgress.vue +75 -75
- package/src/components/Charts/MiniSmoothArea.vue +40 -40
- package/src/components/Charts/Radar.vue +68 -68
- package/src/components/Charts/RankList.vue +77 -77
- package/src/components/Charts/TagCloud.vue +113 -113
- package/src/components/Charts/TransferBar.vue +64 -64
- package/src/components/Charts/Trend.vue +82 -82
- package/src/components/Charts/chart.less +12 -12
- package/src/components/Charts/smooth.area.less +13 -13
- package/src/components/CodeMirror/inedx.vue +118 -118
- package/src/components/CodeMirror/setting.js +40 -40
- package/src/components/NumberInfo/NumberInfo.vue +54 -54
- package/src/components/NumberInfo/index.js +3 -3
- package/src/components/NumberInfo/index.less +54 -54
- package/src/components/NumberInfo/index.md +43 -43
- package/src/components/card/ChartCard.vue +79 -79
- package/src/components/chart/Bar.vue +60 -60
- package/src/components/chart/MiniArea.vue +67 -67
- package/src/components/chart/MiniBar.vue +59 -59
- package/src/components/chart/MiniProgress.vue +57 -57
- package/src/components/chart/Radar.vue +80 -80
- package/src/components/chart/RankingList.vue +60 -60
- package/src/components/chart/Trend.vue +79 -79
- package/src/components/chart/index.less +9 -9
- package/src/components/checkbox/ColorCheckbox.vue +157 -157
- package/src/components/checkbox/ImgCheckbox.vue +117 -117
- package/src/components/checkbox/ImgCheckboxGroup.vue +76 -76
- package/src/components/checkbox/index.js +9 -9
- package/src/components/exception/ExceptionPage.vue +70 -70
- package/src/components/g2Charts/constants.js +202 -202
- package/src/components/g2Charts/demo.vue +808 -808
- package/src/components/g2Charts/designer.vue +228 -228
- package/src/components/g2Charts/designerBaseConfig.vue +61 -61
- package/src/components/g2Charts/designerDataConfig.vue +259 -259
- package/src/components/g2Charts/designerStyleConfig.vue +16 -16
- package/src/components/g2Charts/index.vue +397 -397
- package/src/components/index.js +36 -36
- package/src/components/input/IInput.vue +66 -66
- package/src/components/menu/SideMenu.vue +75 -75
- package/src/components/menu/menu.js +273 -273
- package/src/components/setting/Setting.vue +234 -234
- package/src/components/tool/AStepItem.vue +60 -60
- package/src/config/CreateQueryConfig.js +325 -325
- package/src/config/default/antd.config.js +89 -89
- package/src/config/default/setting.config.js +55 -55
- package/src/font-style/font.css +60 -60
- package/src/layouts/CommonLayout.vue +56 -56
- package/src/layouts/PageLayout.vue +151 -151
- package/src/layouts/SinglePageView.vue +136 -136
- package/src/layouts/header/AdminHeader.vue +132 -132
- package/src/layouts/header/HeaderNotice.vue +177 -177
- package/src/layouts/header/InstitutionDetail.vue +181 -181
- package/src/layouts/tabs/TabsHead.vue +189 -189
- package/src/lib.js +1 -1
- package/src/mock/extend/index.js +84 -84
- package/src/mock/goods/index.js +108 -108
- package/src/pages/DefaultExample/index.vue +77 -77
- package/src/pages/DynamicStatistics/ChartSelector.vue +331 -331
- package/src/pages/DynamicStatistics/DataTabs.vue +83 -83
- package/src/pages/DynamicStatistics/DynamicTable.vue +128 -128
- package/src/pages/DynamicStatistics/EvaluationArea.vue +69 -69
- package/src/pages/DynamicStatistics/FavoriteList.vue +50 -50
- package/src/pages/DynamicStatistics/QuestionHistoryAndFavorites.vue +591 -591
- package/src/pages/DynamicStatistics/SearchBar.vue +192 -192
- package/src/pages/DynamicStatistics/index.vue +282 -282
- package/src/pages/Example/childIndex.vue +15 -15
- package/src/pages/Example/index.vue +30 -30
- package/src/pages/NewDynamicStatistics/ChartSelector.vue +331 -331
- package/src/pages/NewDynamicStatistics/DataTabs.vue +122 -122
- package/src/pages/NewDynamicStatistics/DynamicTable.vue +128 -128
- package/src/pages/NewDynamicStatistics/EvaluationArea.vue +69 -69
- package/src/pages/NewDynamicStatistics/FavoriteList.vue +50 -50
- package/src/pages/NewDynamicStatistics/QuestionHistoryAndFavorites.vue +289 -289
- package/src/pages/NewDynamicStatistics/SearchBar.vue +193 -193
- package/src/pages/NewDynamicStatistics/index.vue +258 -258
- package/src/pages/Recording/index.vue +77 -77
- package/src/pages/ServiceReview/index.vue +284 -284
- package/src/pages/SubExample/index.vue +26 -26
- package/src/pages/WorkflowDetail/WorkflowPageDetail/TrimTextTail.vue +23 -23
- package/src/pages/XReportView/index.vue +64 -64
- package/src/pages/XTreeOneProExample/index.vue +67 -67
- package/src/pages/dashboard/workplace/WorkPlace.vue +141 -141
- package/src/pages/login/Login.vue +379 -379
- package/src/pages/login/LoginV3.vue +389 -389
- package/src/pages/lowCode/lowCodeEditor.vue +1219 -1219
- package/src/pages/lowCode/lowCodeRenderPage.vue +43 -43
- package/src/pages/report/ReportTable.js +124 -124
- package/src/pages/resourceManage/orgListManage.vue +98 -98
- package/src/pages/system/dictionary/index.vue +44 -44
- package/src/pages/system/monitor/loginInfor/index.vue +37 -37
- package/src/pages/system/monitor/operLog/index.vue +37 -37
- package/src/pages/system/settings/modifyPassword.vue +117 -117
- package/src/pages/system/ticket/index.vue +480 -480
- package/src/pages/system/ticket/submitTicketSuccess.vue +484 -484
- package/src/pages/userInfoDetailManage/ChangeMeterRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/InfoChangeRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/InstructRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/MeterParamRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/TransferRecordQuery/index.vue +66 -66
- package/src/pages/userInfoDetailManage/WatchCollectionRecordQuery/index.vue +64 -64
- package/src/plugins/EventLogPlugin.js +33 -33
- package/src/plugins/FindParentsData.js +17 -17
- package/src/router/async/config.async.js +35 -35
- package/src/router/async/router.map.js +129 -129
- package/src/router/index.js +27 -27
- package/src/services/DataModel.js +30 -30
- package/src/services/LodopFuncs.js +137 -137
- package/src/services/api/TicketDetailsViewApi.js +46 -46
- package/src/services/api/cas.js +79 -79
- package/src/services/api/common.js +346 -346
- package/src/services/api/entity.js +18 -18
- package/src/services/api/index.js +17 -17
- package/src/store/modules/account.js +115 -115
- package/src/store/modules/index.js +5 -5
- package/src/store/modules/lowCode.js +33 -33
- package/src/store/modules/setting.js +119 -119
- package/src/theme/default/style.less +58 -58
- package/src/utils/authority-utils.js +85 -85
- package/src/utils/errorCode.js +6 -6
- package/src/utils/formatter.js +74 -74
- package/src/utils/htmlToPDF.js +108 -108
- package/src/utils/htmlToPDFApi.js +5 -5
- package/src/utils/login.js +188 -188
- package/src/utils/lowcode/lowcodeComponentMixin.js +120 -120
- package/src/utils/lowcode/lowcodeLog.js +29 -29
- package/src/utils/lowcode/lowcodeUtils.js +373 -373
- package/src/utils/lowcode/registerComponentForEditor.js +1 -1
- package/src/utils/lowcode/registerComponentForRender.js +11 -11
- package/src/utils/map-utils.js +47 -47
- package/src/utils/reg.js +95 -95
- package/src/utils/runEvalFunction.js +14 -14
- package/src/utils/theme-color-replacer-extend.js +92 -92
- package/src/utils/util.js +329 -329
- package/src/utils/waterMark.js +31 -31
- package//350/277/201/347/247/273/346/227/245/345/277/227.md +15 -15
@@ -1,808 +1,808 @@
|
|
1
|
-
<script setup>
|
2
|
-
import Designer from '@vue2-client/components/g2Charts/designer.vue'
|
3
|
-
import { nextTick, ref } from 'vue'
|
4
|
-
|
5
|
-
const designer = ref(null)
|
6
|
-
const visible = ref(false)
|
7
|
-
|
8
|
-
const onClick = () => {
|
9
|
-
visible.value = true
|
10
|
-
nextTick(() => {
|
11
|
-
designer.value.init({
|
12
|
-
config: {
|
13
|
-
type: 'line',
|
14
|
-
title: '',
|
15
|
-
description: '',
|
16
|
-
chartsTools: ['legend', 'label', 'xyVisible', 'point', 'grid'],
|
17
|
-
dataSource: 'curCrud',
|
18
|
-
xFieldSortBy: 'value',
|
19
|
-
xFieldSortType: 'asc',
|
20
|
-
queryParamsName: 'ChargeQueryCRUD',
|
21
|
-
yFieldType: 'sum',
|
22
|
-
yField: [{ mold: 'sum' }],
|
23
|
-
Group: false,
|
24
|
-
colorIndex: 0,
|
25
|
-
serviceName: 'af-revenue',
|
26
|
-
},
|
27
|
-
curdColumn: [
|
28
|
-
{
|
29
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
30
|
-
formType: 'input',
|
31
|
-
column: [],
|
32
|
-
rule: {
|
33
|
-
required: 'false',
|
34
|
-
queryRequired: 'false',
|
35
|
-
},
|
36
|
-
acceptCount: 3,
|
37
|
-
defaultExport: true,
|
38
|
-
type: 'string',
|
39
|
-
title: '收费编号',
|
40
|
-
lazyLoad: 'false',
|
41
|
-
key: 's.id',
|
42
|
-
queryType: '=',
|
43
|
-
},
|
44
|
-
{
|
45
|
-
dataModeArray: [
|
46
|
-
'queryForm',
|
47
|
-
'table',
|
48
|
-
'sqlQueryItem',
|
49
|
-
'sqlQueryCondition',
|
50
|
-
],
|
51
|
-
formType: 'input',
|
52
|
-
tagColor: 'blue',
|
53
|
-
column: [],
|
54
|
-
rule: {
|
55
|
-
required: 'false',
|
56
|
-
queryRequired: 'false',
|
57
|
-
},
|
58
|
-
acceptCount: 3,
|
59
|
-
defaultExport: true,
|
60
|
-
type: 'string',
|
61
|
-
title: '用户编号',
|
62
|
-
lazyLoad: 'false',
|
63
|
-
key: 'info.f_userinfo_code',
|
64
|
-
queryType: '=',
|
65
|
-
},
|
66
|
-
{
|
67
|
-
dataModeArray: [
|
68
|
-
'queryForm',
|
69
|
-
'table',
|
70
|
-
'sqlQueryItem',
|
71
|
-
'sqlQueryCondition',
|
72
|
-
],
|
73
|
-
formType: 'input',
|
74
|
-
column: [],
|
75
|
-
rule: {
|
76
|
-
required: 'false',
|
77
|
-
queryRequired: 'false',
|
78
|
-
},
|
79
|
-
acceptCount: 3,
|
80
|
-
type: 'string',
|
81
|
-
title: '用户名称',
|
82
|
-
lazyLoad: 'false',
|
83
|
-
key: 's.f_user_name',
|
84
|
-
queryType: '=',
|
85
|
-
},
|
86
|
-
{
|
87
|
-
dataModeArray: [
|
88
|
-
'queryForm',
|
89
|
-
'table',
|
90
|
-
'sqlQueryItem',
|
91
|
-
'sqlQueryCondition',
|
92
|
-
],
|
93
|
-
formType: 'input',
|
94
|
-
tagColor: 'blue',
|
95
|
-
column: [],
|
96
|
-
rule: {
|
97
|
-
required: 'false',
|
98
|
-
queryRequired: 'false',
|
99
|
-
},
|
100
|
-
acceptCount: 3,
|
101
|
-
type: 'string',
|
102
|
-
title: '用户电话',
|
103
|
-
lazyLoad: 'false',
|
104
|
-
key: 'info.f_user_phone',
|
105
|
-
queryType: '=',
|
106
|
-
},
|
107
|
-
{
|
108
|
-
dataModeArray: ['queryForm', 'sqlQueryItem', 'sqlQueryCondition'],
|
109
|
-
formType: 'input',
|
110
|
-
tagColor: '',
|
111
|
-
column: [],
|
112
|
-
rule: {
|
113
|
-
required: 'false',
|
114
|
-
queryRequired: 'false',
|
115
|
-
},
|
116
|
-
acceptCount: 3,
|
117
|
-
title: '用户地址',
|
118
|
-
lazyLoad: 'false',
|
119
|
-
key: 's.f_address',
|
120
|
-
queryType: '=',
|
121
|
-
},
|
122
|
-
{
|
123
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
124
|
-
formType: 'input',
|
125
|
-
column: [],
|
126
|
-
rule: {
|
127
|
-
required: 'false',
|
128
|
-
queryRequired: 'false',
|
129
|
-
},
|
130
|
-
acceptCount: 3,
|
131
|
-
type: 'string',
|
132
|
-
title: '身份证号',
|
133
|
-
lazyLoad: 'false',
|
134
|
-
key: 'info.f_idnumber',
|
135
|
-
queryType: '=',
|
136
|
-
},
|
137
|
-
{
|
138
|
-
dataModeArray: [
|
139
|
-
'queryForm',
|
140
|
-
'table',
|
141
|
-
'sqlQueryItem',
|
142
|
-
'sqlQueryCondition',
|
143
|
-
],
|
144
|
-
formType: 'rangePicker',
|
145
|
-
queryFormDefault: 'curDay',
|
146
|
-
column: [],
|
147
|
-
rule: {
|
148
|
-
required: 'false',
|
149
|
-
queryRequired: 'true',
|
150
|
-
},
|
151
|
-
slot: {
|
152
|
-
type: 'dateTime',
|
153
|
-
},
|
154
|
-
acceptCount: 3,
|
155
|
-
type: 'string',
|
156
|
-
title: '收费日期',
|
157
|
-
lazyLoad: 'false',
|
158
|
-
key: 's.f_operate_date',
|
159
|
-
queryType: 'BETWEEN',
|
160
|
-
},
|
161
|
-
{
|
162
|
-
formType: 'treeSelect',
|
163
|
-
tagColor: 'blue',
|
164
|
-
column: [],
|
165
|
-
rule: {
|
166
|
-
required: 'false',
|
167
|
-
queryRequired: 'false',
|
168
|
-
},
|
169
|
-
acceptCount: 3,
|
170
|
-
type: 'string',
|
171
|
-
title: '气表品牌',
|
172
|
-
lazyLoad: 'false',
|
173
|
-
queryType: 'IN',
|
174
|
-
selectKeyName: 'uf.f_gasbrand_id',
|
175
|
-
dataModeArray: ['queryForm', 'sqlQueryItem', 'sqlQueryCondition'],
|
176
|
-
selectKey: 'logic@getMeterTypeAndMeterBrand',
|
177
|
-
selectType: 'logic',
|
178
|
-
key: 's.f_meter_brand',
|
179
|
-
},
|
180
|
-
{
|
181
|
-
formType: 'checkbox',
|
182
|
-
tagColor: 'blue',
|
183
|
-
column: [],
|
184
|
-
rule: {
|
185
|
-
required: 'false',
|
186
|
-
queryRequired: 'false',
|
187
|
-
},
|
188
|
-
slot: {
|
189
|
-
keyMap: '查询用收款方式Dic',
|
190
|
-
type: 'badge',
|
191
|
-
value: 10,
|
192
|
-
},
|
193
|
-
acceptCount: 3,
|
194
|
-
type: 'string',
|
195
|
-
title: '收款方式',
|
196
|
-
lazyLoad: 'false',
|
197
|
-
queryType: 'IN',
|
198
|
-
slotKeyMap: '查询用收款方式Dic',
|
199
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
200
|
-
selectKey: 'config@查询用收款方式Dic',
|
201
|
-
selectType: 'config',
|
202
|
-
key: 's.f_payment',
|
203
|
-
},
|
204
|
-
{
|
205
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
206
|
-
column: [],
|
207
|
-
rule: {
|
208
|
-
required: 'false',
|
209
|
-
},
|
210
|
-
acceptCount: 3,
|
211
|
-
title: '购气次数',
|
212
|
-
lazyLoad: 'false',
|
213
|
-
key: 's.f_times',
|
214
|
-
},
|
215
|
-
{
|
216
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
217
|
-
column: [],
|
218
|
-
rule: {
|
219
|
-
required: 'false',
|
220
|
-
},
|
221
|
-
acceptCount: 3,
|
222
|
-
title: '气量',
|
223
|
-
lazyLoad: 'false',
|
224
|
-
key: 's.f_pregas',
|
225
|
-
},
|
226
|
-
{
|
227
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
228
|
-
column: [],
|
229
|
-
rule: {
|
230
|
-
required: 'false',
|
231
|
-
},
|
232
|
-
acceptCount: 3,
|
233
|
-
title: '金额',
|
234
|
-
lazyLoad: 'false',
|
235
|
-
key: 's.f_preamount',
|
236
|
-
},
|
237
|
-
{
|
238
|
-
dataModeArray: ['table', 'sqlQueryItem', 'tableSummary'],
|
239
|
-
summaryConfig: 'getFieldSummary',
|
240
|
-
tagColor: 'blue',
|
241
|
-
column: [],
|
242
|
-
rule: {
|
243
|
-
required: 'false',
|
244
|
-
},
|
245
|
-
slot: {
|
246
|
-
type: 'towDecimal',
|
247
|
-
},
|
248
|
-
acceptCount: 3,
|
249
|
-
type: 'string',
|
250
|
-
title: '收款',
|
251
|
-
lazyLoad: 'false',
|
252
|
-
key: 's.f_collection',
|
253
|
-
},
|
254
|
-
{
|
255
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
256
|
-
default: '0',
|
257
|
-
column: [],
|
258
|
-
rule: {
|
259
|
-
required: 'false',
|
260
|
-
},
|
261
|
-
acceptCount: 3,
|
262
|
-
title: '上期表底数',
|
263
|
-
lazyLoad: 'false',
|
264
|
-
key: 's.f_last_tablebase',
|
265
|
-
},
|
266
|
-
{
|
267
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
268
|
-
column: [],
|
269
|
-
rule: {
|
270
|
-
required: 'false',
|
271
|
-
},
|
272
|
-
acceptCount: 3,
|
273
|
-
title: '本期表底数',
|
274
|
-
lazyLoad: 'false',
|
275
|
-
key: 's.f_tablebase',
|
276
|
-
},
|
277
|
-
{
|
278
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
279
|
-
column: [],
|
280
|
-
rule: {
|
281
|
-
required: 'false',
|
282
|
-
},
|
283
|
-
acceptCount: 3,
|
284
|
-
title: '上期结余',
|
285
|
-
lazyLoad: 'false',
|
286
|
-
key: 's.f_balance',
|
287
|
-
},
|
288
|
-
{
|
289
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
290
|
-
column: [],
|
291
|
-
rule: {
|
292
|
-
required: 'false',
|
293
|
-
},
|
294
|
-
acceptCount: 3,
|
295
|
-
title: '本期结余',
|
296
|
-
lazyLoad: 'false',
|
297
|
-
key: 's.f_curbalance',
|
298
|
-
},
|
299
|
-
{
|
300
|
-
formType: 'select',
|
301
|
-
tagColor: 'blue',
|
302
|
-
column: [],
|
303
|
-
rule: {
|
304
|
-
required: 'false',
|
305
|
-
queryRequired: 'false',
|
306
|
-
},
|
307
|
-
slot: {
|
308
|
-
keyMap: '支付渠道Dic',
|
309
|
-
type: 'badge',
|
310
|
-
value: 10,
|
311
|
-
},
|
312
|
-
acceptCount: 3,
|
313
|
-
type: 'string',
|
314
|
-
title: '支付渠道',
|
315
|
-
lazyLoad: 'false',
|
316
|
-
queryType: '=',
|
317
|
-
slotKeyMap: '支付渠道Dic',
|
318
|
-
dataModeArray: [
|
319
|
-
'queryForm',
|
320
|
-
'table',
|
321
|
-
'sqlQueryItem',
|
322
|
-
'sqlQueryCondition',
|
323
|
-
],
|
324
|
-
selectKey: 'config@支付渠道Dic',
|
325
|
-
selectType: 'config',
|
326
|
-
key: 'wx.f_bank_type',
|
327
|
-
},
|
328
|
-
{
|
329
|
-
formType: 'checkbox',
|
330
|
-
column: [],
|
331
|
-
rule: {
|
332
|
-
required: 'false',
|
333
|
-
queryRequired: 'false',
|
334
|
-
},
|
335
|
-
slot: {
|
336
|
-
keyMap: '收费类型Dic',
|
337
|
-
type: 'badge',
|
338
|
-
value: 10,
|
339
|
-
},
|
340
|
-
acceptCount: 3,
|
341
|
-
type: 'string',
|
342
|
-
title: '收费类型',
|
343
|
-
lazyLoad: 'false',
|
344
|
-
queryType: 'IN',
|
345
|
-
slotKeyMap: '收费类型Dic',
|
346
|
-
dataModeArray: [
|
347
|
-
'queryForm',
|
348
|
-
'table',
|
349
|
-
'sqlQueryItem',
|
350
|
-
'sqlQueryCondition',
|
351
|
-
],
|
352
|
-
selectKey: 'config@收费类型Dic',
|
353
|
-
selectType: 'config',
|
354
|
-
key: 's.f_type',
|
355
|
-
},
|
356
|
-
{
|
357
|
-
formType: 'checkbox',
|
358
|
-
column: [],
|
359
|
-
rule: {
|
360
|
-
required: 'false',
|
361
|
-
queryRequired: 'false',
|
362
|
-
},
|
363
|
-
slot: {
|
364
|
-
keyMap: '收费状态Dic',
|
365
|
-
type: 'badge',
|
366
|
-
},
|
367
|
-
acceptCount: 3,
|
368
|
-
title: '收费状态',
|
369
|
-
lazyLoad: 'false',
|
370
|
-
queryType: 'IN',
|
371
|
-
slotKeyMap: '收费状态Dic',
|
372
|
-
dataModeArray: [
|
373
|
-
'queryForm',
|
374
|
-
'table',
|
375
|
-
'sqlQueryItem',
|
376
|
-
'sqlQueryCondition',
|
377
|
-
],
|
378
|
-
selectKey: 'config@收费状态Dic',
|
379
|
-
queryFormDefault: ['有效'],
|
380
|
-
selectType: 'config',
|
381
|
-
key: 's.f_state',
|
382
|
-
},
|
383
|
-
{
|
384
|
-
formType: 'treeSelect',
|
385
|
-
column: [],
|
386
|
-
rule: {
|
387
|
-
required: 'false',
|
388
|
-
queryRequired: 'false',
|
389
|
-
},
|
390
|
-
acceptCount: 3,
|
391
|
-
type: 'string',
|
392
|
-
title: '气表品牌',
|
393
|
-
lazyLoad: 'false',
|
394
|
-
queryType: 'IN',
|
395
|
-
selectKeyName: 'uf.f_gasbrand_id',
|
396
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
397
|
-
selectKey: 'logic@getMeterTypeAndMeterBrand',
|
398
|
-
selectType: 'logic',
|
399
|
-
key: 's.f_meter_brand',
|
400
|
-
},
|
401
|
-
{
|
402
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
403
|
-
formType: 'input',
|
404
|
-
tagColor: 'blue',
|
405
|
-
column: [],
|
406
|
-
rule: {
|
407
|
-
required: 'false',
|
408
|
-
queryRequired: 'false',
|
409
|
-
},
|
410
|
-
acceptCount: 3,
|
411
|
-
type: 'string',
|
412
|
-
title: '用户表号',
|
413
|
-
lazyLoad: 'false',
|
414
|
-
key: 'uf.f_meternumber',
|
415
|
-
queryType: '=',
|
416
|
-
},
|
417
|
-
{
|
418
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
419
|
-
formType: 'input',
|
420
|
-
tagColor: 'blue',
|
421
|
-
column: [],
|
422
|
-
rule: {
|
423
|
-
required: 'false',
|
424
|
-
queryRequired: 'false',
|
425
|
-
},
|
426
|
-
acceptCount: 3,
|
427
|
-
type: 'string',
|
428
|
-
title: '气表编号',
|
429
|
-
lazyLoad: 'false',
|
430
|
-
key: 's.f_user_id',
|
431
|
-
queryType: '=',
|
432
|
-
},
|
433
|
-
{
|
434
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
435
|
-
formType: 'input',
|
436
|
-
column: [],
|
437
|
-
rule: {
|
438
|
-
required: 'false',
|
439
|
-
queryRequired: 'false',
|
440
|
-
},
|
441
|
-
acceptCount: 3,
|
442
|
-
type: 'string',
|
443
|
-
title: '气表卡号',
|
444
|
-
lazyLoad: 'false',
|
445
|
-
key: 's.f_card_id',
|
446
|
-
queryType: '=',
|
447
|
-
},
|
448
|
-
{
|
449
|
-
formType: 'select',
|
450
|
-
column: [],
|
451
|
-
rule: {
|
452
|
-
required: 'false',
|
453
|
-
queryRequired: 'false',
|
454
|
-
},
|
455
|
-
slot: {
|
456
|
-
keyMap: ' dict_user_type',
|
457
|
-
type: 'badge',
|
458
|
-
value: 10,
|
459
|
-
},
|
460
|
-
acceptCount: 3,
|
461
|
-
type: 'string',
|
462
|
-
title: '用户类型',
|
463
|
-
lazyLoad: 'false',
|
464
|
-
queryType: '=',
|
465
|
-
slotKeyMap: ' dict_user_type',
|
466
|
-
dataModeArray: [
|
467
|
-
'queryForm',
|
468
|
-
'table',
|
469
|
-
'sqlQueryItem',
|
470
|
-
'sqlQueryCondition',
|
471
|
-
],
|
472
|
-
selectKey: 'config@ dict_user_type',
|
473
|
-
selectType: 'config',
|
474
|
-
key: 's.f_user_type',
|
475
|
-
},
|
476
|
-
{
|
477
|
-
formType: 'select',
|
478
|
-
column: [],
|
479
|
-
rule: {
|
480
|
-
required: 'false',
|
481
|
-
queryRequired: 'false',
|
482
|
-
},
|
483
|
-
slot: {
|
484
|
-
keyMap: '用气性质Dic',
|
485
|
-
type: 'badge',
|
486
|
-
},
|
487
|
-
acceptCount: 3,
|
488
|
-
title: '用气性质',
|
489
|
-
lazyLoad: 'false',
|
490
|
-
queryType: '=',
|
491
|
-
slotKeyMap: '用气性质Dic',
|
492
|
-
dataModeArray: [
|
493
|
-
'queryForm',
|
494
|
-
'table',
|
495
|
-
'sqlQueryItem',
|
496
|
-
'sqlQueryCondition',
|
497
|
-
],
|
498
|
-
selectKey: 'config@用气性质Dic',
|
499
|
-
selectType: 'config',
|
500
|
-
key: 's.f_gasproperties',
|
501
|
-
},
|
502
|
-
{
|
503
|
-
formType: 'treeSelect',
|
504
|
-
tagColor: 'blue',
|
505
|
-
column: [],
|
506
|
-
rule: {
|
507
|
-
required: 'false',
|
508
|
-
queryRequired: 'false',
|
509
|
-
},
|
510
|
-
slot: {
|
511
|
-
keyMap: 'getPriceDicLogic',
|
512
|
-
type: 'badge',
|
513
|
-
value: 10,
|
514
|
-
},
|
515
|
-
acceptCount: 3,
|
516
|
-
type: 'string',
|
517
|
-
title: '气价名称',
|
518
|
-
lazyLoad: 'false',
|
519
|
-
queryType: 'IN',
|
520
|
-
selectKeyName: 'uf.f_price_id',
|
521
|
-
slotKeyMap: 'getPriceDicLogic',
|
522
|
-
dataModeArray: [
|
523
|
-
'queryForm',
|
524
|
-
'table',
|
525
|
-
'sqlQueryItem',
|
526
|
-
'sqlQueryCondition',
|
527
|
-
],
|
528
|
-
selectKey: 'logic@getPriceDicLogic',
|
529
|
-
selectType: 'logic',
|
530
|
-
key: 'sp.f_price_name',
|
531
|
-
},
|
532
|
-
{
|
533
|
-
formType: 'select',
|
534
|
-
column: [],
|
535
|
-
rule: {
|
536
|
-
required: 'false',
|
537
|
-
queryRequired: 'false',
|
538
|
-
},
|
539
|
-
slot: {
|
540
|
-
keyMap: '写卡状态Dic',
|
541
|
-
type: 'badge',
|
542
|
-
},
|
543
|
-
acceptCount: 3,
|
544
|
-
type: 'string',
|
545
|
-
title: '写卡状态',
|
546
|
-
lazyLoad: 'false',
|
547
|
-
queryType: '=',
|
548
|
-
slotKeyMap: '写卡状态Dic',
|
549
|
-
dataModeArray: [
|
550
|
-
'queryForm',
|
551
|
-
'table',
|
552
|
-
'sqlQueryItem',
|
553
|
-
'sqlQueryCondition',
|
554
|
-
],
|
555
|
-
selectKey: 'config@写卡状态Dic',
|
556
|
-
selectType: 'config',
|
557
|
-
key: 's.f_write_card',
|
558
|
-
},
|
559
|
-
{
|
560
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
561
|
-
formType: 'input',
|
562
|
-
column: [],
|
563
|
-
rule: {
|
564
|
-
required: 'false',
|
565
|
-
queryRequired: 'false',
|
566
|
-
},
|
567
|
-
acceptCount: 3,
|
568
|
-
type: 'string',
|
569
|
-
title: '业务单号',
|
570
|
-
lazyLoad: 'false',
|
571
|
-
key: 's.f_serial_number',
|
572
|
-
queryType: '=',
|
573
|
-
},
|
574
|
-
{
|
575
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
576
|
-
column: [],
|
577
|
-
rule: {
|
578
|
-
required: 'false',
|
579
|
-
},
|
580
|
-
acceptCount: 3,
|
581
|
-
title: '一阶气量',
|
582
|
-
lazyLoad: 'false',
|
583
|
-
key: 's.f_stair_gas1',
|
584
|
-
},
|
585
|
-
{
|
586
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
587
|
-
column: [],
|
588
|
-
rule: {
|
589
|
-
required: 'false',
|
590
|
-
},
|
591
|
-
acceptCount: 3,
|
592
|
-
title: '一阶单价',
|
593
|
-
lazyLoad: 'false',
|
594
|
-
key: 's.f_stair_price1',
|
595
|
-
},
|
596
|
-
{
|
597
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
598
|
-
column: [],
|
599
|
-
rule: {
|
600
|
-
required: 'false',
|
601
|
-
},
|
602
|
-
acceptCount: 3,
|
603
|
-
title: '一阶金额',
|
604
|
-
lazyLoad: 'false',
|
605
|
-
key: 's.f_stair_money1',
|
606
|
-
},
|
607
|
-
{
|
608
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
609
|
-
column: [],
|
610
|
-
rule: {
|
611
|
-
required: 'false',
|
612
|
-
},
|
613
|
-
acceptCount: 3,
|
614
|
-
title: '二阶气量',
|
615
|
-
lazyLoad: 'false',
|
616
|
-
key: 's.f_stair_gas2',
|
617
|
-
},
|
618
|
-
{
|
619
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
620
|
-
column: [],
|
621
|
-
rule: {
|
622
|
-
required: 'false',
|
623
|
-
},
|
624
|
-
acceptCount: 3,
|
625
|
-
title: '二阶单价',
|
626
|
-
lazyLoad: 'false',
|
627
|
-
key: 's.f_stair_price2',
|
628
|
-
},
|
629
|
-
{
|
630
|
-
dataModeArray: ['table', 'sqlQueryItem', 'tableSummary'],
|
631
|
-
column: [],
|
632
|
-
rule: {
|
633
|
-
required: 'false',
|
634
|
-
},
|
635
|
-
acceptCount: 3,
|
636
|
-
type: 'string',
|
637
|
-
title: '二阶金额',
|
638
|
-
lazyLoad: 'false',
|
639
|
-
key: 's.f_stair_money2',
|
640
|
-
},
|
641
|
-
{
|
642
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
643
|
-
column: [],
|
644
|
-
rule: {
|
645
|
-
required: 'false',
|
646
|
-
},
|
647
|
-
acceptCount: 3,
|
648
|
-
title: '三阶气量',
|
649
|
-
lazyLoad: 'false',
|
650
|
-
key: 's.f_stair_gas3',
|
651
|
-
},
|
652
|
-
{
|
653
|
-
dataModeArray: ['table', 'sqlQueryItem'],
|
654
|
-
column: [],
|
655
|
-
rule: {
|
656
|
-
required: 'false',
|
657
|
-
},
|
658
|
-
acceptCount: 3,
|
659
|
-
title: '三阶单价',
|
660
|
-
lazyLoad: 'false',
|
661
|
-
key: 's.f_stair_price3',
|
662
|
-
},
|
663
|
-
{
|
664
|
-
dataModeArray: ['table', 'sqlQueryItem', 'tableSummary'],
|
665
|
-
column: [],
|
666
|
-
rule: {
|
667
|
-
required: 'false',
|
668
|
-
},
|
669
|
-
acceptCount: 3,
|
670
|
-
type: 'string',
|
671
|
-
title: '三阶金额',
|
672
|
-
lazyLoad: 'false',
|
673
|
-
key: 's.f_stair_money3',
|
674
|
-
},
|
675
|
-
{
|
676
|
-
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
677
|
-
formType: 'input',
|
678
|
-
tagColor: 'blue',
|
679
|
-
column: [],
|
680
|
-
rule: {
|
681
|
-
required: 'false',
|
682
|
-
queryRequired: 'false',
|
683
|
-
},
|
684
|
-
acceptCount: 3,
|
685
|
-
type: 'string',
|
686
|
-
title: '用户地址',
|
687
|
-
lazyLoad: 'false',
|
688
|
-
key: 's.f_address',
|
689
|
-
queryType: 'LIKE',
|
690
|
-
},
|
691
|
-
{
|
692
|
-
formType: 'checkbox',
|
693
|
-
tagColor: 'blue',
|
694
|
-
column: [],
|
695
|
-
rule: {
|
696
|
-
required: 'false',
|
697
|
-
queryRequired: 'false',
|
698
|
-
},
|
699
|
-
acceptCount: 3,
|
700
|
-
type: 'string',
|
701
|
-
title: '小区名称',
|
702
|
-
lazyLoad: 'true',
|
703
|
-
queryType: 'IN',
|
704
|
-
dataModeArray: [
|
705
|
-
'queryForm',
|
706
|
-
'table',
|
707
|
-
'sqlQueryItem',
|
708
|
-
'sqlQueryCondition',
|
709
|
-
],
|
710
|
-
selectKey: 'logic@getAreaListByOrgIdDic',
|
711
|
-
selectType: 'logic',
|
712
|
-
key: 'ua.f_residential_area',
|
713
|
-
},
|
714
|
-
{
|
715
|
-
formType: 'treeSelect',
|
716
|
-
tagColor: 'blue',
|
717
|
-
forceQueryDefault: true,
|
718
|
-
column: [],
|
719
|
-
rule: {
|
720
|
-
required: 'false',
|
721
|
-
queryRequired: 'false',
|
722
|
-
},
|
723
|
-
acceptCount: 3,
|
724
|
-
type: 'string',
|
725
|
-
title: '组织机构',
|
726
|
-
lazyLoad: 'false',
|
727
|
-
queryType: 'IN',
|
728
|
-
selectKeyName: 's.f_orgid',
|
729
|
-
dataModeArray: [
|
730
|
-
'queryForm',
|
731
|
-
'table',
|
732
|
-
'sqlQueryItem',
|
733
|
-
'sqlQueryCondition',
|
734
|
-
],
|
735
|
-
selectKey: 'search@获取分公司',
|
736
|
-
queryFormDefault: 'curOrgId',
|
737
|
-
selectType: 'search',
|
738
|
-
key: 's.f_orgname',
|
739
|
-
},
|
740
|
-
{
|
741
|
-
formType: 'checkbox',
|
742
|
-
tagColor: 'blue',
|
743
|
-
column: [],
|
744
|
-
rule: {
|
745
|
-
required: 'false',
|
746
|
-
queryRequired: 'false',
|
747
|
-
},
|
748
|
-
acceptCount: 3,
|
749
|
-
type: 'string',
|
750
|
-
title: '所属部门',
|
751
|
-
lazyLoad: 'false',
|
752
|
-
queryType: 'IN',
|
753
|
-
selectKeyName: 's.f_depid',
|
754
|
-
dataModeArray: [
|
755
|
-
'queryForm',
|
756
|
-
'table',
|
757
|
-
'sqlQueryItem',
|
758
|
-
'sqlQueryCondition',
|
759
|
-
],
|
760
|
-
selectKey: 'search@根据表单项[s.f_orgid]联动部门',
|
761
|
-
selectType: 'search',
|
762
|
-
key: 's.f_depname',
|
763
|
-
},
|
764
|
-
{
|
765
|
-
formType: 'checkbox',
|
766
|
-
tagColor: 'blue',
|
767
|
-
column: [],
|
768
|
-
rule: {
|
769
|
-
required: 'false',
|
770
|
-
queryRequired: 'false',
|
771
|
-
},
|
772
|
-
acceptCount: 3,
|
773
|
-
type: 'string',
|
774
|
-
title: '操作人员',
|
775
|
-
lazyLoad: 'false',
|
776
|
-
queryType: 'IN',
|
777
|
-
selectKeyName: 's.f_operatorid',
|
778
|
-
dataModeArray: [
|
779
|
-
'queryForm',
|
780
|
-
'table',
|
781
|
-
'sqlQueryItem',
|
782
|
-
'sqlQueryCondition',
|
783
|
-
],
|
784
|
-
selectKey: 'search@根据表单项[s.f_depid]联动人员',
|
785
|
-
selectType: 'search',
|
786
|
-
key: 's.f_operator',
|
787
|
-
},
|
788
|
-
],
|
789
|
-
})
|
790
|
-
})
|
791
|
-
}
|
792
|
-
</script>
|
793
|
-
|
794
|
-
<template>
|
795
|
-
<div>
|
796
|
-
<a-button @click="onClick">打开设计器</a-button>
|
797
|
-
<a-modal
|
798
|
-
width="75vw"
|
799
|
-
v-model="visible"
|
800
|
-
:keyboard="false"
|
801
|
-
:dialogStyle="{ top: '4%' }"
|
802
|
-
>
|
803
|
-
<Designer ref="designer"></Designer>
|
804
|
-
</a-modal>
|
805
|
-
</div>
|
806
|
-
</template>
|
807
|
-
|
808
|
-
<style scoped lang="less"></style>
|
1
|
+
<script setup>
|
2
|
+
import Designer from '@vue2-client/components/g2Charts/designer.vue'
|
3
|
+
import { nextTick, ref } from 'vue'
|
4
|
+
|
5
|
+
const designer = ref(null)
|
6
|
+
const visible = ref(false)
|
7
|
+
|
8
|
+
const onClick = () => {
|
9
|
+
visible.value = true
|
10
|
+
nextTick(() => {
|
11
|
+
designer.value.init({
|
12
|
+
config: {
|
13
|
+
type: 'line',
|
14
|
+
title: '',
|
15
|
+
description: '',
|
16
|
+
chartsTools: ['legend', 'label', 'xyVisible', 'point', 'grid'],
|
17
|
+
dataSource: 'curCrud',
|
18
|
+
xFieldSortBy: 'value',
|
19
|
+
xFieldSortType: 'asc',
|
20
|
+
queryParamsName: 'ChargeQueryCRUD',
|
21
|
+
yFieldType: 'sum',
|
22
|
+
yField: [{ mold: 'sum' }],
|
23
|
+
Group: false,
|
24
|
+
colorIndex: 0,
|
25
|
+
serviceName: 'af-revenue',
|
26
|
+
},
|
27
|
+
curdColumn: [
|
28
|
+
{
|
29
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
30
|
+
formType: 'input',
|
31
|
+
column: [],
|
32
|
+
rule: {
|
33
|
+
required: 'false',
|
34
|
+
queryRequired: 'false',
|
35
|
+
},
|
36
|
+
acceptCount: 3,
|
37
|
+
defaultExport: true,
|
38
|
+
type: 'string',
|
39
|
+
title: '收费编号',
|
40
|
+
lazyLoad: 'false',
|
41
|
+
key: 's.id',
|
42
|
+
queryType: '=',
|
43
|
+
},
|
44
|
+
{
|
45
|
+
dataModeArray: [
|
46
|
+
'queryForm',
|
47
|
+
'table',
|
48
|
+
'sqlQueryItem',
|
49
|
+
'sqlQueryCondition',
|
50
|
+
],
|
51
|
+
formType: 'input',
|
52
|
+
tagColor: 'blue',
|
53
|
+
column: [],
|
54
|
+
rule: {
|
55
|
+
required: 'false',
|
56
|
+
queryRequired: 'false',
|
57
|
+
},
|
58
|
+
acceptCount: 3,
|
59
|
+
defaultExport: true,
|
60
|
+
type: 'string',
|
61
|
+
title: '用户编号',
|
62
|
+
lazyLoad: 'false',
|
63
|
+
key: 'info.f_userinfo_code',
|
64
|
+
queryType: '=',
|
65
|
+
},
|
66
|
+
{
|
67
|
+
dataModeArray: [
|
68
|
+
'queryForm',
|
69
|
+
'table',
|
70
|
+
'sqlQueryItem',
|
71
|
+
'sqlQueryCondition',
|
72
|
+
],
|
73
|
+
formType: 'input',
|
74
|
+
column: [],
|
75
|
+
rule: {
|
76
|
+
required: 'false',
|
77
|
+
queryRequired: 'false',
|
78
|
+
},
|
79
|
+
acceptCount: 3,
|
80
|
+
type: 'string',
|
81
|
+
title: '用户名称',
|
82
|
+
lazyLoad: 'false',
|
83
|
+
key: 's.f_user_name',
|
84
|
+
queryType: '=',
|
85
|
+
},
|
86
|
+
{
|
87
|
+
dataModeArray: [
|
88
|
+
'queryForm',
|
89
|
+
'table',
|
90
|
+
'sqlQueryItem',
|
91
|
+
'sqlQueryCondition',
|
92
|
+
],
|
93
|
+
formType: 'input',
|
94
|
+
tagColor: 'blue',
|
95
|
+
column: [],
|
96
|
+
rule: {
|
97
|
+
required: 'false',
|
98
|
+
queryRequired: 'false',
|
99
|
+
},
|
100
|
+
acceptCount: 3,
|
101
|
+
type: 'string',
|
102
|
+
title: '用户电话',
|
103
|
+
lazyLoad: 'false',
|
104
|
+
key: 'info.f_user_phone',
|
105
|
+
queryType: '=',
|
106
|
+
},
|
107
|
+
{
|
108
|
+
dataModeArray: ['queryForm', 'sqlQueryItem', 'sqlQueryCondition'],
|
109
|
+
formType: 'input',
|
110
|
+
tagColor: '',
|
111
|
+
column: [],
|
112
|
+
rule: {
|
113
|
+
required: 'false',
|
114
|
+
queryRequired: 'false',
|
115
|
+
},
|
116
|
+
acceptCount: 3,
|
117
|
+
title: '用户地址',
|
118
|
+
lazyLoad: 'false',
|
119
|
+
key: 's.f_address',
|
120
|
+
queryType: '=',
|
121
|
+
},
|
122
|
+
{
|
123
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
124
|
+
formType: 'input',
|
125
|
+
column: [],
|
126
|
+
rule: {
|
127
|
+
required: 'false',
|
128
|
+
queryRequired: 'false',
|
129
|
+
},
|
130
|
+
acceptCount: 3,
|
131
|
+
type: 'string',
|
132
|
+
title: '身份证号',
|
133
|
+
lazyLoad: 'false',
|
134
|
+
key: 'info.f_idnumber',
|
135
|
+
queryType: '=',
|
136
|
+
},
|
137
|
+
{
|
138
|
+
dataModeArray: [
|
139
|
+
'queryForm',
|
140
|
+
'table',
|
141
|
+
'sqlQueryItem',
|
142
|
+
'sqlQueryCondition',
|
143
|
+
],
|
144
|
+
formType: 'rangePicker',
|
145
|
+
queryFormDefault: 'curDay',
|
146
|
+
column: [],
|
147
|
+
rule: {
|
148
|
+
required: 'false',
|
149
|
+
queryRequired: 'true',
|
150
|
+
},
|
151
|
+
slot: {
|
152
|
+
type: 'dateTime',
|
153
|
+
},
|
154
|
+
acceptCount: 3,
|
155
|
+
type: 'string',
|
156
|
+
title: '收费日期',
|
157
|
+
lazyLoad: 'false',
|
158
|
+
key: 's.f_operate_date',
|
159
|
+
queryType: 'BETWEEN',
|
160
|
+
},
|
161
|
+
{
|
162
|
+
formType: 'treeSelect',
|
163
|
+
tagColor: 'blue',
|
164
|
+
column: [],
|
165
|
+
rule: {
|
166
|
+
required: 'false',
|
167
|
+
queryRequired: 'false',
|
168
|
+
},
|
169
|
+
acceptCount: 3,
|
170
|
+
type: 'string',
|
171
|
+
title: '气表品牌',
|
172
|
+
lazyLoad: 'false',
|
173
|
+
queryType: 'IN',
|
174
|
+
selectKeyName: 'uf.f_gasbrand_id',
|
175
|
+
dataModeArray: ['queryForm', 'sqlQueryItem', 'sqlQueryCondition'],
|
176
|
+
selectKey: 'logic@getMeterTypeAndMeterBrand',
|
177
|
+
selectType: 'logic',
|
178
|
+
key: 's.f_meter_brand',
|
179
|
+
},
|
180
|
+
{
|
181
|
+
formType: 'checkbox',
|
182
|
+
tagColor: 'blue',
|
183
|
+
column: [],
|
184
|
+
rule: {
|
185
|
+
required: 'false',
|
186
|
+
queryRequired: 'false',
|
187
|
+
},
|
188
|
+
slot: {
|
189
|
+
keyMap: '查询用收款方式Dic',
|
190
|
+
type: 'badge',
|
191
|
+
value: 10,
|
192
|
+
},
|
193
|
+
acceptCount: 3,
|
194
|
+
type: 'string',
|
195
|
+
title: '收款方式',
|
196
|
+
lazyLoad: 'false',
|
197
|
+
queryType: 'IN',
|
198
|
+
slotKeyMap: '查询用收款方式Dic',
|
199
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
200
|
+
selectKey: 'config@查询用收款方式Dic',
|
201
|
+
selectType: 'config',
|
202
|
+
key: 's.f_payment',
|
203
|
+
},
|
204
|
+
{
|
205
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
206
|
+
column: [],
|
207
|
+
rule: {
|
208
|
+
required: 'false',
|
209
|
+
},
|
210
|
+
acceptCount: 3,
|
211
|
+
title: '购气次数',
|
212
|
+
lazyLoad: 'false',
|
213
|
+
key: 's.f_times',
|
214
|
+
},
|
215
|
+
{
|
216
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
217
|
+
column: [],
|
218
|
+
rule: {
|
219
|
+
required: 'false',
|
220
|
+
},
|
221
|
+
acceptCount: 3,
|
222
|
+
title: '气量',
|
223
|
+
lazyLoad: 'false',
|
224
|
+
key: 's.f_pregas',
|
225
|
+
},
|
226
|
+
{
|
227
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
228
|
+
column: [],
|
229
|
+
rule: {
|
230
|
+
required: 'false',
|
231
|
+
},
|
232
|
+
acceptCount: 3,
|
233
|
+
title: '金额',
|
234
|
+
lazyLoad: 'false',
|
235
|
+
key: 's.f_preamount',
|
236
|
+
},
|
237
|
+
{
|
238
|
+
dataModeArray: ['table', 'sqlQueryItem', 'tableSummary'],
|
239
|
+
summaryConfig: 'getFieldSummary',
|
240
|
+
tagColor: 'blue',
|
241
|
+
column: [],
|
242
|
+
rule: {
|
243
|
+
required: 'false',
|
244
|
+
},
|
245
|
+
slot: {
|
246
|
+
type: 'towDecimal',
|
247
|
+
},
|
248
|
+
acceptCount: 3,
|
249
|
+
type: 'string',
|
250
|
+
title: '收款',
|
251
|
+
lazyLoad: 'false',
|
252
|
+
key: 's.f_collection',
|
253
|
+
},
|
254
|
+
{
|
255
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
256
|
+
default: '0',
|
257
|
+
column: [],
|
258
|
+
rule: {
|
259
|
+
required: 'false',
|
260
|
+
},
|
261
|
+
acceptCount: 3,
|
262
|
+
title: '上期表底数',
|
263
|
+
lazyLoad: 'false',
|
264
|
+
key: 's.f_last_tablebase',
|
265
|
+
},
|
266
|
+
{
|
267
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
268
|
+
column: [],
|
269
|
+
rule: {
|
270
|
+
required: 'false',
|
271
|
+
},
|
272
|
+
acceptCount: 3,
|
273
|
+
title: '本期表底数',
|
274
|
+
lazyLoad: 'false',
|
275
|
+
key: 's.f_tablebase',
|
276
|
+
},
|
277
|
+
{
|
278
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
279
|
+
column: [],
|
280
|
+
rule: {
|
281
|
+
required: 'false',
|
282
|
+
},
|
283
|
+
acceptCount: 3,
|
284
|
+
title: '上期结余',
|
285
|
+
lazyLoad: 'false',
|
286
|
+
key: 's.f_balance',
|
287
|
+
},
|
288
|
+
{
|
289
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
290
|
+
column: [],
|
291
|
+
rule: {
|
292
|
+
required: 'false',
|
293
|
+
},
|
294
|
+
acceptCount: 3,
|
295
|
+
title: '本期结余',
|
296
|
+
lazyLoad: 'false',
|
297
|
+
key: 's.f_curbalance',
|
298
|
+
},
|
299
|
+
{
|
300
|
+
formType: 'select',
|
301
|
+
tagColor: 'blue',
|
302
|
+
column: [],
|
303
|
+
rule: {
|
304
|
+
required: 'false',
|
305
|
+
queryRequired: 'false',
|
306
|
+
},
|
307
|
+
slot: {
|
308
|
+
keyMap: '支付渠道Dic',
|
309
|
+
type: 'badge',
|
310
|
+
value: 10,
|
311
|
+
},
|
312
|
+
acceptCount: 3,
|
313
|
+
type: 'string',
|
314
|
+
title: '支付渠道',
|
315
|
+
lazyLoad: 'false',
|
316
|
+
queryType: '=',
|
317
|
+
slotKeyMap: '支付渠道Dic',
|
318
|
+
dataModeArray: [
|
319
|
+
'queryForm',
|
320
|
+
'table',
|
321
|
+
'sqlQueryItem',
|
322
|
+
'sqlQueryCondition',
|
323
|
+
],
|
324
|
+
selectKey: 'config@支付渠道Dic',
|
325
|
+
selectType: 'config',
|
326
|
+
key: 'wx.f_bank_type',
|
327
|
+
},
|
328
|
+
{
|
329
|
+
formType: 'checkbox',
|
330
|
+
column: [],
|
331
|
+
rule: {
|
332
|
+
required: 'false',
|
333
|
+
queryRequired: 'false',
|
334
|
+
},
|
335
|
+
slot: {
|
336
|
+
keyMap: '收费类型Dic',
|
337
|
+
type: 'badge',
|
338
|
+
value: 10,
|
339
|
+
},
|
340
|
+
acceptCount: 3,
|
341
|
+
type: 'string',
|
342
|
+
title: '收费类型',
|
343
|
+
lazyLoad: 'false',
|
344
|
+
queryType: 'IN',
|
345
|
+
slotKeyMap: '收费类型Dic',
|
346
|
+
dataModeArray: [
|
347
|
+
'queryForm',
|
348
|
+
'table',
|
349
|
+
'sqlQueryItem',
|
350
|
+
'sqlQueryCondition',
|
351
|
+
],
|
352
|
+
selectKey: 'config@收费类型Dic',
|
353
|
+
selectType: 'config',
|
354
|
+
key: 's.f_type',
|
355
|
+
},
|
356
|
+
{
|
357
|
+
formType: 'checkbox',
|
358
|
+
column: [],
|
359
|
+
rule: {
|
360
|
+
required: 'false',
|
361
|
+
queryRequired: 'false',
|
362
|
+
},
|
363
|
+
slot: {
|
364
|
+
keyMap: '收费状态Dic',
|
365
|
+
type: 'badge',
|
366
|
+
},
|
367
|
+
acceptCount: 3,
|
368
|
+
title: '收费状态',
|
369
|
+
lazyLoad: 'false',
|
370
|
+
queryType: 'IN',
|
371
|
+
slotKeyMap: '收费状态Dic',
|
372
|
+
dataModeArray: [
|
373
|
+
'queryForm',
|
374
|
+
'table',
|
375
|
+
'sqlQueryItem',
|
376
|
+
'sqlQueryCondition',
|
377
|
+
],
|
378
|
+
selectKey: 'config@收费状态Dic',
|
379
|
+
queryFormDefault: ['有效'],
|
380
|
+
selectType: 'config',
|
381
|
+
key: 's.f_state',
|
382
|
+
},
|
383
|
+
{
|
384
|
+
formType: 'treeSelect',
|
385
|
+
column: [],
|
386
|
+
rule: {
|
387
|
+
required: 'false',
|
388
|
+
queryRequired: 'false',
|
389
|
+
},
|
390
|
+
acceptCount: 3,
|
391
|
+
type: 'string',
|
392
|
+
title: '气表品牌',
|
393
|
+
lazyLoad: 'false',
|
394
|
+
queryType: 'IN',
|
395
|
+
selectKeyName: 'uf.f_gasbrand_id',
|
396
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
397
|
+
selectKey: 'logic@getMeterTypeAndMeterBrand',
|
398
|
+
selectType: 'logic',
|
399
|
+
key: 's.f_meter_brand',
|
400
|
+
},
|
401
|
+
{
|
402
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
403
|
+
formType: 'input',
|
404
|
+
tagColor: 'blue',
|
405
|
+
column: [],
|
406
|
+
rule: {
|
407
|
+
required: 'false',
|
408
|
+
queryRequired: 'false',
|
409
|
+
},
|
410
|
+
acceptCount: 3,
|
411
|
+
type: 'string',
|
412
|
+
title: '用户表号',
|
413
|
+
lazyLoad: 'false',
|
414
|
+
key: 'uf.f_meternumber',
|
415
|
+
queryType: '=',
|
416
|
+
},
|
417
|
+
{
|
418
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
419
|
+
formType: 'input',
|
420
|
+
tagColor: 'blue',
|
421
|
+
column: [],
|
422
|
+
rule: {
|
423
|
+
required: 'false',
|
424
|
+
queryRequired: 'false',
|
425
|
+
},
|
426
|
+
acceptCount: 3,
|
427
|
+
type: 'string',
|
428
|
+
title: '气表编号',
|
429
|
+
lazyLoad: 'false',
|
430
|
+
key: 's.f_user_id',
|
431
|
+
queryType: '=',
|
432
|
+
},
|
433
|
+
{
|
434
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
435
|
+
formType: 'input',
|
436
|
+
column: [],
|
437
|
+
rule: {
|
438
|
+
required: 'false',
|
439
|
+
queryRequired: 'false',
|
440
|
+
},
|
441
|
+
acceptCount: 3,
|
442
|
+
type: 'string',
|
443
|
+
title: '气表卡号',
|
444
|
+
lazyLoad: 'false',
|
445
|
+
key: 's.f_card_id',
|
446
|
+
queryType: '=',
|
447
|
+
},
|
448
|
+
{
|
449
|
+
formType: 'select',
|
450
|
+
column: [],
|
451
|
+
rule: {
|
452
|
+
required: 'false',
|
453
|
+
queryRequired: 'false',
|
454
|
+
},
|
455
|
+
slot: {
|
456
|
+
keyMap: ' dict_user_type',
|
457
|
+
type: 'badge',
|
458
|
+
value: 10,
|
459
|
+
},
|
460
|
+
acceptCount: 3,
|
461
|
+
type: 'string',
|
462
|
+
title: '用户类型',
|
463
|
+
lazyLoad: 'false',
|
464
|
+
queryType: '=',
|
465
|
+
slotKeyMap: ' dict_user_type',
|
466
|
+
dataModeArray: [
|
467
|
+
'queryForm',
|
468
|
+
'table',
|
469
|
+
'sqlQueryItem',
|
470
|
+
'sqlQueryCondition',
|
471
|
+
],
|
472
|
+
selectKey: 'config@ dict_user_type',
|
473
|
+
selectType: 'config',
|
474
|
+
key: 's.f_user_type',
|
475
|
+
},
|
476
|
+
{
|
477
|
+
formType: 'select',
|
478
|
+
column: [],
|
479
|
+
rule: {
|
480
|
+
required: 'false',
|
481
|
+
queryRequired: 'false',
|
482
|
+
},
|
483
|
+
slot: {
|
484
|
+
keyMap: '用气性质Dic',
|
485
|
+
type: 'badge',
|
486
|
+
},
|
487
|
+
acceptCount: 3,
|
488
|
+
title: '用气性质',
|
489
|
+
lazyLoad: 'false',
|
490
|
+
queryType: '=',
|
491
|
+
slotKeyMap: '用气性质Dic',
|
492
|
+
dataModeArray: [
|
493
|
+
'queryForm',
|
494
|
+
'table',
|
495
|
+
'sqlQueryItem',
|
496
|
+
'sqlQueryCondition',
|
497
|
+
],
|
498
|
+
selectKey: 'config@用气性质Dic',
|
499
|
+
selectType: 'config',
|
500
|
+
key: 's.f_gasproperties',
|
501
|
+
},
|
502
|
+
{
|
503
|
+
formType: 'treeSelect',
|
504
|
+
tagColor: 'blue',
|
505
|
+
column: [],
|
506
|
+
rule: {
|
507
|
+
required: 'false',
|
508
|
+
queryRequired: 'false',
|
509
|
+
},
|
510
|
+
slot: {
|
511
|
+
keyMap: 'getPriceDicLogic',
|
512
|
+
type: 'badge',
|
513
|
+
value: 10,
|
514
|
+
},
|
515
|
+
acceptCount: 3,
|
516
|
+
type: 'string',
|
517
|
+
title: '气价名称',
|
518
|
+
lazyLoad: 'false',
|
519
|
+
queryType: 'IN',
|
520
|
+
selectKeyName: 'uf.f_price_id',
|
521
|
+
slotKeyMap: 'getPriceDicLogic',
|
522
|
+
dataModeArray: [
|
523
|
+
'queryForm',
|
524
|
+
'table',
|
525
|
+
'sqlQueryItem',
|
526
|
+
'sqlQueryCondition',
|
527
|
+
],
|
528
|
+
selectKey: 'logic@getPriceDicLogic',
|
529
|
+
selectType: 'logic',
|
530
|
+
key: 'sp.f_price_name',
|
531
|
+
},
|
532
|
+
{
|
533
|
+
formType: 'select',
|
534
|
+
column: [],
|
535
|
+
rule: {
|
536
|
+
required: 'false',
|
537
|
+
queryRequired: 'false',
|
538
|
+
},
|
539
|
+
slot: {
|
540
|
+
keyMap: '写卡状态Dic',
|
541
|
+
type: 'badge',
|
542
|
+
},
|
543
|
+
acceptCount: 3,
|
544
|
+
type: 'string',
|
545
|
+
title: '写卡状态',
|
546
|
+
lazyLoad: 'false',
|
547
|
+
queryType: '=',
|
548
|
+
slotKeyMap: '写卡状态Dic',
|
549
|
+
dataModeArray: [
|
550
|
+
'queryForm',
|
551
|
+
'table',
|
552
|
+
'sqlQueryItem',
|
553
|
+
'sqlQueryCondition',
|
554
|
+
],
|
555
|
+
selectKey: 'config@写卡状态Dic',
|
556
|
+
selectType: 'config',
|
557
|
+
key: 's.f_write_card',
|
558
|
+
},
|
559
|
+
{
|
560
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
561
|
+
formType: 'input',
|
562
|
+
column: [],
|
563
|
+
rule: {
|
564
|
+
required: 'false',
|
565
|
+
queryRequired: 'false',
|
566
|
+
},
|
567
|
+
acceptCount: 3,
|
568
|
+
type: 'string',
|
569
|
+
title: '业务单号',
|
570
|
+
lazyLoad: 'false',
|
571
|
+
key: 's.f_serial_number',
|
572
|
+
queryType: '=',
|
573
|
+
},
|
574
|
+
{
|
575
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
576
|
+
column: [],
|
577
|
+
rule: {
|
578
|
+
required: 'false',
|
579
|
+
},
|
580
|
+
acceptCount: 3,
|
581
|
+
title: '一阶气量',
|
582
|
+
lazyLoad: 'false',
|
583
|
+
key: 's.f_stair_gas1',
|
584
|
+
},
|
585
|
+
{
|
586
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
587
|
+
column: [],
|
588
|
+
rule: {
|
589
|
+
required: 'false',
|
590
|
+
},
|
591
|
+
acceptCount: 3,
|
592
|
+
title: '一阶单价',
|
593
|
+
lazyLoad: 'false',
|
594
|
+
key: 's.f_stair_price1',
|
595
|
+
},
|
596
|
+
{
|
597
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
598
|
+
column: [],
|
599
|
+
rule: {
|
600
|
+
required: 'false',
|
601
|
+
},
|
602
|
+
acceptCount: 3,
|
603
|
+
title: '一阶金额',
|
604
|
+
lazyLoad: 'false',
|
605
|
+
key: 's.f_stair_money1',
|
606
|
+
},
|
607
|
+
{
|
608
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
609
|
+
column: [],
|
610
|
+
rule: {
|
611
|
+
required: 'false',
|
612
|
+
},
|
613
|
+
acceptCount: 3,
|
614
|
+
title: '二阶气量',
|
615
|
+
lazyLoad: 'false',
|
616
|
+
key: 's.f_stair_gas2',
|
617
|
+
},
|
618
|
+
{
|
619
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
620
|
+
column: [],
|
621
|
+
rule: {
|
622
|
+
required: 'false',
|
623
|
+
},
|
624
|
+
acceptCount: 3,
|
625
|
+
title: '二阶单价',
|
626
|
+
lazyLoad: 'false',
|
627
|
+
key: 's.f_stair_price2',
|
628
|
+
},
|
629
|
+
{
|
630
|
+
dataModeArray: ['table', 'sqlQueryItem', 'tableSummary'],
|
631
|
+
column: [],
|
632
|
+
rule: {
|
633
|
+
required: 'false',
|
634
|
+
},
|
635
|
+
acceptCount: 3,
|
636
|
+
type: 'string',
|
637
|
+
title: '二阶金额',
|
638
|
+
lazyLoad: 'false',
|
639
|
+
key: 's.f_stair_money2',
|
640
|
+
},
|
641
|
+
{
|
642
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
643
|
+
column: [],
|
644
|
+
rule: {
|
645
|
+
required: 'false',
|
646
|
+
},
|
647
|
+
acceptCount: 3,
|
648
|
+
title: '三阶气量',
|
649
|
+
lazyLoad: 'false',
|
650
|
+
key: 's.f_stair_gas3',
|
651
|
+
},
|
652
|
+
{
|
653
|
+
dataModeArray: ['table', 'sqlQueryItem'],
|
654
|
+
column: [],
|
655
|
+
rule: {
|
656
|
+
required: 'false',
|
657
|
+
},
|
658
|
+
acceptCount: 3,
|
659
|
+
title: '三阶单价',
|
660
|
+
lazyLoad: 'false',
|
661
|
+
key: 's.f_stair_price3',
|
662
|
+
},
|
663
|
+
{
|
664
|
+
dataModeArray: ['table', 'sqlQueryItem', 'tableSummary'],
|
665
|
+
column: [],
|
666
|
+
rule: {
|
667
|
+
required: 'false',
|
668
|
+
},
|
669
|
+
acceptCount: 3,
|
670
|
+
type: 'string',
|
671
|
+
title: '三阶金额',
|
672
|
+
lazyLoad: 'false',
|
673
|
+
key: 's.f_stair_money3',
|
674
|
+
},
|
675
|
+
{
|
676
|
+
dataModeArray: ['table', 'sqlQueryItem', 'sqlQueryCondition'],
|
677
|
+
formType: 'input',
|
678
|
+
tagColor: 'blue',
|
679
|
+
column: [],
|
680
|
+
rule: {
|
681
|
+
required: 'false',
|
682
|
+
queryRequired: 'false',
|
683
|
+
},
|
684
|
+
acceptCount: 3,
|
685
|
+
type: 'string',
|
686
|
+
title: '用户地址',
|
687
|
+
lazyLoad: 'false',
|
688
|
+
key: 's.f_address',
|
689
|
+
queryType: 'LIKE',
|
690
|
+
},
|
691
|
+
{
|
692
|
+
formType: 'checkbox',
|
693
|
+
tagColor: 'blue',
|
694
|
+
column: [],
|
695
|
+
rule: {
|
696
|
+
required: 'false',
|
697
|
+
queryRequired: 'false',
|
698
|
+
},
|
699
|
+
acceptCount: 3,
|
700
|
+
type: 'string',
|
701
|
+
title: '小区名称',
|
702
|
+
lazyLoad: 'true',
|
703
|
+
queryType: 'IN',
|
704
|
+
dataModeArray: [
|
705
|
+
'queryForm',
|
706
|
+
'table',
|
707
|
+
'sqlQueryItem',
|
708
|
+
'sqlQueryCondition',
|
709
|
+
],
|
710
|
+
selectKey: 'logic@getAreaListByOrgIdDic',
|
711
|
+
selectType: 'logic',
|
712
|
+
key: 'ua.f_residential_area',
|
713
|
+
},
|
714
|
+
{
|
715
|
+
formType: 'treeSelect',
|
716
|
+
tagColor: 'blue',
|
717
|
+
forceQueryDefault: true,
|
718
|
+
column: [],
|
719
|
+
rule: {
|
720
|
+
required: 'false',
|
721
|
+
queryRequired: 'false',
|
722
|
+
},
|
723
|
+
acceptCount: 3,
|
724
|
+
type: 'string',
|
725
|
+
title: '组织机构',
|
726
|
+
lazyLoad: 'false',
|
727
|
+
queryType: 'IN',
|
728
|
+
selectKeyName: 's.f_orgid',
|
729
|
+
dataModeArray: [
|
730
|
+
'queryForm',
|
731
|
+
'table',
|
732
|
+
'sqlQueryItem',
|
733
|
+
'sqlQueryCondition',
|
734
|
+
],
|
735
|
+
selectKey: 'search@获取分公司',
|
736
|
+
queryFormDefault: 'curOrgId',
|
737
|
+
selectType: 'search',
|
738
|
+
key: 's.f_orgname',
|
739
|
+
},
|
740
|
+
{
|
741
|
+
formType: 'checkbox',
|
742
|
+
tagColor: 'blue',
|
743
|
+
column: [],
|
744
|
+
rule: {
|
745
|
+
required: 'false',
|
746
|
+
queryRequired: 'false',
|
747
|
+
},
|
748
|
+
acceptCount: 3,
|
749
|
+
type: 'string',
|
750
|
+
title: '所属部门',
|
751
|
+
lazyLoad: 'false',
|
752
|
+
queryType: 'IN',
|
753
|
+
selectKeyName: 's.f_depid',
|
754
|
+
dataModeArray: [
|
755
|
+
'queryForm',
|
756
|
+
'table',
|
757
|
+
'sqlQueryItem',
|
758
|
+
'sqlQueryCondition',
|
759
|
+
],
|
760
|
+
selectKey: 'search@根据表单项[s.f_orgid]联动部门',
|
761
|
+
selectType: 'search',
|
762
|
+
key: 's.f_depname',
|
763
|
+
},
|
764
|
+
{
|
765
|
+
formType: 'checkbox',
|
766
|
+
tagColor: 'blue',
|
767
|
+
column: [],
|
768
|
+
rule: {
|
769
|
+
required: 'false',
|
770
|
+
queryRequired: 'false',
|
771
|
+
},
|
772
|
+
acceptCount: 3,
|
773
|
+
type: 'string',
|
774
|
+
title: '操作人员',
|
775
|
+
lazyLoad: 'false',
|
776
|
+
queryType: 'IN',
|
777
|
+
selectKeyName: 's.f_operatorid',
|
778
|
+
dataModeArray: [
|
779
|
+
'queryForm',
|
780
|
+
'table',
|
781
|
+
'sqlQueryItem',
|
782
|
+
'sqlQueryCondition',
|
783
|
+
],
|
784
|
+
selectKey: 'search@根据表单项[s.f_depid]联动人员',
|
785
|
+
selectType: 'search',
|
786
|
+
key: 's.f_operator',
|
787
|
+
},
|
788
|
+
],
|
789
|
+
})
|
790
|
+
})
|
791
|
+
}
|
792
|
+
</script>
|
793
|
+
|
794
|
+
<template>
|
795
|
+
<div>
|
796
|
+
<a-button @click="onClick">打开设计器</a-button>
|
797
|
+
<a-modal
|
798
|
+
width="75vw"
|
799
|
+
v-model="visible"
|
800
|
+
:keyboard="false"
|
801
|
+
:dialogStyle="{ top: '4%' }"
|
802
|
+
>
|
803
|
+
<Designer ref="designer"></Designer>
|
804
|
+
</a-modal>
|
805
|
+
</div>
|
806
|
+
</template>
|
807
|
+
|
808
|
+
<style scoped lang="less"></style>
|