@fmdevui/fm-dev 1.0.88 → 1.0.90
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/es/_virtual/de-DE.mjs +1 -1
- package/es/_virtual/en-US.mjs +1 -1
- package/es/_virtual/es-ES.mjs +1 -1
- package/es/_virtual/fr-FR.mjs +1 -1
- package/es/_virtual/it-IT.mjs +1 -1
- package/es/_virtual/ja-JP.mjs +1 -1
- package/es/_virtual/ko-KR.mjs +1 -1
- package/es/_virtual/nb-NO.mjs +1 -1
- package/es/_virtual/pt-BR.mjs +1 -1
- package/es/_virtual/ru-RU.mjs +1 -1
- package/es/_virtual/th-TH.mjs +1 -1
- package/es/_virtual/vi-VN.mjs +1 -1
- package/es/_virtual/zh-CN.mjs +1 -1
- package/es/_virtual/zh-HK.mjs +1 -1
- package/es/_virtual/zh-TW.mjs +1 -1
- package/es/{version.css → component.css} +1 -2
- package/es/core/hook/useVxeTableOptionsHook.d.ts +547 -2
- package/es/core/ui/components/fmselect/index.vue.d.ts +9 -0
- package/es/core/ui/components/index.d.ts +9 -0
- package/es/core/utils/cityparess/index.d.ts +2 -2
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.mjs +42 -12
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.mjs +30 -0
- package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.mjs +32 -0
- package/es/packages/core/locales/index.mjs +18 -18
- package/es/packages/core/ui/components/fmaddressparsing/index.vue2.mjs +174 -104
- package/es/packages/core/ui/components/fmselect/index.vue2.mjs +6 -2
- package/es/packages/core/ui/components/fmtree/index.vue2.mjs +16 -16
- package/es/packages/core/ui/login/src/index.vue2.mjs +2 -2
- package/es/packages/core/utils/cityparess/index.mjs +169 -96
- package/index.js +803 -232
- package/index.min.js +27 -27
- package/index.min.mjs +26 -26
- package/index.mjs +803 -232
- package/lib/_virtual/de-DE.js +1 -1
- package/lib/_virtual/en-US.js +1 -1
- package/lib/_virtual/es-ES.js +1 -1
- package/lib/_virtual/fr-FR.js +1 -1
- package/lib/_virtual/it-IT.js +1 -1
- package/lib/_virtual/ja-JP.js +1 -1
- package/lib/_virtual/ko-KR.js +1 -1
- package/lib/_virtual/nb-NO.js +1 -1
- package/lib/_virtual/pt-BR.js +1 -1
- package/lib/_virtual/ru-RU.js +1 -1
- package/lib/_virtual/th-TH.js +1 -1
- package/lib/_virtual/vi-VN.js +1 -1
- package/lib/_virtual/zh-CN.js +1 -1
- package/lib/_virtual/zh-HK.js +1 -1
- package/lib/_virtual/zh-TW.js +1 -1
- package/lib/core/hook/useVxeTableOptionsHook.d.ts +547 -2
- package/lib/core/ui/components/fmselect/index.vue.d.ts +9 -0
- package/lib/core/ui/components/index.d.ts +9 -0
- package/lib/core/utils/cityparess/index.d.ts +2 -2
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.js +42 -12
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.js +30 -0
- package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.js +32 -0
- package/lib/packages/core/locales/index.js +18 -18
- package/lib/packages/core/ui/components/fmaddressparsing/index.vue2.js +174 -104
- package/lib/packages/core/ui/components/fmselect/index.vue2.js +6 -2
- package/lib/packages/core/ui/components/fmtree/index.vue2.js +16 -16
- package/lib/packages/core/ui/login/src/index.vue2.js +2 -2
- package/lib/packages/core/utils/cityparess/index.js +169 -96
- package/package.json +1 -1
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.mjs +0 -0
- /package/es/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.mjs +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -0
- /package/lib/node_modules/.pnpm/{element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_ → element-plus@2.11.1_vue@3.5.20_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.js +0 -0
- /package/lib/node_modules/.pnpm/{vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.16.6_vue@3.5.20_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.js +0 -0
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.90 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('crypto'), require('url'), require('http'), require('https'), require('util'), require('stream'), require('assert'), require('zlib'), require('element-plus')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'crypto', 'url', 'http', 'https', 'util', 'stream', 'assert', 'zlib', 'element-plus'], factory) :
|
|
@@ -905,6 +905,10 @@
|
|
|
905
905
|
blabel: {
|
|
906
906
|
type: String,
|
|
907
907
|
default: "name"
|
|
908
|
+
},
|
|
909
|
+
elabel: {
|
|
910
|
+
type: String,
|
|
911
|
+
default: "\u8BF7\u9009\u62E9"
|
|
908
912
|
}
|
|
909
913
|
}, {
|
|
910
914
|
"id": {
|
|
@@ -941,8 +945,8 @@
|
|
|
941
945
|
default: vue.withCtx(() => [
|
|
942
946
|
vue.createVNode(_component_el_option, {
|
|
943
947
|
value: 0,
|
|
944
|
-
label:
|
|
945
|
-
}),
|
|
948
|
+
label: __props.elabel
|
|
949
|
+
}, null, 8, ["label"]),
|
|
946
950
|
(vue.openBlock(true), vue.createElementBlock(
|
|
947
951
|
vue.Fragment,
|
|
948
952
|
null,
|
|
@@ -35669,48 +35673,48 @@
|
|
|
35669
35673
|
vue.createVNode(_component_el_dropdown_menu, null, {
|
|
35670
35674
|
default: vue.withCtx(() => [
|
|
35671
35675
|
vue.createVNode(_component_el_dropdown_item, { command: "expandAll" }, {
|
|
35672
|
-
default: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
35676
|
+
default: vue.withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
35673
35677
|
vue.createTextVNode(
|
|
35674
35678
|
"\u5168\u90E8\u5C55\u5F00",
|
|
35675
35679
|
-1
|
|
35676
35680
|
/* CACHED */
|
|
35677
35681
|
)
|
|
35678
|
-
])),
|
|
35679
|
-
_: 1
|
|
35680
|
-
|
|
35682
|
+
])]),
|
|
35683
|
+
_: 1
|
|
35684
|
+
/* STABLE */
|
|
35681
35685
|
}),
|
|
35682
35686
|
vue.createVNode(_component_el_dropdown_item, { command: "collapseAll" }, {
|
|
35683
|
-
default: vue.withCtx(() => _cache[3] || (_cache[3] = [
|
|
35687
|
+
default: vue.withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
35684
35688
|
vue.createTextVNode(
|
|
35685
35689
|
"\u5168\u90E8\u6298\u53E0",
|
|
35686
35690
|
-1
|
|
35687
35691
|
/* CACHED */
|
|
35688
35692
|
)
|
|
35689
|
-
])),
|
|
35690
|
-
_: 1
|
|
35691
|
-
|
|
35693
|
+
])]),
|
|
35694
|
+
_: 1
|
|
35695
|
+
/* STABLE */
|
|
35692
35696
|
}),
|
|
35693
35697
|
vue.createVNode(_component_el_dropdown_item, { command: "rootNode" }, {
|
|
35694
|
-
default: vue.withCtx(() => _cache[4] || (_cache[4] = [
|
|
35698
|
+
default: vue.withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
35695
35699
|
vue.createTextVNode(
|
|
35696
35700
|
"\u6839\u8282\u70B9",
|
|
35697
35701
|
-1
|
|
35698
35702
|
/* CACHED */
|
|
35699
35703
|
)
|
|
35700
|
-
])),
|
|
35701
|
-
_: 1
|
|
35702
|
-
|
|
35704
|
+
])]),
|
|
35705
|
+
_: 1
|
|
35706
|
+
/* STABLE */
|
|
35703
35707
|
}),
|
|
35704
35708
|
vue.createVNode(_component_el_dropdown_item, { command: "refresh" }, {
|
|
35705
|
-
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
35709
|
+
default: vue.withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
35706
35710
|
vue.createTextVNode(
|
|
35707
35711
|
"\u5237\u65B0",
|
|
35708
35712
|
-1
|
|
35709
35713
|
/* CACHED */
|
|
35710
35714
|
)
|
|
35711
|
-
])),
|
|
35712
|
-
_: 1
|
|
35713
|
-
|
|
35715
|
+
])]),
|
|
35716
|
+
_: 1
|
|
35717
|
+
/* STABLE */
|
|
35714
35718
|
})
|
|
35715
35719
|
]),
|
|
35716
35720
|
_: 1
|
|
@@ -37777,145 +37781,176 @@
|
|
|
37777
37781
|
emit("changeparsing", { province: "", city: "", county: "" });
|
|
37778
37782
|
return;
|
|
37779
37783
|
}
|
|
37780
|
-
let
|
|
37784
|
+
let _Province = "";
|
|
37785
|
+
let _City = "";
|
|
37786
|
+
let _County = "";
|
|
37781
37787
|
const oldvalue = val.trim();
|
|
37782
|
-
|
|
37783
|
-
|
|
37784
|
-
|
|
37785
|
-
|
|
37786
|
-
|
|
37787
|
-
|
|
37788
|
-
|
|
37789
|
-
|
|
37790
|
-
|
|
37791
|
-
|
|
37792
|
-
|
|
37793
|
-
|
|
37794
|
-
|
|
37795
|
-
province = cityobj.p;
|
|
37788
|
+
const oldValueLen = val.trim().length;
|
|
37789
|
+
const oneObje = getProvince(oldvalue);
|
|
37790
|
+
let nextValue = oldvalue;
|
|
37791
|
+
if (oneObje.p != "") {
|
|
37792
|
+
_Province = oneObje.p;
|
|
37793
|
+
nextValue = oldvalue.replace(oneObje.p, "").trim();
|
|
37794
|
+
if (nextValue.length == oldValueLen) {
|
|
37795
|
+
for (let i = _Province.length - 1; i >= 1; i--) {
|
|
37796
|
+
nextValue = oldvalue.replace(oneObje.p.substr(0, i), "").trim();
|
|
37797
|
+
if (nextValue.length < oldValueLen) {
|
|
37798
|
+
break;
|
|
37799
|
+
}
|
|
37800
|
+
}
|
|
37796
37801
|
}
|
|
37797
37802
|
}
|
|
37798
|
-
|
|
37799
|
-
|
|
37800
|
-
|
|
37801
|
-
|
|
37802
|
-
|
|
37803
|
-
|
|
37804
|
-
|
|
37805
|
-
|
|
37806
|
-
|
|
37807
|
-
|
|
37808
|
-
|
|
37809
|
-
if (
|
|
37810
|
-
|
|
37811
|
-
if (countyOjb.x == "" && newValue.length > 6) {
|
|
37812
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 7));
|
|
37813
|
-
if (countyOjb.x == "" && newValue.length > 7) {
|
|
37814
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 8));
|
|
37815
|
-
if (countyOjb.x == "" && newValue.length > 8) {
|
|
37816
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 9));
|
|
37817
|
-
if (countyOjb.x == "" && newValue.length > 9) {
|
|
37818
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 10));
|
|
37819
|
-
if (countyOjb.x == "" && newValue.length > 10) {
|
|
37820
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 11));
|
|
37821
|
-
if (countyOjb.x == "" && newValue.length > 11) {
|
|
37822
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 12));
|
|
37823
|
-
if (countyOjb.x == "" && newValue.length > 12) {
|
|
37824
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 13));
|
|
37825
|
-
}
|
|
37826
|
-
}
|
|
37827
|
-
}
|
|
37828
|
-
}
|
|
37829
|
-
}
|
|
37830
|
-
}
|
|
37831
|
-
}
|
|
37803
|
+
const oldValueLen2 = nextValue.length;
|
|
37804
|
+
const twoObje = getCity(nextValue, _Province);
|
|
37805
|
+
if (twoObje.c != "") {
|
|
37806
|
+
_City = twoObje.c;
|
|
37807
|
+
if (_Province == "") {
|
|
37808
|
+
_Province = twoObje.p;
|
|
37809
|
+
}
|
|
37810
|
+
nextValue = nextValue.replace(twoObje.c, "").trim();
|
|
37811
|
+
if (nextValue.length == oldValueLen2) {
|
|
37812
|
+
for (let i = _City.length - 1; i >= 1; i--) {
|
|
37813
|
+
nextValue = nextValue.replace(twoObje.c.substr(0, i), "").trim();
|
|
37814
|
+
if (nextValue.length < oldValueLen2) {
|
|
37815
|
+
break;
|
|
37832
37816
|
}
|
|
37833
37817
|
}
|
|
37834
37818
|
}
|
|
37835
37819
|
}
|
|
37836
|
-
|
|
37837
|
-
|
|
37838
|
-
|
|
37839
|
-
|
|
37840
|
-
|
|
37841
|
-
|
|
37842
|
-
|
|
37843
|
-
if (
|
|
37844
|
-
|
|
37820
|
+
const oldValueLen3 = nextValue.length;
|
|
37821
|
+
const threeObje = getCounty(nextValue, _City, _Province);
|
|
37822
|
+
if (threeObje.x != "") {
|
|
37823
|
+
_County = threeObje.x;
|
|
37824
|
+
if (_Province == "") {
|
|
37825
|
+
_Province = threeObje.p;
|
|
37826
|
+
}
|
|
37827
|
+
if (_City == "") {
|
|
37828
|
+
_City = threeObje.c;
|
|
37829
|
+
}
|
|
37830
|
+
nextValue = nextValue.replace(threeObje.x, "").trim();
|
|
37831
|
+
if (nextValue.length == oldValueLen3) {
|
|
37832
|
+
for (let i = _City.length - 1; i >= 1; i--) {
|
|
37833
|
+
nextValue = nextValue.replace(threeObje.x.substr(0, i), "").trim();
|
|
37834
|
+
if (nextValue.length < oldValueLen3) {
|
|
37835
|
+
break;
|
|
37836
|
+
}
|
|
37837
|
+
}
|
|
37845
37838
|
}
|
|
37846
37839
|
}
|
|
37847
|
-
if (
|
|
37840
|
+
if (_Province != "") {
|
|
37848
37841
|
if (hasOwn(modelValue.value, props.fprovince)) {
|
|
37849
|
-
modelValue.value[props.fprovince] =
|
|
37842
|
+
modelValue.value[props.fprovince] = _Province;
|
|
37850
37843
|
}
|
|
37851
37844
|
}
|
|
37852
|
-
if (
|
|
37845
|
+
if (_City != "") {
|
|
37853
37846
|
if (hasOwn(modelValue.value, props.fcity)) {
|
|
37854
|
-
modelValue.value[props.fcity] =
|
|
37847
|
+
modelValue.value[props.fcity] = _City;
|
|
37855
37848
|
}
|
|
37856
37849
|
}
|
|
37857
|
-
if (
|
|
37850
|
+
if (_County != "") {
|
|
37858
37851
|
if (hasOwn(modelValue.value, props.fcounty)) {
|
|
37859
|
-
modelValue.value[props.fcounty] =
|
|
37852
|
+
modelValue.value[props.fcounty] = _County;
|
|
37860
37853
|
}
|
|
37861
37854
|
}
|
|
37862
|
-
if (
|
|
37863
|
-
emit("changeparsing", { province, city:
|
|
37855
|
+
if (_Province != "" && _City != "" && _County != "") {
|
|
37856
|
+
emit("changeparsing", { province: _Province, city: _City, county: _County });
|
|
37864
37857
|
return;
|
|
37865
37858
|
}
|
|
37866
|
-
|
|
37867
|
-
|
|
37868
|
-
emit("changeparsing", { province, city: cityobj.c, county: countyOjb.x });
|
|
37859
|
+
if (nextValue.length < 2) {
|
|
37860
|
+
emit("changeparsing", { province: _Province, city: _City, county: _County });
|
|
37869
37861
|
return;
|
|
37870
37862
|
}
|
|
37871
|
-
const res = await useBaseApi("sysRegion").post({ Province:
|
|
37863
|
+
const res = await useBaseApi("sysRegion").post({ Province: _Province, City: _City, text: oldvalue, textnew: nextValue }, "qRegionInfo");
|
|
37872
37864
|
const streetobj = res.data.result;
|
|
37873
|
-
const rpdata = { province, city: cityobj.c, county: countyOjb.x };
|
|
37874
37865
|
if (streetobj.province != "") {
|
|
37875
37866
|
if (hasOwn(modelValue.value, props.fprovince)) {
|
|
37876
37867
|
modelValue.value[props.fprovince] = streetobj.province;
|
|
37877
37868
|
}
|
|
37878
|
-
|
|
37869
|
+
_Province = streetobj.province;
|
|
37879
37870
|
}
|
|
37880
37871
|
if (streetobj.city != "") {
|
|
37881
37872
|
if (hasOwn(modelValue.value, props.fcity)) {
|
|
37882
37873
|
modelValue.value[props.fcity] = streetobj.city;
|
|
37883
37874
|
}
|
|
37884
|
-
|
|
37875
|
+
_City = streetobj.city;
|
|
37885
37876
|
}
|
|
37886
37877
|
if (streetobj.county != "") {
|
|
37887
37878
|
if (hasOwn(modelValue.value, props.fcounty)) {
|
|
37888
37879
|
modelValue.value[props.fcounty] = streetobj.county;
|
|
37889
37880
|
}
|
|
37890
|
-
|
|
37881
|
+
_County = streetobj.county;
|
|
37891
37882
|
}
|
|
37892
|
-
emit("changeparsing",
|
|
37883
|
+
emit("changeparsing", { province: _Province, city: _City, county: _County });
|
|
37893
37884
|
};
|
|
37894
37885
|
function hasOwn(obj, key) {
|
|
37895
37886
|
return Object.prototype.hasOwnProperty.call(obj, key);
|
|
37896
37887
|
}
|
|
37897
|
-
const
|
|
37888
|
+
const getProvince = (val) => {
|
|
37889
|
+
if (val == null || val == void 0 || val == "" || val.length < 2) {
|
|
37890
|
+
return { p: "", jval: "" };
|
|
37891
|
+
}
|
|
37892
|
+
const jval = val.substr(0, 2);
|
|
37893
|
+
const objectOne = splitProvince(jval);
|
|
37894
|
+
if (objectOne.list.length == 1) {
|
|
37895
|
+
return { p: objectOne.list[0], jval };
|
|
37896
|
+
} else if (objectOne.list.length > 1) {
|
|
37897
|
+
const jval3 = val.substr(0, 3);
|
|
37898
|
+
const objectThreed = splitProvince(jval3);
|
|
37899
|
+
if (objectThreed.list.length == 1) {
|
|
37900
|
+
return { p: objectThreed.list[0], jval: jval3 };
|
|
37901
|
+
}
|
|
37902
|
+
}
|
|
37903
|
+
return { p: "", jval: "" };
|
|
37904
|
+
};
|
|
37905
|
+
const splitProvince = (val) => {
|
|
37898
37906
|
if (val == null || val == void 0 || val == "") {
|
|
37899
|
-
return "";
|
|
37907
|
+
return { p: "", list: [], count: 0 };
|
|
37900
37908
|
}
|
|
37901
|
-
|
|
37909
|
+
const findList = [];
|
|
37902
37910
|
for (let i = 0; i < provinceData.length; i++) {
|
|
37903
37911
|
if (provinceData[i].indexOf(val) > -1) {
|
|
37904
37912
|
const arrTemp = provinceData[i].split("|");
|
|
37905
37913
|
const arr = arrTemp.filter((item) => item == val);
|
|
37906
37914
|
if (arr && arr.length > 0) {
|
|
37907
|
-
|
|
37908
|
-
|
|
37915
|
+
findList.push(provinceData[i].split("|")[0]);
|
|
37916
|
+
}
|
|
37917
|
+
}
|
|
37918
|
+
}
|
|
37919
|
+
const firstOne = findList.length > 0 ? findList[0] : "";
|
|
37920
|
+
return { p: firstOne, list: findList, count: findList.length };
|
|
37921
|
+
};
|
|
37922
|
+
const getCity = (val, province) => {
|
|
37923
|
+
if (val == null || val == void 0 || val == "" || val.length < 2) {
|
|
37924
|
+
return { p: "", c: "", jval: "" };
|
|
37925
|
+
}
|
|
37926
|
+
const jval = val.substr(0, 2);
|
|
37927
|
+
const objectOne = splitCity(jval, province);
|
|
37928
|
+
if (objectOne.list.length == 1) {
|
|
37929
|
+
return { p: objectOne.p, c: objectOne.c, jval };
|
|
37930
|
+
} else if (objectOne.list.length > 1) {
|
|
37931
|
+
const jval3 = val.substr(0, 3);
|
|
37932
|
+
const objectThreed = splitCity(jval3, province);
|
|
37933
|
+
if (objectThreed.list.length == 1) {
|
|
37934
|
+
return { p: objectThreed.p, c: objectThreed.c, jval: jval3 };
|
|
37935
|
+
} else if (objectThreed.list.length == 0) {
|
|
37936
|
+
return { p: objectOne.p, c: objectOne.c, jval: val };
|
|
37937
|
+
} else if (objectThreed.list.length > 0) {
|
|
37938
|
+
const jval4 = val.substr(0, 4);
|
|
37939
|
+
const objectFoure = splitCity(jval4, province);
|
|
37940
|
+
if (objectFoure.list.length > 0) {
|
|
37941
|
+
return { p: objectFoure.p, c: objectFoure.c, jval: jval4 };
|
|
37942
|
+
} else if (objectFoure.list.length == 0) {
|
|
37943
|
+
return { p: objectThreed.p, c: objectThreed.c, jval: jval3 };
|
|
37909
37944
|
}
|
|
37910
37945
|
}
|
|
37911
37946
|
}
|
|
37912
|
-
return
|
|
37947
|
+
return { p: "", c: "", jval: "" };
|
|
37913
37948
|
};
|
|
37914
|
-
const
|
|
37949
|
+
const splitCity = (val, province) => {
|
|
37915
37950
|
if (val == null || val == void 0 || val == "") {
|
|
37916
|
-
return { p: "", c: "" };
|
|
37951
|
+
return { p: "", c: "", list: [] };
|
|
37917
37952
|
}
|
|
37918
|
-
|
|
37953
|
+
const findList = [];
|
|
37919
37954
|
for (let i = 0; i < cityData.length; i++) {
|
|
37920
37955
|
if (cityData[i].indexOf(val) > -1) {
|
|
37921
37956
|
const arrTemp = cityData[i].split("|");
|
|
@@ -37923,26 +37958,60 @@
|
|
|
37923
37958
|
if (arr && arr.length > 0) {
|
|
37924
37959
|
if (province != "") {
|
|
37925
37960
|
if (cityData[i].split("|")[0] == province) {
|
|
37926
|
-
|
|
37927
|
-
|
|
37928
|
-
|
|
37961
|
+
findList.push(
|
|
37962
|
+
{
|
|
37963
|
+
p: cityData[i].split("|")[0],
|
|
37964
|
+
c: cityData[i].split("|")[1]
|
|
37965
|
+
}
|
|
37966
|
+
);
|
|
37929
37967
|
}
|
|
37930
37968
|
} else {
|
|
37931
|
-
|
|
37932
|
-
|
|
37933
|
-
|
|
37969
|
+
findList.push(
|
|
37970
|
+
{
|
|
37971
|
+
p: cityData[i].split("|")[0],
|
|
37972
|
+
c: cityData[i].split("|")[1]
|
|
37973
|
+
}
|
|
37974
|
+
);
|
|
37934
37975
|
}
|
|
37935
|
-
break;
|
|
37936
37976
|
}
|
|
37937
37977
|
}
|
|
37938
37978
|
}
|
|
37939
|
-
|
|
37979
|
+
const _p = findList.length > 0 ? findList[0].p : "";
|
|
37980
|
+
const _c = findList.length > 0 ? findList[0].c : "";
|
|
37981
|
+
return { p: _p, c: _c, list: findList };
|
|
37940
37982
|
};
|
|
37941
|
-
const
|
|
37983
|
+
const getCounty = (val, city, province) => {
|
|
37984
|
+
if (val == null || val == void 0 || val == "" || val.length < 2) {
|
|
37985
|
+
return { p: "", c: "", x: "", jval: "" };
|
|
37986
|
+
}
|
|
37987
|
+
const jval = val.substr(0, 2);
|
|
37988
|
+
const objectOne = splitCounty(jval, city, province);
|
|
37989
|
+
if (objectOne.list.length == 1) {
|
|
37990
|
+
return { p: objectOne.p, c: objectOne.c, x: objectOne.x, jval };
|
|
37991
|
+
} else if (objectOne.list.length > 1) {
|
|
37992
|
+
const jval3 = val.substr(0, 3);
|
|
37993
|
+
const objectThreed = splitCounty(jval3, city, province);
|
|
37994
|
+
if (objectThreed.list.length == 1) {
|
|
37995
|
+
return { p: objectThreed.p, c: objectThreed.c, x: objectThreed.x, jval: jval3 };
|
|
37996
|
+
} else if (objectThreed.list.length == 0) {
|
|
37997
|
+
return { p: objectOne.p, c: objectOne.c, x: objectOne.x, jval: val };
|
|
37998
|
+
} else if (objectThreed.list.length > 0) {
|
|
37999
|
+
const jval4 = val.substr(0, 4);
|
|
38000
|
+
const objectFoure = splitCounty(jval3, city, province);
|
|
38001
|
+
if (objectFoure.list.length > 0) {
|
|
38002
|
+
return { p: objectFoure.p, c: objectFoure.c, x: objectFoure.x, jval: jval4 };
|
|
38003
|
+
} else if (objectFoure.list.length == 0) {
|
|
38004
|
+
return { p: objectThreed.p, c: objectThreed.c, x: objectThreed.x, jval: jval3 };
|
|
38005
|
+
}
|
|
38006
|
+
}
|
|
38007
|
+
}
|
|
38008
|
+
return { p: "", c: "", x: "", jval: "" };
|
|
38009
|
+
};
|
|
38010
|
+
const splitCounty = (val, city, province) => {
|
|
37942
38011
|
if (val == null || val == void 0 || val == "") {
|
|
37943
|
-
return { p: "", c: "", x: "" };
|
|
38012
|
+
return { p: "", c: "", x: "", list: [] };
|
|
37944
38013
|
}
|
|
37945
|
-
|
|
38014
|
+
const findList = [];
|
|
37946
38015
|
for (let i = 0; i < countyData.length; i++) {
|
|
37947
38016
|
if (countyData[i].indexOf(val) > -1) {
|
|
37948
38017
|
const arrTemp = countyData[i].split("|");
|
|
@@ -37950,21 +38019,26 @@
|
|
|
37950
38019
|
if (arr && arr.length > 0) {
|
|
37951
38020
|
if (province != "" && city != "") {
|
|
37952
38021
|
if (countyData[i].split("|")[0] == province && countyData[i].split("|")[1] == city) {
|
|
37953
|
-
|
|
37954
|
-
|
|
37955
|
-
|
|
37956
|
-
|
|
38022
|
+
findList.push({
|
|
38023
|
+
p: countyData[i].split("|")[0],
|
|
38024
|
+
c: countyData[i].split("|")[1],
|
|
38025
|
+
x: countyData[i].split("|")[2]
|
|
38026
|
+
});
|
|
37957
38027
|
}
|
|
37958
38028
|
} else {
|
|
37959
|
-
|
|
37960
|
-
|
|
37961
|
-
|
|
37962
|
-
|
|
38029
|
+
findList.push({
|
|
38030
|
+
p: countyData[i].split("|")[0],
|
|
38031
|
+
c: countyData[i].split("|")[1],
|
|
38032
|
+
x: countyData[i].split("|")[2]
|
|
38033
|
+
});
|
|
37963
38034
|
}
|
|
37964
38035
|
}
|
|
37965
38036
|
}
|
|
37966
38037
|
}
|
|
37967
|
-
|
|
38038
|
+
const _p = findList.length > 0 ? findList[0].p : "";
|
|
38039
|
+
const _c = findList.length > 0 ? findList[0].c : "";
|
|
38040
|
+
const _x = findList.length > 0 ? findList[0].x : "";
|
|
38041
|
+
return { p: _p, c: _c, x: _x, list: findList };
|
|
37968
38042
|
};
|
|
37969
38043
|
const provinceData = [
|
|
37970
38044
|
"\u5317\u4EAC\u5E02|\u5317\u4EAC",
|
|
@@ -41479,7 +41553,7 @@
|
|
|
41479
41553
|
login.value = true;
|
|
41480
41554
|
}
|
|
41481
41555
|
return (_ctx, _cache) => {
|
|
41482
|
-
return vue.openBlock(), vue.createElementBlock("div", { onClick: handleLogin }, _cache[0] || (_cache[0] = [
|
|
41556
|
+
return vue.openBlock(), vue.createElementBlock("div", { onClick: handleLogin }, [..._cache[0] || (_cache[0] = [
|
|
41483
41557
|
vue.createElementVNode(
|
|
41484
41558
|
"h1",
|
|
41485
41559
|
null,
|
|
@@ -41487,7 +41561,7 @@
|
|
|
41487
41561
|
-1
|
|
41488
41562
|
/* CACHED */
|
|
41489
41563
|
)
|
|
41490
|
-
]));
|
|
41564
|
+
])]);
|
|
41491
41565
|
};
|
|
41492
41566
|
}
|
|
41493
41567
|
});
|
|
@@ -44930,6 +45004,7 @@
|
|
|
44930
45004
|
coverProp: 'The parameter "{1}" of "{0}" is repeatedly defined, which may cause an error',
|
|
44931
45005
|
uniField: 'The field name "{0}" is repeatedly defined, which may cause an error',
|
|
44932
45006
|
repeatKey: 'Repeat the primary key {0}="{1}", which may cause an error',
|
|
45007
|
+
repeatProp: 'Repeat parameters {0}="{1}", which may cause an error',
|
|
44933
45008
|
delFunc: 'Method "{0}" is deprecated, please use "{1}"',
|
|
44934
45009
|
delProp: 'Parameter "{0}" is deprecated, please use "{1}"',
|
|
44935
45010
|
delEvent: 'Event "{0}" is deprecated, please use "{1}"',
|
|
@@ -44950,10 +45025,10 @@
|
|
|
44950
45025
|
emptyText: 'No data yet',
|
|
44951
45026
|
allTitle: 'Select all/cancel',
|
|
44952
45027
|
seqTitle: 'Number',
|
|
44953
|
-
actionTitle: '
|
|
44954
|
-
confirmFilter: '
|
|
45028
|
+
actionTitle: 'Operate',
|
|
45029
|
+
confirmFilter: 'Filter',
|
|
44955
45030
|
resetFilter: 'Reset',
|
|
44956
|
-
allFilter: '
|
|
45031
|
+
allFilter: 'All',
|
|
44957
45032
|
sortAsc: 'Ascending order: lowest to highest',
|
|
44958
45033
|
sortDesc: 'Descending order: highest to lowest',
|
|
44959
45034
|
filter: 'Enable filtering for selected columns',
|
|
@@ -44964,9 +45039,9 @@
|
|
|
44964
45039
|
expFilename: 'Export_{0}',
|
|
44965
45040
|
expOriginFilename: 'Export_source_{0}',
|
|
44966
45041
|
customTitle: 'Column settings',
|
|
44967
|
-
customAll: '
|
|
44968
|
-
customConfirm: '
|
|
44969
|
-
customClose: '
|
|
45042
|
+
customAll: 'All',
|
|
45043
|
+
customConfirm: 'Confirm',
|
|
45044
|
+
customClose: 'Closure',
|
|
44970
45045
|
customCancel: 'Cancel',
|
|
44971
45046
|
customRestore: 'Restore default',
|
|
44972
45047
|
maxFixedCol: 'The maximum number of frozen columns cannot exceed {0}',
|
|
@@ -45031,7 +45106,7 @@
|
|
|
45031
45106
|
title: 'System prompts'
|
|
45032
45107
|
},
|
|
45033
45108
|
button: {
|
|
45034
|
-
confirm: '
|
|
45109
|
+
confirm: 'Confirm',
|
|
45035
45110
|
cancel: 'Cancel',
|
|
45036
45111
|
clear: 'Clear'
|
|
45037
45112
|
},
|
|
@@ -45141,12 +45216,12 @@
|
|
|
45141
45216
|
import: 'Import',
|
|
45142
45217
|
export: 'Export',
|
|
45143
45218
|
print: 'Print',
|
|
45144
|
-
refresh: '
|
|
45145
|
-
zoomIn: '
|
|
45219
|
+
refresh: 'Refresh',
|
|
45220
|
+
zoomIn: 'Full screen',
|
|
45146
45221
|
zoomOut: 'reduction',
|
|
45147
45222
|
custom: 'Column settings',
|
|
45148
|
-
customAll: '
|
|
45149
|
-
customConfirm: '
|
|
45223
|
+
customAll: 'All',
|
|
45224
|
+
customConfirm: 'Confirm',
|
|
45150
45225
|
customRestore: 'Reset',
|
|
45151
45226
|
fixedLeft: 'Freeze left',
|
|
45152
45227
|
fixedRight: 'Freeze right',
|
|
@@ -45263,7 +45338,7 @@
|
|
|
45263
45338
|
},
|
|
45264
45339
|
colorPicker: {
|
|
45265
45340
|
clear: 'Clear',
|
|
45266
|
-
confirm: '
|
|
45341
|
+
confirm: 'Confirm',
|
|
45267
45342
|
copySuccess: 'Copyed to clipboard: {0}',
|
|
45268
45343
|
hex: 'HEX'
|
|
45269
45344
|
},
|
|
@@ -45422,6 +45497,35 @@
|
|
|
45422
45497
|
ss: 'Second'
|
|
45423
45498
|
}
|
|
45424
45499
|
},
|
|
45500
|
+
gantt: {
|
|
45501
|
+
tFullFormat: {
|
|
45502
|
+
year: '{yy}',
|
|
45503
|
+
quarter: 'Quarter {q} of year {yy}',
|
|
45504
|
+
month: '{yy}-{M}',
|
|
45505
|
+
week: 'Week {W} of year {yy}',
|
|
45506
|
+
day: '{yy}-{M}-{d}',
|
|
45507
|
+
hour: '{yy}-{M}-{d} {H}',
|
|
45508
|
+
minute: '{yy}-{M}-{d} {H}:{m}'
|
|
45509
|
+
},
|
|
45510
|
+
tSimpleFormat: {
|
|
45511
|
+
year: '{yy}',
|
|
45512
|
+
quarter: 'Quarter {q}',
|
|
45513
|
+
month: '{M}',
|
|
45514
|
+
week: 'Week {W}',
|
|
45515
|
+
day: '{d}',
|
|
45516
|
+
hour: '{H}',
|
|
45517
|
+
minute: '{m}'
|
|
45518
|
+
},
|
|
45519
|
+
dayss: {
|
|
45520
|
+
w0: 'Sun',
|
|
45521
|
+
w1: 'Mon',
|
|
45522
|
+
w2: 'Tue',
|
|
45523
|
+
w3: 'Wed',
|
|
45524
|
+
w4: 'Thu',
|
|
45525
|
+
w5: 'Fri',
|
|
45526
|
+
w6: 'Sat'
|
|
45527
|
+
}
|
|
45528
|
+
},
|
|
45425
45529
|
plugins: {
|
|
45426
45530
|
extendCellArea: {
|
|
45427
45531
|
area: {
|
|
@@ -45704,6 +45808,7 @@
|
|
|
45704
45808
|
coverProp: 'Der Parameter "{1}" von "{0}" wird wiederholt definiert, was einen Fehler verursachen kann',
|
|
45705
45809
|
uniField: 'Der Feldname "{0}" wird wiederholt definiert, was einen Fehler verursachen kann',
|
|
45706
45810
|
repeatKey: 'Wiederholen Sie den Primärschlüssel {0} = "{1}", der einen Fehler verursachen kann',
|
|
45811
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
45707
45812
|
delFunc: 'Methode "{0}" ist veraltet, bitte verwenden Sie "{1}".',
|
|
45708
45813
|
delProp: 'Parameter "{0}" ist veraltet, bitte verwenden Sie "{1}".',
|
|
45709
45814
|
delEvent: 'Ereignis "{0}" ist veraltet, bitte verwenden Sie "{1}".',
|
|
@@ -46196,6 +46301,35 @@
|
|
|
46196
46301
|
ss: 'Zweite'
|
|
46197
46302
|
}
|
|
46198
46303
|
},
|
|
46304
|
+
gantt: {
|
|
46305
|
+
tFullFormat: {
|
|
46306
|
+
year: '{yy}年',
|
|
46307
|
+
quarter: '{yy}年第{q}季度',
|
|
46308
|
+
month: '{yy}年{M}月',
|
|
46309
|
+
week: '{yy}年第{W}周',
|
|
46310
|
+
day: '{yy}年{M}月{d}日',
|
|
46311
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
46312
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
46313
|
+
},
|
|
46314
|
+
tSimpleFormat: {
|
|
46315
|
+
year: '{yy}年',
|
|
46316
|
+
quarter: '{q}季度',
|
|
46317
|
+
month: '{M}月',
|
|
46318
|
+
week: '{W}周',
|
|
46319
|
+
day: '{d}',
|
|
46320
|
+
hour: '{H}时',
|
|
46321
|
+
minute: '{m}分'
|
|
46322
|
+
},
|
|
46323
|
+
dayss: {
|
|
46324
|
+
w0: '日',
|
|
46325
|
+
w1: '一',
|
|
46326
|
+
w2: '二',
|
|
46327
|
+
w3: '三',
|
|
46328
|
+
w4: '四',
|
|
46329
|
+
w5: '五',
|
|
46330
|
+
w6: '六'
|
|
46331
|
+
}
|
|
46332
|
+
},
|
|
46199
46333
|
plugins: {
|
|
46200
46334
|
extendCellArea: {
|
|
46201
46335
|
area: {
|
|
@@ -46478,6 +46612,7 @@
|
|
|
46478
46612
|
coverProp: 'El parámetro "{1}" de "{0}" se define repetidamente, lo que puede causar un error',
|
|
46479
46613
|
uniField: 'El nombre de campo "{0}" se define repetidamente, lo que puede causar un error',
|
|
46480
46614
|
repeatKey: 'Repita la clave primaria {0} = "{1}", que puede causar un error',
|
|
46615
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
46481
46616
|
delFunc: 'El método "{0}" está en desuso, use "{1}"',
|
|
46482
46617
|
delProp: 'Parámetro "{0}" está en desuso, use "{1}"',
|
|
46483
46618
|
delEvent: 'El evento "{0}" está en desuso, por favor use "{1}"',
|
|
@@ -46970,6 +47105,35 @@
|
|
|
46970
47105
|
ss: 'Segundo'
|
|
46971
47106
|
}
|
|
46972
47107
|
},
|
|
47108
|
+
gantt: {
|
|
47109
|
+
tFullFormat: {
|
|
47110
|
+
year: '{yy}年',
|
|
47111
|
+
quarter: '{yy}年第{q}季度',
|
|
47112
|
+
month: '{yy}年{M}月',
|
|
47113
|
+
week: '{yy}年第{W}周',
|
|
47114
|
+
day: '{yy}年{M}月{d}日',
|
|
47115
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
47116
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
47117
|
+
},
|
|
47118
|
+
tSimpleFormat: {
|
|
47119
|
+
year: '{yy}年',
|
|
47120
|
+
quarter: '{q}季度',
|
|
47121
|
+
month: '{M}月',
|
|
47122
|
+
week: '{W}周',
|
|
47123
|
+
day: '{d}',
|
|
47124
|
+
hour: '{H}时',
|
|
47125
|
+
minute: '{m}分'
|
|
47126
|
+
},
|
|
47127
|
+
dayss: {
|
|
47128
|
+
w0: '日',
|
|
47129
|
+
w1: '一',
|
|
47130
|
+
w2: '二',
|
|
47131
|
+
w3: '三',
|
|
47132
|
+
w4: '四',
|
|
47133
|
+
w5: '五',
|
|
47134
|
+
w6: '六'
|
|
47135
|
+
}
|
|
47136
|
+
},
|
|
46973
47137
|
plugins: {
|
|
46974
47138
|
extendCellArea: {
|
|
46975
47139
|
area: {
|
|
@@ -47252,6 +47416,7 @@
|
|
|
47252
47416
|
coverProp: 'Le paramètre "{1}" de "{0}" est défini à plusieurs reprises, ce qui peut provoquer une erreur',
|
|
47253
47417
|
uniField: 'Le nom de champ "{0}" est défini à plusieurs reprises, ce qui peut provoquer une erreur',
|
|
47254
47418
|
repeatKey: 'Répétez la clé primaire {0} = "{1}", qui peut provoquer une erreur',
|
|
47419
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
47255
47420
|
delFunc: 'Méthode "{0}" est obsolète, veuillez utiliser "{1}"',
|
|
47256
47421
|
delProp: 'Le paramètre "{0}" est obsolète, veuillez utiliser "{1}"',
|
|
47257
47422
|
delEvent: "L'événement \"{0}\" est obsolète, veuillez utiliser \"{1}\"",
|
|
@@ -47744,6 +47909,35 @@
|
|
|
47744
47909
|
ss: 'Deuxième'
|
|
47745
47910
|
}
|
|
47746
47911
|
},
|
|
47912
|
+
gantt: {
|
|
47913
|
+
tFullFormat: {
|
|
47914
|
+
year: '{yy}年',
|
|
47915
|
+
quarter: '{yy}年第{q}季度',
|
|
47916
|
+
month: '{yy}年{M}月',
|
|
47917
|
+
week: '{yy}年第{W}周',
|
|
47918
|
+
day: '{yy}年{M}月{d}日',
|
|
47919
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
47920
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
47921
|
+
},
|
|
47922
|
+
tSimpleFormat: {
|
|
47923
|
+
year: '{yy}年',
|
|
47924
|
+
quarter: '{q}季度',
|
|
47925
|
+
month: '{M}月',
|
|
47926
|
+
week: '{W}周',
|
|
47927
|
+
day: '{d}',
|
|
47928
|
+
hour: '{H}时',
|
|
47929
|
+
minute: '{m}分'
|
|
47930
|
+
},
|
|
47931
|
+
dayss: {
|
|
47932
|
+
w0: '日',
|
|
47933
|
+
w1: '一',
|
|
47934
|
+
w2: '二',
|
|
47935
|
+
w3: '三',
|
|
47936
|
+
w4: '四',
|
|
47937
|
+
w5: '五',
|
|
47938
|
+
w6: '六'
|
|
47939
|
+
}
|
|
47940
|
+
},
|
|
47747
47941
|
plugins: {
|
|
47748
47942
|
extendCellArea: {
|
|
47749
47943
|
area: {
|
|
@@ -48026,6 +48220,7 @@
|
|
|
48026
48220
|
coverProp: 'Il parametro "{1}" di "{0}" è ripetutamente definito, che può causare un errore',
|
|
48027
48221
|
uniField: 'Il nome del campo "{0}" è ripetutamente definito, il che può causare un errore',
|
|
48028
48222
|
repeatKey: 'Ripeti la chiave primaria {0} = "{1}", che può causare un errore',
|
|
48223
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
48029
48224
|
delFunc: 'Il metodo "{0}" è deprecato, usa "{1}"',
|
|
48030
48225
|
delProp: 'Il parametro "{0}" è deprecato, usa "{1}"',
|
|
48031
48226
|
delEvent: "L'evento \"{0}\" è deprecato, usa \"{1}\"",
|
|
@@ -48518,6 +48713,35 @@
|
|
|
48518
48713
|
ss: 'Secondo'
|
|
48519
48714
|
}
|
|
48520
48715
|
},
|
|
48716
|
+
gantt: {
|
|
48717
|
+
tFullFormat: {
|
|
48718
|
+
year: '{yy}年',
|
|
48719
|
+
quarter: '{yy}年第{q}季度',
|
|
48720
|
+
month: '{yy}年{M}月',
|
|
48721
|
+
week: '{yy}年第{W}周',
|
|
48722
|
+
day: '{yy}年{M}月{d}日',
|
|
48723
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
48724
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
48725
|
+
},
|
|
48726
|
+
tSimpleFormat: {
|
|
48727
|
+
year: '{yy}年',
|
|
48728
|
+
quarter: '{q}季度',
|
|
48729
|
+
month: '{M}月',
|
|
48730
|
+
week: '{W}周',
|
|
48731
|
+
day: '{d}',
|
|
48732
|
+
hour: '{H}时',
|
|
48733
|
+
minute: '{m}分'
|
|
48734
|
+
},
|
|
48735
|
+
dayss: {
|
|
48736
|
+
w0: '日',
|
|
48737
|
+
w1: '一',
|
|
48738
|
+
w2: '二',
|
|
48739
|
+
w3: '三',
|
|
48740
|
+
w4: '四',
|
|
48741
|
+
w5: '五',
|
|
48742
|
+
w6: '六'
|
|
48743
|
+
}
|
|
48744
|
+
},
|
|
48521
48745
|
plugins: {
|
|
48522
48746
|
extendCellArea: {
|
|
48523
48747
|
area: {
|
|
@@ -48800,6 +49024,7 @@
|
|
|
48800
49024
|
coverProp: '「{0}」のパラメーター「{1}」が繰り返し定義されているため、エラーが発生する可能性があります',
|
|
48801
49025
|
uniField: 'フィールド名「{0}」が繰り返し定義されているため、エラーが発生する可能性があります',
|
|
48802
49026
|
repeatKey: 'プライマリキー{0} = "{1}"を繰り返します。これはエラーを引き起こす可能性があります',
|
|
49027
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
48803
49028
|
delFunc: 'メソッド「{0}」は非推奨です。「{1}」を使用してください',
|
|
48804
49029
|
delProp: 'パラメーター「{0}」は非推奨です。「{1}」を使用してください',
|
|
48805
49030
|
delEvent: 'イベント「{0}」は非推奨です。「{1}」を使用してください',
|
|
@@ -49292,6 +49517,35 @@
|
|
|
49292
49517
|
ss: '2番'
|
|
49293
49518
|
}
|
|
49294
49519
|
},
|
|
49520
|
+
gantt: {
|
|
49521
|
+
tFullFormat: {
|
|
49522
|
+
year: '{yy}年',
|
|
49523
|
+
quarter: '{yy}年第{q}季度',
|
|
49524
|
+
month: '{yy}年{M}月',
|
|
49525
|
+
week: '{yy}年第{W}周',
|
|
49526
|
+
day: '{yy}年{M}月{d}日',
|
|
49527
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
49528
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
49529
|
+
},
|
|
49530
|
+
tSimpleFormat: {
|
|
49531
|
+
year: '{yy}年',
|
|
49532
|
+
quarter: '{q}季度',
|
|
49533
|
+
month: '{M}月',
|
|
49534
|
+
week: '{W}周',
|
|
49535
|
+
day: '{d}',
|
|
49536
|
+
hour: '{H}时',
|
|
49537
|
+
minute: '{m}分'
|
|
49538
|
+
},
|
|
49539
|
+
dayss: {
|
|
49540
|
+
w0: '日',
|
|
49541
|
+
w1: '一',
|
|
49542
|
+
w2: '二',
|
|
49543
|
+
w3: '三',
|
|
49544
|
+
w4: '四',
|
|
49545
|
+
w5: '五',
|
|
49546
|
+
w6: '六'
|
|
49547
|
+
}
|
|
49548
|
+
},
|
|
49295
49549
|
plugins: {
|
|
49296
49550
|
extendCellArea: {
|
|
49297
49551
|
area: {
|
|
@@ -49574,6 +49828,7 @@
|
|
|
49574
49828
|
coverProp: '"{0}"의 매개 변수 "{1}"이 반복적으로 정의되어 오류가 발생할 수 있습니다.',
|
|
49575
49829
|
uniField: '필드 이름 "{0}"은 반복적으로 정의되어 오류가 발생할 수 있습니다.',
|
|
49576
49830
|
repeatKey: '기본 키 {0} = "{1}"을 반복하여 오류가 발생할 수 있습니다.',
|
|
49831
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
49577
49832
|
delFunc: '메소드 "{0}"는 더 이상 사용되지 않습니다. "{1}"을 사용하십시오.',
|
|
49578
49833
|
delProp: '매개 변수 "{0}"은 더 이상 사용되지 않습니다. "{1}"을 사용하십시오.',
|
|
49579
49834
|
delEvent: '이벤트 "{0}"는 더 이상 사용되지 않습니다. "{1}"을 사용하십시오.',
|
|
@@ -50066,6 +50321,35 @@
|
|
|
50066
50321
|
ss: '두번째'
|
|
50067
50322
|
}
|
|
50068
50323
|
},
|
|
50324
|
+
gantt: {
|
|
50325
|
+
tFullFormat: {
|
|
50326
|
+
year: '{yy}年',
|
|
50327
|
+
quarter: '{yy}年第{q}季度',
|
|
50328
|
+
month: '{yy}年{M}月',
|
|
50329
|
+
week: '{yy}年第{W}周',
|
|
50330
|
+
day: '{yy}年{M}月{d}日',
|
|
50331
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
50332
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
50333
|
+
},
|
|
50334
|
+
tSimpleFormat: {
|
|
50335
|
+
year: '{yy}年',
|
|
50336
|
+
quarter: '{q}季度',
|
|
50337
|
+
month: '{M}月',
|
|
50338
|
+
week: '{W}周',
|
|
50339
|
+
day: '{d}',
|
|
50340
|
+
hour: '{H}时',
|
|
50341
|
+
minute: '{m}分'
|
|
50342
|
+
},
|
|
50343
|
+
dayss: {
|
|
50344
|
+
w0: '日',
|
|
50345
|
+
w1: '一',
|
|
50346
|
+
w2: '二',
|
|
50347
|
+
w3: '三',
|
|
50348
|
+
w4: '四',
|
|
50349
|
+
w5: '五',
|
|
50350
|
+
w6: '六'
|
|
50351
|
+
}
|
|
50352
|
+
},
|
|
50069
50353
|
plugins: {
|
|
50070
50354
|
extendCellArea: {
|
|
50071
50355
|
area: {
|
|
@@ -50348,6 +50632,7 @@
|
|
|
50348
50632
|
coverProp: 'Parameteren "{1}" av "{0}" er gjentatte ganger definert, noe som kan forårsake en feil',
|
|
50349
50633
|
uniField: 'Feltnavnet "{0}" er gjentatte ganger definert, noe som kan forårsake en feil',
|
|
50350
50634
|
repeatKey: 'Gjenta den primære tasten {0} = "{1}", som kan forårsake en feil',
|
|
50635
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
50351
50636
|
delFunc: 'Metode "{0}" er utdatert, bruk "{1}"',
|
|
50352
50637
|
delProp: 'Parameter "{0}" er utdatert, bruk "{1}"',
|
|
50353
50638
|
delEvent: 'Hendelse "{0}" er utdatert, bruk "{1}"',
|
|
@@ -50840,6 +51125,35 @@
|
|
|
50840
51125
|
ss: 'Sekund'
|
|
50841
51126
|
}
|
|
50842
51127
|
},
|
|
51128
|
+
gantt: {
|
|
51129
|
+
tFullFormat: {
|
|
51130
|
+
year: '{yy}年',
|
|
51131
|
+
quarter: '{yy}年第{q}季度',
|
|
51132
|
+
month: '{yy}年{M}月',
|
|
51133
|
+
week: '{yy}年第{W}周',
|
|
51134
|
+
day: '{yy}年{M}月{d}日',
|
|
51135
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
51136
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
51137
|
+
},
|
|
51138
|
+
tSimpleFormat: {
|
|
51139
|
+
year: '{yy}年',
|
|
51140
|
+
quarter: '{q}季度',
|
|
51141
|
+
month: '{M}月',
|
|
51142
|
+
week: '{W}周',
|
|
51143
|
+
day: '{d}',
|
|
51144
|
+
hour: '{H}时',
|
|
51145
|
+
minute: '{m}分'
|
|
51146
|
+
},
|
|
51147
|
+
dayss: {
|
|
51148
|
+
w0: '日',
|
|
51149
|
+
w1: '一',
|
|
51150
|
+
w2: '二',
|
|
51151
|
+
w3: '三',
|
|
51152
|
+
w4: '四',
|
|
51153
|
+
w5: '五',
|
|
51154
|
+
w6: '六'
|
|
51155
|
+
}
|
|
51156
|
+
},
|
|
50843
51157
|
plugins: {
|
|
50844
51158
|
extendCellArea: {
|
|
50845
51159
|
area: {
|
|
@@ -51122,6 +51436,7 @@
|
|
|
51122
51436
|
coverProp: 'O parâmetro "{1}" de "{0}" é definido repetidamente, o que pode causar um erro',
|
|
51123
51437
|
uniField: 'O nome do campo "{0}" é definido repetidamente, o que pode causar um erro',
|
|
51124
51438
|
repeatKey: 'Repita a chave primária {0} = "{1}", que pode causar um erro',
|
|
51439
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
51125
51440
|
delFunc: 'Método "{0}" está depreciado, use "{1}"',
|
|
51126
51441
|
delProp: 'O parâmetro "{0}" está depreciado, use "{1}"',
|
|
51127
51442
|
delEvent: 'Evento "{0}" está descontinuado, use "{1}"',
|
|
@@ -51614,6 +51929,35 @@
|
|
|
51614
51929
|
ss: 'Segundo'
|
|
51615
51930
|
}
|
|
51616
51931
|
},
|
|
51932
|
+
gantt: {
|
|
51933
|
+
tFullFormat: {
|
|
51934
|
+
year: '{yy}年',
|
|
51935
|
+
quarter: '{yy}年第{q}季度',
|
|
51936
|
+
month: '{yy}年{M}月',
|
|
51937
|
+
week: '{yy}年第{W}周',
|
|
51938
|
+
day: '{yy}年{M}月{d}日',
|
|
51939
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
51940
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
51941
|
+
},
|
|
51942
|
+
tSimpleFormat: {
|
|
51943
|
+
year: '{yy}年',
|
|
51944
|
+
quarter: '{q}季度',
|
|
51945
|
+
month: '{M}月',
|
|
51946
|
+
week: '{W}周',
|
|
51947
|
+
day: '{d}',
|
|
51948
|
+
hour: '{H}时',
|
|
51949
|
+
minute: '{m}分'
|
|
51950
|
+
},
|
|
51951
|
+
dayss: {
|
|
51952
|
+
w0: '日',
|
|
51953
|
+
w1: '一',
|
|
51954
|
+
w2: '二',
|
|
51955
|
+
w3: '三',
|
|
51956
|
+
w4: '四',
|
|
51957
|
+
w5: '五',
|
|
51958
|
+
w6: '六'
|
|
51959
|
+
}
|
|
51960
|
+
},
|
|
51617
51961
|
plugins: {
|
|
51618
51962
|
extendCellArea: {
|
|
51619
51963
|
area: {
|
|
@@ -51896,6 +52240,7 @@
|
|
|
51896
52240
|
coverProp: 'Параметр «{1}» из «{0}» неоднократно определяется, что может вызвать ошибку',
|
|
51897
52241
|
uniField: 'Имя поля «{0}» неоднократно определяется, что может вызвать ошибку',
|
|
51898
52242
|
repeatKey: 'Повторите первичную клавишу {0} = "{1}", которая может вызвать ошибку',
|
|
52243
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
51899
52244
|
delFunc: 'Метод "{0}" устарел, пожалуйста, используйте "{1}"',
|
|
51900
52245
|
delProp: 'Параметр "{0}" устарел, пожалуйста, используйте "{1}"',
|
|
51901
52246
|
delEvent: 'Событие "{0}" устарело, пожалуйста, используйте "{1}"',
|
|
@@ -52388,6 +52733,35 @@
|
|
|
52388
52733
|
ss: 'Второй'
|
|
52389
52734
|
}
|
|
52390
52735
|
},
|
|
52736
|
+
gantt: {
|
|
52737
|
+
tFullFormat: {
|
|
52738
|
+
year: '{yy}年',
|
|
52739
|
+
quarter: '{yy}年第{q}季度',
|
|
52740
|
+
month: '{yy}年{M}月',
|
|
52741
|
+
week: '{yy}年第{W}周',
|
|
52742
|
+
day: '{yy}年{M}月{d}日',
|
|
52743
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
52744
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
52745
|
+
},
|
|
52746
|
+
tSimpleFormat: {
|
|
52747
|
+
year: '{yy}年',
|
|
52748
|
+
quarter: '{q}季度',
|
|
52749
|
+
month: '{M}月',
|
|
52750
|
+
week: '{W}周',
|
|
52751
|
+
day: '{d}',
|
|
52752
|
+
hour: '{H}时',
|
|
52753
|
+
minute: '{m}分'
|
|
52754
|
+
},
|
|
52755
|
+
dayss: {
|
|
52756
|
+
w0: '日',
|
|
52757
|
+
w1: '一',
|
|
52758
|
+
w2: '二',
|
|
52759
|
+
w3: '三',
|
|
52760
|
+
w4: '四',
|
|
52761
|
+
w5: '五',
|
|
52762
|
+
w6: '六'
|
|
52763
|
+
}
|
|
52764
|
+
},
|
|
52391
52765
|
plugins: {
|
|
52392
52766
|
extendCellArea: {
|
|
52393
52767
|
area: {
|
|
@@ -52670,6 +53044,7 @@
|
|
|
52670
53044
|
coverProp: '"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',
|
|
52671
53045
|
uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
|
|
52672
53046
|
repeatKey: '主键重复 {0}="{1}",这可能会出现错误',
|
|
53047
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
52673
53048
|
delFunc: '方法 "{0}" 已废弃,请使用 "{1}"',
|
|
52674
53049
|
delProp: '参数 "{0}" 已废弃,请使用 "{1}"',
|
|
52675
53050
|
delEvent: '事件 "{0}" 已废弃,请使用 "{1}"',
|
|
@@ -53162,6 +53537,37 @@
|
|
|
53162
53537
|
ss: '秒'
|
|
53163
53538
|
}
|
|
53164
53539
|
},
|
|
53540
|
+
gantt: {
|
|
53541
|
+
tFullFormat: {
|
|
53542
|
+
year: '{yy}年',
|
|
53543
|
+
quarter: '{yy}年第{q}季度',
|
|
53544
|
+
month: '{yy}年{M}月',
|
|
53545
|
+
week: '{yy}年第{W}周',
|
|
53546
|
+
day: '{yy}年{M}月{E}日',
|
|
53547
|
+
date: '{yy}年{M}月{d}日',
|
|
53548
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
53549
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
53550
|
+
},
|
|
53551
|
+
tSimpleFormat: {
|
|
53552
|
+
year: '{yy}年',
|
|
53553
|
+
quarter: '{q}季度',
|
|
53554
|
+
month: '{M}月',
|
|
53555
|
+
week: '{W}周',
|
|
53556
|
+
day: '{d}',
|
|
53557
|
+
date: '{d}',
|
|
53558
|
+
hour: '{H}时',
|
|
53559
|
+
minute: '{m}分'
|
|
53560
|
+
},
|
|
53561
|
+
dayss: {
|
|
53562
|
+
w0: '日',
|
|
53563
|
+
w1: '一',
|
|
53564
|
+
w2: '二',
|
|
53565
|
+
w3: '三',
|
|
53566
|
+
w4: '四',
|
|
53567
|
+
w5: '五',
|
|
53568
|
+
w6: '六'
|
|
53569
|
+
}
|
|
53570
|
+
},
|
|
53165
53571
|
plugins: {
|
|
53166
53572
|
extendCellArea: {
|
|
53167
53573
|
area: {
|
|
@@ -53446,6 +53852,7 @@
|
|
|
53446
53852
|
coverProp: '"{0}" 的參數 "{1}" 重複定義,這可能會出現錯誤',
|
|
53447
53853
|
uniField: '字段名 "{0}" 重複定義,這可能會出現錯誤',
|
|
53448
53854
|
repeatKey: '主鍵重複 {0}="{1}",這可能會出現錯誤',
|
|
53855
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
53449
53856
|
delFunc: '方法 "{0}" 已廢棄,請使用 "{1}"',
|
|
53450
53857
|
delProp: '參數 "{0}" 已廢棄,請使用 "{1}"',
|
|
53451
53858
|
delEvent: '事件 "{0}" 已廢棄,請使用 "{1}"',
|
|
@@ -53938,6 +54345,35 @@
|
|
|
53938
54345
|
ss: '秒'
|
|
53939
54346
|
}
|
|
53940
54347
|
},
|
|
54348
|
+
gantt: {
|
|
54349
|
+
tFullFormat: {
|
|
54350
|
+
year: '{yy}年',
|
|
54351
|
+
quarter: '{yy}年第{q}季度',
|
|
54352
|
+
month: '{yy}年{M}月',
|
|
54353
|
+
week: '{yy}年第{W}周',
|
|
54354
|
+
day: '{yy}年{M}月{d}日',
|
|
54355
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
54356
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
54357
|
+
},
|
|
54358
|
+
tSimpleFormat: {
|
|
54359
|
+
year: '{yy}年',
|
|
54360
|
+
quarter: '{q}季度',
|
|
54361
|
+
month: '{M}月',
|
|
54362
|
+
week: '{W}周',
|
|
54363
|
+
day: '{d}',
|
|
54364
|
+
hour: '{H}时',
|
|
54365
|
+
minute: '{m}分'
|
|
54366
|
+
},
|
|
54367
|
+
dayss: {
|
|
54368
|
+
w0: '日',
|
|
54369
|
+
w1: '一',
|
|
54370
|
+
w2: '二',
|
|
54371
|
+
w3: '三',
|
|
54372
|
+
w4: '四',
|
|
54373
|
+
w5: '五',
|
|
54374
|
+
w6: '六'
|
|
54375
|
+
}
|
|
54376
|
+
},
|
|
53941
54377
|
plugins: {
|
|
53942
54378
|
extendCellArea: {
|
|
53943
54379
|
area: {
|
|
@@ -54257,6 +54693,7 @@
|
|
|
54257
54693
|
coverProp: 'พารามิเตอร์ "{1}" ของ "{0}" ถูกกำหนดซ้ำ ๆ ซึ่งอาจทำให้เกิดข้อผิดพลาด',
|
|
54258
54694
|
uniField: 'ชื่อฟิลด์ "{0}" ถูกกำหนดซ้ำ ๆ ซึ่งอาจทำให้เกิดข้อผิดพลาด',
|
|
54259
54695
|
repeatKey: 'ทำซ้ำคีย์หลัก {0} = "{1}" ซึ่งอาจทำให้เกิดข้อผิดพลาด',
|
|
54696
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
54260
54697
|
delFunc: 'วิธีการ "{0}" เลิกใช้โปรดใช้ "{1}"',
|
|
54261
54698
|
delProp: 'พารามิเตอร์ "{0}" เลิกใช้โปรดใช้ "{1}"',
|
|
54262
54699
|
delEvent: 'เหตุการณ์ "{0}" เลิกใช้โปรดใช้ "{1}"',
|
|
@@ -54749,6 +55186,35 @@
|
|
|
54749
55186
|
ss: 'ที่สอง'
|
|
54750
55187
|
}
|
|
54751
55188
|
},
|
|
55189
|
+
gantt: {
|
|
55190
|
+
tFullFormat: {
|
|
55191
|
+
year: '{yy}年',
|
|
55192
|
+
quarter: '{yy}年第{q}季度',
|
|
55193
|
+
month: '{yy}年{M}月',
|
|
55194
|
+
week: '{yy}年第{W}周',
|
|
55195
|
+
day: '{yy}年{M}月{d}日',
|
|
55196
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
55197
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
55198
|
+
},
|
|
55199
|
+
tSimpleFormat: {
|
|
55200
|
+
year: '{yy}年',
|
|
55201
|
+
quarter: '{q}季度',
|
|
55202
|
+
month: '{M}月',
|
|
55203
|
+
week: '{W}周',
|
|
55204
|
+
day: '{d}',
|
|
55205
|
+
hour: '{H}时',
|
|
55206
|
+
minute: '{m}分'
|
|
55207
|
+
},
|
|
55208
|
+
dayss: {
|
|
55209
|
+
w0: '日',
|
|
55210
|
+
w1: '一',
|
|
55211
|
+
w2: '二',
|
|
55212
|
+
w3: '三',
|
|
55213
|
+
w4: '四',
|
|
55214
|
+
w5: '五',
|
|
55215
|
+
w6: '六'
|
|
55216
|
+
}
|
|
55217
|
+
},
|
|
54752
55218
|
plugins: {
|
|
54753
55219
|
extendCellArea: {
|
|
54754
55220
|
area: {
|
|
@@ -55031,6 +55497,7 @@
|
|
|
55031
55497
|
coverProp: 'Tham số "{1}" của "{0}" được xác định nhiều lần, có thể gây ra lỗi',
|
|
55032
55498
|
uniField: 'Tên trường "{0}" được xác định nhiều lần, có thể gây ra lỗi',
|
|
55033
55499
|
repeatKey: 'Lặp lại khóa chính {0} = "{1}", có thể gây ra lỗi',
|
|
55500
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
55034
55501
|
delFunc: 'Phương thức "{0}" không được dùng nữa, vui lòng sử dụng "{1}"',
|
|
55035
55502
|
delProp: 'Tham số "{0}" không được dùng, vui lòng sử dụng "{1}"',
|
|
55036
55503
|
delEvent: 'Sự kiện "{0}" được không dùng nữa, vui lòng sử dụng "{1}"',
|
|
@@ -55523,6 +55990,35 @@
|
|
|
55523
55990
|
ss: 'Thứ hai'
|
|
55524
55991
|
}
|
|
55525
55992
|
},
|
|
55993
|
+
gantt: {
|
|
55994
|
+
tFullFormat: {
|
|
55995
|
+
year: '{yy}年',
|
|
55996
|
+
quarter: '{yy}年第{q}季度',
|
|
55997
|
+
month: '{yy}年{M}月',
|
|
55998
|
+
week: '{yy}年第{W}周',
|
|
55999
|
+
day: '{yy}年{M}月{d}日',
|
|
56000
|
+
hour: '{yy}年 {M}月{d}日{H}时',
|
|
56001
|
+
minute: '{yy}年{M}月{d}日{H}时{m}分'
|
|
56002
|
+
},
|
|
56003
|
+
tSimpleFormat: {
|
|
56004
|
+
year: '{yy}年',
|
|
56005
|
+
quarter: '{q}季度',
|
|
56006
|
+
month: '{M}月',
|
|
56007
|
+
week: '{W}周',
|
|
56008
|
+
day: '{d}',
|
|
56009
|
+
hour: '{H}时',
|
|
56010
|
+
minute: '{m}分'
|
|
56011
|
+
},
|
|
56012
|
+
dayss: {
|
|
56013
|
+
w0: '日',
|
|
56014
|
+
w1: '一',
|
|
56015
|
+
w2: '二',
|
|
56016
|
+
w3: '三',
|
|
56017
|
+
w4: '四',
|
|
56018
|
+
w5: '五',
|
|
56019
|
+
w6: '六'
|
|
56020
|
+
}
|
|
56021
|
+
},
|
|
55526
56022
|
plugins: {
|
|
55527
56023
|
extendCellArea: {
|
|
55528
56024
|
area: {
|
|
@@ -58392,114 +58888,150 @@
|
|
|
58392
58888
|
};
|
|
58393
58889
|
|
|
58394
58890
|
const addressparsing = async (val) => {
|
|
58395
|
-
let province = "";
|
|
58396
58891
|
if (val == null || val == void 0 || val == "" || val.trim() == "" || val.trim().length < 2) {
|
|
58397
58892
|
return { province: "", city: "", county: "" };
|
|
58398
58893
|
}
|
|
58894
|
+
let _Province = "";
|
|
58895
|
+
let _City = "";
|
|
58896
|
+
let _County = "";
|
|
58399
58897
|
const oldvalue = val.trim();
|
|
58400
|
-
|
|
58401
|
-
|
|
58402
|
-
|
|
58403
|
-
|
|
58404
|
-
|
|
58405
|
-
|
|
58406
|
-
|
|
58407
|
-
|
|
58408
|
-
|
|
58409
|
-
|
|
58410
|
-
|
|
58411
|
-
cityobj = chkeCity(province, newValue.substr(0, 3));
|
|
58412
|
-
if (cityobj.c != "" && province == "") {
|
|
58413
|
-
province = cityobj.p;
|
|
58414
|
-
}
|
|
58415
|
-
}
|
|
58416
|
-
if (cityobj.p != "" && province == "") {
|
|
58417
|
-
province = cityobj.p;
|
|
58418
|
-
}
|
|
58419
|
-
newValue = oldvalue.replace(province, "").replace(cityobj.c, "").trim();
|
|
58420
|
-
let countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 2));
|
|
58421
|
-
if (countyOjb.x == "" && newValue.length > 2) {
|
|
58422
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 3));
|
|
58423
|
-
if (countyOjb.x == "" && newValue.length > 3) {
|
|
58424
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 4));
|
|
58425
|
-
if (countyOjb.x == "" && newValue.length > 4) {
|
|
58426
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 5));
|
|
58427
|
-
if (countyOjb.x == "" && newValue.length > 5) {
|
|
58428
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 6));
|
|
58429
|
-
if (countyOjb.x == "" && newValue.length > 6) {
|
|
58430
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 7));
|
|
58431
|
-
if (countyOjb.x == "" && newValue.length > 7) {
|
|
58432
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 8));
|
|
58433
|
-
if (countyOjb.x == "" && newValue.length > 8) {
|
|
58434
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 9));
|
|
58435
|
-
if (countyOjb.x == "" && newValue.length > 9) {
|
|
58436
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 10));
|
|
58437
|
-
if (countyOjb.x == "" && newValue.length > 10) {
|
|
58438
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 11));
|
|
58439
|
-
if (countyOjb.x == "" && newValue.length > 11) {
|
|
58440
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 12));
|
|
58441
|
-
if (countyOjb.x == "" && newValue.length > 12) {
|
|
58442
|
-
countyOjb = chkeCounty(province, cityobj.c, newValue.substr(0, 13));
|
|
58443
|
-
}
|
|
58444
|
-
}
|
|
58445
|
-
}
|
|
58446
|
-
}
|
|
58447
|
-
}
|
|
58448
|
-
}
|
|
58449
|
-
}
|
|
58898
|
+
const oldValueLen = val.trim().length;
|
|
58899
|
+
const oneObje = getProvince(oldvalue);
|
|
58900
|
+
let nextValue = oldvalue;
|
|
58901
|
+
if (oneObje.p != "") {
|
|
58902
|
+
_Province = oneObje.p;
|
|
58903
|
+
nextValue = oldvalue.replace(oneObje.p, "").trim();
|
|
58904
|
+
if (nextValue.length == oldValueLen) {
|
|
58905
|
+
for (let i = _Province.length - 1; i >= 1; i--) {
|
|
58906
|
+
nextValue = oldvalue.replace(oneObje.p.substr(0, i), "").trim();
|
|
58907
|
+
if (nextValue.length < oldValueLen) {
|
|
58908
|
+
break;
|
|
58450
58909
|
}
|
|
58451
58910
|
}
|
|
58452
58911
|
}
|
|
58453
58912
|
}
|
|
58454
|
-
|
|
58455
|
-
|
|
58913
|
+
const oldValueLen2 = nextValue.length;
|
|
58914
|
+
const twoObje = getCity(nextValue, _Province);
|
|
58915
|
+
if (twoObje.c != "") {
|
|
58916
|
+
_City = twoObje.c;
|
|
58917
|
+
if (_Province == "") {
|
|
58918
|
+
_Province = twoObje.p;
|
|
58919
|
+
}
|
|
58920
|
+
nextValue = nextValue.replace(twoObje.c, "").trim();
|
|
58921
|
+
if (nextValue.length == oldValueLen2) {
|
|
58922
|
+
for (let i = _City.length - 1; i >= 1; i--) {
|
|
58923
|
+
nextValue = nextValue.replace(twoObje.c.substr(0, i), "").trim();
|
|
58924
|
+
if (nextValue.length < oldValueLen2) {
|
|
58925
|
+
break;
|
|
58926
|
+
}
|
|
58927
|
+
}
|
|
58928
|
+
}
|
|
58456
58929
|
}
|
|
58457
|
-
|
|
58458
|
-
|
|
58930
|
+
const oldValueLen3 = nextValue.length;
|
|
58931
|
+
const threeObje = getCounty(nextValue, _City, _Province);
|
|
58932
|
+
if (threeObje.x != "") {
|
|
58933
|
+
_County = threeObje.x;
|
|
58934
|
+
if (_Province == "") {
|
|
58935
|
+
_Province = threeObje.p;
|
|
58936
|
+
}
|
|
58937
|
+
if (_City == "") {
|
|
58938
|
+
_City = threeObje.c;
|
|
58939
|
+
}
|
|
58940
|
+
nextValue = nextValue.replace(threeObje.x, "").trim();
|
|
58941
|
+
if (nextValue.length == oldValueLen3) {
|
|
58942
|
+
for (let i = _City.length - 1; i >= 1; i--) {
|
|
58943
|
+
nextValue = nextValue.replace(threeObje.x.substr(0, i), "").trim();
|
|
58944
|
+
if (nextValue.length < oldValueLen3) {
|
|
58945
|
+
break;
|
|
58946
|
+
}
|
|
58947
|
+
}
|
|
58948
|
+
}
|
|
58459
58949
|
}
|
|
58460
|
-
if (
|
|
58461
|
-
return { province, city:
|
|
58950
|
+
if (_Province != "" && _City != "" && _County != "") {
|
|
58951
|
+
return { province: _Province, city: _City, county: _County };
|
|
58462
58952
|
}
|
|
58463
|
-
|
|
58464
|
-
|
|
58465
|
-
return { province, city: cityobj.c, county: countyOjb.x };
|
|
58953
|
+
if (nextValue.length < 2) {
|
|
58954
|
+
return { province: _Province, city: _City, county: _County };
|
|
58466
58955
|
}
|
|
58467
|
-
const res = await useBaseApi("sysRegion").post({ Province:
|
|
58956
|
+
const res = await useBaseApi("sysRegion").post({ Province: _Province, City: _City, text: oldvalue, textnew: nextValue }, "qRegionInfo");
|
|
58468
58957
|
const streetobj = res.data.result;
|
|
58469
|
-
const rpdata = { province, city: cityobj.c, county: countyOjb.x };
|
|
58470
58958
|
if (streetobj.province != "") {
|
|
58471
|
-
|
|
58959
|
+
_Province = streetobj.province;
|
|
58472
58960
|
}
|
|
58473
58961
|
if (streetobj.city != "") {
|
|
58474
|
-
|
|
58962
|
+
_City = streetobj.city;
|
|
58475
58963
|
}
|
|
58476
58964
|
if (streetobj.county != "") {
|
|
58477
|
-
|
|
58965
|
+
_County = streetobj.county;
|
|
58478
58966
|
}
|
|
58479
|
-
return
|
|
58967
|
+
return { province: _Province, city: _City, county: _County };
|
|
58968
|
+
};
|
|
58969
|
+
const getProvince = (val) => {
|
|
58970
|
+
if (val == null || val == void 0 || val == "" || val.length < 2) {
|
|
58971
|
+
return { p: "", jval: "" };
|
|
58972
|
+
}
|
|
58973
|
+
const jval = val.substr(0, 2);
|
|
58974
|
+
const objectOne = splitProvince(jval);
|
|
58975
|
+
if (objectOne.list.length == 1) {
|
|
58976
|
+
return { p: objectOne.list[0], jval };
|
|
58977
|
+
} else if (objectOne.list.length > 1) {
|
|
58978
|
+
const jval3 = val.substr(0, 3);
|
|
58979
|
+
const objectThreed = splitProvince(jval3);
|
|
58980
|
+
if (objectThreed.list.length == 1) {
|
|
58981
|
+
return { p: objectThreed.list[0], jval: jval3 };
|
|
58982
|
+
}
|
|
58983
|
+
}
|
|
58984
|
+
return { p: "", jval: "" };
|
|
58480
58985
|
};
|
|
58481
|
-
const
|
|
58986
|
+
const splitProvince = (val) => {
|
|
58482
58987
|
if (val == null || val == void 0 || val == "") {
|
|
58483
|
-
return "";
|
|
58988
|
+
return { p: "", list: [], count: 0 };
|
|
58484
58989
|
}
|
|
58485
|
-
|
|
58990
|
+
const findList = [];
|
|
58486
58991
|
for (let i = 0; i < provinceData.length; i++) {
|
|
58487
58992
|
if (provinceData[i].indexOf(val) > -1) {
|
|
58488
58993
|
const arrTemp = provinceData[i].split("|");
|
|
58489
58994
|
const arr = arrTemp.filter((item) => item == val);
|
|
58490
58995
|
if (arr && arr.length > 0) {
|
|
58491
|
-
|
|
58492
|
-
break;
|
|
58996
|
+
findList.push(provinceData[i].split("|")[0]);
|
|
58493
58997
|
}
|
|
58494
58998
|
}
|
|
58495
58999
|
}
|
|
58496
|
-
|
|
59000
|
+
const firstOne = findList.length > 0 ? findList[0] : "";
|
|
59001
|
+
return { p: firstOne, list: findList, count: findList.length };
|
|
59002
|
+
};
|
|
59003
|
+
const getCity = (val, province) => {
|
|
59004
|
+
if (val == null || val == void 0 || val == "" || val.length < 2) {
|
|
59005
|
+
return { p: "", c: "", jval: "" };
|
|
59006
|
+
}
|
|
59007
|
+
const jval = val.substr(0, 2);
|
|
59008
|
+
const objectOne = splitCity(jval, province);
|
|
59009
|
+
if (objectOne.list.length == 1) {
|
|
59010
|
+
return { p: objectOne.p, c: objectOne.c, jval };
|
|
59011
|
+
} else if (objectOne.list.length > 1) {
|
|
59012
|
+
const jval3 = val.substr(0, 3);
|
|
59013
|
+
const objectThreed = splitCity(jval3, province);
|
|
59014
|
+
if (objectThreed.list.length == 1) {
|
|
59015
|
+
return { p: objectThreed.p, c: objectThreed.c, jval: jval3 };
|
|
59016
|
+
} else if (objectThreed.list.length == 0) {
|
|
59017
|
+
return { p: objectOne.p, c: objectOne.c, jval: val };
|
|
59018
|
+
} else if (objectThreed.list.length > 0) {
|
|
59019
|
+
const jval4 = val.substr(0, 4);
|
|
59020
|
+
const objectFoure = splitCity(jval4, province);
|
|
59021
|
+
if (objectFoure.list.length > 0) {
|
|
59022
|
+
return { p: objectFoure.p, c: objectFoure.c, jval: jval4 };
|
|
59023
|
+
} else if (objectFoure.list.length == 0) {
|
|
59024
|
+
return { p: objectThreed.p, c: objectThreed.c, jval: jval3 };
|
|
59025
|
+
}
|
|
59026
|
+
}
|
|
59027
|
+
}
|
|
59028
|
+
return { p: "", c: "", jval: "" };
|
|
58497
59029
|
};
|
|
58498
|
-
const
|
|
59030
|
+
const splitCity = (val, province) => {
|
|
58499
59031
|
if (val == null || val == void 0 || val == "") {
|
|
58500
|
-
return { p: "", c: "" };
|
|
59032
|
+
return { p: "", c: "", list: [] };
|
|
58501
59033
|
}
|
|
58502
|
-
|
|
59034
|
+
const findList = [];
|
|
58503
59035
|
for (let i = 0; i < cityData.length; i++) {
|
|
58504
59036
|
if (cityData[i].indexOf(val) > -1) {
|
|
58505
59037
|
const arrTemp = cityData[i].split("|");
|
|
@@ -58507,26 +59039,60 @@
|
|
|
58507
59039
|
if (arr && arr.length > 0) {
|
|
58508
59040
|
if (province != "") {
|
|
58509
59041
|
if (cityData[i].split("|")[0] == province) {
|
|
58510
|
-
|
|
58511
|
-
|
|
58512
|
-
|
|
59042
|
+
findList.push(
|
|
59043
|
+
{
|
|
59044
|
+
p: cityData[i].split("|")[0],
|
|
59045
|
+
c: cityData[i].split("|")[1]
|
|
59046
|
+
}
|
|
59047
|
+
);
|
|
58513
59048
|
}
|
|
58514
59049
|
} else {
|
|
58515
|
-
|
|
58516
|
-
|
|
58517
|
-
|
|
59050
|
+
findList.push(
|
|
59051
|
+
{
|
|
59052
|
+
p: cityData[i].split("|")[0],
|
|
59053
|
+
c: cityData[i].split("|")[1]
|
|
59054
|
+
}
|
|
59055
|
+
);
|
|
58518
59056
|
}
|
|
58519
|
-
break;
|
|
58520
59057
|
}
|
|
58521
59058
|
}
|
|
58522
59059
|
}
|
|
58523
|
-
|
|
59060
|
+
const _p = findList.length > 0 ? findList[0].p : "";
|
|
59061
|
+
const _c = findList.length > 0 ? findList[0].c : "";
|
|
59062
|
+
return { p: _p, c: _c, list: findList };
|
|
59063
|
+
};
|
|
59064
|
+
const getCounty = (val, city, province) => {
|
|
59065
|
+
if (val == null || val == void 0 || val == "" || val.length < 2) {
|
|
59066
|
+
return { p: "", c: "", x: "", jval: "" };
|
|
59067
|
+
}
|
|
59068
|
+
const jval = val.substr(0, 2);
|
|
59069
|
+
const objectOne = splitCounty(jval, city, province);
|
|
59070
|
+
if (objectOne.list.length == 1) {
|
|
59071
|
+
return { p: objectOne.p, c: objectOne.c, x: objectOne.x, jval };
|
|
59072
|
+
} else if (objectOne.list.length > 1) {
|
|
59073
|
+
const jval3 = val.substr(0, 3);
|
|
59074
|
+
const objectThreed = splitCounty(jval3, city, province);
|
|
59075
|
+
if (objectThreed.list.length == 1) {
|
|
59076
|
+
return { p: objectThreed.p, c: objectThreed.c, x: objectThreed.x, jval: jval3 };
|
|
59077
|
+
} else if (objectThreed.list.length == 0) {
|
|
59078
|
+
return { p: objectOne.p, c: objectOne.c, x: objectOne.x, jval: val };
|
|
59079
|
+
} else if (objectThreed.list.length > 0) {
|
|
59080
|
+
const jval4 = val.substr(0, 4);
|
|
59081
|
+
const objectFoure = splitCounty(jval3, city, province);
|
|
59082
|
+
if (objectFoure.list.length > 0) {
|
|
59083
|
+
return { p: objectFoure.p, c: objectFoure.c, x: objectFoure.x, jval: jval4 };
|
|
59084
|
+
} else if (objectFoure.list.length == 0) {
|
|
59085
|
+
return { p: objectThreed.p, c: objectThreed.c, x: objectThreed.x, jval: jval3 };
|
|
59086
|
+
}
|
|
59087
|
+
}
|
|
59088
|
+
}
|
|
59089
|
+
return { p: "", c: "", x: "", jval: "" };
|
|
58524
59090
|
};
|
|
58525
|
-
const
|
|
59091
|
+
const splitCounty = (val, city, province) => {
|
|
58526
59092
|
if (val == null || val == void 0 || val == "") {
|
|
58527
|
-
return { p: "", c: "", x: "" };
|
|
59093
|
+
return { p: "", c: "", x: "", list: [] };
|
|
58528
59094
|
}
|
|
58529
|
-
|
|
59095
|
+
const findList = [];
|
|
58530
59096
|
for (let i = 0; i < countyData.length; i++) {
|
|
58531
59097
|
if (countyData[i].indexOf(val) > -1) {
|
|
58532
59098
|
const arrTemp = countyData[i].split("|");
|
|
@@ -58534,21 +59100,26 @@
|
|
|
58534
59100
|
if (arr && arr.length > 0) {
|
|
58535
59101
|
if (province != "" && city != "") {
|
|
58536
59102
|
if (countyData[i].split("|")[0] == province && countyData[i].split("|")[1] == city) {
|
|
58537
|
-
|
|
58538
|
-
|
|
58539
|
-
|
|
58540
|
-
|
|
59103
|
+
findList.push({
|
|
59104
|
+
p: countyData[i].split("|")[0],
|
|
59105
|
+
c: countyData[i].split("|")[1],
|
|
59106
|
+
x: countyData[i].split("|")[2]
|
|
59107
|
+
});
|
|
58541
59108
|
}
|
|
58542
59109
|
} else {
|
|
58543
|
-
|
|
58544
|
-
|
|
58545
|
-
|
|
58546
|
-
|
|
59110
|
+
findList.push({
|
|
59111
|
+
p: countyData[i].split("|")[0],
|
|
59112
|
+
c: countyData[i].split("|")[1],
|
|
59113
|
+
x: countyData[i].split("|")[2]
|
|
59114
|
+
});
|
|
58547
59115
|
}
|
|
58548
59116
|
}
|
|
58549
59117
|
}
|
|
58550
59118
|
}
|
|
58551
|
-
|
|
59119
|
+
const _p = findList.length > 0 ? findList[0].p : "";
|
|
59120
|
+
const _c = findList.length > 0 ? findList[0].c : "";
|
|
59121
|
+
const _x = findList.length > 0 ? findList[0].x : "";
|
|
59122
|
+
return { p: _p, c: _c, x: _x, list: findList };
|
|
58552
59123
|
};
|
|
58553
59124
|
const provinceData = [
|
|
58554
59125
|
"\u5317\u4EAC\u5E02|\u5317\u4EAC",
|