cqpCow 1 year ago
parent
commit
6b46c085bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/CheckService.php

+ 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, ''];