Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
electron-printer
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhuzhequan
electron-printer
Commits
ffcafa32
Commit
ffcafa32
authored
Apr 15, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改黄点模提示
parent
2e517a5a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
src/views/design/head/index.vue
+9
-12
No files found.
src/views/design/head/index.vue
View file @
ffcafa32
...
...
@@ -439,18 +439,6 @@ export default {
});
imageResList
=
Sres
.
data
;
console
.
log
(
"imageResList"
,
imageResList
);
}
else
{
// designImagesCanvasJsonList.forEach((el) => {
// el.images.forEach((item) => {
// imageResList.push({
// productionFile: item,
// title: el.title,
// });
// });
// });
// for (let item of imageResList) {
// item.productionFile = await this.saveImgByUrl(item.productionFile);
// }
}
}
if
(
this
.
desktopDevice
==
3
)
{
...
...
@@ -476,6 +464,15 @@ export default {
return
;
}
}
if
(
(
this
.
detail
.
productMark
==
"custom_part"
&&
!
this
.
detail
.
adjustable
)
||
this
.
detail
.
productMark
!==
"custom_part"
)
{
this
.
showforcedProduc
=
true
;
this
.
dialogVisible
=
true
;
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