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
c4316004
Commit
c4316004
authored
Aug 08, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isExsitTool -> isExistTool
parent
3886925f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
pages/mes/prodReport/index.vue
+3
-3
No files found.
pages/mes/prodReport/index.vue
View file @
c4316004
...
...
@@ -1568,10 +1568,10 @@ export default {
this
.
getPemissionScan
();
},
handleUpdateKnifeTemp
(
code
)
{
console
.
log
(
'isEx
sitTool'
,
this
.
knifeTempType
,
this
.
tableSelectData
[
0
].
isExsi
tTool
)
console
.
log
(
'isEx
istTool'
,
this
.
knifeTempType
,
this
.
tableSelectData
[
0
].
isExis
tTool
)
if
(
this
.
knifeTempType
===
'1'
)
{
if
(
this
.
tableSelectData
[
0
].
isEx
si
tTool
)
{
if
(
this
.
tableSelectData
[
0
].
isEx
is
tTool
)
{
this
.
$u
.
api
.
dModel
.
checkIsExsitToolWindow
({
type
:
this
.
knifeTempType
,
sn
:
code
,
taskWorkunitId
:
this
.
tableSelectData
[
0
].
taskWorkunitId
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
data
)
{
...
...
@@ -1603,7 +1603,7 @@ export default {
confirmKnifeTemp
(
code
)
{
const
params
=
{
type
:
this
.
knifeTempType
,
sn
:
code
,
taskWorkunitId
:
this
.
tableSelectData
[
0
].
taskWorkunitId
}
if
(
this
.
knifeTempType
===
'1'
)
{
params
[
'isEx
sitTool'
]
=
this
.
tableSelectData
[
0
].
isExsi
tTool
params
[
'isEx
istTool'
]
=
this
.
tableSelectData
[
0
].
isExis
tTool
}
this
.
$u
.
api
.
dModel
.
tmToolMachinesScancode
(
params
).
then
((
res
)
=>
{
console
.
log
(
res
,
'res333'
);
...
...
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