shish пре 3 година
родитељ
комит
740cd94b65

+ 1 - 1
ghsApp/src/admin/clear/customInfo.vue

@@ -191,7 +191,7 @@ export default {
 			let that = this
 			let that = this
 			that.$util.confirmModal({content:'确认客户已转账?'},() => {
 			that.$util.confirmModal({content:'确认客户已转账?'},() => {
 				uni.showActionSheet({
 				uni.showActionSheet({
-					itemList: ['请选择收款方式:', '微信', '支付宝','现金','银行卡'],
+					itemList: ['请选择收款方式:', '线下微信', '线下支付宝','现金','银行卡'],
 					success: function (respond) {
 					success: function (respond) {
 						let currentIndex = respond.tapIndex
 						let currentIndex = respond.tapIndex
 						let inWay = [{name:"未选择",id:-1},{name:"微信",id:0},{name:"支付宝",id:1},{name:"现金",id:4},{name:"银行卡",id:5}]
 						let inWay = [{name:"未选择",id:-1},{name:"微信",id:0},{name:"支付宝",id:1},{name:"现金",id:4},{name:"银行卡",id:5}]

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

@@ -86,7 +86,7 @@ export default {
 			that.$util.confirmModal({content:'确认客户已转账?'},() => {
 			that.$util.confirmModal({content:'确认客户已转账?'},() => {
 
 
 				uni.showActionSheet({
 				uni.showActionSheet({
-					itemList: ['请选择收款方式:', '微信', '支付宝','现金','银行卡'],
+					itemList: ['请选择收款方式:', '线下微信', '线下支付宝','现金','银行卡'],
 					success: function (respond) {
 					success: function (respond) {
 						let currentIndex = respond.tapIndex
 						let currentIndex = respond.tapIndex
 						let inWay = [{name:"未选择",id:-1},{name:"微信",id:0},{name:"支付宝",id:1},{name:"现金",id:4},{name:"银行卡",id:5}]
 						let inWay = [{name:"未选择",id:-1},{name:"微信",id:0},{name:"支付宝",id:1},{name:"现金",id:4},{name:"银行卡",id:5}]

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

@@ -20,7 +20,7 @@
 		</view>
 		</view>
 		<view style="position:fixed;bottom:100upx;font-size:32upx;z-index:9999;background-color:red;width:100%;height:100upx;text-align:center;line-height:100upx;color:white;" 
 		<view style="position:fixed;bottom:100upx;font-size:32upx;z-index:9999;background-color:red;width:100%;height:100upx;text-align:center;line-height:100upx;color:white;" 
 		v-if="!$util.isEmpty(unClear)" @click="goClear(unClear)">
 		v-if="!$util.isEmpty(unClear)" @click="goClear(unClear)">
-			<text>有一个待结账单 ¥{{unClear.actPrice?parseFloat(unClear.actPrice):0}}</text><text style="font-weight:bold;margin-left:15upx;">查看</text>
+			<text>有一个待结账单 ¥{{unClear.actPrice?parseFloat(unClear.actPrice):0}}</text><text style="font-weight:bold;margin-left:15upx;">查看</text>
 		</view>
 		</view>
 		<view :class="device == 'ios' ? 'ios-bar-view':'android-bar-view'">
 		<view :class="device == 'ios' ? 'ios-bar-view':'android-bar-view'">
 			<template>
 			<template>

+ 1 - 1
ghsApp/src/pagesOrder/refund.vue

@@ -67,7 +67,7 @@
 
 
 		<view style="font-size:32upx;z-index:9999;color:red;text-align:center;font-weight:bold;margin-bottom:30upx;" 
 		<view style="font-size:32upx;z-index:9999;color:red;text-align:center;font-weight:bold;margin-bottom:30upx;" 
 		v-if="!$util.isEmpty(unClear)" @click="goClear(unClear)">
 		v-if="!$util.isEmpty(unClear)" @click="goClear(unClear)">
-			<text>有一个待结账单 ¥{{unClear.actPrice?parseFloat(unClear.actPrice):0}}</text>
+			<text>有一个待结账单 ¥{{unClear.actPrice?parseFloat(unClear.actPrice):0}}</text>
 			<text style="font-weight:bold;margin-left:15upx;">查看</text>
 			<text style="font-weight:bold;margin-left:15upx;">查看</text>
 		</view>
 		</view>