报价单价
This commit is contained in:
parent
1ff3d18ac3
commit
4001b1a225
|
|
@ -2456,7 +2456,7 @@ export default {
|
|||
let material_list = [];
|
||||
material_items.forEach(item => {
|
||||
let name = this.formatName(item[1]);
|
||||
let old = this.material_detailsData.filter(a => a.material && a.material[0] == item[0] ? true : false);
|
||||
let old = this.paintMaterial_detailsData.filter(a => a.material && a.material[0] == item[0] ? true : false);
|
||||
let info = {
|
||||
isMain: true,
|
||||
material: item,
|
||||
|
|
|
|||
Loading…
Reference in New Issue