|
|
@@ -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,
|