Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
bdc426f9
提交
bdc426f9
编写于
12月 01, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mosher 发布系统代码 [后台服务,演示应用]
上级
9afa935c
变更
9
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
21 行增加
和
132 行删除
+21
-132
ibizbook_en_US.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
+0
-10
ibizbook_zh_CN.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
+0
-10
ibizorder-detail_en_US.ts
...anres/entities/ibizorder-detail/ibizorder-detail_en_US.ts
+1
-3
ibizorder-detail_zh_CN.ts
...anres/entities/ibizorder-detail/ibizorder-detail_zh_CN.ts
+1
-3
state.ts
app_Web/src/store/modules/view-action/state.ts
+0
-1
rules-form-form-base.vue
...widgets/ibizbook/rules-form-form/rules-form-form-base.vue
+10
-10
ui-0007-form-base.vue
...dgets/ibizorder-detail/ui-0007-form/ui-0007-form-base.vue
+6
-70
ui-0007-form-model.ts
...dgets/ibizorder-detail/ui-0007-form/ui-0007-form-model.ts
+3
-13
ui-0007-form-service.ts
...ets/ibizorder-detail/ui-0007-form/ui-0007-form-service.ts
+0
-12
未找到文件。
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
浏览文件 @
bdc426f9
...
...
@@ -383,16 +383,6 @@ export default {
uiactions
:
{
},
},
main_grid
:
{
columns
:
{
ibizbookname
:
"图书名称"
,
updateman
:
"更新人"
,
updatedate
:
"更新时间"
,
},
nodata
:
""
,
uiactions
:
{
},
},
gridexpbar_grid_grid
:
{
columns
:
{
},
...
...
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
浏览文件 @
bdc426f9
...
...
@@ -382,16 +382,6 @@ export default {
uiactions
:
{
},
},
main_grid
:
{
columns
:
{
ibizbookname
:
"图书名称"
,
updateman
:
"更新人"
,
updatedate
:
"更新时间"
,
},
nodata
:
""
,
uiactions
:
{
},
},
gridexpbar_grid_grid
:
{
columns
:
{
},
...
...
app_Web/src/locale/lanres/entities/ibizorder-detail/ibizorder-detail_en_US.ts
浏览文件 @
bdc426f9
...
...
@@ -82,10 +82,8 @@ export default {
ibizorderdetailname
:
"订单明细名称"
,
unit
:
"单位"
,
unitprice
:
"单价"
,
ibizordername
:
"订单名称"
,
ibizuniproductid
:
"统一产品标识"
,
ibizorderid
:
"订单标识"
,
ibizorderdetailid
:
"订单明细标识"
,
ibizuniproductid
:
"统一产品标识"
,
},
uiactions
:
{
},
...
...
app_Web/src/locale/lanres/entities/ibizorder-detail/ibizorder-detail_zh_CN.ts
浏览文件 @
bdc426f9
...
...
@@ -81,10 +81,8 @@ export default {
ibizorderdetailname
:
"订单明细名称"
,
unit
:
"单位"
,
unitprice
:
"单价"
,
ibizordername
:
"订单名称"
,
ibizuniproductid
:
"统一产品标识"
,
ibizorderid
:
"订单标识"
,
ibizorderdetailid
:
"订单明细标识"
,
ibizuniproductid
:
"统一产品标识"
,
},
uiactions
:
{
},
...
...
app_Web/src/store/modules/view-action/state.ts
浏览文件 @
bdc426f9
...
...
@@ -621,7 +621,6 @@ export const viewstate: any = {
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'17770b42972334457baccfe91828bd46'
,
'ec6cfd868c34a036250a813b24068519'
,
],
},
...
...
app_Web/src/widgets/ibizbook/rules-form-form/rules-form-form-base.vue
浏览文件 @
bdc426f9
...
...
@@ -709,30 +709,30 @@ export default class RulesFormBase extends Vue implements ControlInterface {
]
},
],
pric
e
:[
typ
e
:[
{
type
:
"
VALUERANGE2
"
,
type
:
"
STRINGLENGTH
"
,
condOP
:
""
,
ruleInfo
:
"
数值必须大于[0.0]且小于等于[100.0
]"
,
ruleInfo
:
"
内容长度必须大于[0]且小于等于[6
]"
,
isKeyCond
:
false
,
isNotMode
:
false
,
maxValue
:
100
,
maxValue
:
6
,
minValue
:
0
,
deName
:
"
pric
e"
,
deName
:
"
typ
e"
,
isIncludeMaxValue
:
true
,
isIncludeMinValue
:
false
,
},
],
typ
e
:[
pric
e
:[
{
type
:
"
STRINGLENGTH
"
,
type
:
"
VALUERANGE2
"
,
condOP
:
""
,
ruleInfo
:
"
内容长度必须大于[0]且小于等于[6
]"
,
ruleInfo
:
"
数值必须大于[0.0]且小于等于[100.0
]"
,
isKeyCond
:
false
,
isNotMode
:
false
,
maxValue
:
6
,
maxValue
:
100
,
minValue
:
0
,
deName
:
"
typ
e"
,
deName
:
"
pric
e"
,
isIncludeMaxValue
:
true
,
isIncludeMinValue
:
false
,
},
...
...
app_Web/src/widgets/ibizorder-detail/ui-0007-form/ui-0007-form-base.vue
浏览文件 @
bdc426f9
...
...
@@ -104,34 +104,6 @@
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.ibizordername.visible"
:style=
"
{}" :sm="{ span: 4, offset: 0 }" :md="{ span: 4, offset: 0 }" :lg="{ span: 4, offset: 0 }">
<app-form-item
name=
'ibizordername'
:itemRules=
"this.rules().ibizordername"
class=
''
:caption=
"$t('entities.ibizorderdetail.ui_0007_form.details.ibizordername')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.ibizordername.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-picker
:formState=
"formState"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:localContext =
'
{ }'
:localParam ='{ }'
:disabled="detailsModel.ibizordername.disabled"
name='ibizordername'
deMajorField='ibizordername'
deKeyField='ibizorder'
:service="service"
:acParams="{ serviceName: 'IBIZOrderService', interfaceName: 'FetchDefault'}"
valueitem='ibizorderid'
:value="data.ibizordername"
editortype=""
:pickupView="{ viewname: 'ibizorder-pickup-view', title: $t('entities.ibizorder.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
style=""
@formitemvaluechange="onFormItemValueChange">
</app-picker>
</app-form-item>
</i-col>
</row>
...
...
@@ -539,10 +511,8 @@ export default class UI_0007Base extends Vue implements ControlInterface {
ibizorderdetailname
:
null
,
unit
:
null
,
unitprice
:
null
,
ibizordername
:
null
,
ibizuniproductid
:
null
,
ibizorderid
:
null
,
ibizorderdetailid
:
null
,
ibizuniproductid
:
null
,
ibizorderdetail
:
null
,
};
...
...
@@ -618,10 +588,6 @@ export default class UI_0007Base extends Vue implements ControlInterface {
{
required
:
this
.
detailsModel
.
unitprice
.
required
,
type
:
'number'
,
message
:
'单价 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
unitprice
.
required
,
type
:
'number'
,
message
:
'单价 值不能为空'
,
trigger
:
'blur'
},
],
ibizordername
:
[
{
required
:
this
.
detailsModel
.
ibizordername
.
required
,
type
:
'string'
,
message
:
'订单名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
ibizordername
.
required
,
type
:
'string'
,
message
:
'订单名称 值不能为空'
,
trigger
:
'blur'
},
],
}
}
...
...
@@ -759,13 +725,9 @@ export default class UI_0007Base extends Vue implements ControlInterface {
,
unitprice
:
new
FormItemModel
({
caption
:
'单价'
,
detailType
:
'FORMITEM'
,
name
:
'unitprice'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
ibizorder
name
:
new
FormItemModel
({
caption
:
'订单名称'
,
detailType
:
'FORMITEM'
,
name
:
'ibizordername
'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
ibizorder
detailid
:
new
FormItemModel
({
caption
:
'订单明细标识'
,
detailType
:
'FORMITEM'
,
name
:
'ibizorderdetailid
'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
ibizuniproductid
:
new
FormItemModel
({
caption
:
'统一产品标识'
,
detailType
:
'FORMITEM'
,
name
:
'ibizuniproductid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
ibizorderid
:
new
FormItemModel
({
caption
:
'订单标识'
,
detailType
:
'FORMITEM'
,
name
:
'ibizorderid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
ibizorderdetailid
:
new
FormItemModel
({
caption
:
'订单明细标识'
,
detailType
:
'FORMITEM'
,
name
:
'ibizorderdetailid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
};
...
...
@@ -938,15 +900,15 @@ export default class UI_0007Base extends Vue implements ControlInterface {
}
/**
* 监控表单属性 ibizorder
name
值
* 监控表单属性 ibizorder
detailid
值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof UI_0007Base
*/
@
Watch
(
'data.ibizorder
name
'
)
onIbizorder
name
Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'ibizorder
name
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
@
Watch
(
'data.ibizorder
detailid
'
)
onIbizorder
detailid
Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'ibizorder
detailid
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
...
...
@@ -961,30 +923,6 @@ export default class UI_0007Base extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'ibizuniproductid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 ibizorderid 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof UI_0007Base
*/
@
Watch
(
'data.ibizorderid'
)
onIbizorderidChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'ibizorderid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 ibizorderdetailid 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof UI_0007Base
*/
@
Watch
(
'data.ibizorderdetailid'
)
onIbizorderdetailidChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'ibizorderdetailid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 显示更多模式切换操作
...
...
@@ -1059,8 +997,6 @@ export default class UI_0007Base extends Vue implements ControlInterface {
}
...
...
app_Web/src/widgets/ibizorder-detail/ui-0007-form/ui-0007-form-model.ts
浏览文件 @
bdc426f9
...
...
@@ -86,25 +86,15 @@ export default class UI_0007Model {
dataType
:
'PICKUPDATA'
,
},
{
name
:
'ibizorder
name
'
,
prop
:
'ibizorder
name
'
,
dataType
:
'
PICKUPTEXT
'
,
name
:
'ibizorder
detailid
'
,
prop
:
'ibizorder
detailid
'
,
dataType
:
'
GUID
'
,
},
{
name
:
'ibizuniproductid'
,
prop
:
'ibizuniproductid'
,
dataType
:
'PICKUP'
,
},
{
name
:
'ibizorderid'
,
prop
:
'ibizorderid'
,
dataType
:
'PICKUP'
,
},
{
name
:
'ibizorderdetailid'
,
prop
:
'ibizorderdetailid'
,
dataType
:
'GUID'
,
},
{
name
:
'ibizorderdetail'
,
prop
:
'ibizorderdetailid'
,
...
...
app_Web/src/widgets/ibizorder-detail/ui-0007-form/ui-0007-form-service.ts
浏览文件 @
bdc426f9
...
...
@@ -3,7 +3,6 @@ import ControlService from '@/widgets/control-service';
import
IBIZOrderDetailService
from
'@/service/ibizorder-detail/ibizorder-detail-service'
;
import
UI_0007Model
from
'./ui-0007-form-model'
;
import
IBIZUNIProductService
from
'@/service/ibizuniproduct/ibizuniproduct-service'
;
import
IBIZOrderService
from
'@/service/ibizorder/ibizorder-service'
;
/**
...
...
@@ -51,14 +50,6 @@ export default class UI_0007Service extends ControlService {
*/
public
ibizuniproductService
:
IBIZUNIProductService
=
new
IBIZUNIProductService
();
/**
* 订单服务对象
*
* @type {IBIZOrderService}
* @memberof UI_0007Service
*/
public
ibizorderService
:
IBIZOrderService
=
new
IBIZOrderService
();
/**
* 远端数据
*
...
...
@@ -111,9 +102,6 @@ export default class UI_0007Service extends ControlService {
if
(
Object
.
is
(
serviceName
,
'IBIZUNIProductService'
)
&&
Object
.
is
(
interfaceName
,
'FetchDefault'
))
{
return
this
.
doItems
(
this
.
ibizuniproductService
.
FetchDefault
(
JSON
.
parse
(
JSON
.
stringify
(
context
)),
data
,
isloading
),
'ibizuniproductid'
,
'ibizuniproduct'
);
}
if
(
Object
.
is
(
serviceName
,
'IBIZOrderService'
)
&&
Object
.
is
(
interfaceName
,
'FetchDefault'
))
{
return
this
.
doItems
(
this
.
ibizorderService
.
FetchDefault
(
JSON
.
parse
(
JSON
.
stringify
(
context
)),
data
,
isloading
),
'ibizorderid'
,
'ibizorder'
);
}
return
Promise
.
reject
([])
}
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录