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
2e517a5a
Commit
2e517a5a
authored
Apr 14, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改问题
parent
e301fc30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
src/views/design/head/index.vue
+6
-9
No files found.
src/views/design/head/index.vue
View file @
2e517a5a
...
...
@@ -234,11 +234,11 @@ export default {
const
params
=
{
...
this
.
detail
,
};
if
(
this
.
orderType
===
"CN"
)
{
params
.
podJomallOrderCnId
=
data
.
podJomallOrderCnId
;
}
else
if
(
this
.
orderType
===
"US"
)
{
params
.
podJomallOrderUsId
=
data
.
podJomallOrderUsId
;
}
//
if (this.orderType === "CN") {
//
params.podJomallOrderCnId = data.podJomallOrderCnId;
//
} else if (this.orderType === "US") {
//
params.podJomallOrderUsId = data.podJomallOrderUsId;
//
}
//如果为惠立彩则判断当前saveImgList字段中的power是否全是true 是则生产完成
const
canCallApi
=
this
.
desktopDevice
!=
3
||
...
...
@@ -253,10 +253,7 @@ export default {
}
console
.
log
(
"本地数据removeFromOrderInfo:"
,
getOrderInfoMap
());
//生产完成后在本地删除
await
this
.
$api
.
post
(
pathMap
[
"completeDelivery"
][
this
.
orderType
],
params
,
);
await
this
.
$api
.
post
(
pathMap
[
"completeDelivery"
],
params
);
this
.
$message
.
success
(
"操作成功"
);
}
},
...
...
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