You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
2.4 KiB
Plaintext
1 line
2.4 KiB
Plaintext
<view><view class=" bg-white margin-top flex justify-between " style="height:120rpx;font-size:36rpx;"><view class=" flex align-center margin-left" style="width:50%;"><text class="cuIcon-titles text-red"></text><text>充值</text></view><view class="flex align-center margin-left" style="width:50%;"><text class="cuIcon-titles text-red"></text><text>疗程</text></view></view><view class="flex justify-start cradtext"><view class="margin-left" style="width:50%;"><view class="margin-top"><text class="margin-left">期初</text><text class="text-price text-red">{{form1.startMoney}}</text></view><view class="margin-top"><text class="margin-left">收入</text><text class="text-price text-red">{{form1.rechargeMoney}}</text></view><view class="margin-top"><text class="margin-left">还款</text><text class="text-price text-red">{{form1.recRepayMoney+form1.cashRefundMoney}}</text></view><view class="margin-top"><text class="margin-left">服务</text><text class="text-price text-red">{{form1.recStoreCashMoney}}</text></view><view class="margin-top"><text class="margin-left">退款</text><text class="text-price text-red">{{form1.recRefundMoney}}</text></view><view class="margin-top"><text class="margin-left">购疗程</text><text class="text-price text-red">{{form1.cardToCourseMoney}}</text></view><view class="margin-top"><text class="margin-left">结存</text><text class="text-price text-red">{{form1.endMoney}}</text></view></view><view class="margin-left" style="width:50%;"><view class="margin-top"><text class="margin-left">期初</text><text class="text-price text-red">{{form2.startMoney}}</text></view><view class="margin-top"><text class="margin-left">收入</text><text class="text-price text-red">{{form2.courseMoney}}</text></view><view class="margin-top"><text class="margin-left">还款</text><text class="text-price text-red">{{form2.courseRepayMoney}}</text></view><view class="margin-top"><text class="margin-left">服务</text><text class="text-price text-red">{{form2.courseStoreCashMoney}}</text></view><view class="margin-top"><text class="margin-left">退款</text><text class="text-price text-red">{{form2.cashRefundMoney+form2.courseRefundMoney}}</text></view><view class="margin-top"><text class="margin-left"></text><text class="text-red"></text></view><view class="margin-top"><text class="margin-left">结存</text><text class="text-price text-red">{{form2.endMoney}}</text></view></view></view></view> |