Просмотр исходного кода

Merge branch 'redesign‌-260706' of http://git.huaml.com/zhh/front-end into redesign‌-260706

ouyang 17 часов назад
Родитель
Сommit
c281d43a6b

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

@@ -44,11 +44,11 @@
                 : item.sendType == 1
                 : item.sendType == 1
                 ? '到店自取'
                 ? '到店自取'
                 : item.sendType == 2
                 : item.sendType == 2
-                ? '跑腿送货'
+                ? '跑腿'
                 : item.sendType == 3
                 : item.sendType == 3
                 ? item.wlName
                 ? item.wlName
                 : item.sendType == 4
                 : item.sendType == 4
-                ? '快递'
+                ? '快递'
                 : ''
                 : ''
             }}</text>
             }}</text>
             <text v-else>{{
             <text v-else>{{

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

@@ -36,16 +36,6 @@
 								</view>
 								</view>
 							</block>
 							</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: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>
 					</t-table>
 				</block>
 				</block>
 			</view>
 			</view>

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

@@ -36,16 +36,6 @@
 								</view>
 								</view>
 							</block>
 							</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: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>
 					</t-table>
 				</block>
 				</block>
 			</view>
 			</view>

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

@@ -123,7 +123,7 @@
 				<view class="order-info_box">
 				<view class="order-info_box">
 					<view>配送方式:</view>
 					<view>配送方式:</view>
 					<view>
 					<view>
-{{ detailInfo.sendType==0?'送货上门':detailInfo.sendType==1?'自取':detailInfo.sendType==2?'快递':detailInfo.sendType==3?'物流':detailInfo.sendType==4?'快递':'' }}
+{{ detailInfo.sendType==0?'送货上门':detailInfo.sendType==1?'自取':detailInfo.sendType==2?'跑腿':detailInfo.sendType==3?'物流':detailInfo.sendType==4?'快递':'' }}
 					</view>
 					</view>
 				</view>
 				</view>
 				<view class="order-info_box" v-if="detailInfo.sendType==3">
 				<view class="order-info_box" v-if="detailInfo.sendType==3">