cnhis-design-vue 3.3.2-beta.12 → 3.3.2-beta.6
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 +87 -87
- package/es/components/audio-sdk/src/Index.vue2.js +1 -1
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/base-search/src/index.vue2.js +15 -27
- package/es/components/big-table/src/BigTable.vue2.js +131 -189
- package/es/components/big-table/src/components/NoData.vue2.js +4 -16
- package/es/components/big-table/src/components/edit-form/edit-date.js +6 -12
- package/es/components/big-table/src/components/edit-form/edit-input.js +2 -8
- package/es/components/big-table/src/components/edit-form/edit-select.js +17 -21
- package/es/components/big-table/src/components/edit-form/edit-time.js +4 -11
- package/es/components/big-table/src/components/input-button.vue2.js +3 -7
- package/es/components/big-table/src/hooks/useNestTable.js +4 -18
- package/es/components/big-table/src/hooks/useTableParse.js +3 -16
- package/es/components/body-select/src/index.vue2.js +4 -24
- package/es/components/button-print/index.d.ts +0 -1
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -1
- package/es/components/button-print/src/ButtonPrint.vue2.js +11 -52
- package/es/components/button-print/src/components/EditFormat.vue2.js +6 -14
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +43 -94
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +94 -229
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +0 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +32 -92
- package/es/components/button-print/src/components/Preview.vue2.js +2 -8
- package/es/components/button-print/src/utils/dialog.js +6 -24
- package/es/components/button-print/src/utils/print.d.ts +5 -5
- package/es/components/button-print/src/utils/print.js +21 -108
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +2 -8
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +4 -16
- package/es/components/card-reader-sdk-cn/src/henan/index.js +11 -38
- package/es/components/classification/src/components/search-filter/index.vue2.js +10 -24
- package/es/components/classification/src/components/set-classification/index.vue2.js +6 -23
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/components/table-modal/index.vue2.js +165 -324
- package/es/components/classification/src/index.vue2.js +69 -261
- package/es/components/default-page/src/constants/index.js +19 -144
- package/es/components/default-page/src/index.vue2.js +2 -8
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +51 -75
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +38 -46
- package/es/components/expand-field/src/components/PersonModal.vue2.js +50 -62
- package/es/components/expand-field/src/components/form.vue2.js +412 -783
- package/es/components/expand-field/src/index.vue2.js +22 -88
- package/es/components/expand-field/src/utils/constant.js +12 -88
- package/es/components/fabric-chart/src/components/PopupMenu.js +15 -32
- package/es/components/fabric-chart/src/constants/index.js +10 -72
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +41 -63
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -5
- package/es/components/fabric-chart/src/hooks/useCommon.js +4 -24
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -2
- package/es/components/field-editor/src/fields.js +30 -232
- package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldColor.vue2.js +21 -88
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -28
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldSet.vue2.js +57 -210
- package/es/components/field-set/src/Index.vue2.js +6 -40
- package/es/components/field-set/src/TableStyle.vue2.js +13 -48
- package/es/components/field-set/src/components/condition.vue2.js +11 -27
- package/es/components/field-set/src/components/edit-dialog.vue2.js +69 -149
- package/es/components/field-set/src/components/edit-filter.vue2.js +4 -24
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +42 -123
- package/es/components/field-set/src/constants/filter.js +42 -328
- package/es/components/field-set/src/constants/index.js +64 -504
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +46 -91
- package/es/components/form-config/src/constants/index.js +11 -80
- package/es/components/form-config/src/hooks/useLocale.js +31 -240
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +3 -7
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +3 -7
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -7
- package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
- package/es/components/form-render/src/components/renderer/switch.js +4 -24
- package/es/components/form-render/src/utils/schema.js +6 -26
- package/es/components/iho-chat/src/Index.vue2.js +38 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +33 -108
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +90 -132
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +48 -110
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +15 -35
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +22 -54
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +45 -77
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +208 -256
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +211 -309
- package/es/components/iho-chat/src/components/ContextMenu.js +9 -50
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +4 -16
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +2 -8
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +18 -104
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +43 -47
- package/es/components/iho-chat/src/components/SiderList.vue2.js +40 -70
- package/es/components/iho-chat/src/components/Video.vue2.js +11 -38
- package/es/components/iho-chat/src/hooks/useVideo.js +4 -15
- package/es/components/iho-chat/src/utils/index.js +14 -79
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +15 -40
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +15 -40
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +20 -50
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +6 -14
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -10
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +18 -45
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +14 -20
- package/es/components/index.css +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +23 -142
- package/es/components/keyboard/src/Keyboard.vue2.js +9 -21
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +35 -49
- package/es/components/map/src/Map.vue2.js +3 -7
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +6 -14
- package/es/components/quick-search/src/index.vue2.js +132 -177
- package/es/components/recommend-search/src/components/BaseSearch.js +8 -14
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +8 -28
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +5 -18
- package/es/components/scale-view/src/ScaleView.vue2.js +7 -15
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -16
- package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -24
- package/es/components/scale-view/src/components/formitem/r-input.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-radio.js +6 -24
- package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-sign.js +9 -30
- package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
- package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -24
- package/es/components/scale-view/src/hooks/scaleview-methods.js +4 -16
- package/es/components/scale-view/src/hooks/scaleview-submit.js +3 -16
- package/es/components/scale-view/src/hooks/scaleview-validate.js +9 -40
- package/es/components/search-cascader/src/SearchCascader.vue2.js +14 -20
- package/es/components/select-label/src/LabelFormContent.vue2.js +21 -53
- package/es/components/select-label/src/SelectLabel.vue2.js +55 -85
- package/es/components/select-label/src/components/label-classify.vue2.js +11 -28
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +5 -18
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +8 -34
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +5 -18
- package/es/components/select-person/src/SelectPerson.vue2.js +141 -214
- package/es/components/select-person/src/SelectPersonType.vue2.js +105 -130
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +2 -9
- package/es/components/select-person/src/index.vue2.js +7 -20
- package/es/components/slider-tree/src/index.vue2.js +3 -16
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +112 -186
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +88 -147
- package/es/components/table-export-field/src/index.vue2.js +12 -28
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +5 -32
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +135 -214
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +3 -16
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +2 -9
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +6 -39
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +5 -18
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +18 -29
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +3 -16
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +130 -195
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +7 -26
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +7 -13
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +8 -34
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +8 -21
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +3 -7
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +6 -19
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +3 -16
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -24
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +207 -1648
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
- package/es/components/table-filter/src/tool/baseOptions.js +19 -144
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -28
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -22
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +3 -7
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +6 -14
- package/es/env.d.ts +25 -25
- package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -1,246 +1,93 @@
|
|
1
1
|
import { WidgetTypeEnums } from '../../../types/enums.js';
|
2
2
|
|
3
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa;
|
3
4
|
const dateOptions = [
|
4
5
|
{
|
5
|
-
label:
|
6
|
-
var _a, _b, _c;
|
7
|
-
try {
|
8
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A";
|
9
|
-
} catch (e) {
|
10
|
-
return "\u4E3A\u7A7A";
|
11
|
-
}
|
12
|
-
}(),
|
6
|
+
label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A",
|
13
7
|
value: "NULL"
|
14
8
|
},
|
15
9
|
{
|
16
|
-
label:
|
17
|
-
var _a, _b, _c;
|
18
|
-
try {
|
19
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
|
20
|
-
} catch (e) {
|
21
|
-
return "\u4E0D\u4E3A\u7A7A";
|
22
|
-
}
|
23
|
-
}(),
|
10
|
+
label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.339")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
|
24
11
|
value: "NOT_NULL"
|
25
12
|
},
|
26
13
|
{
|
27
|
-
label:
|
28
|
-
var _a, _b, _c;
|
29
|
-
try {
|
30
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
|
31
|
-
} catch (e) {
|
32
|
-
return "\u7B49\u4E8E";
|
33
|
-
}
|
34
|
-
}(),
|
14
|
+
label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.317")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.317")) || "\u7B49\u4E8E",
|
35
15
|
value: "IN"
|
36
16
|
},
|
37
17
|
{
|
38
|
-
label:
|
39
|
-
var _a, _b, _c;
|
40
|
-
try {
|
41
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.134")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.134")) || "\u4ECA\u5929";
|
42
|
-
} catch (e) {
|
43
|
-
return "\u4ECA\u5929";
|
44
|
-
}
|
45
|
-
}(),
|
18
|
+
label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.134")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.134")) || "\u4ECA\u5929",
|
46
19
|
value: "TODAY"
|
47
20
|
},
|
48
21
|
{
|
49
|
-
label:
|
50
|
-
var _a, _b, _c;
|
51
|
-
try {
|
52
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.300")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.300")) || "\u660E\u5929";
|
53
|
-
} catch (e) {
|
54
|
-
return "\u660E\u5929";
|
55
|
-
}
|
56
|
-
}(),
|
22
|
+
label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.300")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.300")) || "\u660E\u5929",
|
57
23
|
value: "TOMORROW"
|
58
24
|
},
|
59
25
|
{
|
60
|
-
label:
|
61
|
-
var _a, _b, _c;
|
62
|
-
try {
|
63
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.132")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.132")) || "\u6628\u5929";
|
64
|
-
} catch (e) {
|
65
|
-
return "\u6628\u5929";
|
66
|
-
}
|
67
|
-
}(),
|
26
|
+
label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.132")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.132")) || "\u6628\u5929",
|
68
27
|
value: "YESTERDAY"
|
69
28
|
},
|
70
29
|
{
|
71
|
-
label:
|
72
|
-
var _a, _b, _c;
|
73
|
-
try {
|
74
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.47")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.47")) || "\u672C\u5468";
|
75
|
-
} catch (e) {
|
76
|
-
return "\u672C\u5468";
|
77
|
-
}
|
78
|
-
}(),
|
30
|
+
label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.47")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.47")) || "\u672C\u5468",
|
79
31
|
value: "THIS_WEEK"
|
80
32
|
},
|
81
33
|
{
|
82
|
-
label:
|
83
|
-
var _a, _b, _c;
|
84
|
-
try {
|
85
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.323")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.323")) || "\u4E0B\u5468";
|
86
|
-
} catch (e) {
|
87
|
-
return "\u4E0B\u5468";
|
88
|
-
}
|
89
|
-
}(),
|
34
|
+
label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.323")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.323")) || "\u4E0B\u5468",
|
90
35
|
value: "NEXT_WEEK"
|
91
36
|
},
|
92
37
|
{
|
93
|
-
label:
|
94
|
-
var _a, _b, _c;
|
95
|
-
try {
|
96
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.324")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.324")) || "\u4E0A\u5468";
|
97
|
-
} catch (e) {
|
98
|
-
return "\u4E0A\u5468";
|
99
|
-
}
|
100
|
-
}(),
|
38
|
+
label: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.324")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.324")) || "\u4E0A\u5468",
|
101
39
|
value: "UP_WEEK"
|
102
40
|
},
|
103
41
|
{
|
104
|
-
label:
|
105
|
-
var _a, _b, _c;
|
106
|
-
try {
|
107
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.404")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.404")) || "\u672C\u6708";
|
108
|
-
} catch (e) {
|
109
|
-
return "\u672C\u6708";
|
110
|
-
}
|
111
|
-
}(),
|
42
|
+
label: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.404")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.404")) || "\u672C\u6708",
|
112
43
|
value: "THIS_MONTH"
|
113
44
|
},
|
114
45
|
{
|
115
|
-
label:
|
116
|
-
var _a, _b, _c;
|
117
|
-
try {
|
118
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.325")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.325")) || "\u4E0B\u6708";
|
119
|
-
} catch (e) {
|
120
|
-
return "\u4E0B\u6708";
|
121
|
-
}
|
122
|
-
}(),
|
46
|
+
label: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.325")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.325")) || "\u4E0B\u6708",
|
123
47
|
value: "NEXT_MONTH"
|
124
48
|
},
|
125
49
|
{
|
126
|
-
label:
|
127
|
-
var _a, _b, _c;
|
128
|
-
try {
|
129
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.326")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.326")) || "\u4E0A\u6708";
|
130
|
-
} catch (e) {
|
131
|
-
return "\u4E0A\u6708";
|
132
|
-
}
|
133
|
-
}(),
|
50
|
+
label: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.326")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.326")) || "\u4E0A\u6708",
|
134
51
|
value: "UP_MONTH"
|
135
52
|
},
|
136
53
|
{
|
137
|
-
label:
|
138
|
-
var _a, _b, _c;
|
139
|
-
try {
|
140
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.327")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.327")) || "\u672C\u5B63\u5EA6";
|
141
|
-
} catch (e) {
|
142
|
-
return "\u672C\u5B63\u5EA6";
|
143
|
-
}
|
144
|
-
}(),
|
54
|
+
label: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.327")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.327")) || "\u672C\u5B63\u5EA6",
|
145
55
|
value: "THIS_SEASON"
|
146
56
|
},
|
147
57
|
{
|
148
|
-
label:
|
149
|
-
var _a, _b, _c;
|
150
|
-
try {
|
151
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.328")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.328")) || "\u4E0B\u5B63\u5EA6";
|
152
|
-
} catch (e) {
|
153
|
-
return "\u4E0B\u5B63\u5EA6";
|
154
|
-
}
|
155
|
-
}(),
|
58
|
+
label: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.328")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
|
156
59
|
value: "NEXT_SEASON"
|
157
60
|
},
|
158
61
|
{
|
159
|
-
label:
|
160
|
-
var _a, _b, _c;
|
161
|
-
try {
|
162
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.329")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.329")) || "\u4E0A\u5B63\u5EA6";
|
163
|
-
} catch (e) {
|
164
|
-
return "\u4E0A\u5B63\u5EA6";
|
165
|
-
}
|
166
|
-
}(),
|
62
|
+
label: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.329")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
|
167
63
|
value: "UP_SEASON"
|
168
64
|
},
|
169
65
|
{
|
170
|
-
label:
|
171
|
-
var _a, _b, _c;
|
172
|
-
try {
|
173
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.330")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.330")) || "\u672C\u5E74";
|
174
|
-
} catch (e) {
|
175
|
-
return "\u672C\u5E74";
|
176
|
-
}
|
177
|
-
}(),
|
66
|
+
label: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.330")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.330")) || "\u672C\u5E74",
|
178
67
|
value: "THIS_YEAR"
|
179
68
|
},
|
180
69
|
{
|
181
|
-
label:
|
182
|
-
var _a, _b, _c;
|
183
|
-
try {
|
184
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.331")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.331")) || "\u4E0B\u5E74";
|
185
|
-
} catch (e) {
|
186
|
-
return "\u4E0B\u5E74";
|
187
|
-
}
|
188
|
-
}(),
|
70
|
+
label: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.331")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.331")) || "\u4E0B\u5E74",
|
189
71
|
value: "NEXT_YEAR"
|
190
72
|
},
|
191
73
|
{
|
192
|
-
label:
|
193
|
-
var _a, _b, _c;
|
194
|
-
try {
|
195
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.358")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.358")) || "\u4E0A\u5E74";
|
196
|
-
} catch (e) {
|
197
|
-
return "\u4E0A\u5E74";
|
198
|
-
}
|
199
|
-
}(),
|
74
|
+
label: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.358")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.358")) || "\u4E0A\u5E74",
|
200
75
|
value: "UP_YEAR"
|
201
76
|
},
|
202
77
|
{
|
203
|
-
label:
|
204
|
-
var _a, _b, _c;
|
205
|
-
try {
|
206
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.319")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.319")) || "\u5927\u4E8E";
|
207
|
-
} catch (e) {
|
208
|
-
return "\u5927\u4E8E";
|
209
|
-
}
|
210
|
-
}(),
|
78
|
+
label: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.319")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.319")) || "\u5927\u4E8E",
|
211
79
|
value: "BIG"
|
212
80
|
},
|
213
81
|
{
|
214
|
-
label:
|
215
|
-
var _a, _b, _c;
|
216
|
-
try {
|
217
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.320")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.320")) || "\u5C0F\u4E8E";
|
218
|
-
} catch (e) {
|
219
|
-
return "\u5C0F\u4E8E";
|
220
|
-
}
|
221
|
-
}(),
|
82
|
+
label: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.320")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.320")) || "\u5C0F\u4E8E",
|
222
83
|
value: "LESS"
|
223
84
|
},
|
224
85
|
{
|
225
|
-
label:
|
226
|
-
var _a, _b, _c;
|
227
|
-
try {
|
228
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.321")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E";
|
229
|
-
} catch (e) {
|
230
|
-
return "\u5927\u4E8E\u7B49\u4E8E";
|
231
|
-
}
|
232
|
-
}(),
|
86
|
+
label: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.321")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E",
|
233
87
|
value: "BIGEQ"
|
234
88
|
},
|
235
89
|
{
|
236
|
-
label:
|
237
|
-
var _a, _b, _c;
|
238
|
-
try {
|
239
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.322")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E";
|
240
|
-
} catch (e) {
|
241
|
-
return "\u5C0F\u4E8E\u7B49\u4E8E";
|
242
|
-
}
|
243
|
-
}(),
|
90
|
+
label: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.322")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E",
|
244
91
|
value: "LESSEQ"
|
245
92
|
}
|
246
93
|
];
|
@@ -257,69 +104,27 @@ const filterConditionTypeOptions = [
|
|
257
104
|
type: "TEXT",
|
258
105
|
options: [
|
259
106
|
{
|
260
|
-
label:
|
261
|
-
var _a, _b, _c;
|
262
|
-
try {
|
263
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A";
|
264
|
-
} catch (e) {
|
265
|
-
return "\u4E3A\u7A7A";
|
266
|
-
}
|
267
|
-
}(),
|
107
|
+
label: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.338")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.338")) || "\u4E3A\u7A7A",
|
268
108
|
value: "NULL"
|
269
109
|
},
|
270
110
|
{
|
271
|
-
label:
|
272
|
-
var _a, _b, _c;
|
273
|
-
try {
|
274
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
|
275
|
-
} catch (e) {
|
276
|
-
return "\u4E0D\u4E3A\u7A7A";
|
277
|
-
}
|
278
|
-
}(),
|
111
|
+
label: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.339")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
|
279
112
|
value: "NOT_NULL"
|
280
113
|
},
|
281
114
|
{
|
282
|
-
label:
|
283
|
-
var _a, _b, _c;
|
284
|
-
try {
|
285
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.340")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.340")) || "\u5305\u542B";
|
286
|
-
} catch (e) {
|
287
|
-
return "\u5305\u542B";
|
288
|
-
}
|
289
|
-
}(),
|
115
|
+
label: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.340")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.340")) || "\u5305\u542B",
|
290
116
|
value: "CL"
|
291
117
|
},
|
292
118
|
{
|
293
|
-
label:
|
294
|
-
var _a, _b, _c;
|
295
|
-
try {
|
296
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.341")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.341")) || "\u4E0D\u5305\u542B";
|
297
|
-
} catch (e) {
|
298
|
-
return "\u4E0D\u5305\u542B";
|
299
|
-
}
|
300
|
-
}(),
|
119
|
+
label: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.341")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.341")) || "\u4E0D\u5305\u542B",
|
301
120
|
value: "NC"
|
302
121
|
},
|
303
122
|
{
|
304
|
-
label:
|
305
|
-
var _a, _b, _c;
|
306
|
-
try {
|
307
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
|
308
|
-
} catch (e) {
|
309
|
-
return "\u7B49\u4E8E";
|
310
|
-
}
|
311
|
-
}(),
|
123
|
+
label: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.317")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.317")) || "\u7B49\u4E8E",
|
312
124
|
value: "EQ"
|
313
125
|
},
|
314
126
|
{
|
315
|
-
label:
|
316
|
-
var _a, _b, _c;
|
317
|
-
try {
|
318
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
|
319
|
-
} catch (e) {
|
320
|
-
return "\u4E0D\u7B49\u4E8E";
|
321
|
-
}
|
322
|
-
}(),
|
127
|
+
label: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.318")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.318")) || "\u4E0D\u7B49\u4E8E",
|
323
128
|
value: "NEQ"
|
324
129
|
}
|
325
130
|
]
|
@@ -328,58 +133,23 @@ const filterConditionTypeOptions = [
|
|
328
133
|
type: "NUMBER",
|
329
134
|
options: [
|
330
135
|
{
|
331
|
-
label:
|
332
|
-
var _a, _b, _c;
|
333
|
-
try {
|
334
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A";
|
335
|
-
} catch (e) {
|
336
|
-
return "\u4E3A\u7A7A";
|
337
|
-
}
|
338
|
-
}(),
|
136
|
+
label: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.338")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.338")) || "\u4E3A\u7A7A",
|
339
137
|
value: "NULL"
|
340
138
|
},
|
341
139
|
{
|
342
|
-
label:
|
343
|
-
var _a, _b, _c;
|
344
|
-
try {
|
345
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
|
346
|
-
} catch (e) {
|
347
|
-
return "\u4E0D\u4E3A\u7A7A";
|
348
|
-
}
|
349
|
-
}(),
|
140
|
+
label: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.339")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A",
|
350
141
|
value: "NOT_NULL"
|
351
142
|
},
|
352
143
|
{
|
353
|
-
label:
|
354
|
-
var _a, _b, _c;
|
355
|
-
try {
|
356
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
|
357
|
-
} catch (e) {
|
358
|
-
return "\u7B49\u4E8E";
|
359
|
-
}
|
360
|
-
}(),
|
144
|
+
label: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.317")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.317")) || "\u7B49\u4E8E",
|
361
145
|
value: "EQ"
|
362
146
|
},
|
363
147
|
{
|
364
|
-
label:
|
365
|
-
var _a, _b, _c;
|
366
|
-
try {
|
367
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.319")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.319")) || "\u5927\u4E8E";
|
368
|
-
} catch (e) {
|
369
|
-
return "\u5927\u4E8E";
|
370
|
-
}
|
371
|
-
}(),
|
148
|
+
label: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.319")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.319")) || "\u5927\u4E8E",
|
372
149
|
value: "BIG"
|
373
150
|
},
|
374
151
|
{
|
375
|
-
label:
|
376
|
-
var _a, _b, _c;
|
377
|
-
try {
|
378
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.320")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.320")) || "\u5C0F\u4E8E";
|
379
|
-
} catch (e) {
|
380
|
-
return "\u5C0F\u4E8E";
|
381
|
-
}
|
382
|
-
}(),
|
152
|
+
label: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.320")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.320")) || "\u5C0F\u4E8E",
|
383
153
|
value: "LESS"
|
384
154
|
}
|
385
155
|
]
|