Explorar o código

fix(contractBook): 为合同项添加默认报价方式

liujt hai 2 meses
pai
achega
129c54cc32

+ 1 - 0
src/views/contractManage/contractBook/components/addDialog.vue

@@ -1768,6 +1768,7 @@
             contractVO.type == 1
             contractVO.type == 1
               ? item.saleUnitId
               ? item.saleUnitId
               : item.contractUnitId || item.purchaseUnitId;
               : item.contractUnitId || item.purchaseUnitId;
+          item['quoteWay'] = item.quoteWay || 1;
           return item;
           return item;
         });
         });