Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
weChatFlowApprove
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
刘川
weChatFlowApprove
Commits
1fd79828
Commit
1fd79828
authored
Nov 28, 2022
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
d8731c9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
ShipApproval.vue
src/views/ship-approval/ShipApproval.vue
+6
-4
No files found.
src/views/ship-approval/ShipApproval.vue
View file @
1fd79828
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
<span
class=
"active-dot"
>
{{
index
+
1
}}
</span>
<span
class=
"active-dot"
>
{{
index
+
1
}}
</span>
</
template
>
</
template
>
<p
class=
"step-title"
>
<p
class=
"step-title"
>
{{ item.statusName }},{{ item.startTime }} {{ item.
handler
}}
{{ item.statusName }},{{ item.startTime }} {{ item.
executorPersonMemberName
}}
</p>
</p>
</van-step>
</van-step>
<van-step
class=
"last-step"
>
<van-step
class=
"last-step"
>
...
@@ -280,7 +280,8 @@ export default {
...
@@ -280,7 +280,8 @@ export default {
procUnitHandlerId
:
''
,
procUnitHandlerId
:
''
,
groupId
:
''
groupId
:
''
},
},
flag
:
false
flag
:
false
,
status
:
''
,
}
}
},
},
computed
:
{
computed
:
{
...
@@ -331,6 +332,7 @@ export default {
...
@@ -331,6 +332,7 @@ export default {
apiWantgoodsFindById
(
this
.
conditions
).
then
(
res
=>
{
apiWantgoodsFindById
(
this
.
conditions
).
then
(
res
=>
{
res
.
data
.
pyear
+=
''
res
.
data
.
pyear
+=
''
this
.
conditions
=
{
...
this
.
conditions
,
...
res
.
data
}
this
.
conditions
=
{
...
this
.
conditions
,
...
res
.
data
}
this
.
status
=
res
.
data
.
status
for
(
const
key
in
this
.
conditions
)
{
for
(
const
key
in
this
.
conditions
)
{
if
(
this
.
conditions
.
hasOwnProperty
(
key
))
{
if
(
this
.
conditions
.
hasOwnProperty
(
key
))
{
if
(
key
===
'isShunt'
)
{
if
(
key
===
'isShunt'
)
{
...
@@ -355,7 +357,7 @@ export default {
...
@@ -355,7 +357,7 @@ export default {
this
.
stepActive
=
this
.
tablePathData
.
length
this
.
stepActive
=
this
.
tablePathData
.
length
this
.
selectSelfTask
(
res
.
data
.
Rows
)
this
.
selectSelfTask
(
res
.
data
.
Rows
)
this
.
flag
=
res
.
data
.
Rows
.
some
(
item
=>
{
this
.
flag
=
res
.
data
.
Rows
.
some
(
item
=>
{
return
item
.
executorPersonId
===
Cookies
.
get
(
'HEADER_USERID_KEY'
)
&&
item
.
statusId
===
'ready'
&&
item
.
id
===
this
.
conditions
.
taskId
return
item
.
executorPersonId
===
Cookies
.
get
(
'HEADER_USERID_KEY'
)
&&
item
.
statusId
===
'ready'
&&
item
.
id
===
this
.
conditions
.
taskId
&&
this
.
status
-
1
===
0
});
});
}
}
})
})
...
@@ -408,7 +410,7 @@ export default {
...
@@ -408,7 +410,7 @@ export default {
return
return
}
}
}
}
if
(
this
.
isShowWork
&&
!
this
.
form
.
salecenterAuditQuantity
)
{
if
(
this
.
isShowWork
)
{
if
(
this
.
form
.
salecenterAuditQuantity
-
0
<=
0
||
!
Number
(
this
.
form
.
salecenterAuditQuantity
))
{
if
(
this
.
form
.
salecenterAuditQuantity
-
0
<=
0
||
!
Number
(
this
.
form
.
salecenterAuditQuantity
))
{
Toast
(
'请正确填写内勤审批量'
)
Toast
(
'请正确填写内勤审批量'
)
return
return
...
...
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