Commit ff8f1dee by linjinhong

fix:修改问题

parent e05f7df9
......@@ -474,11 +474,12 @@ export default {
}
code = processed;
this.$store.commit("setOrderType", this.classifyField(code));
}else{
this.$store.commit("setOrderType", this.classifyField(this.productionNo));
} else {
this.$store.commit(
"setOrderType",
this.classifyField(this.productionNo)
);
}
} else {
const str = this.productionNo.split("PSC")[0];
......@@ -498,8 +499,8 @@ export default {
);
this.detail = findByPodProductionNo.data;
this.imgList = [];
let designImagesCanvasJsonList = "[{\"options\":{\"title\":\"A\",\"objects\":[{\"type\":\"rect\"},{\"type\":\"image\"}]},\"canvasWidth\":530.0498682724877,\"canvasHeight\":596.25,\"list\":[{\"img_width\":285.1250000000001,\"img_height\":285.1250000000001,\"src\":\"https://jomalls.oss-cn-hangzhou.aliyuncs.com/demo/design/2508/26/2b3k7z-ffu960r-mes8osbv.png\",\"drawImage\":[-74.44381235035513,-31.57743896091416,643.1083774093324,643.1083774093324]}]}]"
// this.detail.drParam;
let designImagesCanvasJsonList = this.detail.drParam;
// this.detail.drParam;
await this.hasDesignImagesCanvasJsonList(designImagesCanvasJsonList);
this.$store.commit("setProductDetail", findByPodProductionNo.data);
ipcRenderer.send("win-subScreen", findByPodProductionNo.data);
......
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