Explorar el Código

发票管理: 关联金额默认0

lxf hace 2 años
padre
commit
fa56ebf050
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/purchaseManage/purchasePayment/invoice/index.vue

+ 1 - 1
src/views/purchaseManage/purchasePayment/invoice/index.vue

@@ -315,7 +315,7 @@ const changeSupply = (val) => {
             code: item.code,
             amount: item.amount,
             sumInvoiceMoney: item.sumInvoiceMoney,
-            money: undefined,
+            money: 0,
             remark: "",
           };
         });