Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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
ximai
mes-pad
Commits
a1998bc4
Commit
a1998bc4
authored
Aug 14, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isExistTool改成字符串
parent
d795e7c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
index.vue
pages/mes/prodReport/index.vue
+1
-3
No files found.
pages/mes/prodReport/index.vue
View file @
a1998bc4
...
@@ -1576,10 +1576,8 @@ export default {
...
@@ -1576,10 +1576,8 @@ export default {
this
.
getPemissionScan
();
this
.
getPemissionScan
();
},
},
handleUpdateKnifeTemp
(
code
)
{
handleUpdateKnifeTemp
(
code
)
{
console
.
log
(
'isExistTool'
,
this
.
knifeTempType
,
this
.
tableSelectData
[
0
].
isExistTool
)
if
(
this
.
knifeTempType
===
'1'
)
{
if
(
this
.
knifeTempType
===
'1'
)
{
if
(
this
.
tableSelectData
[
0
].
isExistTool
)
{
if
(
this
.
tableSelectData
[
0
].
isExistTool
===
'1'
)
{
this
.
$u
.
api
.
dModel
.
checkIsExsitToolWindow
({
type
:
this
.
knifeTempType
,
sn
:
code
,
taskWorkunitId
:
this
.
tableSelectData
[
0
].
taskWorkunitId
}).
then
((
res
)
=>
{
this
.
$u
.
api
.
dModel
.
checkIsExsitToolWindow
({
type
:
this
.
knifeTempType
,
sn
:
code
,
taskWorkunitId
:
this
.
tableSelectData
[
0
].
taskWorkunitId
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
if
(
res
.
data
)
{
if
(
res
.
data
)
{
...
...
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