Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
4817fcde
提交
4817fcde
编写于
12月 21, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
19907f7e
变更
29
隐藏空白字符变更
内嵌
并排
正在显示
29 个修改的文件
包含
93 行增加
和
202 行删除
+93
-202
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
lnternal-func-list-list-base.vue
.../lnternal-func-list-list/lnternal-func-list-list-base.vue
+14
-14
lnternal-func-list-list-model.ts
.../lnternal-func-list-list/lnternal-func-list-list-model.ts
+0
-5
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+4
-4
main-grid-base.vue
...src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
+6
-6
card-navigation-dataview-base.vue
...ard-navigation-dataview/card-navigation-dataview-base.vue
+4
-4
list-exp-list-base.vue
...rc/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
+4
-4
main-grid-base.vue
app_Web/src/widgets/ibizorder/main-grid/main-grid-base.vue
+21
-7
main-grid-model.ts
app_Web/src/widgets/ibizorder/main-grid/main-grid-model.ts
+15
-0
Main.json
...APPS/Web/PSAPPDATAENTITIES/IBIZCustomer/PSFORMS/Main.json
+1
-8
Main.json
...SYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json
+4
-11
Default.json
...eb/PSAPPDATAENTITIES/IBIZOrder/PSSEARCHFORMS/Default.json
+1
-1
Main3.json
...S/Web/PSAPPDATAENTITIES/IBIZSample0001/PSFORMS/Main3.json
+1
-8
IBIZCustomerEditView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerEditView.json
+1
-8
IBIZOrderGridView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView.json
+1
-8
IBIZOrderGridView9.json
...emodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json
+1
-8
IBIZOrderPickupGridView.json
...l/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupGridView.json
+1
-8
IBIZOrderPickupView.json
...model/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json
+1
-8
IBIZOrderSF15GridView.json
...del/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF15GridView.json
+1
-8
IBIZOrderSF1GridView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF1GridView.json
+1
-8
IBIZOrderSF5GridView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF5GridView.json
+1
-8
IBIZOrderSF6GridView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF6GridView.json
+1
-8
IBIZOrderSGridView.json
...emodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView.json
+1
-8
IBIZOrderSGridView2.json
...model/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView2.json
+1
-8
IBIZOrderTestLogicCustomView.json
...YSAPPS/Web/PSAPPDEVIEWS/IBIZOrderTestLogicCustomView.json
+1
-8
IBIZOrderUsr2GridView.json
...del/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderUsr2GridView.json
+1
-8
IBIZOrderViewPluginExGridView.json
...SAPPS/Web/PSAPPDEVIEWS/IBIZOrderViewPluginExGridView.json
+1
-8
IBIZOrderZDYTPGridView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderZDYTPGridView.json
+1
-8
IBIZSample0001SF2EditView.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0001SF2EditView.json
+1
-8
未找到文件。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
4817fcde
...
...
@@ -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
9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5Data
View'
+
(
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
9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/lnternal-func-list-list/lnternal-func-list-list-base.vue
浏览文件 @
4817fcde
...
...
@@ -26,7 +26,7 @@
<span
class=
"quick-toolbar"
>
<div
class=
'toolbar-container'
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"usr
4listview_layoutlist_quicktoolbarModels.deuiaction1.visabled"
:disabled=
"usr4listview_layout
list_quicktoolbarModels.deuiaction1.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i-button
v-show=
"usr
listview_pluginlist_quicktoolbarModels.deuiaction1.visabled"
:disabled=
"usrlistview_plugin
list_quicktoolbarModels.deuiaction1.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i
class=
'fa fa-file-text-o'
></i>
<span
class=
'caption'
>
{{$t('TBB.TEXT.*.NEW', '新建')}}
</span>
</i-button>
...
...
@@ -41,14 +41,14 @@
<span
class=
"batch-toolbar"
>
<div
class=
'toolbar-container'
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"usr
4listview_layoutlist_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"usr4listview_layout
list_batchtoolbarModels.deuiaction1.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i-button
v-show=
"usr
listview_pluginlist_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"usrlistview_plugin
list_batchtoolbarModels.deuiaction1.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i
class=
'fa fa-edit'
></i>
<span
class=
'caption'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</span>
</i-button>
<div
slot=
'content'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</div>
</tooltip>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"usr
4listview_layoutlist_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"usr4listview_layout
list_batchtoolbarModels.deuiaction2.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i-button
v-show=
"usr
listview_pluginlist_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"usrlistview_plugin
list_batchtoolbarModels.deuiaction2.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i
class=
'fa fa-remove'
></i>
<span
class=
'caption'
>
{{$t('TBB.TEXT.*.REMOVE', '删除')}}
</span>
</i-button>
...
...
@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr
4ListView_layout
Base
* @memberof IBIZBOOKUsr
ListView_plugin
Base
*/
public
New
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
const
_this
:
any
=
this
;
...
...
@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr
4ListView_layout
Base
* @memberof IBIZBOOKUsr
ListView_plugin
Base
*/
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
if
(
args
.
length
===
0
)
{
...
...
@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr
4ListView_layout
Base
* @memberof IBIZBOOKUsr
ListView_plugin
Base
*/
public
Remove
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
const
_this
:
any
=
this
;
...
...
@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKUsr
4ListView_layout
* @memberof IBIZBOOKUsr
ListView_plugin
*/
public
usr
4listview_layout
list_quicktoolbarModels
:
any
=
{
public
usr
listview_plugin
list_quicktoolbarModels
:
any
=
{
deuiaction1
:
{
name
:
'deuiaction1'
,
actiontarget
:
'NONE'
,
caption
:
'新建'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'New'
,
target
:
''
}
},
};
...
...
@@ -616,9 +616,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKUsr
4ListView_layout
* @memberof IBIZBOOKUsr
ListView_plugin
*/
public
usr
4listview_layout
list_batchtoolbarModels
:
any
=
{
public
usr
listview_plugin
list_batchtoolbarModels
:
any
=
{
deuiaction1
:
{
name
:
'deuiaction1'
,
actiontarget
:
'NONE'
,
caption
:
'编辑'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Edit'
,
target
:
'SINGLEKEY'
}
},
deuiaction2
:
{
name
:
'deuiaction2'
,
actiontarget
:
'NONE'
,
caption
:
'删除'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Remove'
,
target
:
'MULTIKEY'
}
},
...
...
@@ -841,7 +841,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
4ListView_layout
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
ListView_plugin
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
4ListView_layout
'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
ListView_plugin
'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
return
;
}
if
(
datas
.
length
===
0
)
{
...
...
@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
4ListView_layout
'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
ListView_plugin
'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
...
@@ -1084,7 +1084,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZBOOKUsr
4ListView_layout
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZBOOKUsr
ListView_plugin
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
...
...
app_Web/src/widgets/ibizbook/lnternal-func-list-list/lnternal-func-list-list-model.ts
浏览文件 @
4817fcde
...
...
@@ -72,11 +72,6 @@ export default class LnternalFuncListModel {
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'size'
,
...
...
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
4817fcde
<
template
>
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'
quick
searchform'
style=
""
>
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<input
style=
"display:none;"
/>
<row>
<i-col
span=
"20"
class=
"form-content"
>
...
...
@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase
*/
public
formValidateStatus
():
boolean
{
const
form
:
any
=
this
.
$refs
.
quick
searchform
;
const
form
:
any
=
this
.
$refs
.
searchform
;
let
validatestate
:
boolean
=
true
;
form
.
validate
((
valid
:
boolean
)
=>
{
validatestate
=
valid
?
true
:
false
;
...
...
@@ -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
CalendarView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrListView_plugin
'
+
(
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
CalendarView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrListView_plugin
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
4817fcde
...
...
@@ -933,7 +933,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
fetchAction
)
{
this
.
$Notice
.
error
({
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
desc
:
"IBIZOrderDetail
S
GridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrderDetailGridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
});
return
;
}
...
...
@@ -1073,7 +1073,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
removeAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
...
...
@@ -1187,7 +1187,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
!
arg
){
...
...
@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
!
this
.
createAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2091,7 +2091,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2167,7 +2167,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
...
...
app_Web/src/widgets/ibizorder/card-navigation-dataview/card-navigation-dataview-base.vue
浏览文件 @
4817fcde
...
...
@@ -768,7 +768,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDataViewExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDataViewExpView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -862,7 +862,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDataViewExpView
_layout
'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDataViewExpView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
let
_datas
:
any
[]
=
[];
...
...
@@ -978,7 +978,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDataViewExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDataViewExpView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
...
@@ -986,7 +986,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDataViewExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDataViewExpView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizorder
){
...
...
app_Web/src/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
浏览文件 @
4817fcde
...
...
@@ -601,7 +601,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -731,7 +731,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
return
;
}
if
(
datas
.
length
===
0
)
{
...
...
@@ -836,7 +836,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
...
@@ -844,7 +844,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizorder
){
...
...
app_Web/src/widgets/ibizorder/main-grid/main-grid-base.vue
浏览文件 @
4817fcde
...
...
@@ -290,7 +290,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZOrder
Pickup
GridViewBase
* @memberof IBIZOrder
SF1
GridViewBase
*/
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
if
(
args
.
length
===
0
)
{
...
...
@@ -433,6 +433,20 @@ export default class MainBase extends Vue implements ControlInterface {
return
this
.
selections
[
0
];
}
/**
* 打开新建数据视图
*
* @type {any}
* @memberof MainBase
*/
@
Prop
()
public
newdata
:
any
;
/**
* 打开编辑数据视图
*
* @type {any}
* @memberof MainBase
*/
@
Prop
()
public
opendata
:
any
;
/**
* 是否嵌入关系界面
...
...
@@ -972,7 +986,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
fetchAction
)
{
this
.
$Notice
.
error
({
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
desc
:
"IBIZOrder
Pickup
GridView"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrder
SF1
GridView"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
});
return
;
}
...
...
@@ -1112,7 +1126,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
removeAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
...
...
@@ -1226,7 +1240,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
!
arg
){
...
...
@@ -2159,7 +2173,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
!
this
.
createAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2168,7 +2182,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2244,7 +2258,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
...
...
app_Web/src/widgets/ibizorder/main-grid/main-grid-model.ts
浏览文件 @
4817fcde
...
...
@@ -106,6 +106,21 @@ export default class MainModel {
prop
:
'n_ibizordername_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_orderstate_eq'
,
prop
:
'n_orderstate_eq'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_ordertime_gt'
,
prop
:
'n_ordertime_gt'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_ordertime_lt'
,
prop
:
'n_ordertime_lt'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'size'
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer/PSFORMS/Main.json
浏览文件 @
4817fcde
...
...
@@ -815,7 +815,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -1047,12 +1047,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -1067,7 +1061,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json
浏览文件 @
4817fcde
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -13,7 +13,7 @@
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"LOAD"
,
"BEFORELOAD"
],
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"
REMOVE"
,
"
LOAD"
,
"BEFORELOAD"
],
"logicName"
:
"主表格"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main"
,
"minorSortDir"
:
"DESC"
,
...
...
@@ -44,7 +44,7 @@
"xDataControlName"
:
"grid"
}
],
"getPSControlLogics"
:
[
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;LOAD;BEFORELOAD"
,
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;
REMOVE;
LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_grid"
,
...
...
@@ -146,12 +146,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -166,7 +160,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
@@ -413,7 +406,7 @@
"cssName"
:
"redToolBar"
},
"pagingSize"
:
20
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrder
Pickup
GridView/psappviewctrls/grid"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderGridView/psappviewctrls/grid"
,
"getRemovePSControlAction"
:
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSSEARCHFORMS/Default.json
浏览文件 @
4817fcde
...
...
@@ -89,7 +89,7 @@
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrder
Pickup
GridView/psappviewctrls/searchform"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderGridView/psappviewctrls/searchform"
,
"searchButtonStyle"
:
"DEFAULT"
,
"tabHeaderPos"
:
"TOP"
,
"enableAdvanceSearch"
:
false
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0001/PSFORMS/Main3.json
浏览文件 @
4817fcde
...
...
@@ -739,7 +739,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -971,12 +971,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -991,7 +985,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerEditView.json
浏览文件 @
4817fcde
...
...
@@ -1261,7 +1261,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -1493,12 +1493,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -1513,7 +1507,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView.json
浏览文件 @
4817fcde
...
...
@@ -468,7 +468,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -700,12 +700,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -720,7 +714,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json
浏览文件 @
4817fcde
...
...
@@ -273,7 +273,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -505,12 +505,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -525,7 +519,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupGridView.json
浏览文件 @
4817fcde
...
...
@@ -38,7 +38,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -270,12 +270,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -290,7 +284,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json
浏览文件 @
4817fcde
...
...
@@ -74,7 +74,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -306,12 +306,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -326,7 +320,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF15GridView.json
浏览文件 @
4817fcde
...
...
@@ -430,7 +430,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -666,12 +666,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -686,7 +680,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF1GridView.json
浏览文件 @
4817fcde
...
...
@@ -470,7 +470,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -702,12 +702,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -722,7 +716,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF5GridView.json
浏览文件 @
4817fcde
...
...
@@ -354,7 +354,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -586,12 +586,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -606,7 +600,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF6GridView.json
浏览文件 @
4817fcde
...
...
@@ -331,7 +331,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -563,12 +563,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -583,7 +577,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView.json
浏览文件 @
4817fcde
...
...
@@ -401,7 +401,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -633,12 +633,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -653,7 +647,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView2.json
浏览文件 @
4817fcde
...
...
@@ -382,7 +382,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -603,12 +603,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -623,7 +617,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderTestLogicCustomView.json
浏览文件 @
4817fcde
...
...
@@ -21,7 +21,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -242,12 +242,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -262,7 +256,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderUsr2GridView.json
浏览文件 @
4817fcde
...
...
@@ -405,7 +405,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -637,12 +637,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -657,7 +651,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderViewPluginExGridView.json
浏览文件 @
4817fcde
...
...
@@ -994,7 +994,7 @@
},
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -1226,12 +1226,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -1246,7 +1240,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderZDYTPGridView.json
浏览文件 @
4817fcde
...
...
@@ -304,7 +304,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -536,12 +536,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -556,7 +550,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0001SF2EditView.json
浏览文件 @
4817fcde
...
...
@@ -862,7 +862,7 @@
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"columnEnableLink"
:
0
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"emptyText"
:
"无值测试"
,
...
...
@@ -1094,12 +1094,6 @@
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"linkValueItem"
:
"ordertype"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
...
...
@@ -1114,7 +1108,6 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableLinkView"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录