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
f7637f5e
Commit
f7637f5e
authored
Mar 22, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
装配任务执行胶漆申领下的胶漆材料需求时间日历控件需要选到小时和分钟
parent
e032bcc9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
header.vue
...s/src/views/taskExecution/components/LacClaims/header.vue
+5
-4
No files found.
applications/dee-mes/src/views/taskExecution/components/LacClaims/header.vue
View file @
f7637f5e
...
@@ -100,13 +100,14 @@
...
@@ -100,13 +100,14 @@
v-if=
"scope.row.needTimeSelect"
v-if=
"scope.row.needTimeSelect"
v-model=
"scope.row.needTime"
v-model=
"scope.row.needTime"
clearable
clearable
type=
"date"
type=
"date
time
"
placeholder=
"选择日期"
placeholder=
"选择日期"
value-format=
"yyyy-MM-dd HH:mm:ss"
value-format=
"yyyy-MM-dd HH:mm"
format=
"yyyy-MM-dd HH:mm"
@
focus=
"tableInputFocus"
@
focus=
"tableInputFocus"
@
change=
"deeTableBlur(scope.row, 'needTime')"
@
change=
"deeTableBlur(scope.row, 'needTime')"
/>
/>
<span
v-else
>
{{
scope
.
row
[
scope
.
column
.
property
]
}}
</span>
<span
v-else
>
{{
$moment
(
scope
.
row
[
scope
.
column
.
property
]
).
format
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
<i
v-if=
"scope.row.needTimeLoading"
class=
"el-icon-loading"
/>
<i
v-if=
"scope.row.needTimeLoading"
class=
"el-icon-loading"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -393,7 +394,7 @@ export default {
...
@@ -393,7 +394,7 @@ export default {
const
param
=
{
const
param
=
{
id
:
row
.
id
,
id
:
row
.
id
,
operator
:
'MODIFY'
,
operator
:
'MODIFY'
,
needTime
:
row
.
needTime
,
needTime
:
that
.
$moment
(
row
.
needTime
).
format
(
'YYYY-MM-DD HH:mm:ss'
)
,
spec
:
row
.
spec
spec
:
row
.
spec
}
}
if
(
key
===
'spec'
)
{
if
(
key
===
'spec'
)
{
...
...
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