Răsfoiți Sursa

Merge branch 'after-sale' into redesign‌-260706

shish 16 ore în urmă
părinte
comite
52cc5de966

+ 3 - 0
ghsApp/src/admin/stat/cgItem.vue

@@ -18,6 +18,9 @@
 						<t-th><view @click="rankByFn('num')">总数量<i class="iconfont iconsanjiao_xia"></i></view></t-th>
 						<t-th><view @click="rankByFn('amount')">总金额<i class="iconfont iconsanjiao_xia"></i></view></t-th>
 						</t-tr>
+						<view style="color:#1c89e0;font-size:24upx;margin:10upx;line-height:1.5;">
+							数量、金额已按售后扣减(隔天售后记在通过日,可为负)。入库日不含隔天退货量。
+						</view>
 						<block v-if="profile.list && !$util.isEmpty(profile.list)">
 							<view v-for="(item, index) in profile.list" :key="index">
 								<t-tr>

+ 3 - 0
ghsApp/src/admin/stat/cgStat.vue

@@ -15,6 +15,9 @@
 					<t-table :headerBackgroundColor="'#F0F2F6'">
 						<t-tr header><t-th>供货商</t-th><t-th>订单数</t-th><t-th>金额</t-th><t-th>操作</t-th></t-tr>
 						<view style="font-size:30upx;margin:10upx 0 10upx 10upx;">总金额:{{ totalActPrice }}</view>
+						<view style="color:#1c89e0;font-size:24upx;margin:0 10upx 10upx 10upx;line-height:1.5;">
+							金额已按售后扣减(隔天售后记在通过日,可为负;订单数不减)。
+						</view>
 						<view v-for="(item, index) in storageData" :key="index">
 							<t-tr>
 								<t-td><view>{{item.name}}</view></t-td>

+ 3 - 0
ghsApp/src/admin/stat/cgYj.vue

@@ -18,6 +18,9 @@
 						<t-th>订单数</t-th>
 						<t-th>金额</t-th>
 						</t-tr>
+						<view style="color:#1c89e0;font-size:24upx;margin:10upx;line-height:1.5;">
+							金额已按售后扣减(隔天售后记在通过日,可为负;订单数不减)。
+						</view>
 						<block v-if="profile.staffCg && !$util.isEmpty(profile.staffCg)">
 							<view v-for="(cgItem, index) in profile.staffCg" :key="index">
 								<t-tr>

+ 3 - 0
ghsApp/src/admin/stat/classProfit.vue

@@ -61,6 +61,9 @@
 						</t-tr>
 
 						<view style="margin-left:60upx;">以上暂未统计零售端【花掌柜】数据</view>
+						<view style="margin:10upx 60upx;color:#1c89e0;font-size:24upx;line-height:1.5;">
+							采购成本、销售收入已按售后扣减(隔天售后记在通过日,分类成本/收入可为负)。采购仅退款、销售仅退款含隔天通过日金额。
+						</view>
 
 						<view v-if="!$util.isEmpty(tbSaleIncome)">
 							<t-tr>