Commit ffcafa32 by linjinhong

fix:修改黄点模提示

parent 2e517a5a
...@@ -439,18 +439,6 @@ export default { ...@@ -439,18 +439,6 @@ export default {
}); });
imageResList = Sres.data; imageResList = Sres.data;
console.log("imageResList", imageResList); 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) { if (this.desktopDevice == 3) {
...@@ -476,6 +464,15 @@ export default { ...@@ -476,6 +464,15 @@ export default {
return; return;
} }
} }
if (
(this.detail.productMark == "custom_part" &&
!this.detail.adjustable) ||
this.detail.productMark !== "custom_part"
) {
this.showforcedProduc = true;
this.dialogVisible = true;
return;
}
} }
// 根据生产单号查找 素材图片 下载到本地 然后返回本地地址去显示 // 根据生产单号查找 素材图片 下载到本地 然后返回本地地址去显示
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment