| north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -1103,7 +1103,7 @@ if (['width', 'height', 'quantity', 'price'].includes(column.property)) { row.area = area(row) row.grossArea = countArea(row) if(column.property !== 'price'){ if(![ 'quantity', 'price'].includes(column.property)){ row.computeArea = row.area row.computeGrossArea = row.grossArea }