Przeglądaj źródła

文字表达优化

shish 6 miesięcy temu
rodzic
commit
05334601c1

+ 1 - 1
hdApp/src/admin/custom/debtChange.vue

@@ -6,7 +6,7 @@
 					<t-th><view style="width:150upx;">创建 / 账单</view></t-th>
 					<t-th><view style="width:230upx;">事项</view></t-th>
 					<t-th>变动</t-th>
-					<t-th>剩余欠款</t-th>
+					<t-th>剩余待结</t-th>
 				</t-tr>
 				<view v-for="(item, index) in list.data" :key="index" @click="goDetail(item)">
 					<t-tr>

+ 1 - 1
hdApp/src/admin/ghs/debtChange.vue

@@ -6,7 +6,7 @@
 					<t-th>日期</t-th>
 					<t-th><view style="width:230upx;">事项</view></t-th>
 					<t-th>变动</t-th>
-					<t-th>剩余欠款</t-th>
+					<t-th>剩余待结</t-th>
 				</t-tr>
 				<view v-for="(item, index) in list.data" :key="index" @click="goDetail(item)">
 					<t-tr>

+ 1 - 1
hdApp/src/admin/ghs/result.vue

@@ -5,7 +5,7 @@
         <view class="result-view">
           <view :class="['iconfont', 'iconchenggong']"></view>
           <view class="result-title">付款成功</view>
-          <view class="result-title" v-if="Number(customInfo.remainDebtAmount)>0">剩余欠款:{{ customInfo.remainDebtAmount }}元</view>
+          <view class="result-title" v-if="Number(customInfo.remainDebtAmount)>0">剩余待结:{{ customInfo.remainDebtAmount }}元</view>
           <view class="result-title" v-else>欠款已全部结清</view>
           <button class="admin-button-com big" style="width:60vw;margin-top:20upx;" @click="goBack">返回</button>
           <!-- #ifdef MP-WEIXIN -->

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -392,7 +392,7 @@
                 </view>
                 <view class="box_4 flex-col"></view>
                 <view class="box_9">
-                  <view class="tag_2" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})"> <text>欠款变动记录</text> </view>
+                  <view class="tag_2" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})"> <text>挂账变动记录</text> </view>
                   <view class="tag_2" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})"> <text>结账记录</text> </view>
                   <view class="tag_2" @click="pageTo({url:'/pagesPurchase/shopping?ghsId='+ghsInfo.id+'&ghsName='+ghsInfo.name})"> <text>买花记录</text> </view>
                   <view class="tag_2" @click.stop="callUp(ghsInfo)" style="color:green;font-weight:bold;"> <text>联系我们</text> </view>

+ 1 - 1
hdApp/src/admin/order/debtItem.vue

@@ -17,7 +17,7 @@
 			</view>
 			<block v-if="Number(info.debtPrice)>Number(info.remainDebtPrice)">
 				<view class="item-row">
-					<view class="price" style="color:red;">已清 ¥{{ info.hasPayDebt }},剩余欠款 ¥{{ parseFloat(info.remainDebtPrice) }}</view>
+					<view class="price" style="color:red;">已清 ¥{{ info.hasPayDebt }},剩余待结 ¥{{ parseFloat(info.remainDebtPrice) }}</view>
 				</view>
 			</block>
 		</view>

+ 1 - 1
hdApp/src/admin/refund/debtResult.vue

@@ -54,7 +54,7 @@ export default {
           if(res.code == 1){
           let rechargeAccountLink = res.data.rechargeAccountLink ? res.data.rechargeAccountLink:''
           let orderLink = res.data.orderLink?res.data.orderLink:''
-          that.copyText = "已售后,欠款减少"+amount+"元,本单剩余欠款"+that.remainDebtPrice+"元,点击下面链接查看详情\n\n余额 "+rechargeAccountLink+"\n\n本单 "+orderLink+"\n\n链接30天后失效"
+          that.copyText = "已售后,欠款减少"+amount+"元,本单剩余待结"+that.remainDebtPrice+"元,点击下面链接查看详情\n\n余额 "+rechargeAccountLink+"\n\n本单 "+orderLink+"\n\n链接30天后失效"
           that.$nextTick(() => {
             that.calculateHeight()
           })

+ 2 - 2
hdApp/src/pages.json

@@ -59,7 +59,7 @@
 				{"path": "balanceChange","style": {"navigationBarTitleText": "总余额变动"}},
 				{"path": "balancePayChange","style": {"navigationBarTitleText": "充值余额变动"}},
 				{"path": "balanceGiveChange","style": {"navigationBarTitleText": "赠送余额变动"}},
-				{"path": "debtChange","style": {"navigationBarTitleText": "欠款变动明细"}},
+				{"path": "debtChange","style": {"navigationBarTitleText": "挂账变动明细"}},
 				{"path": "rechargeChange","style": {"navigationBarTitleText": "充值记录"}},
 				{"path": "levelChange","style": {"navigationBarTitleText": "等级变动记录"}},
 				{"path": "visit","style": {"navigationBarTitleText": "今日访客"}}
@@ -208,7 +208,7 @@
 				{ "path": "teachPay", "style": {"navigationBarTitleText": "教程"}},
 				{ "path": "result", "style": {"navigationBarTitleText": "付款成功"}},
 				{ "path": "addGhs", "style": {"navigationBarTitleText": "添加"}},
-				{ "path": "debtChange", "style": {"navigationBarTitleText": "欠款变动明细"}},
+				{ "path": "debtChange", "style": {"navigationBarTitleText": "挂账变动明细"}},
 				{ "path": "balanceChange", "style": {"navigationBarTitleText": "余额变动"}},
 				{ "path": "rechargeChange", "style": {"navigationBarTitleText": "充值记录"}}
 			]

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

@@ -42,7 +42,7 @@
               </view>
               <view class="box_4 flex-col"></view>
               <view class="box_9">
-                <view class="tag_2" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})"> <text>欠款变动记录</text> </view>
+                <view class="tag_2" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})"> <text>挂账变动记录</text> </view>
                 <view class="tag_2" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})"> <text>结账记录</text> </view>
                 <view class="tag_2" @click="pageTo({url:'/pagesPurchase/shopping?ghsId='+ghsInfo.id+'&ghsName='+ghsInfo.name})"> <text>买花记录</text> </view>
                 <view class="tag_2" @click.stop="callUp(ghsInfo)" style="color:green;font-weight:bold;"> <text>联系我们</text> </view>

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

@@ -15,7 +15,7 @@
           </view>
           <view class="box_4 flex-col"></view>
           <view class="box_9">
-            <view class="tag_2" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})"> <text>欠款变动记录</text> </view>
+            <view class="tag_2" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})"> <text>挂账变动记录</text> </view>
             <view class="tag_2" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})"> <text>结账记录</text> </view>
             <view class="tag_2" @click="pageTo({url:'/pagesPurchase/shopping'})"> <text>买花记录</text> </view>
           </view>

+ 3 - 3
hdApp/src/pagesPurchase/wechatPay.vue

@@ -36,7 +36,7 @@
           <view v-else>
             <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" style="height:100upx;line-height:50upx;" :disabled="remainPayTime >0 ? false : true" @click="wxPayFn">微信支付</button>
           </view>
-          <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" style="height:100upx;line-height:100upx;margin-top:60upx;padding:0;display:flex;align-items:center;justify-content:center;width:70%;margin-left:auto;margin-right:auto;" :disabled="remainPayTime >0 ? false : true" @click="debtPay" v-if="hasDebtPay === '1'">账</button>
+          <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" style="height:100upx;line-height:100upx;margin-top:60upx;padding:0;display:flex;align-items:center;justify-content:center;width:70%;margin-left:auto;margin-right:auto;" :disabled="remainPayTime >0 ? false : true" @click="debtPay" v-if="hasDebtPay === '1'">账</button>
 
           <button class="button-com" @click="useAliPay()" :class="[remainPayTime >0 ? 'ali-btn green':'default']" style="height:100upx;line-height:100upx;margin-top:65upx;padding:0;display:flex;align-items:center;justify-content:center;width:70%;margin-left:auto;margin-right:auto;" :disabled="remainPayTime > 0 ? false : true">支付宝付款</button>
 
@@ -49,7 +49,7 @@
             <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" :disabled="remainPayTime >0 ? false : true" @click="appAliPayFn(0)">微信支付</button>
           </view>
           <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'ali-btn':'default']" :disabled="remainPayTime >0 ? false : true" @click="appAliPayFn(1)">支付宝支付</button>
-          <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" :disabled="remainPayTime >0 ? false : true" @click="debtPay" v-if="hasDebtPay === '1'">账</button>
+          <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" :disabled="remainPayTime >0 ? false : true" @click="debtPay" v-if="hasDebtPay === '1'">账</button>
           <view style="color:#CCCCCC;font-size:26upx;text-align: center;margin-top:50upx;" @click="beginOpenMini()">小程序</view>
         </div>
         <!-- #endif -->
@@ -212,7 +212,7 @@ export default {
     },
     confirmDebtPay() {
       let that = this
-      that.$util.confirmModal({content:'确认账?'},() => {
+      that.$util.confirmModal({content:'确认账?'},() => {
         uni.showLoading({mask:true})
         purchaseDebtPay({ orderSn: that.orderSn }).then(res => {
           uni.hideLoading()