Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
07b4d06c
Commit
07b4d06c
authored
Nov 27, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补数页面
parent
7de9fec6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
384 additions
and
50 deletions
+384
-50
index.ts
src/router/routes/index.ts
+9
-0
index.vue
...heduling/taskFlowMaintenance/periodicScheduling/index.vue
+46
-11
SupplyNumberSettingModal.vue
...FlowMaintenance/supplyNumber/SupplyNumberSettingModal.vue
+61
-0
addTask.vue
...skScheduling/taskFlowMaintenance/supplyNumber/addTask.vue
+66
-24
index.vue
...taskScheduling/taskFlowMaintenance/supplyNumber/index.vue
+73
-12
supplyNumber.data.ts
...ing/taskFlowMaintenance/supplyNumber/supplyNumber.data.ts
+79
-2
supplyNumberData.ts
...ling/taskFlowMaintenance/supplyNumber/supplyNumberData.ts
+50
-1
No files found.
src/router/routes/index.ts
View file @
07b4d06c
...
@@ -892,6 +892,15 @@ export const taskSchedulingRoute: AppRouteRecordRaw = {
...
@@ -892,6 +892,15 @@ export const taskSchedulingRoute: AppRouteRecordRaw = {
currentActiveMenu
:
'/taskScheduling/taskFlowMaintenance'
,
currentActiveMenu
:
'/taskScheduling/taskFlowMaintenance'
,
},
},
children
:
[
children
:
[
{
path
:
'periodicScheduling/index'
,
name
:
'periodicScheduling'
,
component
:
()
=>
import
(
'@/views/taskScheduling/taskFlowMaintenance/periodicScheduling/index.vue'
),
meta
:
{
title
:
'调度任务'
,
icon
:
''
,
},
},
{
{
path
:
'periodicScheduling/executionDetails'
,
path
:
'periodicScheduling/executionDetails'
,
name
:
'executionDetails'
,
name
:
'executionDetails'
,
...
...
src/views/taskScheduling/taskFlowMaintenance/periodicScheduling/index.vue
View file @
07b4d06c
<
template
>
<
template
>
<div
style=
"width: 100%;height: 100%;background-color: white
"
>
<div
class=
"center
"
>
<div
style=
"width: 100%;height:35%
"
>
<div
class=
"center1
"
>
<div
class=
"
TopClass
1"
>
<div
class=
"
center1-
1"
>
<div
class=
"eventCenterTitle"
>
<div
class=
"eventCenterTitle"
>
所有任务流
所有任务流
</div>
</div>
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<BasicForm
@
register=
"registerForm1"
/>
<BasicForm
@
register=
"registerForm1"
/>
</div>
</div>
</div>
</div>
<div
class=
"
TopClass
2"
>
<div
class=
"
center1-
2"
>
<div
class=
"selectCss"
>
<div
class=
"selectCss"
>
<BasicForm
@
register=
"registerForm2"
/>
<BasicForm
@
register=
"registerForm2"
/>
</div>
</div>
...
@@ -195,8 +195,8 @@
...
@@ -195,8 +195,8 @@
</TabPane>
</TabPane>
</Tabs>
</Tabs>
</div>
</div>
<div
style=
"width: 100%;height:65%;display: flex;margin-top: 10px
"
>
<div
class=
"center2
"
>
<div
style=
"width: 25%;height: 500px
"
>
<div
class=
"center2-1
"
>
<BasicTree
<BasicTree
toolbar
toolbar
search
search
...
@@ -221,9 +221,9 @@
...
@@ -221,9 +221,9 @@
</
template
>
</
template
>
</BasicTree>
</BasicTree>
</div>
</div>
<div
style=
"width: 75%;height: 500px
"
>
<div
class=
"center2-2
"
>
<div
style=
"display: flex;justify-content: space-between; align-items: center;margin-bottom: 10px;
"
>
<div
class=
"center2-2-1
"
>
<div
style=
"margin-top: 10px;display: flex;margin-left: 10px;align-items: center
"
>
<div
class=
"center2-2-1-1
"
>
<div>
<div>
<Icon
icon=
"material-symbols:sync"
:size=
"25"
:color=
"'rgb(121, 74, 235)'"
/>
<Icon
icon=
"material-symbols:sync"
:size=
"25"
:color=
"'rgb(121, 74, 235)'"
/>
</div>
</div>
...
@@ -701,7 +701,7 @@
...
@@ -701,7 +701,7 @@
display: flex;
display: flex;
align-items: center
align-items: center
}
}
.
TopClass
1{
.
center1-
1{
display: flex;
display: flex;
height: 30px;
height: 30px;
margin-left: 30px;
margin-left: 30px;
...
@@ -713,7 +713,7 @@
...
@@ -713,7 +713,7 @@
font-size: 20px
font-size: 20px
}
}
}
}
.
TopClass
2{
.
center1-
2{
display: flex;
display: flex;
height: 30px;
height: 30px;
margin-top: 10px;
margin-top: 10px;
...
@@ -728,4 +728,39 @@
...
@@ -728,4 +728,39 @@
margin:0px 0px!important;
margin:0px 0px!important;
background-color: rgb(221, 225, 240)!important;
background-color: rgb(221, 225, 240)!important;
}
}
.center{
width: 100%;
height: 100%;
background-color: white;
.center1{
width: 100%;
height:35%
}
}
.center2{
width: 100%;
height:65%;
display: flex;
margin-top: 10px;
.center2-1{
width: 25%;
height: 500px
}
.center2-2{
width: 75%;
height: 500px;
.center2-2-1{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
.center2-2-1-1{
margin-top: 10px;
display: flex;
margin-left: 10px;
align-items: center
}
}
}
}
</
style
>
</
style
>
src/views/taskScheduling/taskFlowMaintenance/supplyNumber/SupplyNumberSettingModal.vue
0 → 100644
View file @
07b4d06c
<
template
>
<BasicModal
width=
"40%"
v-bind=
"$attrs"
@
register=
"registerModal"
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<div>
<div
style=
"font-weight: bold;font-size: 15px"
>
已选中的资源信息
</div>
<div
style=
"display: flex;margin-top: 10px"
>
<div>
任务流数量:10
</div>
<div
style=
"margin-left: 15px;"
>
补数时间范围:2023/06/27 19:29:55 - 2023/06/27 19:29:55
</div>
</div>
</div>
<BasicTable
@
register=
"registerTable1"
/>
</BasicModal>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
ref
,
computed
,
unref
,
reactive
}
from
'vue'
;
import
{
BasicModal
,
useModalInner
}
from
'@/components/Modal'
;
import
{
BasicForm
,
useForm
}
from
'@/components/Form'
;
import
{
addTaskColumns1
}
from
'./supplyNumber.data'
;
import
{
useMessage
}
from
'@/hooks/web/useMessage'
;
import
{
addTaskTableData1
}
from
"./supplyNumberData"
;
import
{
BasicTable
,
useTable
,
TableAction
}
from
'@/components/Table'
;
defineOptions
({
name
:
'AccountModal'
});
const
emit
=
defineEmits
([
'success'
,
'register'
]);
const
{
createMessage
}
=
useMessage
();
const
getTitle
=
computed
(()
=>
(
'补数任务1配置'
));
const
[
registerTable1
]
=
useTable
({
api
:
async
(
params
)
=>
{
const
response
=
{
pageNu
:
"1"
,
pageSize
:
"10"
,
pages
:
"1"
,
total
:
addTaskTableData1
.
length
,
code
:
''
,
message
:
''
,
data
:
[],
};
return
{
...
response
,
data
:
addTaskTableData1
};
},
columns
:
addTaskColumns1
,
useSearchForm
:
false
,
showTableSetting
:
false
,
showIndexColumn
:
false
,
bordered
:
true
,
scroll
:
{
y
:
300
},
});
//初始化弹框
const
[
registerModal
,
{
setModalProps
,
closeModal
}]
=
useModalInner
(
async
(
data
)
=>
{
setModalProps
({
confirmLoading
:
false
});
});
/**提交按钮*/
function
handleSubmit
()
{
createMessage
.
success
(
'导入成功!'
)
closeModal
();
}
</
script
>
src/views/taskScheduling/taskFlowMaintenance/supplyNumber/addTask.vue
View file @
07b4d06c
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
</div>
</div>
<div
class=
"center2"
>
<div
class=
"center2"
>
<div
class=
"center2-1"
>
手动选择任务流
</div>
<div
class=
"center2-1"
>
手动选择任务流
</div>
<BasicTable
@
register=
"registerTable"
>
<BasicTable
@
register=
"registerTable
1
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input-search
<a-input-search
v-model:value=
"value"
v-model:value=
"value"
placeholder=
"
input search text
"
placeholder=
"
任务流名称搜索
"
style=
"width: 200px;margin-right: 80%"
style=
"width: 200px;margin-right: 80%"
@
search=
"onSearch"
@
search=
"onSearch"
/>
/>
...
@@ -34,16 +34,6 @@
...
@@ -34,16 +34,6 @@
<template
v-if=
"column.key === 'action'"
>
<template
v-if=
"column.key === 'action'"
>
<TableAction
<TableAction
:actions=
"[
:actions=
"[
{
icon: 'icon-park-twotone:setting',
// label: '编辑',
onClick: resetNameButton.bind(null, record),
},
{
icon: 'jam:stop-sign',
// label: '编辑',
onClick: resetNameButton.bind(null, record),
},
{
{
icon: 'material-symbols:delete-outline',
icon: 'material-symbols:delete-outline',
// label: '编辑',
// label: '编辑',
...
@@ -55,6 +45,24 @@
...
@@ -55,6 +45,24 @@
</template>
</template>
</BasicTable>
</BasicTable>
</div>
</div>
<div
class=
"center3"
>
<div
class=
"center3-1"
>
<div
style=
"font-weight: bold;font-size: 15px"
>
补数范围预览
</div>
<div
style=
"margin-left: 15px"
>
任务流数量:10
</div>
<div
style=
"margin-left: 15px"
>
任务流预计执行数量:66
</div>
</div>
<div
style=
"display: flex;justify-content: space-between"
>
<BasicForm
@
register=
"registerForm2"
/>
<a-button
type=
"primary"
@
click=
"addTaskStreamButton"
>
添加任务流
</a-button>
</div>
<BasicTable
@
register=
"registerTable2"
/>
</div>
<!-- 重命名 弹窗-->
<!-- 重命名 弹窗-->
<ResetNameModal
@
register=
"registerResetNameModal"
@
success=
"handleSuccess"
/>
<ResetNameModal
@
register=
"registerResetNameModal"
@
success=
"handleSuccess"
/>
</div>
</div>
...
@@ -72,8 +80,13 @@
...
@@ -72,8 +80,13 @@
import
{
useRoute
}
from
'vue-router'
;
import
{
useRoute
}
from
'vue-router'
;
import
{
router
}
from
'@/router'
;
import
{
router
}
from
'@/router'
;
import
{
downloadByData
}
from
"@/utils/file/download"
;
import
{
downloadByData
}
from
"@/utils/file/download"
;
import
{
addTaskFormSchema1
,
addTaskFormSchema2
,
columns
,
searchFormSchema
}
from
'./supplyNumber.data'
;
import
{
import
{
tableData
,
TreeData
}
from
'./supplyNumberData'
addTaskColumns1
,
addTaskColumns2
,
addTaskFormSchema1
,
addTaskFormSchema2
,
addTaskFormSchema3
,
}
from
'./supplyNumber.data'
;
import
{
addTaskTableData1
,
addTaskTableData2
,
tableData
,
TreeData
}
from
'./supplyNumberData'
import
{
BasicForm
,
useForm
}
from
'@/components/Form'
;
import
{
BasicForm
,
useForm
}
from
'@/components/Form'
;
import
{
useECharts
}
from
'@/hooks/web/useECharts'
;
import
{
useECharts
}
from
'@/hooks/web/useECharts'
;
...
@@ -87,34 +100,53 @@
...
@@ -87,34 +100,53 @@
'2、若执行记录已经存在,则忽略不会产生补数记录;
\
n'
+
'2、若执行记录已经存在,则忽略不会产生补数记录;
\
n'
+
'3、补数时会按照当前选中资源的最新版本配置执行。'
);
'3、补数时会按照当前选中资源的最新版本配置执行。'
);
const
[
registerResetNameModal
,
{
openModal
:
openResetNameModal
}]
=
useModal
();
const
[
registerResetNameModal
,
{
openModal
:
openResetNameModal
}]
=
useModal
();
const
[
registerTable
,
{
reload
,
getForm
,
getRowSelection
}
]
=
useTable
({
const
[
registerTable
1
]
=
useTable
({
title
:
''
,
title
:
''
,
api
:
async
(
params
)
=>
{
api
:
async
(
params
)
=>
{
const
response
=
{
const
response
=
{
pageNu
:
"1"
,
pageNu
:
"1"
,
pageSize
:
"10"
,
pageSize
:
"10"
,
pages
:
"1"
,
pages
:
"1"
,
total
:
tableData
.
length
,
total
:
addTaskTableData1
.
length
,
code
:
''
,
code
:
''
,
message
:
''
,
message
:
''
,
data
:
[],
data
:
[],
};
};
return
{
...
response
,
data
:
tableData
};
return
{
...
response
,
data
:
addTaskTableData1
};
},
},
rowKey
:
'businessId'
,
columns
:
addTaskColumns1
,
columns
,
rowSelection
:
true
,
useSearchForm
:
false
,
useSearchForm
:
false
,
showTableSetting
:
false
,
showTableSetting
:
false
,
showIndexColumn
:
false
,
showIndexColumn
:
false
,
bordered
:
true
,
bordered
:
true
,
scroll
:
{
y
:
200
},
actionColumn
:
{
actionColumn
:
{
width
:
15
0
,
width
:
3
0
,
title
:
'操作'
,
title
:
'操作'
,
dataIndex
:
'action'
,
dataIndex
:
'action'
,
},
},
});
});
const
[
registerTable2
]
=
useTable
({
title
:
''
,
api
:
async
(
params
)
=>
{
const
response
=
{
pageNu
:
"1"
,
pageSize
:
"10"
,
pages
:
"1"
,
total
:
addTaskTableData2
.
length
,
code
:
''
,
message
:
''
,
data
:
[],
};
return
{
...
response
,
data
:
addTaskTableData2
};
},
columns
:
addTaskColumns2
,
useSearchForm
:
false
,
showTableSetting
:
false
,
showIndexColumn
:
false
,
bordered
:
true
,
scroll
:
{
y
:
200
},
});
//初始化表单
//初始化表单
const
[
registerForm1
,
{
setFieldsValue
,
updateSchema
,
resetFields
,
validate
}]
=
useForm
({
const
[
registerForm1
,
{
setFieldsValue
,
updateSchema
,
resetFields
,
validate
}]
=
useForm
({
labelWidth
:
80
,
labelWidth
:
80
,
...
@@ -127,7 +159,7 @@
...
@@ -127,7 +159,7 @@
const
[
registerForm2
]
=
useForm
({
const
[
registerForm2
]
=
useForm
({
labelWidth
:
80
,
labelWidth
:
80
,
schemas
:
addTaskFormSchema
2
,
schemas
:
addTaskFormSchema
3
,
showActionButtonGroup
:
false
,
showActionButtonGroup
:
false
,
actionColOptions
:
{
actionColOptions
:
{
span
:
23
,
span
:
23
,
...
@@ -218,7 +250,7 @@
...
@@ -218,7 +250,7 @@
}
}
.center2{
.center2{
width: 100%;
width: 100%;
height:
9
0%;
height:
4
0%;
.center2-1{
.center2-1{
margin-bottom: 20px;
margin-bottom: 20px;
margin-left: 10px;
margin-left: 10px;
...
@@ -226,6 +258,16 @@
...
@@ -226,6 +258,16 @@
ont-size: 15px
ont-size: 15px
}
}
}
}
.center3{
margin-top: 30px;
width: 100%;
height:40%;
.center3-1{
display: flex;
margin-bottom: 20px;
margin-left: 10px;
}
}
}
}
</
style
>
</
style
>
src/views/taskScheduling/taskFlowMaintenance/supplyNumber/index.vue
View file @
07b4d06c
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
</div>
</div>
<div>
<div>
<a-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"reloadButton"
>
手动刷新
</a-button>
<a-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"reloadButton"
>
手动刷新
</a-button>
<a-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"cancelButton"
>
取消
</a-button>
<a-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"cancelB
atchB
utton"
>
取消
</a-button>
<a-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"deleteButton"
>
删除
</a-button>
<a-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"deleteB
atchB
utton"
>
删除
</a-button>
<a-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"addSupplyNumberButton"
>
新增补数
</a-button>
<a-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"addSupplyNumberButton"
>
新增补数
</a-button>
</div>
</div>
</div>
</div>
...
@@ -28,30 +28,38 @@
...
@@ -28,30 +28,38 @@
:actions=
"[
:actions=
"[
{
{
icon: 'icon-park-twotone:setting',
icon: 'icon-park-twotone:setting',
// label: '
编辑
',
// label: '
补数配置
',
onClick:
addSupplyNumber
Button.bind(null, record),
onClick:
SupplyNumberSetting
Button.bind(null, record),
},
},
{
{
icon: 'jam:stop-sign',
icon: 'jam:stop-sign',
// label: '编辑',
// label: '取消',
onClick: addSupplyNumberButton.bind(null, record),
popConfirm: {
title: '是否确认取消',
placement: 'left',
confirm: cancelButton.bind(null, record),
},
},
},
{
{
icon: 'material-symbols:delete-outline',
icon: 'material-symbols:delete-outline',
// label: '编辑',
// label: '删除',
onClick: addSupplyNumberButton.bind(null, record),
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: deleteButton.bind(null, record),
},
},
},
]"
]"
/>
/>
</
template
>
</
template
>
</template>
</template>
<
template
#
latestEventTi
me=
"{ text, record }"
>
<
template
#
supplyNumberNa
me=
"{ text, record }"
>
<a
@
click=
"showDetails(record)"
>
{{
text
}}
</a>
<a
@
click=
"showDetails(record)"
>
{{
text
}}
</a>
</
template
>
</
template
>
</BasicTable>
</BasicTable>
</div>
</div>
<!--
重命名
弹窗-->
<!--
补数配置
弹窗-->
<
ResetNameModal
@
register=
"registerResetName
Modal"
@
success=
"handleSuccess"
/>
<
SupplyNumberSettingModal
@
register=
"registerSupplyNumberSetting
Modal"
@
success=
"handleSuccess"
/>
</div>
</div>
</template>
</template>
...
@@ -71,6 +79,8 @@
...
@@ -71,6 +79,8 @@
import
{
tableData
,
TreeData
}
from
'./supplyNumberData'
import
{
tableData
,
TreeData
}
from
'./supplyNumberData'
import
{
BasicForm
,
useForm
}
from
'@/components/Form'
;
import
{
BasicForm
,
useForm
}
from
'@/components/Form'
;
import
{
useECharts
}
from
'@/hooks/web/useECharts'
;
import
{
useECharts
}
from
'@/hooks/web/useECharts'
;
import
SupplyNumberSettingModal
from
'./SupplyNumberSettingModal.vue'
defineOptions
({
name
:
'AccountManagement'
});
defineOptions
({
name
:
'AccountManagement'
});
const
chartRef
=
ref
<
HTMLDivElement
|
null
>
(
null
);
const
chartRef
=
ref
<
HTMLDivElement
|
null
>
(
null
);
...
@@ -79,7 +89,7 @@
...
@@ -79,7 +89,7 @@
const
route
=
useRoute
();
const
route
=
useRoute
();
const
go
=
useGo
();
const
go
=
useGo
();
const
[
register
ResetNameModal
,
{
openModal
:
openResetName
Modal
}]
=
useModal
();
const
[
register
SupplyNumberSettingModal
,
{
openModal
:
openSupplyNumberSetting
Modal
}]
=
useModal
();
const
[
registerTable
,
{
reload
,
getForm
,
getRowSelection
}]
=
useTable
({
const
[
registerTable
,
{
reload
,
getForm
,
getRowSelection
}]
=
useTable
({
title
:
''
,
title
:
''
,
api
:
async
(
params
)
=>
{
api
:
async
(
params
)
=>
{
...
@@ -139,6 +149,57 @@
...
@@ -139,6 +149,57 @@
})
})
}
}
/***/
function
showDetails
(
record
){
router
.
push
({
path
:
'/taskScheduling/taskFlowMaintenance/periodicScheduling/index'
,
query
:
{
}
})
}
/**取消 按钮*/
function
cancelButton
(
record
){
createMessage
.
success
(
'取消成功!'
)
}
/**删除 按钮*/
function
deleteButton
(
record
){
createMessage
.
success
(
'删除成功!'
)
}
/**批量删除 按钮*/
function
deleteBatchButton
(
record
){
createConfirm
({
iconType
:
'warning'
,
title
:
'确认删除'
,
content
:
'确认批量删除选中数据吗?'
,
onOk
()
{
createMessage
.
success
(
'删除成功!'
);
reload
();
},
});
}
/**批量取消 按钮*/
function
cancelBatchButton
(
record
){
createConfirm
({
iconType
:
'warning'
,
title
:
'确认删除'
,
content
:
'确认批量取消选中数据吗?'
,
onOk
()
{
createMessage
.
success
(
'取消成功!'
);
reload
();
},
});
}
/**补数配置 按钮*/
function
SupplyNumberSettingButton
(
record
){
openSupplyNumberSettingModal
(
true
,{})
}
/** 转成树 */
/** 转成树 */
function
handleTree
(
data
,
id
,
parentId
,
children
,
rootId
)
{
function
handleTree
(
data
,
id
,
parentId
,
children
,
rootId
)
{
id
=
id
||
'id'
id
=
id
||
'id'
...
...
src/views/taskScheduling/taskFlowMaintenance/supplyNumber/supplyNumber.data.ts
View file @
07b4d06c
...
@@ -14,7 +14,8 @@ export const columns: BasicColumn[] = [
...
@@ -14,7 +14,8 @@ export const columns: BasicColumn[] = [
{
{
title
:
'补数名称'
,
title
:
'补数名称'
,
dataIndex
:
'supplyNumberName'
,
dataIndex
:
'supplyNumberName'
,
width
:
120
width
:
120
,
slots
:
{
customRender
:
'supplyNumberName'
},
},
},
{
{
title
:
'创建者'
,
title
:
'创建者'
,
...
@@ -64,7 +65,6 @@ export const searchFormSchema: FormSchema[] = [
...
@@ -64,7 +65,6 @@ export const searchFormSchema: FormSchema[] = [
field
:
'supplyState'
,
field
:
'supplyState'
,
label
:
'补数状态'
,
label
:
'补数状态'
,
component
:
'Select'
,
component
:
'Select'
,
required
:
true
,
componentProps
:
{
componentProps
:
{
placeholder
:
'请选择补数状态'
,
placeholder
:
'请选择补数状态'
,
options
:
[
options
:
[
...
@@ -131,3 +131,80 @@ export const addTaskFormSchema2: FormSchema[] = [
...
@@ -131,3 +131,80 @@ export const addTaskFormSchema2: FormSchema[] = [
},
},
},
},
];
];
/**新建任务页-表单3*/
export
const
addTaskFormSchema3
:
FormSchema
[]
=
[
{
field
:
'taskStreamName'
,
label
:
' '
,
labelWidth
:
20
,
component
:
'Input'
,
componentProps
:
{
placeholder
:
'任务流名称搜索'
,
},
},
{
field
:
'taskStream'
,
label
:
' '
,
labelWidth
:
20
,
component
:
'Select'
,
componentProps
:
{
placeholder
:
'手动选择的任务流'
,
options
:
[
{
label
:
'已取消'
,
value
:
'已取消'
,
},
],
},
},
{
field
:
'publishState'
,
label
:
' '
,
labelWidth
:
20
,
component
:
'Select'
,
componentProps
:
{
placeholder
:
'发布状态'
,
options
:
[
{
label
:
'已取消'
,
value
:
'已取消'
,
},
{
label
:
'已完成'
,
value
:
'已完成'
,
},
],
},
},
];
/**新建任务页-table列表1*/
export
const
addTaskColumns1
:
BasicColumn
[]
=
[
{
title
:
'任务流名称'
,
dataIndex
:
'taskStreamName'
,
width
:
120
},
{
title
:
'任务流位置'
,
dataIndex
:
'taskStreamLocation'
,
width
:
120
},
];
/**新建任务页-table列表2*/
export
const
addTaskColumns2
:
BasicColumn
[]
=
[
{
title
:
'补数范围内任务流'
,
dataIndex
:
'rangeTaskStream'
,
width
:
120
},
{
title
:
'发布状态'
,
dataIndex
:
'publishState'
,
width
:
120
},
{
title
:
'手动选择的任务流'
,
dataIndex
:
'chooseTaskStream'
,
width
:
120
},
];
src/views/taskScheduling/taskFlowMaintenance/supplyNumber/supplyNumberData.ts
View file @
07b4d06c
...
@@ -94,5 +94,54 @@ export const tableData: any[] =[
...
@@ -94,5 +94,54 @@ export const tableData: any[] =[
supplyNumberTime
:
'2024-01-01 09:00:00 - 2024-01-10 09:00:00'
,
supplyNumberTime
:
'2024-01-01 09:00:00 - 2024-01-10 09:00:00'
,
},
},
]
]
/**新建任务列表 数据1*/
export
const
addTaskTableData1
:
any
[]
=
[
{
businessId
:
'1'
,
taskStreamName
:
'QC12345'
,
taskStreamLocation
:
'admin-个人工作区/demo'
,
},
{
businessId
:
'2'
,
taskStreamName
:
'Smart financial modeling'
,
taskStreamLocation
:
'admin-个人工作区/demo'
,
},
{
businessId
:
'3'
,
taskStreamName
:
'Result data entry'
,
taskStreamLocation
:
'admin-个人工作区/demo'
,
},
{
businessId
:
'4'
,
taskStreamName
:
'Shed and huo area'
,
taskStreamLocation
:
'admin-个人工作区/demo'
,
},
]
/**新建任务列表 数据2*/
export
const
addTaskTableData2
:
any
[]
=
[
{
businessId
:
'1'
,
rangeTaskStream
:
'QC12345'
,
publishState
:
'已发布'
,
chooseTaskStream
:
''
},
{
businessId
:
'2'
,
rangeTaskStream
:
'Smart financial modeling'
,
publishState
:
'已发布'
,
chooseTaskStream
:
''
},
{
businessId
:
'3'
,
rangeTaskStream
:
'Result data entry'
,
publishState
:
'未发布'
,
chooseTaskStream
:
''
},
{
businessId
:
'4'
,
rangeTaskStream
:
'Shed and huo area'
,
publishState
:
'已发布'
,
chooseTaskStream
:
''
},
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment