shish 8 месяцев назад
Родитель
Сommit
9f44227dd9

+ 5 - 6
ghsApp/src/admin/home/apply.vue

@@ -61,14 +61,13 @@ export default {
                 {
                     title:'客户',
                     list:[
-
-                        {name: "片区划分",img: `${this.$constant.hostUrl}/image/ghs/home/hcgl.png`,url: "/admin/custom/dist"}
+                        {name: "片区划分",img: `${this.$constant.hostUrl}/image/ghs/home/hcgl.png`,url: "/admin/custom/dist"},
+                        {name: "客户设置",img: `${this.$constant.hostUrl}/image/ghs/home/hcgl.png`,url: "/admin/custom/set"}
                     ]
                 },
                 {
                     title:'统计',
                     list:[
-
                         {name: "利润表",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/profit"},
                         {name: "收入统计",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/kdIncome"},
                         {name: "花材销量",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/productSale"},
@@ -80,8 +79,8 @@ export default {
                         {name: "采购花材",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/cgItem"},
                         {name: "采购运费",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/cgFreight"},
                         {name: "库存总览",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/stock"},
-                        {name: "损花材",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/wastage"},
-                        {name: "损总览",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/waste"},
+                        {name: "损花材",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/wastage"},
+                        {name: "损总览",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/waste"},
                         {name: "结账跟踪",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/clear"},
                         {name: "配送业绩",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/sendYj"},
                         {name: "赊账汇总",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/custom/showTotalBalance"},
@@ -127,7 +126,7 @@ export default {
                         {name: "调拨入库",img: `${this.$constant.hostUrl}/image/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"},
                         {name: "库存预警",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/item/list?warning=1"},
                         {name: "盘点",img: `${this.$constant.hostUrl}/image/ghs/home/pandian.png`,url: "/pagesStorehouse/inventory/list"},
-                        {name: "损",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/breakage/list"},
+                        {name: "损",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/breakage/list"},
                         {name: "改库存",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/changePrice/changeStock"}
                     ]
                 },

+ 6 - 1
ghsApp/src/admin/stat/customSale.vue

@@ -38,7 +38,12 @@
 							<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号起是准确数据
+									从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>

+ 6 - 1
ghsApp/src/admin/stat/distSale.vue

@@ -38,7 +38,12 @@
 							<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号起是准确数据
+									从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>