shish 2 лет назад
Родитель
Сommit
438aeed27d

+ 1 - 1
ghsApp/src/admin/home/apply.vue

@@ -76,7 +76,7 @@ export default {
                         {name: "运费设置",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/order/freight"},
                         {name: "物流",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/shop/wl"},
                         {name: "结账记录",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/clear/customList"},
-                        {name: "退款记录",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/pagesOrder/refundAllList"}
+                        {name: "售后记录",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/pagesOrder/refundAllList"}
                     ]
                 },
                 {

+ 1 - 1
ghsApp/src/admin/home/components/OrderItem.vue

@@ -8,7 +8,7 @@
 
         <image style="width: 38upx;height:38upx;border-radius:38upx;" mode="aspectFit" :src="item.customAvatarUrl"></image>
           <view class="tit"> {{ item.customName || "" }}</view>
-          <view class="other-refund" v-if="item.refund==2">有退款</view>
+          <view class="other-refund" v-if="item.refund==2">有售后</view>
           <view class="other-status" v-if="item.debt == 1">赊账</view>
           <text class="other-book" v-if="item.book == 1" >预订单</text>
           <text class="other-presell" v-if="item.presell == 1" >预售单</text>

+ 2 - 2
ghsApp/src/pages.json

@@ -103,8 +103,8 @@
 				{"path": "print","style": {"navigationBarTitleText": "连接蓝牙"}},
 				{"path": "allot","style": {"navigationBarTitleText": "分配工作"}},
 				{"path": "refundSuccess","style": {"navigationBarTitleText": "结果"}},
-				{"path": "refundList","style": {"navigationBarTitleText": "退款记录", "enablePullDownRefresh": true}},
-				{"path": "refundAllList","style": {"navigationBarTitleText": "退款记录", "enablePullDownRefresh": false}}
+				{"path": "refundList","style": {"navigationBarTitleText": "售后记录", "enablePullDownRefresh": true}},
+				{"path": "refundAllList","style": {"navigationBarTitleText": "售后记录", "enablePullDownRefresh": false}}
 			]
 		},
 		{

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

@@ -71,7 +71,7 @@
 					<view>累计退款:</view>
 					<view style="color:red;font-weight:bold;font-size:30upx;">{{parseFloat(detailInfo.tkPrice)}}</view>
 					<view class="price" v-if="detailInfo.refund==2">
-						<button @click="pageTo({url: '/pagesOrder/refundList',query: {orderSn: detailInfo.orderSn}})" class="admin-button-com">退款记录</button>
+						<button @click="pageTo({url: '/pagesOrder/refundList',query: {orderSn: detailInfo.orderSn}})" class="admin-button-com">售后记录</button>
 					</view>
 				</view>
 				<view v-if="detailInfo.refund == 2" class="order-info_box">

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -48,7 +48,7 @@
 					<view style="color:red;font-weight:bold;">累计退款:</view>
 					<view style="color:red;font-weight:bold;font-size:30upx;">¥{{detailInfo.tkPrice?parseFloat(detailInfo.tkPrice):0}}</view>
 					<view class="price" v-if="detailInfo.refund==2">
-						<text @click="pageTo({url: '/pagesPurchase/refundList',query: {orderSn: detailInfo.orderSn}})" style="font-weight:normal;color:#3385FF;">退款记录</text>
+						<text @click="pageTo({url: '/pagesPurchase/refundList',query: {orderSn: detailInfo.orderSn}})" style="font-weight:normal;color:#3385FF;">售后记录</text>
 					</view>
 				</view>
 

+ 1 - 1
ghsApp/src/pagesPurchase/orderItem.vue

@@ -4,7 +4,7 @@
 			<view class="title">
 				<text class="name">{{ info.supplierName }}</text>
 			</view>
-			<view v-if="info.refund == 2" class="status" style="color:red;border:1upx solid red;border-radius:20upx;font-size:20upx;padding:5upx 12upx;margin-right:50upx;">有退款</view>
+			<view v-if="info.refund == 2" class="status" style="color:red;border:1upx solid red;border-radius:20upx;font-size:20upx;padding:5upx 12upx;margin-right:50upx;">有售后</view>
 			<view v-if="info.debt == 1" class="status" style="color:red;border:1upx solid red;border-radius:20upx;font-size:20upx;padding:5upx 12upx;margin-right:50upx;">赊账</view>
 			<view class="status">
 				<text v-if="info.status == 3" style="font-weight:bold;color:green;">待入库</text>