shish 2 жил өмнө
parent
commit
d1ce50c3c1

+ 1 - 1
biz-ghs/book/classes/BookCustomClass.php

@@ -136,7 +136,7 @@ class BookCustomClass extends BaseClass
         $customName = $bookCustomRes->name ?? '';
         $customNamePy = $bookCustomRes->py ?? '';
         $orderSn = $bill->orderSn ?? '';
-        $event = "{$staffName} 新增待入库采购单 {$orderSn},路上增加 {$name}" . $addRoadNum . $bigUnit;
+        $event = "{$staffName} 新增待入库 {$orderSn},路上增加 {$name}" . $addRoadNum . $bigUnit;
 
         $changeData = [
             'mainId' => $mainId,

+ 1 - 1
biz-ghs/book/classes/BookItemClass.php

@@ -520,7 +520,7 @@ class BookItemClass extends BaseClass
         $customName = '';
         $customNamePy = '';
         $orderSn = $bill->orderSn ?? '';
-        $event = "{$staffName} 新增待入库采购单 {$orderSn},路上增加 {$name}" . $addRoadNum . $bigUnit;
+        $event = "{$staffName} 新增待入库 {$orderSn},路上增加 {$name}" . $addRoadNum . $bigUnit;
 
         $changeData = [
             'mainId' => $mainId,

+ 1 - 1
biz-ghs/book/classes/BookItemCustomClass.php

@@ -135,7 +135,7 @@ class BookItemCustomClass extends BaseClass
         $customName = $bookItemCustomRes->customName ?? '';
         $customNamePy = $bookItemCustomRes->customNamePy ?? '';
         $orderSn = $bill->orderSn ?? '';
-        $event = "{$staffName} 新增待入库采购单 {$orderSn},路上增加 {$name}" . $addRoadNum . $bigUnit;
+        $event = "{$staffName} 新增待入库 {$orderSn},路上增加 {$name}" . $addRoadNum . $bigUnit;
 
         $changeData = [
             'mainId' => $mainId,