Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
d6af552f
提交
d6af552f
编写于
4年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mosher 发布系统代码 [后台服务,演示应用]
上级
36310025
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
112 行增加
和
22 行删除
+112
-22
en-US-base.ts
app_Web/src/locale/lang/en-US-base.ts
+7
-7
ibizorder-detail_en_US_base.ts
.../entities/ibizorder-detail/ibizorder-detail_en_US_base.ts
+12
-0
ibizorder-detail_zh_CN_base.ts
.../entities/ibizorder-detail/ibizorder-detail_zh_CN_base.ts
+12
-0
ibizorder-detail-usr2-grid-view9-base.vue
...usr2-grid-view9/ibizorder-detail-usr2-grid-view9-base.vue
+27
-7
temp-mode-grid-grid-base.vue
...r-detail/temp-mode-grid-grid/temp-mode-grid-grid-base.vue
+52
-6
temp-mode-grid-grid-service.ts
...detail/temp-mode-grid-grid/temp-mode-grid-grid-service.ts
+1
-1
data-0005-form-base.vue
.../widgets/ibizorder/data-0005-form/data-0005-form-base.vue
+1
-1
未找到文件。
app_Web/src/locale/lang/en-US-base.ts
浏览文件 @
d6af552f
...
...
@@ -294,16 +294,16 @@ function getAppLocale(){
menuitem166
:
commonLogic
.
appcommonhandle
(
"Entity Data Kanban View"
,
null
),
menuitem167
:
commonLogic
.
appcommonhandle
(
"Entity Options Operations View"
,
null
),
menuitem141
:
commonLogic
.
appcommonhandle
(
"MultiDataView"
,
null
),
menuitem79
:
commonLogic
.
appcommonhandle
(
"Entity
Grid
View"
,
null
),
menuitem79
:
commonLogic
.
appcommonhandle
(
"Entity
Grid
View"
,
null
),
menuitem168
:
commonLogic
.
appcommonhandle
(
"Entity Multi Form Edit View"
,
null
),
menuitem169
:
commonLogic
.
appcommonhandle
(
"Entity
Ganttv
iew"
,
null
),
menuitem9
:
commonLogic
.
appcommonhandle
(
"Entity
List
View"
,
null
),
menuitem170
:
commonLogic
.
appcommonhandle
(
"Entity
Calendar
View"
,
null
),
menuitem171
:
commonLogic
.
appcommonhandle
(
"Entity
Kanban
View"
,
null
),
menuitem172
:
commonLogic
.
appcommonhandle
(
"Entity
Grid
View"
,
null
),
menuitem169
:
commonLogic
.
appcommonhandle
(
"Entity
Gantt V
iew"
,
null
),
menuitem9
:
commonLogic
.
appcommonhandle
(
"Entity
List
View"
,
null
),
menuitem170
:
commonLogic
.
appcommonhandle
(
"Entity
Calendar
View"
,
null
),
menuitem171
:
commonLogic
.
appcommonhandle
(
"Entity
Kanban
View"
,
null
),
menuitem172
:
commonLogic
.
appcommonhandle
(
"Entity
Grid
View"
,
null
),
menuitem173
:
commonLogic
.
appcommonhandle
(
"Entity Tree View"
,
null
),
menuitem174
:
commonLogic
.
appcommonhandle
(
"Entity Data View"
,
null
),
menuitem175
:
commonLogic
.
appcommonhandle
(
"Entity
Chart
View"
,
null
),
menuitem175
:
commonLogic
.
appcommonhandle
(
"Entity
Chart
View"
,
null
),
menuitem10
:
commonLogic
.
appcommonhandle
(
"NavigationView"
,
null
),
menuitem176
:
commonLogic
.
appcommonhandle
(
"Entity Grid Navigation View"
,
null
),
menuitem177
:
commonLogic
.
appcommonhandle
(
"Entity List Navigation View"
,
null
),
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizorder-detail/ibizorder-detail_en_US_base.ts
浏览文件 @
d6af552f
...
...
@@ -647,6 +647,18 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem24
:
{
caption
:
commonLogic
.
appcommonhandle
(
"行编辑"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"行编辑"
,
null
),
},
tbitem25
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建行"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"新建行"
,
null
),
},
tbitem26
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem8
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Remove"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Remove {0}"
,
null
),
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizorder-detail/ibizorder-detail_zh_CN_base.ts
浏览文件 @
d6af552f
...
...
@@ -647,6 +647,18 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem24
:
{
caption
:
commonLogic
.
appcommonhandle
(
"行编辑"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"行编辑"
,
null
),
},
tbitem25
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建行"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"新建行"
,
null
),
},
tbitem26
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem8
:
{
caption
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizorder-detail-usr2-grid-view9/ibizorder-detail-usr2-grid-view9-base.vue
浏览文件 @
d6af552f
...
...
@@ -13,16 +13,16 @@
:context=
"context"
:isSingleSelect=
"isSingleSelect"
:showBusyIndicator=
"true"
:isOpenEdit=
"
fals
e"
:isOpenEdit=
"
tru
e"
:gridRowActiveMode=
"gridRowActiveMode"
:isformDruipart=
"isformDruipart"
@
save=
"onSave"
updateAction=
""
removeAction=
"Remove"
loaddraftAction=
""
loadAction=
""
createAction=
""
fetchAction=
"FetchDefault"
updateAction=
"
UpdateTemp
"
removeAction=
"Remove
Temp
"
loaddraftAction=
"
GetDraftTemp
"
loadAction=
"
GetTemp
"
createAction=
"
CreateTemp
"
fetchAction=
"Fetch
Temp
Default"
:newdata=
"newdata"
:opendata=
"opendata"
name=
"grid"
...
...
@@ -66,6 +66,21 @@
<div
slot=
'content'
>
{{
$t
(
'entities.ibizorderdetail.usr2gridview9toolbar_toolbar.tbitem6.tip'
)
}}
</div>
</tooltip>
<span
class=
'seperator'
>
|
</span>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"toolBarModels.tbitem24.visabled"
:disabled=
"toolBarModels.tbitem24.disabled"
class=
''
v-loading:i-button
@
click=
"toolbar_click(
{ tag: 'tbitem24' }, $event)">
<span
class=
'caption'
>
{{
$t
(
'entities.ibizorderdetail.usr2gridview9toolbar_toolbar.tbitem24.caption'
)
}}
</span>
</i-button>
<div
slot=
'content'
>
{{
$t
(
'entities.ibizorderdetail.usr2gridview9toolbar_toolbar.tbitem24.tip'
)
}}
</div>
</tooltip>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"toolBarModels.tbitem25.visabled"
:disabled=
"toolBarModels.tbitem25.disabled"
class=
''
v-loading:i-button
@
click=
"toolbar_click(
{ tag: 'tbitem25' }, $event)">
<i
class=
'fa fa-plus'
></i>
</i-button>
<div
slot=
'content'
>
{{
$t
(
'entities.ibizorderdetail.usr2gridview9toolbar_toolbar.tbitem25.tip'
)
}}
</div>
</tooltip>
<span
class=
'seperator'
>
|
</span>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"toolBarModels.tbitem8.visabled"
:disabled=
"toolBarModels.tbitem8.disabled"
class=
''
v-loading:i-button
@
click=
"toolbar_click(
{ tag: 'tbitem8' }, $event)">
...
...
@@ -356,6 +371,11 @@ export default class IBIZOrderDetailUsr2GridView9Base extends Vue {
tbitem6
:
{
name
:
'tbitem6'
,
actiontarget
:
'NONE'
,
caption
:
'拷贝'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Copy'
,
target
:
'SINGLEKEY'
}
},
tbitem7
:
{
name
:
'tbitem7'
,
type
:
'SEPERATOR'
,
visabled
:
true
,
dataaccaction
:
''
,
uiaction
:
{
}
},
tbitem24
:
{
name
:
'tbitem24'
,
actiontarget
:
'NONE'
,
caption
:
'行编辑'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'ToggleRowEdit'
,
target
:
''
}
},
tbitem25
:
{
name
:
'tbitem25'
,
actiontarget
:
'NONE'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'NewRow'
,
target
:
''
}
},
tbitem26
:
{
name
:
'tbitem26'
,
type
:
'SEPERATOR'
,
visabled
:
true
,
dataaccaction
:
''
,
uiaction
:
{
}
},
tbitem8
:
{
name
:
'tbitem8'
,
actiontarget
:
'NONE'
,
caption
:
'删除'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Remove'
,
target
:
'MULTIKEY'
}
},
tbitem9
:
{
name
:
'tbitem9'
,
type
:
'SEPERATOR'
,
visabled
:
true
,
dataaccaction
:
''
,
uiaction
:
{
}
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/temp-mode-grid-grid/temp-mode-grid-grid-base.vue
浏览文件 @
d6af552f
...
...
@@ -29,7 +29,21 @@
</span>
</
template
>
<
template
v-slot=
"{row,column,$index}"
>
<template
>
<template
v-if=
"actualIsOpenEdit && !row.children"
>
<app-form-item
:error=
"gridItemsModel[$index][column.property].error"
>
<input-box
:disabled=
"getColumnDisabled(row,column.property)"
v-model=
"row[column.property]"
style=
""
type=
"text"
@
change=
"($event)=>
{gridEditItemChange(row, column.property, $event, $index)}">
</input-box>
</app-form-item>
</
template
>
<
template
v-if=
"!actualIsOpenEdit"
>
<app-span
name=
'ibizorderdetailname'
editorType=
"TEXTBOX"
:value=
"row.ibizorderdetailname"
dataType=
"TEXT"
precision=
"0"
></app-span>
</
template
>
</template>
...
...
@@ -55,7 +69,25 @@
</span>
</
template
>
<
template
v-slot=
"{row,column,$index}"
>
<template
>
<template
v-if=
"actualIsOpenEdit && !row.children"
>
<app-form-item
:error=
"gridItemsModel[$index][column.property].error"
>
<dropdown-list
v-model=
"row[column.property]"
:disabled=
"getColumnDisabled(row,column.property)"
:data=
"row"
:context=
"context"
:viewparams=
"viewparams"
:localContext =
'
{ }'
:localParam ='{ }'
placeholder='请选择...'
style=""
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</dropdown-list>
</app-form-item>
</
template
>
<
template
v-if=
"!actualIsOpenEdit"
>
<app-span
name=
'IBIZuniproductname'
editorType=
"DROPDOWNLIST"
:value=
"row.ibizuniproductname"
dataType=
"PICKUPTEXT"
precision=
"0"
></app-span>
</
template
>
</template>
...
...
@@ -69,7 +101,21 @@
</span>
</
template
>
<
template
v-slot=
"{row,column,$index}"
>
<template
>
<template
v-if=
"actualIsOpenEdit && !row.children"
>
<app-form-item
:error=
"gridItemsModel[$index][column.property].error"
>
<input-box
:disabled=
"getColumnDisabled(row,column.property)"
v-model=
"row[column.property]"
style=
""
type=
"text"
@
change=
"($event)=>
{gridEditItemChange(row, column.property, $event, $index)}">
</input-box>
</app-form-item>
</
template
>
<
template
v-if=
"!actualIsOpenEdit"
>
<app-span
name=
'quantity'
editorType=
"TEXTBOX"
:value=
"row.quantity"
dataType=
"INT"
precision=
"0"
></app-span>
</
template
>
</template>
...
...
@@ -674,7 +720,7 @@ export default class TempModeGridBase extends Vue implements ControlInterface {
langtag
:
'entities.ibizorderdetail.tempmodegrid_grid.columns.ibizorderdetailname'
,
show
:
true
,
unit
:
'PX'
,
isEnableRowEdit
:
fals
e
,
isEnableRowEdit
:
tru
e
,
enableCond
:
3
,
},
{
...
...
@@ -692,7 +738,7 @@ export default class TempModeGridBase extends Vue implements ControlInterface {
langtag
:
'entities.ibizorderdetail.tempmodegrid_grid.columns.ibizuniproductname'
,
show
:
true
,
unit
:
'px'
,
isEnableRowEdit
:
fals
e
,
isEnableRowEdit
:
tru
e
,
enableCond
:
3
,
},
{
...
...
@@ -701,7 +747,7 @@ export default class TempModeGridBase extends Vue implements ControlInterface {
langtag
:
'entities.ibizorderdetail.tempmodegrid_grid.columns.quantity'
,
show
:
true
,
unit
:
'px'
,
isEnableRowEdit
:
fals
e
,
isEnableRowEdit
:
tru
e
,
enableCond
:
3
,
},
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/temp-mode-grid-grid/temp-mode-grid-grid-service.ts
浏览文件 @
d6af552f
...
...
@@ -27,7 +27,7 @@ export default class TempModeGridService extends ControlService {
* @memberof TempModeGridService
*/
public
setTempMode
(){
this
.
isTempMode
=
fals
e
;
this
.
isTempMode
=
tru
e
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder/data-0005-form/data-0005-form-base.vue
浏览文件 @
d6af552f
...
...
@@ -145,7 +145,7 @@
refreshitems=''
:ignorefieldvaluechange="ignorefieldvaluechange"
viewname='ibizorder-detail-usr2-grid-view9'
tempMode='
0
'
tempMode='
2
'
:data="JSON.stringify(this.data)"
@drdatasaved="drdatasaved($event)"
style=";overflow: auto;">
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录