Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
d5d2ecf2
提交
d5d2ecf2
编写于
12月 03, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
e11873a5
变更
9
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
2702 行增加
和
21 行删除
+2702
-21
ibizorder-detail_en_US.ts
...anres/entities/ibizorder-detail/ibizorder-detail_en_US.ts
+2
-9
ibizorder-detail_zh_CN.ts
...anres/entities/ibizorder-detail/ibizorder-detail_zh_CN.ts
+2
-9
ibizorder-detail-usr2-edit-view.vue
...detail-usr2-edit-view/ibizorder-detail-usr2-edit-view.vue
+1
-1
state.ts
app_Web/src/store/modules/view-action/state.ts
+0
-2
main4-form-base.vue
...c/widgets/ibizorder-detail/main4-form/main4-form-base.vue
+2061
-0
main4-form-model.ts
...c/widgets/ibizorder-detail/main4-form/main4-form-model.ts
+96
-0
main4-form-service.ts
...widgets/ibizorder-detail/main4-form/main4-form-service.ts
+472
-0
main4-form.less
...b/src/widgets/ibizorder-detail/main4-form/main4-form.less
+54
-0
main4-form.vue
...eb/src/widgets/ibizorder-detail/main4-form/main4-form.vue
+14
-0
未找到文件。
app_Web/src/locale/lanres/entities/ibizorder-detail/ibizorder-detail_en_US.ts
浏览文件 @
d5d2ecf2
...
...
@@ -157,7 +157,7 @@ export default {
uiactions
:
{
},
},
data_0010
_form
:
{
main4
_form
:
{
details
:
{
group1
:
"订单明细基本信息"
,
formpage1
:
"基本信息"
,
...
...
@@ -171,18 +171,11 @@ export default {
srfuf
:
""
,
srfdeid
:
""
,
srfsourcekey
:
""
,
ibizordername
:
"订单名称"
,
ibizuniproductname
:
"产品名称"
,
unit
:
"单位(链接)"
,
unitprice
:
"单价(链接)"
,
quantity
:
"数量"
,
amount
:
"小计(逻辑)"
,
ibizorderdetailname
:
"订单明细名称"
,
createman
:
"建立人"
,
createdate
:
"建立时间"
,
updateman
:
"更新人"
,
updatedate
:
"更新时间"
,
ibizuniproductid
:
"统一产品标识"
,
ibizorderid
:
"订单标识"
,
ibizorderdetailid
:
"订单明细标识"
,
},
uiactions
:
{
...
...
app_Web/src/locale/lanres/entities/ibizorder-detail/ibizorder-detail_zh_CN.ts
浏览文件 @
d5d2ecf2
...
...
@@ -156,7 +156,7 @@ export default {
uiactions
:
{
},
},
data_0010
_form
:
{
main4
_form
:
{
details
:
{
group1
:
"订单明细基本信息"
,
formpage1
:
"基本信息"
,
...
...
@@ -170,18 +170,11 @@ export default {
srfuf
:
""
,
srfdeid
:
""
,
srfsourcekey
:
""
,
ibizordername
:
"订单名称"
,
ibizuniproductname
:
"产品名称"
,
unit
:
"单位(链接)"
,
unitprice
:
"单价(链接)"
,
quantity
:
"数量"
,
amount
:
"小计(逻辑)"
,
ibizorderdetailname
:
"订单明细名称"
,
createman
:
"建立人"
,
createdate
:
"建立时间"
,
updateman
:
"更新人"
,
updatedate
:
"更新时间"
,
ibizuniproductid
:
"统一产品标识"
,
ibizorderid
:
"订单标识"
,
ibizorderdetailid
:
"订单明细标识"
,
},
uiactions
:
{
...
...
app_Web/src/pages/sample/ibizorder-detail-usr2-edit-view/ibizorder-detail-usr2-edit-view.vue
浏览文件 @
d5d2ecf2
...
...
@@ -2,7 +2,7 @@
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZOrderDetailUsr2EditViewBase
from
'./ibizorder-detail-usr2-edit-view-base.vue'
;
import
view_form
from
'@widgets/ibizorder-detail/
data-0010-form/data-0010
-form.vue'
;
import
view_form
from
'@widgets/ibizorder-detail/
main4-form/main4
-form.vue'
;
@
Component
({
components
:
{
view_form
,
...
...
app_Web/src/store/modules/view-action/state.ts
浏览文件 @
d5d2ecf2
...
...
@@ -471,8 +471,6 @@ export const viewstate: any = {
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'17770b42972334457baccfe91828bd46'
,
'ec6cfd868c34a036250a813b24068519'
,
],
},
{
...
...
app_Web/src/widgets/ibizorder-detail/main4-form/main4-form-base.vue
0 → 100644
浏览文件 @
d5d2ecf2
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizorder-detail/main4-form/main4-form-model.ts
0 → 100644
浏览文件 @
d5d2ecf2
/**
* Main4 部件模型
*
* @export
* @class Main4Model
*/
export
default
class
Main4Model
{
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof Main4Model
*/
public
getDataItems
():
any
[]
{
return
[
{
name
:
'srfwfmemo'
,
prop
:
'srfwfmemo'
,
dataType
:
'TEXT'
,
},
// 前端新增修改标识,新增为"0",修改为"1"或未设值
{
name
:
'srffrontuf'
,
prop
:
'srffrontuf'
,
dataType
:
'TEXT'
,
},
{
name
:
'srfupdatedate'
,
prop
:
'updatedate'
,
dataType
:
'DATETIME'
,
},
{
name
:
'srforikey'
,
},
{
name
:
'srfkey'
,
prop
:
'ibizorderdetailid'
,
dataType
:
'GUID'
,
},
{
name
:
'srfmajortext'
,
prop
:
'ibizorderdetailname'
,
dataType
:
'TEXT'
,
},
{
name
:
'srftempmode'
,
},
{
name
:
'srfuf'
,
},
{
name
:
'srfdeid'
,
},
{
name
:
'srfsourcekey'
,
},
{
name
:
'ibizorderdetailname'
,
prop
:
'ibizorderdetailname'
,
dataType
:
'TEXT'
,
},
{
name
:
'createman'
,
prop
:
'createman'
,
dataType
:
'TEXT'
,
},
{
name
:
'createdate'
,
prop
:
'createdate'
,
dataType
:
'DATETIME'
,
},
{
name
:
'updateman'
,
prop
:
'updateman'
,
dataType
:
'TEXT'
,
},
{
name
:
'updatedate'
,
prop
:
'updatedate'
,
dataType
:
'DATETIME'
,
},
{
name
:
'ibizorderdetailid'
,
prop
:
'ibizorderdetailid'
,
dataType
:
'GUID'
,
},
{
name
:
'ibizorderdetail'
,
prop
:
'ibizorderdetailid'
,
dataType
:
'FONTKEY'
,
},
]
}
}
\ No newline at end of file
app_Web/src/widgets/ibizorder-detail/main4-form/main4-form-service.ts
0 → 100644
浏览文件 @
d5d2ecf2
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizorder-detail/main4-form/main4-form.less
0 → 100644
浏览文件 @
d5d2ecf2
.ivu-tabs-no-animation>.ivu-tabs-content{
padding: 0 16px;
}
.ivu-card-head{
padding: 14px 0;
}
.app-form {
overflow: auto;
padding: 6px;
> .ivu-row {
> .ivu-tabs {
height: 100%;
display: flex;
flex-direction: column;
> .ivu-tabs-content {
flex-grow: 1;
overflow: auto;
> .ivu-tabs-tabpane {
height: 100%;
}
}
}
}
}
.app-tabpanel-flex {
height: 100%;
> .ivu-tabs-content {
height: calc(100% - 52px);
> .ivu-tabs-tabpane {
height: 100%;
}
}
}
.app-form {
>.ivu-row:nth-child(2) {
>.ivu-col:nth-child(1) {
>.ivu-row.app-form-group.app-group-hiddden-caption:nth-child(1) {
margin-top: 12px;
}
}
}
}
.app-form{
// 表单行间距
.app-form-item{
margin-bottom: 20px;
}
// 表单按钮margin
.app-form-button{
margin:0 6px;
}
}
// this is less
app_Web/src/widgets/ibizorder-detail/main4-form/main4-form.vue
0 → 100644
浏览文件 @
d5d2ecf2
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
Main4Base
from
'./main4-form-base.vue'
;
@
Component
({
components
:
{
}
})
export
default
class
Main4
extends
Main4Base
{
}
</
script
>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录