shish 4 jaren geleden
bovenliggende
commit
7437aab0aa
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      ghsApp/src/pagesOrder/detail.vue

+ 3 - 3
ghsApp/src/pagesOrder/detail.vue

@@ -298,11 +298,11 @@ export default {
 			}
 			}
 			this.$util.pageTo({url:'/pagesOrder/refund?id='+this.option.id})
 			this.$util.pageTo({url:'/pagesOrder/refund?id='+this.option.id})
 		},
 		},
-		//结账(单个结账没有优惠)
+		//结账
 		settleOrder(item) {
 		settleOrder(item) {
 			let id = item.id
 			let id = item.id
 			let customId = item.customId
 			let customId = item.customId
-			let actPrice = item.actPrice
+			let remainDebtPrice = item.remainDebtPrice
 			let that = this
 			let that = this
 			let payWay = 0
 			let payWay = 0
 			uni.showActionSheet({
 			uni.showActionSheet({
@@ -317,7 +317,7 @@ export default {
 							id:JSON.stringify([{id:id}]),
 							id:JSON.stringify([{id:id}]),
 							customId:customId,
 							customId:customId,
 							payWay:payWay,
 							payWay:payWay,
-							modifyPrice:actPrice
+							modifyPrice:remainDebtPrice
 						}
 						}
 
 
 						that.$util.confirmModal({content:'确认结清欠款?'},() => {
 						that.$util.confirmModal({content:'确认结清欠款?'},() => {