报价单价
This commit is contained in:
parent
1ff3d18ac3
commit
4001b1a225
|
|
@ -2456,7 +2456,7 @@ export default {
|
||||||
let material_list = [];
|
let material_list = [];
|
||||||
material_items.forEach(item => {
|
material_items.forEach(item => {
|
||||||
let name = this.formatName(item[1]);
|
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 = {
|
let info = {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
material: item,
|
material: item,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue