Commit 25cc6096 authored by 秦嘉's avatar 秦嘉

工单查询BOM

parent 4dc52143
......@@ -495,9 +495,9 @@ export default {
})
console.log(row)
let temp = JSON.parse(JSON.stringify(row.orderNo))
this.rows.orderNo = temp
this.rowsBom.orderNo = temp
let temp1 = JSON.parse(JSON.stringify(row.contract))
this.rows.contract = temp1
this.rowsBom.contract = temp1
this.getBomTable()
},
/** 查询工单BOM数据 */
......
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