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
3dcb6d83
Commit
3dcb6d83
authored
Apr 13, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改adjustable判断值
parent
ad42f0fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/views/design/head/index.vue
+3
-3
src/views/design/main/index.vue
+4
-4
No files found.
src/views/design/head/index.vue
View file @
3dcb6d83
...
@@ -422,7 +422,7 @@ export default {
...
@@ -422,7 +422,7 @@ export default {
if
(
if
(
!
this
.
checked
&&
!
this
.
checked
&&
this
.
detail
.
diyId
&&
this
.
detail
.
diyId
&&
this
.
detail
.
adjustable
==
1
&&
this
.
detail
.
adjustable
&&
designImagesCanvasJsonList
&&
designImagesCanvasJsonList
&&
this
.
desktopDevice
!==
3
this
.
desktopDevice
!==
3
)
{
)
{
...
@@ -463,7 +463,7 @@ export default {
...
@@ -463,7 +463,7 @@ export default {
// 惠立彩 带黄点摸的订单直接展示错误弹窗
// 惠立彩 带黄点摸的订单直接展示错误弹窗
if
(
if
(
this
.
detail
.
productMark
==
"custom_part"
&&
this
.
detail
.
productMark
==
"custom_part"
&&
this
.
detail
.
adjustable
==
1
&&
this
.
detail
.
adjustable
&&
!
designImagesCanvasJsonList
[
0
].
images
!
designImagesCanvasJsonList
[
0
].
images
)
{
)
{
this
.
showforcedProduc
=
true
;
this
.
showforcedProduc
=
true
;
...
@@ -472,7 +472,7 @@ export default {
...
@@ -472,7 +472,7 @@ export default {
}
}
if
(
if
(
(
this
.
detail
.
productMark
==
"custom_part"
&&
(
this
.
detail
.
productMark
==
"custom_part"
&&
this
.
detail
.
adjustable
==
0
)
||
!
this
.
detail
.
adjustable
)
||
this
.
detail
.
productMark
!==
"custom_part"
this
.
detail
.
productMark
!==
"custom_part"
)
{
)
{
this
.
showforcedProduc
=
true
;
this
.
showforcedProduc
=
true
;
...
...
src/views/design/main/index.vue
View file @
3dcb6d83
...
@@ -533,7 +533,7 @@ export default {
...
@@ -533,7 +533,7 @@ export default {
let
size
=
null
;
let
size
=
null
;
if
(
if
(
this
.
detail
.
mssWidth
&&
this
.
detail
.
mssWidth
&&
this
.
detail
.
adjustable
==
1
&&
this
.
detail
.
adjustable
&&
this
.
detail
.
mssHeight
this
.
detail
.
mssHeight
)
{
)
{
size
=
{
size
=
{
...
@@ -1286,7 +1286,7 @@ export default {
...
@@ -1286,7 +1286,7 @@ export default {
if
(
if
(
this
.
detail
&&
this
.
detail
&&
this
.
detail
.
mssWidth
&&
this
.
detail
.
mssWidth
&&
this
.
detail
.
adjustable
==
1
&&
this
.
detail
.
adjustable
&&
this
.
detail
.
mssHeight
this
.
detail
.
mssHeight
)
{
)
{
this
.
detail
.
designImageSize
=
{
this
.
detail
.
designImageSize
=
{
...
@@ -1792,7 +1792,7 @@ export default {
...
@@ -1792,7 +1792,7 @@ export default {
v-if=
"
v-if=
"
productMark == 'custom_part' &&
productMark == 'custom_part' &&
selectImgList.length &&
selectImgList.length &&
detail.adjustable
== 1
&&
detail.adjustable &&
!isOver &&
!isOver &&
!isMove &&
!isMove &&
!selectImgList.some((el) => el.isCut) &&
!selectImgList.some((el) => el.isCut) &&
...
@@ -1806,7 +1806,7 @@ export default {
...
@@ -1806,7 +1806,7 @@ export default {
:style=
"{ left: isView ? '' : '6%' }"
:style=
"{ left: isView ? '' : '6%' }"
v-if=
"
v-if=
"
productMark == 'custom_part' &&
productMark == 'custom_part' &&
detail.adjustable
== 1
&&
detail.adjustable &&
selectImgList.length &&
selectImgList.length &&
!selectImgList.some((el) => el.isCut) &&
!selectImgList.some((el) => el.isCut) &&
isOver &&
isOver &&
...
...
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