Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
1bc7bdb0
Commit
1bc7bdb0
authored
Jun 14, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打样工单时间不可以选
parent
97ceb336
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
commandList.vue
src/views/mes/pro/workorder/commandList.vue
+2
-3
No files found.
src/views/mes/pro/workorder/commandList.vue
View file @
1bc7bdb0
...
...
@@ -122,15 +122,14 @@ export default {
/** 查询物料编码列表 */
getList
()
{
this
.
loading
=
true
;
console
.
log
(
this
.
$attrs
.
workorderId
,
'attrs'
)
getProWorkOrderProcessList
({
workorderId
:
this
.
$attrs
.
workorderId
}).
then
((
response
)
=>
{
this
.
tableForm
.
tableData
=
response
.
rows
.
map
(
item
=>
{
return
{
...
item
,
scheduleStartTime
:
this
.
$attrs
.
currentData
.
requestDate
+
' 00:00:00'
,
scheduleEndTime
:
this
.
$attrs
.
currentData
.
requestDate
+
' 00:00:00'
scheduleStartTime
:
this
.
$attrs
.
currentData
.
requestDate
?
this
.
$attrs
.
currentData
.
requestDate
+
' 00:00:00'
:
null
,
scheduleEndTime
:
this
.
$attrs
.
currentData
.
requestDate
?
this
.
$attrs
.
currentData
.
requestDate
+
' 00:00:00'
:
null
}
})
this
.
loading
=
false
;
...
...
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