shish 18 часов назад
Родитель
Сommit
d268bea5a9

+ 0 - 11
ghs/src/views/assets/cgItem.vue

@@ -22,9 +22,6 @@
 						</span>
 						<span v-if="Number(nextDayDeduct) > 0" style="font-size:15px;font-weight:bold;margin-left:15px;color:#e67e22;">隔天售后扣减:¥{{ formatNum(nextDayDeduct) }}</span>
 					</div>
-					<div class="cg-tip">
-						数量、金额已按售后扣减(隔天售后记在通过日,可为负)。入库日不含隔天退货量。
-					</div>
 				</div>
 			</template>
 
@@ -201,12 +198,4 @@ export default {
   display: block;
   line-height: 1.6;
 }
-.cg-tip {
-  display: block;
-  width: 100%;
-  margin-top: 8px;
-  font-size: 13px;
-  color: #1c89e0;
-  line-height: 1.6;
-}
 </style>

+ 1 - 15
ghs/src/views/assets/incomeClass.vue

@@ -12,11 +12,6 @@
 			<template #slot-export-due>
 				<el-button type="primary" size="mini" style="margin-left:60px;" @click="exportData()">导出数据</el-button>
 			</template>
-			<template #slot-class-tip>
-				<div class="class-tip">
-					采购成本、销售收入已按售后扣减(隔天售后记在通过日,分类成本/收入可为负)。采购仅退款、销售仅退款含隔天通过日金额。
-				</div>
-			</template>
 			<template #table-column-income="{scope}">
 				<div :style="negStyle(scope.row.income)">{{ formatNum(scope.row.income) }}</div>
 			</template>
@@ -180,7 +175,7 @@ export default {
 						'flex1'
 					],
 					[ 'data-table' ],
-                    ['slot-class-tip','flex1']
+                    ['flex1']
 				])
 				.done();
 			    app.refresh();
@@ -199,13 +194,4 @@ export default {
 .shop-list {
   height: 100%;
 }
-.class-tip {
-  display: block;
-  width: 100%;
-  margin-top: 10px;
-  padding: 0 4px;
-  font-size: 13px;
-  color: #1c89e0;
-  line-height: 1.6;
-}
 </style>

+ 1 - 15
ghs/src/views/assets/incomeOutItem.vue

@@ -12,11 +12,6 @@
 			<template #slot-export-due>
 				<el-button type="primary" size="mini" style="margin-left:60px;" @click="exportData()">导出数据</el-button>
 			</template>
-			<template #slot-item-tip>
-				<div class="item-tip">
-					采购成本、销售收入已按售后扣减(隔天售后记在通过日,花材成本/收入/数量可为负)。采购仅退款、销售仅退款含隔天通过日金额。
-				</div>
-			</template>
 			<template #table-column-income="{scope}">
 				<div :style="negStyle(scope.row.income)">{{ formatNum(scope.row.income) }}</div>
 			</template>
@@ -177,7 +172,7 @@ export default {
 						'flex1'
 					],
 					[ 'data-table' ],
-                    ['slot-item-tip','flex1']
+                    ['flex1']
 				])
 				.done();
 			    app.refresh();
@@ -196,13 +191,4 @@ export default {
 .shop-list {
   height: 100%;
 }
-.item-tip {
-  display: block;
-  width: 100%;
-  margin-top: 10px;
-  padding: 0 4px;
-  font-size: 13px;
-  color: #1c89e0;
-  line-height: 1.6;
-}
 </style>

+ 0 - 11
ghs/src/views/assets/itemSale.vue

@@ -25,9 +25,6 @@
 						</span>
 						<span v-if="Number(nextDayDeduct) > 0" style="font-size:15px;font-weight:bold;margin-left:15px;color:#e67e22;">隔天售后扣减:¥{{ formatNum(nextDayDeduct) }}</span>
 					</div>
-					<div class="sale-tip">
-						数量、金额、毛利已按售后扣减(隔天售后记在通过日,可为负)。仅退款只扣金额不扣扎数。
-					</div>
 				</div>
 			</template>
 
@@ -210,12 +207,4 @@ export default {
   display: block;
   line-height: 1.6;
 }
-.sale-tip {
-  display: block;
-  width: 100%;
-  margin-top: 8px;
-  font-size: 13px;
-  color: #1c89e0;
-  line-height: 1.6;
-}
 </style>

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

@@ -26,9 +26,6 @@
 							<t-th>成本</t-th>
 							<t-th>利润</t-th>
 						</t-tr>
-						<view style="color:#1c89e0;font-size:24upx;margin:10upx;line-height:1.5;">
-							金额、利润已按售后扣减(隔天售后记在通过日,可为负;笔数不减)。扎数:当天售后未从开单扎数扣除,隔天退货会在通过日扣扎数。成本仍取开单剩余成本。
-						</view>
 						<view v-if="Number(nextDayDeduct) > 0" style="color:#e67e22;font-size:26upx;margin:0 10upx 10upx 10upx;font-weight:bold;">
 							本时段隔天售后扣减:¥{{ nextDayDeduct }}
 						</view>

+ 0 - 10
ghsApp/src/admin/stat/distSale.vue

@@ -36,16 +36,6 @@
 								</view>
 							</block>
 							<t-tr><t-td><view style="color:black;font-weight:bold;font-size:28upx;">{{profile.totalNum||0}}笔¥{{profile.totalAmount||0}} 成本¥{{ profile.totalCost||0 }} 利润¥{{ profile.totalProfit||0 }}</view></t-td></t-tr>
-							<t-tr><t-td>
-								<view style="color:#1c89e0;font-size:28upx;">
-									从2025年11月20号起是准确数据,之前的数据不准确
-								</view>
-							</t-td></t-tr>
-							<t-tr><t-td>
-								<view style="color:#1c89e0;font-size:28upx;">
-									金额、利润已按售后扣减(隔天售后记在通过日,可为负)。扎数:当天售后未从开单扎数扣除,隔天退货会在通过日扣扎数。成本仍取开单剩余成本。
-								</view>
-							</t-td></t-tr>
 					</t-table>
 				</block>
 			</view>

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

@@ -27,9 +27,6 @@
 								</view>
 							</t-td>
 						</t-tr>
-						<view style="color:#1c89e0;font-size:24upx;margin:0 10upx 10upx 10upx;line-height:1.5;">
-							数量、金额、毛利已按售后扣减(隔天售后记在通过日,可为负)。仅退款只扣金额不扣扎数。与 PC 花材销量同源接口。
-						</view>
 						<view v-if="Number(nextDayDeduct) > 0" style="color:#e67e22;font-size:26upx;margin:0 10upx 10upx 10upx;font-weight:bold;">
 							本时段隔天售后扣减:¥{{ nextDayDeduct }}
 						</view>