shish 3 éve
szülő
commit
494cb6d736

+ 1 - 1
app-ghs/controllers/ConsoleController.php

@@ -153,7 +153,7 @@ class ConsoleController extends BaseController
             ["name" => "改价", "img" => "ghs/home/gj.png", "url" => "/admin/changePrice/list"],
             ["name" => "花材", "img" => "ghs/home/hcgl.png", "url" => "/admin/item/list"],
             ["name" => "采购", "img" => "ghs/home/icon_caigou.png", "url" => "/pagesPurchase/order"],
-            ["name" => "损", "img" => "ghs/home/kcyjs.png", "url" => "/admin/breakage/list"],
+            ["name" => "损", "img" => "ghs/home/kcyjs.png", "url" => "/admin/breakage/list"],
             ["name" => "预订", "img" => "ghs/home/kcyjs.png", "url" => "/admin/order/statBook"],
             ["name" => "调拨入库", "img" => "ghs/home/dbrk.png", "url" => "/pagesStorehouse/allot/allotPut"],
             ["name" => "调拨出库", "img" => "ghs/home/dbck.png", "url" => "/pagesStorehouse/allot/allotEx"],

+ 1 - 1
app-hd/controllers/StatController.php

@@ -72,7 +72,7 @@ class StatController extends BaseController
             ],
             'expend' => [
                 ['name' => '采购', 'amount' => $cg],
-                //['name' => '损', 'amount' => $wast],
+                //['name' => '损', 'amount' => $wast],
                 ['name' => '调拨入库', 'amount' => $stockIn],
                 //['name' => '盘亏', 'amount' => $pdSub],
                 ['name' => '退款', 'amount' => $refund],

+ 1 - 1
biz-ghs/stock/classes/StockRecordClass.php

@@ -42,7 +42,7 @@ class StockRecordClass extends BaseClass
         self::STOCK_RECORD_TYPE_OUT_STOCK_CANCEL => '取消入库',
         self::STOCK_RECORD_TYPE_IN_STOCK_CANCEL => '取消出库',
         self::STOCK_RECORD_TYPE_SELL_STOCK_CANCEL => '取消订单',
-        self::STOCK_RECORD_TYPE_WASTAGE => '损',
+        self::STOCK_RECORD_TYPE_WASTAGE => '损',
         self::STOCK_RECORD_TYPE_REFUND => '退货',
         self::STOCK_RECORD_TYPE_HD_ORDER => '开单',
         self::STOCK_RECORD_TYPE_GOODS_CONSUME => '制作',

+ 1 - 1
biz-hd/work/classes/WorkItemClass.php

@@ -31,7 +31,7 @@ class WorkItemClass extends BaseClass
         }
     }
 
-    //损处理 ssh 20220425
+    //损处理 ssh 20220425
     public static function wastage($work)
     {
         $workSn = $work->workSn ?? '';

+ 1 - 1
common/components/book.php

@@ -44,7 +44,7 @@ class book
             ['title' => '订单打印', 'id' => 'orderPrint'],
         ]],
         ['class' => '库存管理', 'icon' => '/book/stock.png', 'list' => [
-            ['title' => '花材损', 'id' => 'wastage'],
+            ['title' => '花材损', 'id' => 'wastage'],
             ['title' => '花材盘点', 'id' => 'itemPd']
         ]],
         ['class' => '员工', 'icon' => '/book/staff.png', 'list' => [