Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
be5bfb1b
提交
be5bfb1b
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
c8ca8b44
变更
16
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
115 行增加
和
96 行删除
+115
-96
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+6
-6
guide-borrow-form-form-base.vue
...ok/guide-borrow-form-form/guide-borrow-form-form-base.vue
+5
-5
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
guide-wizardpanel-base.vue
...ets/ibizbook/guide-wizardpanel/guide-wizardpanel-base.vue
+1
-1
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+2
-2
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+52
-22
usr2-dataview-model.ts
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-model.ts
+1
-12
default-searchform-base.vue
...ibizcustom/default-searchform/default-searchform-base.vue
+2
-2
default-searchform-base.vue
...tomer-intf/default-searchform/default-searchform-base.vue
+2
-2
default-searchform-base.vue
...izcustomer/default-searchform/default-searchform-base.vue
+2
-2
main-grid-base.vue
...src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
+6
-6
default-searchform-base.vue
.../ibizorder/default-searchform/default-searchform-base.vue
+8
-8
uipart-0013-searchform-base.vue
...er/uipart-0013-searchform/uipart-0013-searchform-base.vue
+8
-8
usr1121660606-searchform-base.vue
...sr1121660606-searchform/usr1121660606-searchform-base.vue
+8
-8
default-searchform-base.vue
...sample0003/default-searchform/default-searchform-base.vue
+2
-2
未找到文件。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -366,14 +366,14 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
rules
:
any
=
{
n_ibizbookname_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZBOOK
.
N_IBIZBOOKNAME_LIKE
', '
图书名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZBOOK
.
N_IBIZBOOKNAME_LIKE
', '
图书名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_IBIZBOOKNAME_LIKE'
,
'图书名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_IBIZBOOKNAME_LIKE'
,
'图书名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizbookname_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_IBIZBOOKNAME_LIKE'
,
'图书名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizbookname_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_IBIZBOOKNAME_LIKE'
,
'图书名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_price_gtandeq
:
[
{
type
:
'number'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZBOOK
.
N_PRICE_GTANDEQ
', '
图书价格
(
>=
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
number
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'number'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZBOOK
.
N_PRICE_GTANDEQ
', '
图书价格
(
>=
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
number
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'number'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_PRICE_GTANDEQ'
,
'图书价格(>=)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.number'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'number'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_PRICE_GTANDEQ'
,
'图书价格(>=)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.number'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_price_gtandeq
.
required
,
type
:
'number'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_PRICE_GTANDEQ'
,
'图书价格(>=)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_price_gtandeq
.
required
,
type
:
'number'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_PRICE_GTANDEQ'
,
'图书价格(>=)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
@@ -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
:
'IBIZBOOK
GroupByCodelistListView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
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
:
'IBIZBOOK
GroupByCodelistListView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-borrow-form-form/guide-borrow-form-form-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase 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
};
...
...
@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase 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
}
;
...
...
@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase 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
});
...
...
@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase 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
});
...
...
@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase 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
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -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
});
...
...
@@ -1781,7 +1781,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
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-view-form-form/guide-view-form-form-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -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
});
...
...
@@ -1885,7 +1885,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
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-wizardpanel/guide-wizardpanel-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean}
* @memberof GuideBase
*/
public
isShowStepBar
:
Boolean
=
tru
e
;
public
isShowStepBar
:
Boolean
=
fals
e
;
/**
* 获取多项数据
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -342,8 +342,8 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public
rules
:
any
=
{
n_ibizbookname_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZBOOK
.
N_IBIZBOOKNAME_LIKE
', '
图书名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZBOOK
.
N_IBIZBOOKNAME_LIKE
', '
图书名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_IBIZBOOKNAME_LIKE'
,
'图书名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_IBIZBOOKNAME_LIKE'
,
'图书名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizbookname_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_IBIZBOOKNAME_LIKE'
,
'图书名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizbookname_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZBOOK.N_IBIZBOOKNAME_LIKE'
,
'图书名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
be5bfb1b
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-model.ts
浏览文件 @
be5bfb1b
...
...
@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2Data
V
iewMode
* @memberof Usr2Data
viewexpbar_datav
iewMode
*/
public
getDataItems
():
any
[]
{
return
[
...
...
@@ -43,17 +43,6 @@ export default class Usr2Model {
dataType
:
'FONTKEY'
,
},
{
name
:
'n_ibizbookname_like'
,
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'size'
,
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizcustom/default-searchform/default-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -348,8 +348,8 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
rules
:
any
=
{
n_ibizcustomname_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZCUSTOM
.
N_IBIZCUSTOMNAME_LIKE
', '
自定义名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZCUSTOM
.
N_IBIZCUSTOMNAME_LIKE
', '
自定义名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZCUSTOM.N_IBIZCUSTOMNAME_LIKE'
,
'自定义名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZCUSTOM.N_IBIZCUSTOMNAME_LIKE'
,
'自定义名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizcustomname_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZCUSTOM.N_IBIZCUSTOMNAME_LIKE'
,
'自定义名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizcustomname_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZCUSTOM.N_IBIZCUSTOMNAME_LIKE'
,
'自定义名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizcustomer-intf/default-searchform/default-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -348,8 +348,8 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
rules
:
any
=
{
formitem
:
[
{
type
:
'string'
,
message
:
'`客户名称(%)` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`客户名称(%)` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`客户名称(%)
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`客户名称(%)
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
formitem
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
formitem
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizcustomer/default-searchform/default-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -348,8 +348,8 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
rules
:
any
=
{
n_ibizcustomername_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZCUSTOMER
.
N_IBIZCUSTOMERNAME_LIKE
', '
客户名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZCUSTOMER
.
N_IBIZCUSTOMERNAME_LIKE
', '
客户名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZCUSTOMER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZCUSTOMER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizcustomername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZCUSTOMER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizcustomername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZCUSTOMER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -964,7 +964,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
;
}
...
...
@@ -1123,7 +1123,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
;
}
...
...
@@ -1237,7 +1237,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
){
...
...
@@ -2132,7 +2132,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
);
...
...
@@ -2141,7 +2141,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
);
...
...
@@ -2217,7 +2217,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
;
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder/default-searchform/default-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -399,26 +399,26 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
rules
:
any
=
{
n_ibizcustomername_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_IBIZCUSTOMERNAME_LIKE
', '
客户名称
(
文本包含
(
%
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_IBIZCUSTOMERNAME_LIKE
', '
客户名称
(
文本包含
(
%
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(文本包含(%))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(文本包含(%))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizcustomername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(文本包含(%))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizcustomername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(文本包含(%))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_ibizordername_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_IBIZORDERNAME_LIKE
', '
订单名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_IBIZORDERNAME_LIKE
', '
订单名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE'
,
'订单名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE'
,
'订单名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizordername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE'
,
'订单名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizordername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE'
,
'订单名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_ordertime_gtandeq
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_ORDERTIME_GTANDEQ
', '
订单时间
(
大于等于
(
>=
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_ORDERTIME_GTANDEQ
', '
订单时间
(
大于等于
(
>=
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTIME_GTANDEQ'
,
'订单时间(大于等于(>=))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTIME_GTANDEQ'
,
'订单时间(大于等于(>=))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ordertime_gtandeq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTIME_GTANDEQ'
,
'订单时间(大于等于(>=))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ordertime_gtandeq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTIME_GTANDEQ'
,
'订单时间(大于等于(>=))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_ordertype_eq
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_ORDERTYPE_EQ
', '
订单类型
(
等于
(
=
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_ORDERTYPE_EQ
', '
订单类型
(
等于
(
=
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTYPE_EQ'
,
'订单类型(等于(=))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTYPE_EQ'
,
'订单类型(等于(=))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ordertype_eq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTYPE_EQ'
,
'订单类型(等于(=))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ordertype_eq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTYPE_EQ'
,
'订单类型(等于(=))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder/uipart-0013-searchform/uipart-0013-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -395,26 +395,26 @@ export default class UIPART_0013Base extends Vue implements ControlInterface {
*/
public
rules
:
any
=
{
n_ibizordername_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFORM
.
IBIZORDER
.
UIPART_0013
.
FORMITEM
.
N_IBIZORDERNAME_LIKE
', '
订单名称
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFORM
.
IBIZORDER
.
UIPART_0013
.
FORMITEM
.
N_IBIZORDERNAME_LIKE
', '
订单名称
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_IBIZORDERNAME_LIKE'
,
'订单名称'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_IBIZORDERNAME_LIKE'
,
'订单名称'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizordername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_IBIZORDERNAME_LIKE'
,
'订单名称'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizordername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_IBIZORDERNAME_LIKE'
,
'订单名称'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_orderstate_eq
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFORM
.
IBIZORDER
.
UIPART_0013
.
FORMITEM
.
N_ORDERSTATE_EQ
', '
订单状态
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFORM
.
IBIZORDER
.
UIPART_0013
.
FORMITEM
.
N_ORDERSTATE_EQ
', '
订单状态
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERSTATE_EQ'
,
'订单状态'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERSTATE_EQ'
,
'订单状态'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_orderstate_eq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERSTATE_EQ'
,
'订单状态'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_orderstate_eq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERSTATE_EQ'
,
'订单状态'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_ordertime_gt
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFORM
.
IBIZORDER
.
UIPART_0013
.
FORMITEM
.
N_ORDERTIME_GT
', '
订单时间从
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFORM
.
IBIZORDER
.
UIPART_0013
.
FORMITEM
.
N_ORDERTIME_GT
', '
订单时间从
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERTIME_GT'
,
'订单时间从'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERTIME_GT'
,
'订单时间从'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ordertime_gt
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERTIME_GT'
,
'订单时间从'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ordertime_gt
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERTIME_GT'
,
'订单时间从'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_ordertime_lt
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFORM
.
IBIZORDER
.
UIPART_0013
.
FORMITEM
.
N_ORDERTIME_LT
', '
到
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFORM
.
IBIZORDER
.
UIPART_0013
.
FORMITEM
.
N_ORDERTIME_LT
', '
到
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERTIME_LT'
,
'到'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERTIME_LT'
,
'到'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ordertime_lt
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERTIME_LT'
,
'到'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ordertime_lt
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFORM.IBIZORDER.UIPART_0013.FORMITEM.N_ORDERTIME_LT'
,
'到'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder/usr1121660606-searchform/usr1121660606-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -399,26 +399,26 @@ export default class Usr1121660606Base extends Vue implements ControlInterface {
*/
public
rules
:
any
=
{
n_ibizcustomername_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_IBIZCUSTOMERNAME_LIKE
', '
客户名称
(
文本包含
(
%
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_IBIZCUSTOMERNAME_LIKE
', '
客户名称
(
文本包含
(
%
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(文本包含(%))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(文本包含(%))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizcustomername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(文本包含(%))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizcustomername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZCUSTOMERNAME_LIKE'
,
'客户名称(文本包含(%))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_ibizordername_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_IBIZORDERNAME_LIKE
', '
订单名称
(
文本包含
(
%
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_IBIZORDERNAME_LIKE
', '
订单名称
(
文本包含
(
%
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE'
,
'订单名称(文本包含(%))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE'
,
'订单名称(文本包含(%))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizordername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE'
,
'订单名称(文本包含(%))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizordername_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE'
,
'订单名称(文本包含(%))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_orderstate_eq
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_ORDERSTATE_EQ
', '
订单状态
(
等于
(
=
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_ORDERSTATE_EQ
', '
订单状态
(
等于
(
=
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERSTATE_EQ'
,
'订单状态(等于(=))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERSTATE_EQ'
,
'订单状态(等于(=))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_orderstate_eq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERSTATE_EQ'
,
'订单状态(等于(=))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_orderstate_eq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERSTATE_EQ'
,
'订单状态(等于(=))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
n_ordertime_gtandeq
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_ORDERTIME_GTANDEQ
', '
订单时间
(
大于等于
(
>=
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZORDER
.
N_ORDERTIME_GTANDEQ
', '
订单时间
(
大于等于
(
>=
))
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTIME_GTANDEQ'
,
'订单时间(大于等于(>=))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTIME_GTANDEQ'
,
'订单时间(大于等于(>=))'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ordertime_gtandeq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTIME_GTANDEQ'
,
'订单时间(大于等于(>=))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ordertime_gtandeq
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZORDER.N_ORDERTIME_GTANDEQ'
,
'订单时间(大于等于(>=))'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizsample0003/default-searchform/default-searchform-base.vue
浏览文件 @
be5bfb1b
...
...
@@ -348,8 +348,8 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
rules
:
any
=
{
n_ibizsample0003name_like
:
[
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZSAMPLE0003
.
N_IBIZSAMPLE0003NAME_LIKE
', '
名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'`${this.$t('
CONTROL
.
DEFSFITEM
.
IBIZSAMPLE0003
.
N_IBIZSAMPLE0003NAME_LIKE
', '
名称
(
%
)
')}` this.$t('
app
.
commonWords
.
valueMustBe
')this.$t('
app
.
commonWords
.
string
')this.$t('
app
.
commonWords
.
kind
')'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZSAMPLE0003.N_IBIZSAMPLE0003NAME_LIKE'
,
'名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZSAMPLE0003.N_IBIZSAMPLE0003NAME_LIKE'
,
'名称(%)'
)}
${
this
.
$t
(
'app.commonWords.valueMustBe'
)}${
this
.
$t
(
'app.commonWords.string'
)}${
this
.
$t
(
'app.commonWords.kind'
)}
`
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
n_ibizsample0003name_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZSAMPLE0003.N_IBIZSAMPLE0003NAME_LIKE'
,
'名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
n_ibizsample0003name_like
.
required
,
type
:
'string'
,
message
:
`
${
this
.
$t
(
'CONTROL.DEFSFITEM.IBIZSAMPLE0003.N_IBIZSAMPLE0003NAME_LIKE'
,
'名称(%)'
)}${
this
.
$t
(
'app.commonWords.valueNotEmpty'
)}
`
,
trigger
:
'blur'
},
],
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录