Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
381832f3
提交
381832f3
编写于
12月 13, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
a80eae11
变更
20
隐藏空白字符变更
内嵌
并排
正在显示
20 个修改的文件
包含
264 行增加
和
139 行删除
+264
-139
app-caption.scss
app_Web/src/components/app-caption/app-caption.scss
+8
-0
app-caption.vue
app_Web/src/components/app-caption/app-caption.vue
+11
-3
app-embed-picker.vue
app_Web/src/components/app-embed-picker/app-embed-picker.vue
+1
-0
app-ey-upload.scss
app_Web/src/components/app-ey-upload/app-ey-upload.scss
+65
-1
app-ey-upload.vue
app_Web/src/components/app-ey-upload/app-ey-upload.vue
+73
-2
app-form-druipart.vue
...eb/src/components/app-form-druipart/app-form-druipart.vue
+1
-0
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
guide-return-form-form-base.vue
...ok/guide-return-form-form/guide-return-form-form-base.vue
+5
-5
guide-view-form-form-base.vue
...izbook/guide-view-form-form/guide-view-form-form-base.vue
+5
-5
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+2
-2
main5-form-base.vue
...src/widgets/ibizsample0001/main5-form/main5-form-base.vue
+2
-4
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+24
-24
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+12
-12
Main5.json
...S/Web/PSAPPDATAENTITIES/IBIZSample0001/PSFORMS/Main5.json
+2
-5
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+24
-24
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+12
-12
IBIZSample0001SF6EditView.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0001SF6EditView.json
+2
-5
PSSYSAPP.json
.../resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json
+8
-19
PSSYSAPP.simple.json
...ces/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json
+0
-10
PSSYSTEM.json
...-boot/src/main/resources/static/remotemodel/PSSYSTEM.json
+5
-4
未找到文件。
app_Web/src/components/app-caption/app-caption.scss
浏览文件 @
381832f3
...
...
@@ -2,4 +2,12 @@
font-size
:
18px
;
font-weight
:
700
;
color
:
var
(
--
app-color-black
);
&
.app-caption--embed
{
font-size
:
14px
;
height
:
25px
;
display
:
flex
;
align-items
:
center
;
padding-left
:
7px
;
border-left
:
4px
solid
var
(
--
app-color-blue
);
}
}
\ No newline at end of file
app_Web/src/components/app-caption/app-caption.vue
浏览文件 @
381832f3
<
template
>
<
span
class=
"app-caption"
>
{{
caption
}}
</span
>
<
div
:class=
"`app-caption app-caption--$
{openType.toLowerCase()}`">
{{
caption
}}
</div
>
</
template
>
<
script
lang=
'ts'
>
import
{
Vue
,
Component
,
Prop
}
from
'vue-property-decorator'
;
...
...
@@ -8,12 +8,20 @@ import { Vue, Component, Prop } from 'vue-property-decorator';
export
default
class
AppCaption
extends
Vue
{
/**
*
按钮
标题
*
视图
标题
*
* @type {string}
* @memberof App
Butt
on
* @memberof App
Capti
on
*/
@
Prop
()
public
caption
?:
string
;
/**
* 打开方式
*
* @type {'ROUTE' | 'EMBED' | 'MODAL'}
* @memberof AppCaption
*/
@
Prop
({
default
:
'ROUTE'
})
public
openType
!
:
'ROUTE'
|
'EMBED'
|
'MODAL'
;
}
</
script
>
<
style
lang=
"scss"
>
...
...
app_Web/src/components/app-embed-picker/app-embed-picker.vue
浏览文件 @
381832f3
...
...
@@ -6,6 +6,7 @@
:viewdata=
"viewdata"
:viewparam=
"viewparam"
:viewDefaultUsage=
"false"
openType=
"EMBED"
@
viewdataschange=
"setValue($event)"
style=
"height:100%;"
>
</component>
...
...
app_Web/src/components/app-ey-upload/app-ey-upload.scss
浏览文件 @
381832f3
.app-ey-upload
{
>
.el-row
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
flex-start
;
.app-ey-upload__item
+
.app-ey-upload__item
{
margin-top
:
10px
;
}
}
.el-upload
{
height
:
34px
;
width
:
270px
;
.el-button
{
height
:
100%
;
width
:
100%
;
padding
:
4px
10px
;
border-radius
:
0
;
background-color
:
var
(
--
app-color-white
);
border
:
1px
solid
var
(
--
app-color-gray-235
);
&
:hover
{
color
:
var
(
--
app-color-blue
);
}
span
{
font-size
:
12px
;
line-height
:
20px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
}
}
.app-ey-upload__item
{
height
:
34px
;
display
:
flex
;
align-items
:
center
;
>
div
{
height
:
100%
;
}
}
.app-ey-upload__buttons
{
width
:
30px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
img
{
height
:
20px
;
width
:
20px
;
cursor
:
pointer
;
}
}
.app-ey-upload__preview
{
font-size
:
12px
;
line-height
:
20px
;
display
:
flex
;
align-items
:
center
;
gap
:
30px
;
.file-title
{
color
:
var
(
--
app-color-blue
);
cursor
:
pointer
;
}
.file-icon
{
cursor
:
pointer
;
display
:
flex
;
align-items
:
center
;
}
}
}
\ No newline at end of file
app_Web/src/components/app-ey-upload/app-ey-upload.vue
浏览文件 @
381832f3
<
template
>
<div
class=
"app-ey-upload"
>
安永文件上传
</div>
<div
class=
"app-ey-upload"
>
<el-row>
<el-col
v-for=
"(item,index) in uploadFileList"
:key=
"index"
class=
"app-ey-upload__item app-ey-upload__preview"
>
<span
class=
"file-title"
@
click=
"onDownload(item)"
>
<span>
{{
item
.
name
}}
</span>
</span>
<span
class=
"file-version"
>
<span>
文件版本号:v1.0
</span>
</span>
<span
class=
"file-size"
>
<span>
文件大小:
{{
getFileSize
(
item
.
size
)
}}
</span>
</span>
<span
class=
"file-owner"
>
<span>
文件上传人:Na Na Zhang
</span>
</span>
<span
class=
"file-time"
>
<span>
文件上传时间:2022/10/31 18:49:12
</span>
</span>
<div
class=
"file-icon"
>
<img
v-if=
"!buttonCount"
src=
"assets/img/ey_switch.svg"
@
click=
"onRemove(item,index, true)"
>
<img
v-else
src=
"assets/img/remove_circle.svg"
@
click=
"onRemove(item,index)"
>
</div>
</el-col>
<el-col
v-for=
"count in buttonCount"
:key=
"count"
class=
"app-ey-upload__item"
>
<el-upload
ref=
"upload"
list-type=
"text"
:disabled=
"disabled"
:action=
"getAction()"
:headers=
"myHeaders"
:file-list=
"uploadFileList"
:show-file-list=
"false"
:http-request=
"customUploadFile"
>
<el-button
size=
"small"
:disabled=
"disabled"
>
<img
src=
"assets/img/ey_upload.svg"
>
文件上传
</el-button>
</el-upload>
<div
class=
"app-ey-upload__buttons"
>
<img
v-if=
"count === buttonCount"
src=
"assets/img/ic_add_circle.svg"
@
click=
"buttonCount++"
>
<img
v-else
src=
"assets/img/remove_circle.svg"
@
click=
"buttonCount--"
>
</div>
</el-col>
</el-row>
</div>
</
template
>
<
script
lang=
"ts"
>
...
...
@@ -194,6 +238,14 @@ export default class AppEYUpload extends Vue {
*/
public
iframeUrl
:
any
=
""
;
/**
* 按钮数量
*
* @type {number}
* @memberof AppEYUpload
*/
public
buttonCount
:
number
=
1
;
/**
* 关闭自定义弹框
*
...
...
@@ -207,6 +259,21 @@ export default class AppEYUpload extends Vue {
iframe
.
parentNode
.
removeChild
(
"fileIframe"
);
}
/**
* 获取文件大小
*
* @memberof AppEYUpload
*/
public
getFileSize
(
size
:
number
)
{
if
(
size
<
1024
)
{
return
`
${
size
}
Byte`
;
}
else
if
(
size
<
1024
*
1024
)
{
return
`
${
size
/
1024
}
KB`
;
}
else
{
return
`
${
size
/
1024
/
1024
}
MB`
;
}
}
/**
* 拼接上传路径
*
...
...
@@ -343,6 +410,7 @@ export default class AppEYUpload extends Vue {
if
(
this
.
isCreate
==
true
)
{
this
.
isUpdateBatch
=
true
;
}
this
.
buttonCount
--
;
// 保存到文件列表进行显示
this
.
uploadFileList
.
push
(
response
.
data
);
// persistence=true时需要持久化表单属性
...
...
@@ -493,7 +561,7 @@ export default class AppEYUpload extends Vue {
* @param index
* @memberof AppEYUpload
*/
public
onRemove
(
item
:
any
,
index
:
number
)
{
public
onRemove
(
item
:
any
,
index
:
number
,
isSwitch
:
boolean
=
false
)
{
let
_this
:
any
=
this
;
if
(
item
)
{
MessageBox
.
confirm
(
_this
.
$t
(
"components.diskFileUpload.deleteFile"
),
_this
.
$t
(
"components.diskFileUpload.deleteFilePrompt"
),
{
...
...
@@ -511,6 +579,9 @@ export default class AppEYUpload extends Vue {
}
// 从文件列表中删除
this
.
uploadFileList
.
splice
(
index
,
1
);
if
(
isSwitch
)
{
this
.
buttonCount
++
;
}
// persistence=true时需要持久化表单属性
if
(
this
.
persistence
==
true
)
{
const
value
=
JSON
.
stringify
(
this
.
uploadFileList
);
...
...
app_Web/src/components/app-form-druipart/app-form-druipart.vue
浏览文件 @
381832f3
...
...
@@ -9,6 +9,7 @@
:viewDefaultUsage=
"false"
:formDruipart=
"formDruipart"
:isformDruipart=
"true"
openType=
"EMBED"
@
mditemsload=
"mditemsload"
@
drdatasaved=
"drdatasaved"
@
drdatachange=
"drdatachange"
...
...
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
381832f3
...
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
4ListView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
4ListView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-base.vue
浏览文件 @
381832f3
...
...
@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1765,7 +1765,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/guide-view-form-form/guide-view-form-form-base.vue
浏览文件 @
381832f3
...
...
@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
381832f3
...
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizsample0001/main5-form/main5-form-base.vue
浏览文件 @
381832f3
...
...
@@ -250,20 +250,18 @@ dataType="LONGTEXT" unitName="" :precision="0"
</i-col>
<i-col
v-show=
"detailsModel.formitem2.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'formitem2'
:itemRules=
"this.rules().formitem2"
class=
''
:caption=
"$t('entities.ibizsample0001.main5_form.details.formitem2')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.formitem2.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-ey-upload
<app-ey-upload
:limit=
"9999"
:accept=
"'*'"
:formState=
"formState"
:ignorefieldvaluechange=
"ignorefieldvaluechange"
@
formitemvaluechange=
"onFormItemValueChange"
:data=
"JSON.stringify(this.data)"
name=
'formitem2'
:value=
"data.formitem2"
:disabled=
"detailsModel.formitem2.disabled"
:uploadparams=
'
{}'
:exportparams='{}'
:multiple='true'
style="overflow: auto;">
@formitemvaluechange="onFormItemValueChange">
</app-ey-upload>
</app-form-item>
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
381832f3
...
...
@@ -12,30 +12,6 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -71,6 +47,30 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
381832f3
...
...
@@ -20,18 +20,6 @@
}
}
],
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"mOSFilePath"
:
"psdetreecols/subtext"
,
"name"
:
"subtext"
,
"rTMOSFilePath"
:
"psdetreecols/subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -55,6 +43,18 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"mOSFilePath"
:
"psdetreecols/subtext"
,
"name"
:
"subtext"
,
"rTMOSFilePath"
:
"psdetreecols/subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0001/PSFORMS/Main5.json
浏览文件 @
381832f3
...
...
@@ -1072,15 +1072,12 @@
"MINFILECNT"
:
""
,
"MAXFILECNT"
:
""
},
"editorStyle"
:
"EY"
,
"editorType"
:
"FILEUPLOADER"
,
"maxFileCount"
:
-1
,
"maxFileSize"
:
-1
,
"minFileCount"
:
0
,
"name"
:
"formitem2"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"EYUpload"
}
"name"
:
"formitem2"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
381832f3
...
...
@@ -42,30 +42,6 @@
"id"
:
"GANTT"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -101,6 +77,30 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
381832f3
...
...
@@ -88,18 +88,6 @@
"id"
:
"TREEGRIDEX"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"mOSFilePath"
:
"psdetreecols/subtext"
,
"name"
:
"subtext"
,
"rTMOSFilePath"
:
"psdetreecols/subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -123,6 +111,18 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"mOSFilePath"
:
"psdetreecols/subtext"
,
"name"
:
"subtext"
,
"rTMOSFilePath"
:
"psdetreecols/subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0001SF6EditView.json
浏览文件 @
381832f3
...
...
@@ -1201,15 +1201,12 @@
"MINFILECNT"
:
""
,
"MAXFILECNT"
:
""
},
"editorStyle"
:
"EY"
,
"editorType"
:
"FILEUPLOADER"
,
"maxFileCount"
:
-1
,
"maxFileSize"
:
-1
,
"minFileCount"
:
0
,
"name"
:
"formitem2"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"EYUpload"
}
"name"
:
"formitem2"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
381832f3
...
...
@@ -2014,15 +2014,6 @@
"codeName" : "IBIZSample0016"
} ],
"getAllPSAppEditorStyleRefs" : [ {
"containerType" : "FORMITEM",
"editorType" : "FILEUPLOADER",
"name" : "安永文件上传",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "EYUpload"
},
"pluginCode" : "EYUpload"
}, {
"containerType" : "FORMITEM",
"editorType" : "SLIDER",
"name" : "红色滑动条",
...
...
@@ -2231,6 +2222,14 @@
"name" : "【单选】人员(指定单位内人员)",
"rTMOSFilePath" : "pssysapps/Web/psappeditorstylerefs/EMPSELECT",
"styleCode" : "EMPSELECT"
}, {
"codeName" : "EY",
"containerType" : "FORMITEM",
"editorType" : "FILEUPLOADER",
"mOSFilePath" : "pssysapps/Web/psappeditorstylerefs/EY",
"name" : "安永文件上传",
"rTMOSFilePath" : "pssysapps/Web/psappeditorstylerefs/EY",
"styleCode" : "EY"
}, {
"codeName" : "HIDDEN",
"containerType" : "FORMITEM",
...
...
@@ -5523,16 +5522,6 @@
"templCode" : "<AppViewLayout :class=\"classNames\">\r\n <template v-if=\"!noViewCaption && model.showCaption\" #viewHeaderLeft>\r\n <div class=\"view-header__left__caption\">\r\n <AppCaptionBar :caption=\"model.caption\" :title=\"model.title\" :capPSLanguageRes=\"model.capPSLanguageRes\" :titlePSLanguageRes=\"model.titlePSLanguageRes\"></AppCaptionBar>\r\n <AppDataInfoBar v-if=\"model.showDataInfoBar\" :dataInfo=\"store.dataInfo\"></AppDataInfoBar>\r\n </div>\r\n </template>\r\n <template #default>\r\n <guideWizardPanel\r\n :actions=\"{\r\n initAction: 'Get',\r\n finishAction: 'Update',\r\n }\"\r\n :openView=\"store.openView\"\r\n :newView=\"store.newView\"\r\n name=\"wizardpanel\"\r\n :context=\"store.context\"\r\n :viewParams=\"store.viewParams\"\r\n :closeView=\"store.closeView\"\r\n :pLoadingHelper=\"store.loadingHelper\"\r\n :pViewCtx=\"store.viewCtx\"\r\n @ctrl-init=\"(name:string, ability:any) => { handleCtrlInit(controller, name, ability) }\"\r\n @ctrl-action=\"(name:string, action:any, data:any) => { handleCtrlAction(controller, name, action, data) }\"\r\n @ctrl-destroy=\"(name:string, data:any) => { handleCtrlDestroy(controller, name, data) }\"/>\r\n </template>\r\n </AppViewLayout>",
"templCode2" : "import { AppViewLayout } from \"@components/layout/view-layout\";\r\nimport guideWizardPanel from '@widgets/ibizbook/guide-wizard-panel/guide-wizard-panel.vue';\r\nimport { \r\n useNavParamsBind, \r\n useEventBind, \r\n handleCtrlAction, \r\n handleCtrlInit, \r\n handleCtrlDestroy, \r\n getViewClassNames,\r\n} from \"@/hooks/use-view\";\r\nimport { WizardViewActionType, IContext, IParam, IWizardViewAbility, IWizardViewControllerParams, IWizardViewStore, WizardViewController, IWizardViewController, ILoadingHelper, IEvent } from '@/core';\r\n\r\ninterface Props {\r\n name?: string,\r\n noViewCaption?: boolean,\r\n openType?: 'ROUTE' | 'EMBED' | 'MODAL',\r\n context?: IContext,\r\n viewParams?: IParam,\r\n pLoadingHelper?: ILoadingHelper,\r\n isLoadDefault?: boolean,\r\n controller: IWizardViewController<IWizardViewStore, IWizardViewAbility>\r\n}\r\n\r\nconst props = withDefaults(defineProps<Props>(), {\r\n noViewCaption: false,\r\n openType: 'ROUTE',\r\n isLoadDefault: true,\r\n});\r\nconst model: IParam = props.controller.getModel();\r\nconst store: IWizardViewStore = props.controller.getStore();\r\nconst classNames = computed(() => {\r\n const classNames = getViewClassNames(model, props);\r\n Object.assign(classNames, {\"bottom-steper\": true});\r\n return classNames;\r\n});",
"templCode3" : ".bottom-steper {\r\n .app-control-wizardpanel {\r\n .app-control-wizardpanel__header {\r\n order: 10;\r\n }\r\n }\r\n}"
}, {
"name" : "安永文件上传",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "EYUpload"
},
"pluginCode" : "EYUpload",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "<app-ey-upload\n :limit=\"<#if editor.getEditorParam('limit','') != ''>${editor.getEditorParam('limit','')}<#else>9999</#if>\"\n :accept=\"'<#if editor.getEditorParam('accept','') != ''>${editor.getEditorParam('accept','')}<#else>*</#if>'\"\n :formState=\"formState\"\n :ignorefieldvaluechange=\"ignorefieldvaluechange\"\n @formitemvaluechange=\"onFormItemValueChange\"\n :data=\"JSON.stringify(this.data)\"\n name='${editor.name}'\n :value=\"data.${editor.name}\"\n :disabled=\"detailsModel.${editor.name}.disabled\"\n :uploadparams='<#if editor.getEditorParam('uploadparams','') != ''>${editor.getEditorParam('uploadparams','')}<#else>{}</#if>'\n :exportparams='<#if editor.getEditorParam('exportparams','') != ''>${editor.getEditorParam('exportparams','')}<#else>{}</#if>'\n :multiple='<#if editor.getEditorParam('multiple','') != ''>${editor.getEditorParam('multiple','')}<#else>true</#if>'\n style=\"${editor.getEditorCssStyle()}overflow: auto;\">\n</app-ey-upload>"
}, {
"name" : "工具栏测试插件",
"getPSSysPFPlugin" : {
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
381832f3
...
...
@@ -63,16 +63,6 @@
"templCode"
:
"<AppViewLayout :class=
\"
classNames
\"
>
\r\n
<template v-if=
\"
!noViewCaption && model.showCaption
\"
#viewHeaderLeft>
\r\n
<div class=
\"
view-header__left__caption
\"
>
\r\n
<AppCaptionBar :caption=
\"
model.caption
\"
:title=
\"
model.title
\"
:capPSLanguageRes=
\"
model.capPSLanguageRes
\"
:titlePSLanguageRes=
\"
model.titlePSLanguageRes
\"
></AppCaptionBar>
\r\n
<AppDataInfoBar v-if=
\"
model.showDataInfoBar
\"
:dataInfo=
\"
store.dataInfo
\"
></AppDataInfoBar>
\r\n
</div>
\r\n
</template>
\r\n
<template #default>
\r\n
<guideWizardPanel
\r\n
:actions=
\"
{
\r\n
initAction: 'Get',
\r\n
finishAction: 'Update',
\r\n
}
\"\r\n
:openView=
\"
store.openView
\"\r\n
:newView=
\"
store.newView
\"\r\n
name=
\"
wizardpanel
\"\r\n
:context=
\"
store.context
\"\r\n
:viewParams=
\"
store.viewParams
\"\r\n
:closeView=
\"
store.closeView
\"\r\n
:pLoadingHelper=
\"
store.loadingHelper
\"\r\n
:pViewCtx=
\"
store.viewCtx
\"\r\n
@ctrl-init=
\"
(name:string, ability:any) => { handleCtrlInit(controller, name, ability) }
\"\r\n
@ctrl-action=
\"
(name:string, action:any, data:any) => { handleCtrlAction(controller, name, action, data) }
\"\r\n
@ctrl-destroy=
\"
(name:string, data:any) => { handleCtrlDestroy(controller, name, data) }
\"
/>
\r\n
</template>
\r\n
</AppViewLayout>"
,
"templCode2"
:
"import { AppViewLayout } from
\"
@components/layout/view-layout
\"
;
\r\n
import guideWizardPanel from '@widgets/ibizbook/guide-wizard-panel/guide-wizard-panel.vue';
\r\n
import {
\r\n
useNavParamsBind,
\r\n
useEventBind,
\r\n
handleCtrlAction,
\r\n
handleCtrlInit,
\r\n
handleCtrlDestroy,
\r\n
getViewClassNames,
\r\n
} from
\"
@/hooks/use-view
\"
;
\r\n
import { WizardViewActionType, IContext, IParam, IWizardViewAbility, IWizardViewControllerParams, IWizardViewStore, WizardViewController, IWizardViewController, ILoadingHelper, IEvent } from '@/core';
\r\n\r\n
interface Props {
\r\n
name?: string,
\r\n
noViewCaption?: boolean,
\r\n
openType?: 'ROUTE' | 'EMBED' | 'MODAL',
\r\n
context?: IContext,
\r\n
viewParams?: IParam,
\r\n
pLoadingHelper?: ILoadingHelper,
\r\n
isLoadDefault?: boolean,
\r\n
controller: IWizardViewController<IWizardViewStore, IWizardViewAbility>
\r\n
}
\r\n\r\n
const props = withDefaults(defineProps<Props>(), {
\r\n
noViewCaption: false,
\r\n
openType: 'ROUTE',
\r\n
isLoadDefault: true,
\r\n
});
\r\n
const model: IParam = props.controller.getModel();
\r\n
const store: IWizardViewStore = props.controller.getStore();
\r\n
const classNames = computed(() => {
\r\n
const classNames = getViewClassNames(model, props);
\r\n
Object.assign(classNames, {
\"
bottom-steper
\"
: true});
\r\n
return classNames;
\r\n
});"
,
"templCode3"
:
".bottom-steper {
\r\n
.app-control-wizardpanel {
\r\n
.app-control-wizardpanel__header {
\r\n
order: 10;
\r\n
}
\r\n
}
\r\n
}"
},
{
"name"
:
"安永文件上传"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"EYUpload"
},
"pluginCode"
:
"EYUpload"
,
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"refMode"
:
"EDITORSTYPE"
,
"templCode"
:
"<app-ey-upload
\n
:limit=
\"
<#if editor.getEditorParam('limit','') != ''>${editor.getEditorParam('limit','')}<#else>9999</#if>
\"\n
:accept=
\"
'<#if editor.getEditorParam('accept','') != ''>${editor.getEditorParam('accept','')}<#else>*</#if>'
\"\n
:formState=
\"
formState
\"\n
:ignorefieldvaluechange=
\"
ignorefieldvaluechange
\"\n
@formitemvaluechange=
\"
onFormItemValueChange
\"\n
:data=
\"
JSON.stringify(this.data)
\"\n
name='${editor.name}'
\n
:value=
\"
data.${editor.name}
\"\n
:disabled=
\"
detailsModel.${editor.name}.disabled
\"\n
:uploadparams='<#if editor.getEditorParam('uploadparams','') != ''>${editor.getEditorParam('uploadparams','')}<#else>{}</#if>'
\n
:exportparams='<#if editor.getEditorParam('exportparams','') != ''>${editor.getEditorParam('exportparams','')}<#else>{}</#if>'
\n
:multiple='<#if editor.getEditorParam('multiple','') != ''>${editor.getEditorParam('multiple','')}<#else>true</#if>'
\n
style=
\"
${editor.getEditorCssStyle()}overflow: auto;
\"
>
\n
</app-ey-upload>"
},
{
"name"
:
"工具栏测试插件"
,
"getPSSysPFPlugin"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSTEM.json
浏览文件 @
381832f3
...
...
@@ -1047,14 +1047,15 @@
"styleCode"
:
"MAPPOSITION"
,
"replaceDefault"
:
false
},
{
"codeName"
:
"EY"
,
"dynaModelFilePath"
:
"PSSYSEDITORSTYLES/EY.json"
,
"editorHeight"
:
-1.0
,
"editorType"
:
"FILEUPLOADER"
,
"editorWidth"
:
-1.0
,
"mOSFilePath"
:
"pssyseditorstyles/EY"
,
"name"
:
"安永文件上传"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"EYUpload"
},
"rTMOSFilePath"
:
"pssyseditorstyles/EY"
,
"styleCode"
:
"EY"
,
"replaceDefault"
:
false
},
{
"codeName"
:
"Auto10"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录