This commit is contained in:
2021-07-27 17:23:19 +00:00
parent c3d04ba6a2
commit 7b94205c30

View File

@@ -612,8 +612,11 @@ export default {
generateWorkOrder() {
let cp = JSON.parse(JSON.stringify(this.obj));
cp.states = [];
// console.log("source", this.obj);
// console.log("copy", cp);
cp.items.forEach(x => {
x.partRequests = [];
});
// console.log("source", this.obj);
// console.log("copy", cp);
//console.log("From quote", JSON.stringify(this.obj, null, 5));
//FROM QUOTE
//TODO: