Commit d8fd0361 by linjinhong

fix:修改老pod兼容问题

parent 9bbf885f
...@@ -650,18 +650,17 @@ export default { ...@@ -650,18 +650,17 @@ export default {
console.error("setData 执行失败", err); console.error("setData 执行失败", err);
} }
} }
if (
// if (this.detail && !this.isAutoFinish && this.desktopDevice == 3) { this.detail &&
// //惠立彩判断是否全部图片都已经打印完成 Object.keys(this.detail).length > 0 &&
// const canCallApi = this.orderType === "GC"
// this.detail.saveImgList?.every(el => el.power) ?? false; ) {
// if (canCallApi) { try {
// bus.$emit("busEmit", { await this.setData(this.detail);
// value: this.detail.newId, } catch (err) {
// type: "completeFail" console.error("setData 执行失败", err);
// }); }
// } }
// }
//判断生产单号是否为空 //判断生产单号是否为空
if (this.productionNo === "") if (this.productionNo === "")
......
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