Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
70e4f0d0
Commit
70e4f0d0
authored
Oct 31, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改流程中工时确认
parent
bcc0d688
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
0 deletions
+47
-0
config.js
...ateComponents/components/workAllocationEditList/config.js
+36
-0
index.vue
...ateComponents/components/workAllocationEditList/index.vue
+11
-0
No files found.
applications/dee-mes/src/privateComponents/components/workAllocationEditList/config.js
0 → 100644
View file @
70e4f0d0
export
default
{
layoutConfigData
:
[
{
title
:
'高级组件配置'
,
data
:
[
{
key
:
'readOnly'
,
title
:
'只读'
,
component
:
{
name
:
'el-checkbox'
}
},
{
key
:
'isProcess'
,
title
:
'是否在流程中'
,
component
:
{
name
:
'el-checkbox'
}
}
]
}
],
data
()
{
return
{
}
},
created
()
{
},
computed
:
{
},
methods
:
{
}
}
applications/dee-mes/src/privateComponents/components/workAllocationEditList/index.vue
View file @
70e4f0d0
...
...
@@ -42,13 +42,19 @@
<
script
>
import
{
post
}
from
'@/utils/http'
import
config
from
'./config'
export
default
{
name
:
'WorkAllocationEditList'
,
componentName
:
'工时分配编辑列表'
,
mixins
:
[
config
],
props
:
{
basicData
:
{
type
:
Object
,
default
:
()
=>
{}
},
itemObj
:
{
type
:
Object
,
default
:
null
}
},
data
()
{
...
...
@@ -91,6 +97,11 @@ export default {
'fieldName'
:
'joExecutePlanId'
,
'operator'
:
'EQ'
,
'value'
:
this
.
basicData
.
joExecutePlanId
},
{
'fieldName'
:
'subTypeName'
,
'operator'
:
'EQ'
,
'value'
:
'FitOut'
}
],
'operator'
:
'AND'
...
...
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