shish 4 éve
szülő
commit
5a8eadd38c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      ghsApp/src/pagesArrears/details.vue

+ 1 - 1
ghsApp/src/pagesArrears/details.vue

@@ -48,7 +48,7 @@
 				<view class="select-cmd_bx">
 					<view class="num_bx">
 						<view class="flex">金额:{{selectTotalAmount}}</view>
-						<view class="flex">实收:<input @focus="modifyPrice = null" v-model="modifyPrice" type="digit"/></view>
+						<view class="flex">实收:{{modifyPrice}}</view>
 						<view class="flex">减免:{{(selectTotalAmount - modifyPrice).toFixed(2)}}</view>
 						<view class="flex">付款:
 							<picker @change="payWayChange" :value="payWayindex" range-key="name" :range="payWayList">