zhujun преди 2 години
родител
ревизия
ca3c3bd3a9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/saleManage/quotation/components/inventoryTable.vue

+ 1 - 0
src/views/saleManage/quotation/components/inventoryTable.vue

@@ -339,6 +339,7 @@ export default {
         comitDatasource.forEach(v=>{
           v.totalPrice=(v.totalCount*v.singlePrice)?.toFixed(2)||0
           v.guaranteePeriodUnitName=this.getDictValue('质保期单位', v.guaranteePeriodUnitCode)
+          v.technicalDrawings=v.technicalDrawings||null
         })
          return comitDatasource
       },