shish 3 tahun lalu
induk
melakukan
f3e148db22

+ 4 - 2
ghsApp/src/pagesOrder/refund.vue

@@ -45,7 +45,7 @@
 		</view>
 		<view class="flex refund-item">
 			<view class="refund-label"><text></text>实际退款:</view>
-			<input type="digit" v-model="refundMoney">
+			<input type="digit" v-model="refundMoney" @focus="refundMoney=''">
 		</view>
 		<view class="refund-item">
 			<view class="refund-label">备注:</view>
@@ -250,7 +250,9 @@ export default {
 				text{color: red;}
 			}
 			.list{
-				margin-bottom: 10upx;
+				margin-bottom:18upx;
+				border-bottom:1upx solid #CCCCCC;
+				padding-bottom:14upx;
 				.list-title{
 					height: 60upx;
 					padding-bottom: 20upx;

+ 1 - 1
hdApp/src/pagesPurchase/purDetails.vue

@@ -272,7 +272,7 @@
         <button class="admin-button-com blue big" @click="toPay">去付款</button>
       </block>
       <block v-else>
-        <button class="admin-button-com default big" @click="refundOrder" style="margin-right:80upx;background-color: green;border: 1upx solid green;color:white;" 
+        <button class="admin-button-com default big" @click="refundOrder" style="background-color: white;color:#3385FF;border:1upx solid #3385FF;" 
         v-if="detailInfo.payStatus == 1">申请售后</button>
         <button class="admin-button-com blue big" @click="clearOrder" v-if="detailInfo.debt == 1">付款结清</button>
       </block>