报价单价

This commit is contained in:
xielue 2023-08-02 11:48:40 +08:00
parent 1ff3d18ac3
commit 4001b1a225
1 changed files with 1 additions and 1 deletions

View File

@ -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,