Browse Source

'合同提交'

zhujun 2 years ago
parent
commit
ca3c3bd3a9
1 changed files with 1 additions and 0 deletions
  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
       },