Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
d2df7bc5
提交
d2df7bc5
编写于
11月 30, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
809f794d
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
23 行增加
和
24 行删除
+23
-24
ibizorder-sedit-view4.vue
...es/sample/ibizorder-sedit-view4/ibizorder-sedit-view4.vue
+1
-1
page-register.ts
app_Web/src/pages/sample/index/page-register.ts
+1
-1
router.ts
app_Web/src/pages/sample/index/router.ts
+10
-10
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
+11
-11
未找到文件。
app_Web/src/pages/sample/ibizorder-sedit-view4/ibizorder-sedit-view4.vue
浏览文件 @
d2df7bc5
...
...
@@ -3,7 +3,7 @@ import { Component } from 'vue-property-decorator';
import
IBIZOrderSEditView4Base
from
'./ibizorder-sedit-view4-base.vue'
;
import
view_drtab
from
'@widgets/ibizorder/default-drtab/default-drtab.vue'
;
import
view_form
from
'@widgets/ibizorder/
main-form/main
-form.vue'
;
import
view_form
from
'@widgets/ibizorder/
sform-form/sform
-form.vue'
;
@
Component
({
components
:
{
view_drtab
,
...
...
app_Web/src/pages/sample/index/page-register.ts
浏览文件 @
d2df7bc5
...
...
@@ -65,8 +65,8 @@ export const PageComponents = {
Vue
.
component
(
'ibizbookusr3-calendar-view'
,
()
=>
import
(
'@pages/sample/ibizbookusr3-calendar-view/ibizbookusr3-calendar-view.vue'
));
Vue
.
component
(
'ibizsample0017-grid-view'
,
()
=>
import
(
'@pages/sample/ibizsample0017-grid-view/ibizsample0017-grid-view.vue'
));
Vue
.
component
(
'ibizorder-f8-edit-view'
,
()
=>
import
(
'@pages/sample/ibizorder-f8-edit-view/ibizorder-f8-edit-view.vue'
));
Vue
.
component
(
'ibizorder-f19-edit-view'
,
()
=>
import
(
'@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue'
));
Vue
.
component
(
'ibizsample0003-f1-tree-exp-view'
,
()
=>
import
(
'@pages/sample/ibizsample0003-f1-tree-exp-view/ibizsample0003-f1-tree-exp-view.vue'
));
Vue
.
component
(
'ibizorder-f19-edit-view'
,
()
=>
import
(
'@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue'
));
Vue
.
component
(
'ibizsample0017-f10-edit-view'
,
()
=>
import
(
'@pages/sample/ibizsample0017-f10-edit-view/ibizsample0017-f10-edit-view.vue'
));
Vue
.
component
(
'ibizsample0002-pickup-view'
,
()
=>
import
(
'@pages/sample/ibizsample0002-pickup-view/ibizsample0002-pickup-view.vue'
));
Vue
.
component
(
'ibizuniproduct-edit-view'
,
()
=>
import
(
'@pages/sample/ibizuniproduct-edit-view/ibizuniproduct-edit-view.vue'
));
...
...
app_Web/src/pages/sample/index/router.ts
浏览文件 @
d2df7bc5
...
...
@@ -991,32 +991,32 @@ const router = new Router({
component
:
()
=>
import
(
'@pages/sample/ibizorder-f8-edit-view/ibizorder-f8-edit-view.vue'
),
},
{
path
:
'ibiz
orders/:ibizorder?/f19editview/:f19edit
view?'
,
path
:
'ibiz
sample0003s/:ibizsample0003?/f1treeexpview/:f1treeexp
view?'
,
meta
:
{
caption
:
'entities.ibiz
order.views.f19edit
view.caption'
,
caption
:
'entities.ibiz
sample0003.views.f1treeexp
view.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'ibiz
orders'
,
parameterName
:
'ibizorder
'
},
{
pathName
:
'f1
9editview'
,
parameterName
:
'f19edit
view'
},
{
pathName
:
'ibiz
sample0003s'
,
parameterName
:
'ibizsample0003
'
},
{
pathName
:
'f1
treeexpview'
,
parameterName
:
'f1treeexp
view'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibiz
order-f19-edit-view/ibizorder-f19-edit
-view.vue'
),
component
:
()
=>
import
(
'@pages/sample/ibiz
sample0003-f1-tree-exp-view/ibizsample0003-f1-tree-exp
-view.vue'
),
},
{
path
:
'ibiz
sample0003s/:ibizsample0003?/f1treeexpview/:f1treeexp
view?'
,
path
:
'ibiz
orders/:ibizorder?/f19editview/:f19edit
view?'
,
meta
:
{
caption
:
'entities.ibiz
sample0003.views.f1treeexp
view.caption'
,
caption
:
'entities.ibiz
order.views.f19edit
view.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'ibiz
sample0003s'
,
parameterName
:
'ibizsample0003
'
},
{
pathName
:
'f1
treeexpview'
,
parameterName
:
'f1treeexp
view'
},
{
pathName
:
'ibiz
orders'
,
parameterName
:
'ibizorder
'
},
{
pathName
:
'f1
9editview'
,
parameterName
:
'f19edit
view'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibiz
sample0003-f1-tree-exp-view/ibizsample0003-f1-tree-exp
-view.vue'
),
component
:
()
=>
import
(
'@pages/sample/ibiz
order-f19-edit-view/ibizorder-f19-edit
-view.vue'
),
},
{
path
:
'ibizsample0017s/:ibizsample0017?/f10editview/:f10editview?'
,
...
...
app_Web/src/store/modules/view-action/state.ts
浏览文件 @
d2df7bc5
...
...
@@ -705,7 +705,6 @@ export const viewstate: any = {
refviews
:
[
'f90fa878f2ed0eb4e27353786b10c3f4'
,
'f7ce60a7707de1ef9f926b3f9d5d6954'
,
'b4db5cb272d2da535285852bc436e9de'
,
],
},
{
...
...
app_Web/src/widgets/ibizbook/rules-form-form/rules-form-form-base.vue
浏览文件 @
d2df7bc5
...
...
@@ -668,6 +668,17 @@ export default class RulesFormBase extends Vue implements ControlInterface {
* @memberof RulesFormBase
*/
public
deRules
:
any
=
{
lendouttime
:[
{
type
:
"SIMPLE"
,
condOP
:
"GTANDEQ"
,
ruleInfo
:
"需要大于等于当前时间"
,
isKeyCond
:
false
,
paramType
:
"CURTIME"
,
isNotMode
:
false
,
deName
:
"lendouttime"
,
},
],
returntime
:[
{
type
:
"GROUP"
,
...
...
@@ -698,17 +709,6 @@ export default class RulesFormBase extends Vue implements ControlInterface {
]
},
],
lendouttime
:[
{
type
:
"SIMPLE"
,
condOP
:
"GTANDEQ"
,
ruleInfo
:
"需要大于等于当前时间"
,
isKeyCond
:
false
,
paramType
:
"CURTIME"
,
isNotMode
:
false
,
deName
:
"lendouttime"
,
},
],
type
:[
{
type
:
"STRINGLENGTH"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录