Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
c8f5fce1
提交
c8f5fce1
编写于
7月 13, 2023
作者:
zhujiamin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 更新插件
上级
5e58b9e2
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
98 行增加
和
100 行删除
+98
-100
ibiz-template-plugin.es.js
...plugin/jsjcy-kq-web@0.0.1/dist/ibiz-template-plugin.es.js
+97
-99
index.legacy.js
...z-template-plugin/jsjcy-kq-web@0.0.1/dist/index.legacy.js
+1
-1
未找到文件。
app_Web/public/plugins/@ibiz-template-plugin/jsjcy-kq-web@0.0.1/dist/ibiz-template-plugin.es.js
浏览文件 @
c8f5fce1
...
@@ -6,19 +6,18 @@ import { ref as w, watch as _, defineComponent as S, getCurrentInstance as V, co
...
@@ -6,19 +6,18 @@ import { ref as w, watch as _, defineComponent as S, getCurrentInstance as V, co
import
{
useRouter
as
H
,
useRoute
as
B
,
useIndexViewController
as
re
,
useNamespace
as
q
,
useControlController
as
ie
,
usePropsWatch
as
le
,
useListController
as
ce
,
useListExpViewController
as
de
,
useRouteKey
as
ue
,
getUploadProps
as
he
,
getEditorEmits
as
pe
,
useMPickupViewController
as
me
,
useTreeController
as
fe
}
from
"@ibiz-template/vue-util"
;
import
{
useRouter
as
H
,
useRoute
as
B
,
useIndexViewController
as
re
,
useNamespace
as
q
,
useControlController
as
ie
,
usePropsWatch
as
le
,
useListController
as
ce
,
useListExpViewController
as
de
,
useRouteKey
as
ue
,
getUploadProps
as
he
,
getEditorEmits
as
pe
,
useMPickupViewController
as
me
,
useTreeController
as
fe
}
from
"@ibiz-template/vue-util"
;
import
{
createUUID
as
ge
}
from
"qx-util"
;
import
{
createUUID
as
ge
}
from
"qx-util"
;
import
{
IndexViewModel
as
ve
,
PortletPartModel
as
ye
,
ViewPortletModel
as
we
,
ListModel
as
W
,
TreeModel
as
be
}
from
"@ibiz-template/model"
;
import
{
IndexViewModel
as
ve
,
PortletPartModel
as
ye
,
ViewPortletModel
as
we
,
ListModel
as
W
,
TreeModel
as
be
}
from
"@ibiz-template/model"
;
import
Ce
from
"@vue/babel-helper-vue-jsx-merge-props"
;
import
K
from
"dayjs"
;
import
K
from
"dayjs"
;
import
{
CustomPortletController
as
xe
,
ViewPortletController
as
ke
,
EditFormController
as
Pe
,
ListController
as
De
,
UploadEditorController
as
Se
,
FormMDCtrlController
as
q
e
}
from
"@ibiz-template/controller"
;
import
{
CustomPortletController
as
Ce
,
ViewPortletController
as
xe
,
EditFormController
as
ke
,
ListController
as
Pe
,
UploadEditorController
as
De
,
FormMDCtrlController
as
S
e
}
from
"@ibiz-template/controller"
;
import
{
init
as
Y
,
registerMap
as
_
e
}
from
"echarts"
;
import
{
init
as
Y
,
registerMap
as
q
e
}
from
"echarts"
;
import
{
mergeDeepRight
as
M
e
}
from
"ramda"
;
import
{
mergeDeepRight
as
_
e
}
from
"ramda"
;
import
{
Treeselect
as
E
e
}
from
"@riophae/vue-treeselect"
;
import
{
Treeselect
as
M
e
}
from
"@riophae/vue-treeselect"
;
const
E
=
new
se
(
import
.
meta
.
url
);
const
E
=
new
se
(
import
.
meta
.
url
);
class
T
e
{
class
E
e
{
constructor
()
{
constructor
()
{
C
(
this
,
"component"
,
"UserIndexView"
);
C
(
this
,
"component"
,
"UserIndexView"
);
}
}
}
}
const
I
e
=
(
t
)
=>
{
const
T
e
=
(
t
)
=>
{
const
{
view2
:
n
,
params2
:
s
,
params1
:
e
}
=
t
.
params
;
const
{
view2
:
n
,
params2
:
s
,
params1
:
e
}
=
t
.
params
;
if
(
!
n
)
if
(
!
n
)
return
""
;
return
""
;
...
@@ -27,11 +26,11 @@ const Ie = (t) => {
...
@@ -27,11 +26,11 @@ const Ie = (t) => {
""
""
);
);
return
r
=
r
||
ibiz
.
env
.
routePlaceholder
,
`/
${
e
}
/
${
n
}
/
${
r
}
`
;
return
r
=
r
||
ibiz
.
env
.
routePlaceholder
,
`/
${
e
}
/
${
n
}
/
${
r
}
`
;
},
z
e
=
(
t
)
=>
{
},
I
e
=
(
t
)
=>
{
const
{
view1
:
n
,
appContext
:
s
}
=
t
.
params
;
const
{
view1
:
n
,
appContext
:
s
}
=
t
.
params
;
return
`/
${
s
}
/
${
n
}
/
${
ibiz
.
env
.
routePlaceholder
}
`
;
return
`/
${
s
}
/
${
n
}
/
${
ibiz
.
env
.
routePlaceholder
}
`
;
};
};
function
V
e
(
t
,
n
)
{
function
z
e
(
t
,
n
)
{
const
s
=
H
(
t
),
e
=
w
(
""
),
r
=
w
(
""
),
o
=
w
([]),
d
=
w
([]),
g
=
(
l
)
=>
{
const
s
=
H
(
t
),
e
=
w
(
""
),
r
=
w
(
""
),
o
=
w
([]),
d
=
w
([]),
g
=
(
l
)
=>
{
l
.
forEach
((
p
)
=>
{
l
.
forEach
((
p
)
=>
{
const
b
=
o
.
value
.
indexOf
(
p
);
const
b
=
o
.
value
.
indexOf
(
p
);
...
@@ -45,7 +44,7 @@ function Ve(t, n) {
...
@@ -45,7 +44,7 @@ function Ve(t, n) {
(
l
,
p
)
=>
{
(
l
,
p
)
=>
{
if
(
l
!==
p
)
{
if
(
l
!==
p
)
{
const
b
=
B
(
t
);
const
b
=
B
(
t
);
e
.
value
=
Ie
(
b
),
r
.
value
=
z
e
(
b
);
e
.
value
=
Te
(
b
),
r
.
value
=
I
e
(
b
);
const
k
=
d
.
value
.
find
(
const
k
=
d
.
value
.
find
(
(
y
)
=>
y
.
key
===
e
.
value
(
y
)
=>
y
.
key
===
e
.
value
);
);
...
@@ -135,7 +134,7 @@ function Ve(t, n) {
...
@@ -135,7 +134,7 @@ function Ve(t, n) {
}
}
};
};
}
}
const
A
e
=
/* @__PURE__ */
S
({
const
V
e
=
/* @__PURE__ */
S
({
__name
:
"index-view"
,
__name
:
"index-view"
,
props
:
{
props
:
{
context
:
null
,
context
:
null
,
...
@@ -159,7 +158,7 @@ const Ae = /* @__PURE__ */ S({
...
@@ -159,7 +158,7 @@ const Ae = /* @__PURE__ */ S({
handleTabDelete
:
z
,
handleTabDelete
:
z
,
handleCloseAll
:
T
,
handleCloseAll
:
T
,
handleCloseOther
:
X
handleCloseOther
:
X
}
=
V
e
(
s
,
e
);
}
=
z
e
(
s
,
e
);
f
=
k
,
x
=
y
,
l
=
P
,
i
=
O
,
h
=
I
,
m
=
z
,
v
=
T
,
u
=
X
,
o
=
(
M
)
=>
{
f
=
k
,
x
=
y
,
l
=
P
,
i
=
O
,
h
=
I
,
m
=
z
,
v
=
T
,
u
=
X
,
o
=
(
M
)
=>
{
const
L
=
f
.
value
;
const
L
=
f
.
value
;
M
.
evt
.
on
(
"closeView"
,
()
=>
{
M
.
evt
.
on
(
"closeView"
,
()
=>
{
...
@@ -188,7 +187,7 @@ const Ae = /* @__PURE__ */ S({
...
@@ -188,7 +187,7 @@ const Ae = /* @__PURE__ */ S({
}
};
}
};
}
}
});
});
function
O
e
(
t
,
n
,
s
,
e
,
r
,
o
,
d
,
g
)
{
function
A
e
(
t
,
n
,
s
,
e
,
r
,
o
,
d
,
g
)
{
var
i
=
typeof
t
==
"function"
?
t
.
options
:
t
;
var
i
=
typeof
t
==
"function"
?
t
.
options
:
t
;
n
&&
(
i
.
render
=
n
,
i
.
staticRenderFns
=
s
,
i
.
_compiled
=
!
0
),
e
&&
(
i
.
functional
=
!
0
),
o
&&
(
i
.
_scopeId
=
"data-v-"
+
o
);
n
&&
(
i
.
render
=
n
,
i
.
staticRenderFns
=
s
,
i
.
_compiled
=
!
0
),
e
&&
(
i
.
functional
=
!
0
),
o
&&
(
i
.
_scopeId
=
"data-v-"
+
o
);
var
h
;
var
h
;
...
@@ -215,20 +214,20 @@ function Oe(t, n, s, e, r, o, d, g) {
...
@@ -215,20 +214,20 @@ function Oe(t, n, s, e, r, o, d, g) {
options
:
i
options
:
i
};
};
}
}
var
L
e
=
function
()
{
var
O
e
=
function
()
{
var
n
=
this
,
s
=
n
.
_self
.
_c
,
e
=
n
.
_self
.
_setupProxy
;
var
n
=
this
,
s
=
n
.
_self
.
_c
,
e
=
n
.
_self
.
_setupProxy
;
return
s
(
"UserAppLayout"
,
{
attrs
:
{
"is-complete"
:
e
.
c
.
complete
,
model
:
e
.
c
.
model
,
"is-show-tab-page-exp"
:
e
.
isShowTabPageExp
},
on
:
{
onCollapseChange
:
e
.
collapseChange
}
},
[
e
.
c
.
complete
?
[
e
.
c
.
complete
?
s
(
"app-menu"
,
{
attrs
:
{
slot
:
"menu"
,
"current-path"
:
e
.
currentPath
,
"model-data"
:
e
.
c
.
model
.
appMenu
,
context
:
e
.
c
.
context
,
"collapse-change"
:
e
.
c
.
collapseChange
},
on
:
{
menuRouteChange
:
e
.
onMenuRouteChange
},
slot
:
"menu"
})
:
n
.
_e
(),
e
.
isShowTabPageExp
?
s
(
"user-tab-page-exp"
,
{
attrs
:
{
slot
:
"tabPageExp"
,
"route-msgs"
:
e
.
routeMsgs
,
"current-key"
:
e
.
currentKey
},
on
:
{
"tab-click"
:
e
.
handleTabClick
,
"tab-delete"
:
e
.
handleTabDelete
,
"close-all"
:
e
.
handleCloseAll
,
"close-other"
:
e
.
handleCloseOther
},
slot
:
"tabPageExp"
})
:
n
.
_e
(),
e
.
isShowTabPageExp
?
s
(
"AppKeepAlive"
,
{
attrs
:
{
"key-list"
:
e
.
keyHistory
}
},
[
s
(
"router-view"
,
{
key
:
e
.
currentKey
,
on
:
{
neuronInit
:
e
.
onCreated
,
viewFound
:
e
.
onViewFound
}
})],
1
)
:
s
(
"AppKeepAlive"
,
{
key
:
e
.
appKeepAliveKey
,
attrs
:
{
"key-list"
:
e
.
keyHistory
}
},
[
s
(
"router-view"
,
{
key
:
e
.
currentKey
,
on
:
{
neuronInit
:
e
.
onCreated
,
viewFound
:
e
.
onViewFound
}
})],
1
)]
:
n
.
_e
()],
2
);
return
s
(
"UserAppLayout"
,
{
attrs
:
{
"is-complete"
:
e
.
c
.
complete
,
model
:
e
.
c
.
model
,
"is-show-tab-page-exp"
:
e
.
isShowTabPageExp
},
on
:
{
onCollapseChange
:
e
.
collapseChange
}
},
[
e
.
c
.
complete
?
[
e
.
c
.
complete
?
s
(
"app-menu"
,
{
attrs
:
{
slot
:
"menu"
,
"current-path"
:
e
.
currentPath
,
"model-data"
:
e
.
c
.
model
.
appMenu
,
context
:
e
.
c
.
context
,
"collapse-change"
:
e
.
c
.
collapseChange
},
on
:
{
menuRouteChange
:
e
.
onMenuRouteChange
},
slot
:
"menu"
})
:
n
.
_e
(),
e
.
isShowTabPageExp
?
s
(
"user-tab-page-exp"
,
{
attrs
:
{
slot
:
"tabPageExp"
,
"route-msgs"
:
e
.
routeMsgs
,
"current-key"
:
e
.
currentKey
},
on
:
{
"tab-click"
:
e
.
handleTabClick
,
"tab-delete"
:
e
.
handleTabDelete
,
"close-all"
:
e
.
handleCloseAll
,
"close-other"
:
e
.
handleCloseOther
},
slot
:
"tabPageExp"
})
:
n
.
_e
(),
e
.
isShowTabPageExp
?
s
(
"AppKeepAlive"
,
{
attrs
:
{
"key-list"
:
e
.
keyHistory
}
},
[
s
(
"router-view"
,
{
key
:
e
.
currentKey
,
on
:
{
neuronInit
:
e
.
onCreated
,
viewFound
:
e
.
onViewFound
}
})],
1
)
:
s
(
"AppKeepAlive"
,
{
key
:
e
.
appKeepAliveKey
,
attrs
:
{
"key-list"
:
e
.
keyHistory
}
},
[
s
(
"router-view"
,
{
key
:
e
.
currentKey
,
on
:
{
neuronInit
:
e
.
onCreated
,
viewFound
:
e
.
onViewFound
}
})],
1
)]
:
n
.
_e
()],
2
);
},
je
=
[],
Ke
=
/* @__PURE__ */
Oe
(
},
Le
=
[],
je
=
/* @__PURE__ */
Ae
(
Ae
,
Ve
,
Oe
,
Le
,
Le
,
je
,
!
1
,
!
1
,
null
,
null
,
null
,
null
,
null
,
null
,
null
null
);
);
const
Ne
=
K
e
.
exports
;
const
Ke
=
j
e
.
exports
;
const
J
=
S
({
const
J
=
S
({
name
:
"ChangePassword"
,
name
:
"ChangePassword"
,
props
:
{
props
:
{
...
@@ -293,7 +292,7 @@ const J = S({
...
@@ -293,7 +292,7 @@ const J = S({
};
};
return
_
(()
=>
t
.
isShowModal
,
(
i
)
=>
{
return
_
(()
=>
t
.
isShowModal
,
(
i
)
=>
{
i
===
!
0
&&
e
.
value
&&
e
.
value
.
resetFields
();
i
===
!
0
&&
e
.
value
&&
e
.
value
.
resetFields
();
}),
{
}),
console
.
log
(
111
),
{
ns
:
s
,
ns
:
s
,
formData
:
r
,
formData
:
r
,
rules
:
d
,
rules
:
d
,
...
@@ -302,22 +301,21 @@ const J = S({
...
@@ -302,22 +301,21 @@ const J = S({
handleSubmit
:
g
handleSubmit
:
g
};
};
},
},
render
()
{
render
(
t
)
{
return
a
(
"i-form"
,
Ce
([
{
return
t
(
"i-form"
,
{
class
:
this
.
ns
.
b
(),
class
:
this
.
ns
.
b
(),
ref
:
"formRef"
ref
:
"formRef"
,
},
{
attrs
:
{
props
:
{
model
:
this
.
formData
,
model
:
this
.
formData
,
rules
:
this
.
rules
rules
:
this
.
rules
}
}
}
]),
[
a
(
"i-form-item"
,
{
}
,
[
t
(
"i-form-item"
,
{
attrs
:
{
attrs
:
{
prop
:
"oldPwd"
,
prop
:
"oldPwd"
,
"label-position"
:
"top"
,
"label-position"
:
"top"
,
label
:
"
\
u539F
\
u5BC6
\
u7801"
label
:
"
\
u539F
\
u5BC6
\
u7801"
}
}
},
[
a
(
"i-input"
,
{
},
[
t
(
"i-input"
,
{
attrs
:
{
attrs
:
{
type
:
"password"
,
type
:
"password"
,
password
:
!
0
,
password
:
!
0
,
...
@@ -326,17 +324,17 @@ const J = S({
...
@@ -326,17 +324,17 @@ const J = S({
},
},
model
:
{
model
:
{
value
:
this
.
formData
.
oldPwd
,
value
:
this
.
formData
.
oldPwd
,
callback
:
(
t
)
=>
{
callback
:
(
n
)
=>
{
this
.
$set
(
this
.
formData
,
"oldPwd"
,
t
);
this
.
$set
(
this
.
formData
,
"oldPwd"
,
n
);
}
}
}
}
})]),
a
(
"i-form-item"
,
{
})]),
t
(
"i-form-item"
,
{
attrs
:
{
attrs
:
{
prop
:
"newPwd"
,
prop
:
"newPwd"
,
"label-position"
:
"top"
,
"label-position"
:
"top"
,
label
:
"
\
u65B0
\
u5BC6
\
u7801"
label
:
"
\
u65B0
\
u5BC6
\
u7801"
}
}
},
[
a
(
"i-input"
,
{
},
[
t
(
"i-input"
,
{
attrs
:
{
attrs
:
{
type
:
"password"
,
type
:
"password"
,
password
:
!
0
,
password
:
!
0
,
...
@@ -345,17 +343,17 @@ const J = S({
...
@@ -345,17 +343,17 @@ const J = S({
},
},
model
:
{
model
:
{
value
:
this
.
formData
.
newPwd
,
value
:
this
.
formData
.
newPwd
,
callback
:
(
t
)
=>
{
callback
:
(
n
)
=>
{
this
.
$set
(
this
.
formData
,
"newPwd"
,
t
);
this
.
$set
(
this
.
formData
,
"newPwd"
,
n
);
}
}
}
}
})]),
a
(
"i-form-item"
,
{
})]),
t
(
"i-form-item"
,
{
attrs
:
{
attrs
:
{
prop
:
"newPwd2"
,
prop
:
"newPwd2"
,
"label-position"
:
"top"
,
"label-position"
:
"top"
,
label
:
"
\
u786E
\
u8BA4
\
u5BC6
\
u7801"
label
:
"
\
u786E
\
u8BA4
\
u5BC6
\
u7801"
}
}
},
[
a
(
"i-input"
,
{
},
[
t
(
"i-input"
,
{
attrs
:
{
attrs
:
{
type
:
"password"
,
type
:
"password"
,
password
:
!
0
,
password
:
!
0
,
...
@@ -364,11 +362,11 @@ const J = S({
...
@@ -364,11 +362,11 @@ const J = S({
},
},
model
:
{
model
:
{
value
:
this
.
formData
.
newPwd2
,
value
:
this
.
formData
.
newPwd2
,
callback
:
(
t
)
=>
{
callback
:
(
n
)
=>
{
this
.
$set
(
this
.
formData
,
"newPwd2"
,
t
);
this
.
$set
(
this
.
formData
,
"newPwd2"
,
n
);
}
}
}
}
})]),
a
(
"i-form-item"
,
[
a
(
"i-button"
,
{
})]),
t
(
"i-form-item"
,
[
t
(
"i-button"
,
{
class
:
this
.
ns
.
b
(
"submit"
),
class
:
this
.
ns
.
b
(
"submit"
),
on
:
{
on
:
{
click
:
this
.
handleSubmit
click
:
this
.
handleSubmit
...
@@ -380,7 +378,7 @@ const J = S({
...
@@ -380,7 +378,7 @@ const J = S({
},
[
"
\
u786E
\
u8BA4
\
u4FEE
\
u6539"
])])]);
},
[
"
\
u786E
\
u8BA4
\
u4FEE
\
u6539"
])])]);
}
}
});
});
function
$
e
(
t
,
n
)
{
function
N
e
(
t
,
n
)
{
return
a
(
"div"
,
{
return
a
(
"div"
,
{
class
:
t
.
e
(
"logo"
)
class
:
t
.
e
(
"logo"
)
},
[
a
(
"img"
,
{
},
[
a
(
"img"
,
{
...
@@ -392,7 +390,7 @@ function $e(t, n) {
...
@@ -392,7 +390,7 @@ function $e(t, n) {
class
:
t
.
e
(
"logo-caption"
)
class
:
t
.
e
(
"logo-caption"
)
},
[
n
.
caption
])]);
},
[
n
.
caption
])]);
}
}
const
R
e
=
S
({
const
$
e
=
S
({
name
:
"UserAppLayout"
,
name
:
"UserAppLayout"
,
props
:
{
props
:
{
model
:
{
model
:
{
...
@@ -460,7 +458,7 @@ const Re = S({
...
@@ -460,7 +458,7 @@ const Re = S({
value
:
this
.
collapseChange
value
:
this
.
collapseChange
},
},
class
:
[
this
.
ns
.
b
(
"nav"
),
this
.
ns
.
is
(
"collapse"
,
this
.
collapseChange
)]
class
:
[
this
.
ns
.
b
(
"nav"
),
this
.
ns
.
is
(
"collapse"
,
this
.
collapseChange
)]
},
[
$
e
(
this
.
ns
,
this
.
model
),
a
(
"div"
,
{
},
[
N
e
(
this
.
ns
,
this
.
model
),
a
(
"div"
,
{
class
:
this
.
ns
.
b
(
"option"
)
class
:
this
.
ns
.
b
(
"option"
)
},
[
a
(
"i-poptip"
,
{
},
[
a
(
"i-poptip"
,
{
attrs
:
{
attrs
:
{
...
@@ -569,7 +567,7 @@ const Re = S({
...
@@ -569,7 +567,7 @@ const Re = S({
})])])])
:
null
;
})])])])
:
null
;
}
}
});
});
class
G
extends
x
e
{
class
G
extends
C
e
{
constructor
()
{
constructor
()
{
super
(...
arguments
);
super
(...
arguments
);
C
(
this
,
"options"
,
[]);
C
(
this
,
"options"
,
[]);
...
@@ -595,7 +593,7 @@ class G extends xe {
...
@@ -595,7 +593,7 @@ class G extends xe {
);
);
}
}
}
}
const
F
e
=
S
({
const
R
e
=
S
({
name
:
"PortletSearchHeader"
,
name
:
"PortletSearchHeader"
,
props
:
{
props
:
{
modelData
:
{
modelData
:
{
...
@@ -663,9 +661,9 @@ const Fe = S({
...
@@ -663,9 +661,9 @@ const Fe = S({
})]);
})]);
}
}
});
});
class
B
e
{
class
F
e
{
constructor
()
{
constructor
()
{
C
(
this
,
"component"
,
F
e
);
C
(
this
,
"component"
,
R
e
);
}
}
async
createController
(
n
,
s
,
e
)
{
async
createController
(
n
,
s
,
e
)
{
const
r
=
new
G
(
const
r
=
new
G
(
...
@@ -676,7 +674,7 @@ class Be {
...
@@ -676,7 +674,7 @@ class Be {
return
await
r
.
init
(),
r
;
return
await
r
.
init
(),
r
;
}
}
}
}
class
Q
extends
k
e
{
class
Q
extends
x
e
{
constructor
()
{
constructor
()
{
super
(...
arguments
);
super
(...
arguments
);
C
(
this
,
"data"
,
{});
C
(
this
,
"data"
,
{});
...
@@ -694,7 +692,7 @@ class Q extends ke {
...
@@ -694,7 +692,7 @@ class Q extends ke {
this
.
entityService
=
await
ibiz
.
entityService
.
getService
(
this
.
entityService
=
await
ibiz
.
entityService
.
getService
(
s
.
appEntity
.
codeName
,
s
.
appEntity
.
codeName
,
this
.
context
this
.
context
),
this
.
form
=
new
P
e
(
s
,
this
.
context
,
{
),
this
.
form
=
new
k
e
(
s
,
this
.
context
,
{
...
this
.
params
...
this
.
params
}),
await
this
.
form
.
init
(),
this
.
dashboard
.
nerve
.
self
.
evt
.
on
(
"mounted"
,
()
=>
{
}),
await
this
.
form
.
init
(),
this
.
dashboard
.
nerve
.
self
.
evt
.
on
(
"mounted"
,
()
=>
{
this
.
load
();
this
.
load
();
...
@@ -865,22 +863,22 @@ const j = S({
...
@@ -865,22 +863,22 @@ const j = S({
ref
:
"chartRef"
ref
:
"chartRef"
});
});
}
}
}),
Ue
=
[
"#FF0700"
,
"#FFF400"
,
"#73A0FA"
],
H
e
=
{
}),
Be
=
[
"#FF0700"
,
"#FFF400"
,
"#73A0FA"
],
U
e
=
{
strMapCode
:
!
0
,
strMapCode
:
!
0
,
visualMap
:
{
visualMap
:
{
text
:
[
"
\
u9AD8"
,
"
\
u4F4E"
],
text
:
[
"
\
u9AD8"
,
"
\
u4F4E"
],
min
:
0
,
min
:
0
,
max
:
100
,
max
:
100
,
rangeColor
:
U
e
rangeColor
:
B
e
},
},
pointSymbol
:
"pin"
pointSymbol
:
"pin"
},
W
e
=
"/assets/json/map/jiangsu/{id}.json"
;
},
H
e
=
"/assets/json/map/jiangsu/{id}.json"
;
async
function
Y
e
(
t
)
{
async
function
W
e
(
t
)
{
return
(
await
ibiz
.
net
.
axios
({
return
(
await
ibiz
.
net
.
axios
({
url
:
E
.
dir
(
W
e
.
replace
(
"{id}"
,
t
))
url
:
E
.
dir
(
H
e
.
replace
(
"{id}"
,
t
))
})).
data
;
})).
data
;
}
}
function
J
e
(
t
,
n
)
{
function
Y
e
(
t
,
n
)
{
const
s
=
/* @__PURE__ */
new
Map
(),
e
=
w
(
""
),
r
=
w
([]);
const
s
=
/* @__PURE__ */
new
Map
(),
e
=
w
(
""
),
r
=
w
([]);
let
o
;
let
o
;
const
d
=
w
(),
g
=
(
c
)
=>
{
const
d
=
w
(),
g
=
(
c
)
=>
{
...
@@ -895,8 +893,8 @@ function Je(t, n) {
...
@@ -895,8 +893,8 @@ function Je(t, n) {
},
i
=
async
(
c
)
=>
{
},
i
=
async
(
c
)
=>
{
if
(
s
.
has
(
c
))
if
(
s
.
has
(
c
))
return
;
return
;
const
f
=
await
Y
e
(
c
);
const
f
=
await
W
e
(
c
);
s
.
set
(
c
,
g
(
f
)),
_
e
(
c
,
f
);
s
.
set
(
c
,
g
(
f
)),
q
e
(
c
,
f
);
},
h
=
(
c
)
=>
{
},
h
=
(
c
)
=>
{
const
f
=
s
.
get
(
e
.
value
);
const
f
=
s
.
get
(
e
.
value
);
if
(
f
)
if
(
f
)
...
@@ -943,7 +941,7 @@ function Je(t, n) {
...
@@ -943,7 +941,7 @@ function Je(t, n) {
refresh
:
m
refresh
:
m
};
};
}
}
const
G
e
=
S
({
const
J
e
=
S
({
name
:
"MapChart"
,
name
:
"MapChart"
,
props
:
{
props
:
{
mapData
:
{
mapData
:
{
...
@@ -965,14 +963,14 @@ const Ge = S({
...
@@ -965,14 +963,14 @@ const Ge = S({
setup
(
t
,
{
setup
(
t
,
{
emit
:
n
emit
:
n
})
{
})
{
const
s
=
q
(
"map-chart"
),
e
=
N
(()
=>
Me
(
H
e
,
t
.
options
)),
{
const
s
=
q
(
"map-chart"
),
e
=
N
(()
=>
_e
(
U
e
,
t
.
options
)),
{
chartRef
:
r
,
chartRef
:
r
,
historyNames
:
o
,
historyNames
:
o
,
changeMap
:
d
,
changeMap
:
d
,
getCityName
:
g
,
getCityName
:
g
,
goBack
:
i
,
goBack
:
i
,
refresh
:
h
refresh
:
h
}
=
J
e
((
u
)
=>
{
}
=
Y
e
((
u
)
=>
{
const
{
const
{
visualMap
:
c
,
visualMap
:
c
,
pointSymbol
:
f
pointSymbol
:
f
...
@@ -1110,7 +1108,7 @@ const Ge = S({
...
@@ -1110,7 +1108,7 @@ const Ge = S({
}
}
},
[
"
\
u8FD4
\
u56DE"
])]);
},
[
"
\
u8FD4
\
u56DE"
])]);
}
}
}),
Qe
=
`image://
${
E
.
dir
(
"/assets/img/fiveStars.png"
)}
`
,
X
e
=
S
({
}),
Ge
=
`image://
${
E
.
dir
(
"/assets/img/fiveStars.png"
)}
`
,
Q
e
=
S
({
name
:
"PortalMapArea"
,
name
:
"PortalMapArea"
,
props
:
{
props
:
{
modelData
:
{
modelData
:
{
...
@@ -1159,14 +1157,14 @@ const Ge = S({
...
@@ -1159,14 +1157,14 @@ const Ge = S({
class
:
this
.
ns
.
e
(
"center"
)
class
:
this
.
ns
.
e
(
"center"
)
},
[
a
(
"div"
,
{
},
[
a
(
"div"
,
{
class
:
this
.
ns
.
e
(
"title"
)
class
:
this
.
ns
.
e
(
"title"
)
},
[
`
${
this
.
c
.
data
.
orgname
}
\u2014
${
this
.
c
.
data
.
yzrs
}
\u4EBA`
]),
a
(
G
e
,
{
},
[
`
${
this
.
c
.
data
.
orgname
}
\u2014
${
this
.
c
.
data
.
yzrs
}
\u4EBA`
]),
a
(
J
e
,
{
class
:
this
.
ns
.
e
(
"map"
),
class
:
this
.
ns
.
e
(
"map"
),
attrs
:
{
attrs
:
{
mapData
:
this
.
c
.
mapData
,
mapData
:
this
.
c
.
mapData
,
pointData
:
this
.
c
.
pointData
,
pointData
:
this
.
c
.
pointData
,
defaultMapName
:
this
.
c
.
params
.
orgcode
,
defaultMapName
:
this
.
c
.
params
.
orgcode
,
options
:
{
options
:
{
pointSymbol
:
Q
e
pointSymbol
:
G
e
}
}
},
},
on
:
{
on
:
{
...
@@ -1199,9 +1197,9 @@ const Ge = S({
...
@@ -1199,9 +1197,9 @@ const Ge = S({
})])]);
})])]);
}
}
});
});
class
Z
e
{
class
X
e
{
constructor
()
{
constructor
()
{
C
(
this
,
"component"
,
X
e
);
C
(
this
,
"component"
,
Q
e
);
}
}
async
createController
(
n
,
s
,
e
)
{
async
createController
(
n
,
s
,
e
)
{
const
r
=
new
Q
(
const
r
=
new
Q
(
...
@@ -1212,7 +1210,7 @@ class Ze {
...
@@ -1212,7 +1210,7 @@ class Ze {
return
await
r
.
init
(),
r
;
return
await
r
.
init
(),
r
;
}
}
}
}
class
et
extends
D
e
{
class
Ze
extends
P
e
{
constructor
()
{
constructor
()
{
super
(...
arguments
);
super
(...
arguments
);
C
(
this
,
"unit"
,
""
);
C
(
this
,
"unit"
,
""
);
...
@@ -1233,13 +1231,13 @@ class et extends De {
...
@@ -1233,13 +1231,13 @@ class et extends De {
}),
s
;
}),
s
;
}
}
}
}
function
t
t
(
t
,
n
,
s
,
e
=
{})
{
function
e
t
(
t
,
n
,
s
,
e
=
{})
{
return
ie
(
t
,
()
=>
{
return
ie
(
t
,
()
=>
{
const
r
=
new
et
(
n
,
s
,
e
);
const
r
=
new
Ze
(
n
,
s
,
e
);
return
le
(
t
,
"mdCtrlActiveMode"
,
r
.
setMdCtrlActiveMode
.
bind
(
r
)),
r
;
return
le
(
t
,
"mdCtrlActiveMode"
,
r
.
setMdCtrlActiveMode
.
bind
(
r
)),
r
;
});
});
}
}
function
s
t
(
t
)
{
function
t
t
(
t
)
{
return
{
handleClick
:
(
e
)
=>
{
return
{
handleClick
:
(
e
)
=>
{
const
r
=
t
.
selectedData
.
findIndex
((
o
)
=>
e
.
srfkey
===
o
.
srfkey
);
const
r
=
t
.
selectedData
.
findIndex
((
o
)
=>
e
.
srfkey
===
o
.
srfkey
);
if
(
t
.
singleSelect
)
if
(
t
.
singleSelect
)
...
@@ -1253,7 +1251,7 @@ function st(t) {
...
@@ -1253,7 +1251,7 @@ function st(t) {
t
.
handleDblClick
(
e
);
t
.
handleDblClick
(
e
);
}
};
}
};
}
}
const
a
t
=
S
({
const
s
t
=
S
({
name
:
"KqqkListControl"
,
name
:
"KqqkListControl"
,
props
:
{
props
:
{
modelData
:
{
modelData
:
{
...
@@ -1284,10 +1282,10 @@ const at = S({
...
@@ -1284,10 +1282,10 @@ const at = S({
setup
(
t
)
{
setup
(
t
)
{
const
{
const
{
proxy
:
n
proxy
:
n
}
=
V
(),
s
=
q
(
"kqqk-list"
),
e
=
t
t
(
n
,
t
.
modelData
,
t
.
context
,
t
.
params
),
{
}
=
V
(),
s
=
q
(
"kqqk-list"
),
e
=
e
t
(
n
,
t
.
modelData
,
t
.
context
,
t
.
params
),
{
handleClick
:
r
,
handleClick
:
r
,
handleDblClick
:
o
handleDblClick
:
o
}
=
s
t
(
e
),
d
=
(
i
,
h
)
=>
{
}
=
t
t
(
e
),
d
=
(
i
,
h
)
=>
{
const
m
=
e
.
selectedData
.
findIndex
((
u
)
=>
u
.
srfkey
===
i
.
srfkey
),
v
=
[
s
.
b
(
"item"
),
s
.
is
(
"active"
,
m
!==
-
1
)];
const
m
=
e
.
selectedData
.
findIndex
((
u
)
=>
u
.
srfkey
===
i
.
srfkey
),
v
=
[
s
.
b
(
"item"
),
s
.
is
(
"active"
,
m
!==
-
1
)];
return
a
(
"div"
,
{
return
a
(
"div"
,
{
class
:
v
,
class
:
v
,
...
@@ -1322,12 +1320,12 @@ const at = S({
...
@@ -1322,12 +1320,12 @@ const at = S({
},
[
this
.
c
.
complete
&&
[
this
.
renderListContent
()]]);
},
[
this
.
c
.
complete
&&
[
this
.
renderListContent
()]]);
}
}
});
});
class
n
t
{
class
a
t
{
constructor
()
{
constructor
()
{
C
(
this
,
"component"
,
a
t
);
C
(
this
,
"component"
,
s
t
);
}
}
}
}
function
o
t
(
t
)
{
function
n
t
(
t
)
{
return
{
handleClick
:
(
e
)
=>
{
return
{
handleClick
:
(
e
)
=>
{
const
r
=
t
.
selectedData
.
findIndex
((
o
)
=>
e
.
srfkey
===
o
.
srfkey
);
const
r
=
t
.
selectedData
.
findIndex
((
o
)
=>
e
.
srfkey
===
o
.
srfkey
);
if
(
t
.
singleSelect
)
if
(
t
.
singleSelect
)
...
@@ -1379,7 +1377,7 @@ const $ = S({
...
@@ -1379,7 +1377,7 @@ const $ = S({
}
=
V
(),
s
=
q
(
"control-list"
),
e
=
ce
(
n
,
t
.
modelData
,
t
.
context
,
t
.
params
),
{
}
=
V
(),
s
=
q
(
"control-list"
),
e
=
ce
(
n
,
t
.
modelData
,
t
.
context
,
t
.
params
),
{
handleClick
:
r
,
handleClick
:
r
,
handleDblClick
:
o
handleDblClick
:
o
}
=
o
t
(
e
);
}
=
n
t
(
e
);
let
d
=
!
0
;
let
d
=
!
0
;
A
(()
=>
{
A
(()
=>
{
_
(()
=>
e
,
(
u
,
c
)
=>
{
_
(()
=>
e
,
(
u
,
c
)
=>
{
...
@@ -1484,10 +1482,10 @@ const $ = S({
...
@@ -1484,10 +1482,10 @@ const $ = S({
},
[
this
.
c
.
complete
&&
[
this
.
renderAll
(),
this
.
renderListContent
(),
this
.
renderLoadMore
()]]);
},
[
this
.
c
.
complete
&&
[
this
.
renderAll
(),
this
.
renderListContent
(),
this
.
renderLoadMore
()]]);
}
}
});
});
const
r
t
=
S
({
const
o
t
=
S
({
name
:
"ListExpSelectTreeView"
,
name
:
"ListExpSelectTreeView"
,
components
:
{
components
:
{
Treeselect
:
E
e
,
Treeselect
:
M
e
,
ListExpControl
:
$
ListExpControl
:
$
},
},
props
:
{
props
:
{
...
@@ -1611,27 +1609,27 @@ const rt = S({
...
@@ -1611,27 +1609,27 @@ const rt = S({
return
null
;
return
null
;
}
}
});
});
class
i
t
{
class
r
t
{
constructor
()
{
constructor
()
{
C
(
this
,
"component"
,
"ListExpSelectTreeView"
);
C
(
this
,
"component"
,
"ListExpSelectTreeView"
);
}
}
}
}
class
l
t
{
class
i
t
{
constructor
()
{
constructor
()
{
C
(
this
,
"component"
,
"BYQKEditView"
);
C
(
this
,
"component"
,
"BYQKEditView"
);
}
}
}
}
class
c
t
{
class
l
t
{
constructor
()
{
constructor
()
{
C
(
this
,
"formEditor"
,
"KqBase64ImageUpload"
);
C
(
this
,
"formEditor"
,
"KqBase64ImageUpload"
);
C
(
this
,
"gridEditor"
,
"IBizGridFileUpload"
);
C
(
this
,
"gridEditor"
,
"IBizGridFileUpload"
);
}
}
async
createController
(
n
,
s
)
{
async
createController
(
n
,
s
)
{
const
e
=
new
S
e
(
n
,
s
);
const
e
=
new
D
e
(
n
,
s
);
return
await
e
.
init
(),
e
;
return
await
e
.
init
(),
e
;
}
}
}
}
const
d
t
=
S
({
const
c
t
=
S
({
name
:
"KqBase64ImageUpload"
,
name
:
"KqBase64ImageUpload"
,
props
:
he
(),
props
:
he
(),
emits
:
pe
(),
emits
:
pe
(),
...
@@ -1653,12 +1651,12 @@ const dt = S({
...
@@ -1653,12 +1651,12 @@ const dt = S({
})]);
})]);
}
}
});
});
class
u
t
{
class
d
t
{
constructor
()
{
constructor
()
{
C
(
this
,
"component"
,
"KqdwCustomPickupTreeView"
);
C
(
this
,
"component"
,
"KqdwCustomPickupTreeView"
);
}
}
}
}
const
h
t
=
S
({
const
u
t
=
S
({
name
:
"KqdwCustomPickupTreeView"
,
name
:
"KqdwCustomPickupTreeView"
,
props
:
{
props
:
{
context
:
{
context
:
{
...
@@ -1867,16 +1865,16 @@ const ht = S({
...
@@ -1867,16 +1865,16 @@ const ht = S({
},
[
"
\
u53D6
\
u6D88"
])])]);
},
[
"
\
u53D6
\
u6D88"
])])]);
}
}
});
});
class
p
t
{
class
h
t
{
constructor
()
{
constructor
()
{
C
(
this
,
"component"
,
"KqbcFormMDCtrl"
);
C
(
this
,
"component"
,
"KqbcFormMDCtrl"
);
}
}
async
createController
(
n
,
s
,
e
)
{
async
createController
(
n
,
s
,
e
)
{
const
r
=
new
q
e
(
n
,
s
,
e
);
const
r
=
new
S
e
(
n
,
s
,
e
);
return
await
r
.
init
(),
r
;
return
await
r
.
init
(),
r
;
}
}
}
}
const
m
t
=
S
({
const
p
t
=
S
({
name
:
"UserTabPageExp"
,
name
:
"UserTabPageExp"
,
props
:
{
props
:
{
routeMsgs
:
{
routeMsgs
:
{
...
@@ -1946,10 +1944,10 @@ const mt = S({
...
@@ -1946,10 +1944,10 @@ const mt = S({
}
}
}))])])]);
}))])])]);
}
}
}),
q
t
=
{
}),
D
t
=
{
mateUrl
:
import
.
meta
.
url
,
mateUrl
:
import
.
meta
.
url
,
install
(
t
)
{
install
(
t
)
{
t
.
component
(
"UserTabPageExp"
,
mt
),
t
.
component
(
"UserIndexView"
,
Ne
),
t
.
component
(
"UserAppLayout"
,
Re
),
t
.
component
(
"ListExpSelectTreeView"
,
r
t
),
t
.
component
(
"ListExpControl"
,
$
),
t
.
component
(
"ChangePassword"
,
J
),
t
.
component
(
t
.
component
(
"UserTabPageExp"
,
pt
),
t
.
component
(
"UserIndexView"
,
Ke
),
t
.
component
(
"UserAppLayout"
,
$e
),
t
.
component
(
"ListExpSelectTreeView"
,
o
t
),
t
.
component
(
"ListExpControl"
,
$
),
t
.
component
(
"ChangePassword"
,
J
),
t
.
component
(
"BYQKEditView"
,
"BYQKEditView"
,
()
=>
import
(
"./byqk-edit-view.fea98c06.js"
)
()
=>
import
(
"./byqk-edit-view.fea98c06.js"
)
),
t
.
component
(
),
t
.
component
(
...
@@ -1957,31 +1955,31 @@ const mt = S({
...
@@ -1957,31 +1955,31 @@ const mt = S({
()
=>
import
(
"./kqbc-form-mdctrl.b92c2279.js"
)
()
=>
import
(
"./kqbc-form-mdctrl.b92c2279.js"
)
),
ibiz
.
register
.
view
.
register
(
),
ibiz
.
register
.
view
.
register
(
"VIEW_CUSTOM_JskqIndexView"
,
"VIEW_CUSTOM_JskqIndexView"
,
new
T
e
()
new
E
e
()
),
ibiz
.
register
.
view
.
register
(
),
ibiz
.
register
.
view
.
register
(
"VIEW_CUSTOM_ListExpSelectTreeView"
,
"VIEW_CUSTOM_ListExpSelectTreeView"
,
new
i
t
()
new
r
t
()
),
E
.
loadStyle
([
"/style.css"
]),
ibiz
.
register
.
portletPart
.
register
(
),
E
.
loadStyle
([
"/style.css"
]),
ibiz
.
register
.
portletPart
.
register
(
"PORTLET_CUSTOM_JskqWebPortalSearchHeader"
,
"PORTLET_CUSTOM_JskqWebPortalSearchHeader"
,
new
B
e
()
new
F
e
()
),
ibiz
.
register
.
portletPart
.
register
(
),
ibiz
.
register
.
portletPart
.
register
(
"PORTLET_CUSTOM_jskqWebPortalMapArea"
,
"PORTLET_CUSTOM_jskqWebPortalMapArea"
,
new
Z
e
()
new
X
e
()
),
ibiz
.
register
.
control
.
register
(
),
ibiz
.
register
.
control
.
register
(
"LIST_RENDER_JskqWebKqqkList"
,
"LIST_RENDER_JskqWebKqqkList"
,
new
n
t
()
new
a
t
()
),
ibiz
.
register
.
view
.
register
(
),
ibiz
.
register
.
view
.
register
(
"VIEW_CUSTOM_ByqkCustomEditView"
,
"VIEW_CUSTOM_ByqkCustomEditView"
,
new
l
t
()
new
i
t
()
),
t
.
component
(
"KqBase64ImageUpload"
,
d
t
),
ibiz
.
register
.
editor
.
register
(
),
t
.
component
(
"KqBase64ImageUpload"
,
c
t
),
ibiz
.
register
.
editor
.
register
(
"PICTURE_ONE_Base64ImageUpload"
,
"PICTURE_ONE_Base64ImageUpload"
,
new
c
t
()
new
l
t
()
),
t
.
component
(
"KqdwCustomPickupTreeView"
,
h
t
),
ibiz
.
register
.
view
.
register
(
),
t
.
component
(
"KqdwCustomPickupTreeView"
,
u
t
),
ibiz
.
register
.
view
.
register
(
"VIEW_CUSTOM_KqdwCustomPickupTreeView"
,
"VIEW_CUSTOM_KqdwCustomPickupTreeView"
,
new
u
t
()
new
d
t
()
),
ibiz
.
register
.
formDetail
.
register
(
"MDCTRL"
,
new
p
t
());
),
ibiz
.
register
.
formDetail
.
register
(
"MDCTRL"
,
new
h
t
());
}
}
};
};
export
{
export
{
q
t
as
default
D
t
as
default
};
};
app_Web/public/plugins/@ibiz-template-plugin/jsjcy-kq-web@0.0.1/dist/index.legacy.js
浏览文件 @
c8f5fce1
因为 它太大了无法显示 源差异 。您可以改为
查看blob
。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录