Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
08b95bdb
提交
08b95bdb
编写于
2年前
作者:
Cano1997
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:临时删除
上级
1f2127fe
master
1.6
1.7
1.8
无相关合并请求
变更
16
展开全部
显示空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
0 行增加
和
7871 行删除
+0
-7871
ibizbookedit-view9-base.vue
...ges/sample/ibizbookedit-view9/ibizbookedit-view9-base.vue
+0
-776
ibizbookedit-view9.scss
...c/pages/sample/ibizbookedit-view9/ibizbookedit-view9.scss
+0
-14
ibizbookedit-view9.vue
...rc/pages/sample/ibizbookedit-view9/ibizbookedit-view9.vue
+0
-24
ibizbookusr3-medit-view9-base.vue
...bizbookusr3-medit-view9/ibizbookusr3-medit-view9-base.vue
+0
-786
ibizbookusr3-medit-view9.scss
...le/ibizbookusr3-medit-view9/ibizbookusr3-medit-view9.scss
+0
-9
ibizbookusr3-medit-view9.vue
...ple/ibizbookusr3-medit-view9/ibizbookusr3-medit-view9.vue
+0
-24
plugin-grid-base.vue
...Web/src/widgets/ibizbook/plugin-grid/plugin-grid-base.vue
+0
-2430
plugin-grid-model.ts
...Web/src/widgets/ibizbook/plugin-grid/plugin-grid-model.ts
+0
-135
plugin-grid-service.ts
...b/src/widgets/ibizbook/plugin-grid/plugin-grid-service.ts
+0
-495
plugin-grid.scss
app_Web/src/widgets/ibizbook/plugin-grid/plugin-grid.scss
+0
-227
plugin-grid.vue
app_Web/src/widgets/ibizbook/plugin-grid/plugin-grid.vue
+0
-16
usr1206025757-form-base.vue
...s/ibizbook/usr1206025757-form/usr1206025757-form-base.vue
+0
-2307
usr1206025757-form-model.ts
...s/ibizbook/usr1206025757-form/usr1206025757-form-model.ts
+0
-85
usr1206025757-form-service.ts
...ibizbook/usr1206025757-form/usr1206025757-form-service.ts
+0
-473
usr1206025757-form.scss
...dgets/ibizbook/usr1206025757-form/usr1206025757-form.scss
+0
-54
usr1206025757-form.vue
...idgets/ibizbook/usr1206025757-form/usr1206025757-form.vue
+0
-16
未找到文件。
app_Web/src/pages/sample/ibizbookedit-view9/ibizbookedit-view9-base.vue
已删除
100644 → 0
浏览文件 @
1f2127fe
此差异已折叠。
点击以展开。
app_Web/src/pages/sample/ibizbookedit-view9/ibizbookedit-view9.scss
已删除
100644 → 0
浏览文件 @
1f2127fe
// 基于 @VIEW/实体编辑视图(部件视图)/VIEW.scss.ftl 生成
.view-card
{
>
.ivu-card-extra
{
top
:
5px
;
right
:
0px
;
}
}
.ibizbookedit-view9
{
position
:
relative
;
}
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizbookedit-view9/ibizbookedit-view9.vue
已删除
100644 → 0
浏览文件 @
1f2127fe
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZBOOKEditView9Base
from
'./ibizbookedit-view9-base.vue'
;
import
view_form
from
'@widgets/ibizbook/meditform-form/meditform-form.vue'
;
// 基于 @VIEW/实体编辑视图(部件视图)/VIEW.vue.ftl 生成
@
Component
({
components
:
{
view_form
,
},
beforeRouteEnter
:
(
to
:
any
,
from
:
any
,
next
:
any
)
=>
{
next
((
vm
:
any
)
=>
{
if
(
!
Object
.
is
(
vm
.
navModel
,
"route"
)){
vm
.
initNavDataWithTab
(
vm
.
viewCacheData
);
}
vm
.
$store
.
commit
(
'addCurPageViewtag'
,
{
fullPath
:
to
.
fullPath
,
viewtag
:
vm
.
viewtag
});
});
},
})
export
default
class
IBIZBOOKEditView9
extends
IBIZBOOKEditView9Base
{
}
</
script
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizbookusr3-medit-view9/ibizbookusr3-medit-view9-base.vue
已删除
100644 → 0
浏览文件 @
1f2127fe
此差异已折叠。
点击以展开。
app_Web/src/pages/sample/ibizbookusr3-medit-view9/ibizbookusr3-medit-view9.scss
已删除
100644 → 0
浏览文件 @
1f2127fe
// 基于 @VIEW/实体多表单编辑视图(部件视图))/VIEW.scss.ftl 生成
.ibizbookusr3-medit-view9
{
position
:
relative
;
}
.ibizbookusr3-medit-view9
{
display
:
block
;
}
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizbookusr3-medit-view9/ibizbookusr3-medit-view9.vue
已删除
100644 → 0
浏览文件 @
1f2127fe
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZBOOKUsr3MEditView9Base
from
'./ibizbookusr3-medit-view9-base.vue'
;
import
view_meditviewpanel
from
'@widgets/ibizbook/main-multieditviewpanel/main-multieditviewpanel.vue'
;
// 基于 @VIEW/实体多表单编辑视图(部件视图)/VIEW.vue.ftl 生成
@
Component
({
components
:
{
view_meditviewpanel
,
},
beforeRouteEnter
:
(
to
:
any
,
from
:
any
,
next
:
any
)
=>
{
next
((
vm
:
any
)
=>
{
if
(
!
Object
.
is
(
vm
.
navModel
,
"route"
)){
vm
.
initNavDataWithTab
(
vm
.
viewCacheData
);
}
vm
.
$store
.
commit
(
'addCurPageViewtag'
,
{
fullPath
:
to
.
fullPath
,
viewtag
:
vm
.
viewtag
});
});
},
})
export
default
class
IBIZBOOKUsr3MEditView9
extends
IBIZBOOKUsr3MEditView9Base
{
}
</
script
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/plugin-grid/plugin-grid-base.vue
已删除
100644 → 0
浏览文件 @
1f2127fe
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/plugin-grid/plugin-grid-model.ts
已删除
100644 → 0
浏览文件 @
1f2127fe
// 基于 @CONTROL/表格/MODEL.ts.ftl 生成
/**
* Plugin 部件模型
*
* @export
* @class PluginModel
*/
export
default
class
PluginModel
{
/**
* 是否是实体数据导出
*
* @returns {any[]}
* @memberof PluginGridMode
*/
public
isDEExport
:
boolean
=
false
;
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof PluginGridMode
*/
public
getDataItems
():
any
[]
{
if
(
this
.
isDEExport
){
return
[
]
}
else
{
return
[
{
name
:
'ibizbookname'
,
prop
:
'ibizbookname'
,
dataType
:
'TEXT'
,
},
{
name
:
'booknumber'
,
prop
:
'booknumber'
,
dataType
:
'INT'
,
},
{
name
:
'subtext'
,
prop
:
'subtext'
,
dataType
:
'TEXT'
,
},
{
name
:
'ibizbookid'
,
prop
:
'ibizbookid'
,
dataType
:
'GUID'
,
},
{
name
:
'srfkey'
,
prop
:
'ibizbookid'
,
dataType
:
'GUID'
,
isEditable
:
true
},
{
name
:
'srfdataaccaction'
,
prop
:
'ibizbookid'
,
dataType
:
'GUID'
,
},
{
name
:
'srfmajortext'
,
prop
:
'ibizbookname'
,
dataType
:
'TEXT'
,
},
{
name
:
'srfmstag'
,
},
{
name
:
'ibizbook'
,
prop
:
'ibizbookid'
,
},
{
name
:
'n_ibizbookname_like'
,
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'size'
,
prop
:
'size'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'query'
,
prop
:
'query'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'filter'
,
prop
:
'filter'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'page'
,
prop
:
'page'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'sort'
,
prop
:
'sort'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'srfparentdata'
,
prop
:
'srfparentdata'
,
dataType
:
'QUERYPARAM'
},
// 前端新增修改标识,新增为"0",修改为"1"或未设值
{
name
:
'srffrontuf'
,
prop
:
'srffrontuf'
,
dataType
:
'TEXT'
,
},
// 预置工作流数据字段
{
name
:
'srfprocessdefinitionkey'
,
prop
:
'srfprocessdefinitionkey'
,
dataType
:
'TEXT'
},
{
name
:
'srftaskdefinitionkey'
,
prop
:
'srftaskdefinitionkey'
,
dataType
:
'TEXT'
},
{
name
:
'srftaskid'
,
prop
:
'srftaskid'
,
dataType
:
'TEXT'
}
]
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/plugin-grid/plugin-grid-service.ts
已删除
100644 → 0
浏览文件 @
1f2127fe
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/plugin-grid/plugin-grid.scss
已删除
100644 → 0
浏览文件 @
1f2127fe
// 基于 @CONTROL/表格/CONTROL.scss.ftl 生成
.grid
{
flex-grow
:
1
;
height
:
100%
;
overflow
:
auto
;
.
el-table__body-wrapper
:
:-
webkit-scrollbar
{
/*滚动条整体样式*/
width
:
10px
!
important
;
/*高宽分别对应横竖滚动条的尺寸*/
height
:
10px
!
important
;
}
.
el-table__body-wrapper
:
:-
webkit-scrollbar-thumb
{
/*滚动条颜色*/
border-radius
:
10px
!
important
;
background-color
:
#cecece
!
important
;
}
.
el-table__body-wrapper
:
:-
webkit-scrollbar-track
{
/*滚动条里面轨道*/
box-shadow
:
inset
0
0
5px
rgba
(
0
,
0
,
0
,
0
.2
)
!
important
;
background
:
#ededed
!
important
;
border-radius
:
10px
!
important
;
}
/*表格文字过长省略*/
.el-table
th
>
.cell
,
.el-table
td
>
.cell
{
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
word-break
:
break-all
;
}
.el-table-column--selection
.cell
{
padding-left
:
10px
;
padding-right
:
10px
;
.el-checkbox
{
margin-right
:
0
;
}
}
.app-column-link
,
.app-format-data
{
display
:
inline
;
}
.el-table
{
height
:
100%
;
border-left
:
none
;
// 去除表格右侧边框
&
:
:
after
{
width
:
0
;
}
.el-table__row
{
.grid-uiaction-divider
{
padding
:
0
10px
0
10px
;
border-left
:
1px
#b3b3b3
solid
;
}
.grid-first-uiaction
{
padding
:
0
10px
0
10px
;
}
}
// 表格头最小高度为45px
.el-table__header-wrapper
,
.el-table__fixed-header-wrapper
{
min-height
:
60px
;
height
:
auto
;
.el-table__header
{
height
:
100%
;
}
}
// 表格内容最大高度为100% - 45px
.el-table__body-wrapper
,
.el-table__fixed-body-wrapper
{
max-height
:
calc
(
100%
-
60px
);
.el-table__body
{
height
:
100%
;
}
}
// 解决滚动到底时错位问题
.el-table__fixed-body-wrapper
.el-table__body
{
padding-bottom
:
10px
;
// 滚动条宽度
}
.quick-toolbar
{
display
:
inline-block
;
button
{
background
:
#ebf3fb
;
color
:
#2575ca
;
border
:
0
;
}
}
.el-tooltip
{
.ivu-form-item
{
margin-bottom
:
unset
!
important
;
}
}
.el-table__body
.edit-cell
{
padding
:
0
;
.app-form-item
{
margin-top
:
20px
;
margin-bottom
:
20px
;
}
}
}
.grid-pagination
{
height
:
50px
;
padding
:
6px
0px
;
.page-button
{
button
{
padding
:
0
;
font-size
:
16px
;
min-width
:
32px
;
height
:
32px
;
margin-right
:
4px
;
}
}
.page-column
{
position
:
absolute
;
left
:
0
;
}
.batch-toolbar
{
position
:
absolute
;
left
:
105px
;
>
.toolbar-container
{
button
{
font-size
:
16px
;
min-width
:
32px
;
height
:
32px
;
margin-right
:
4px
;
margin-top
:
0
;
margin-bottom
:
0
;
}
}
}
}
}
.ivu-modal-content
{
.footer
{
.ivu-row
{
text-align
:
right
;
}
}
}
.cell-indeterminate
{
>
div
>
label
{
>
span
{
.el-checkbox__inner
{
background-color
:
#409eff
;
border-color
:
#409eff
;
}
.el-checkbox__inner
:before
{
content
:
""
;
position
:
absolute
;
display
:
block
;
background-color
:
#fff
;
height
:
2px
;
transform
:
scale
(
.5
);
left
:
0
;
right
:
0
;
top
:
5px
;
}
}
>
span
.is-checked
{
.el-checkbox__inner
{
background-color
:
#409eff
;
border-color
:
#409eff
;
}
.el-checkbox__inner
:after
{
border
:
0px
;
}
}
}
}
.cell-select-all
{
>
div
>
label
{
>
span
{
.el-checkbox__inner
{
background-color
:
#409eff
;
border-color
:
#409eff
;
}
.el-checkbox__inner
:after
{
box-sizing
:
content-box
;
content
:
""
;
border
:
1px
solid
#fff
;
border-left
:
0
;
border-top
:
0
;
height
:
7px
;
left
:
4px
;
position
:
absolute
;
top
:
1px
;
transform
:
rotate
(
45deg
)
scaleY
(
1
);
width
:
3px
;
transition
:
transform
.15s
ease-in
.05s
;
transform-origin
:
center
;
}
}
}
}
// this is scss
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/plugin-grid/plugin-grid.vue
已删除
100644 → 0
浏览文件 @
1f2127fe
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
PluginBase
from
'./plugin-grid-base.vue'
;
// 基于 @CONTROL/表格/CONTROL.vue.ftl 生成
@
Component
({
components
:
{
}
})
export
default
class
Plugin
extends
PluginBase
{
}
</
script
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr1206025757-form/usr1206025757-form-base.vue
已删除
100644 → 0
浏览文件 @
1f2127fe
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/usr1206025757-form/usr1206025757-form-model.ts
已删除
100644 → 0
浏览文件 @
1f2127fe
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/usr1206025757-form/usr1206025757-form-service.ts
已删除
100644 → 0
浏览文件 @
1f2127fe
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/usr1206025757-form/usr1206025757-form.scss
已删除
100644 → 0
浏览文件 @
1f2127fe
// 基于 @CONTROL/表单/CONTROL.scss.ftl 生成
.ivu-tabs-no-animation
>
.ivu-tabs-content
{
padding
:
0
16px
;
}
.ivu-card-head
{
padding
:
14px
0
;
}
.app-form
{
overflow
:
auto
;
>
.ivu-row
{
>
.ivu-tabs
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
>
.ivu-tabs-content
{
flex-grow
:
1
;
overflow
:
auto
;
>
.ivu-tabs-tabpane
{
height
:
100%
;
}
}
}
}
}
.app-tabpanel-flex
{
height
:
100%
;
>
.ivu-tabs-content
{
height
:
calc
(
100%
-
52px
);
>
.ivu-tabs-tabpane
{
height
:
100%
;
}
}
}
.app-form
{
>
.ivu-row
:nth-child
(
2
)
{
>
.ivu-col
:nth-child
(
1
)
{
>
.ivu-row.app-form-group.app-group-hiddden-caption
:nth-child
(
1
)
{
margin-top
:
12px
;
}
}
}
}
.app-form
{
// 表单行间距
.app-form-item
{
margin-bottom
:
10px
;
}
// 表单按钮margin
.app-form-button
{
margin
:
0
6px
;
}
}
// this is scss
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr1206025757-form/usr1206025757-form.vue
已删除
100644 → 0
浏览文件 @
1f2127fe
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录