yu jie %!s(int64=4) %!d(string=hai) anos
pai
achega
023ed140ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/business/purchase/components/someprice/index.vue

+ 1 - 1
src/views/business/purchase/components/someprice/index.vue

@@ -113,7 +113,7 @@
           <a-col :span="12">
             <a-form-item label="商品价格">
               <span class="white">{{
-                                    Number(selectedRow.pricemove) + Number(formState.PricedPrice)
+                                    (Number(selectedRow.pricemove) + Number(formState.PricedPrice)).toFixed(2)
                                 }}</span>
             </a-form-item>
           </a-col>