cqpCow 1 жил өмнө
parent
commit
6b46c085bf

+ 1 - 1
app/Service/CheckService.php

@@ -386,7 +386,7 @@ class CheckService extends Service
         return [true, ''];
     }
 
-    //分社订货合同
+    //分社向总社采购 生成 分社订货合同
     public function createPurchaseOrderSales($order,$user){
         //没有供应商 不创建合同
         if(empty($order['supplier'])) return [true, ''];