Browse Source

采购单与供应商确认的操作优化

wufeng 2 years ago
parent
commit
eb7047bbbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Purch.php

+ 1 - 1
app/admin/controller/Purch.php

@@ -686,7 +686,7 @@ class Purch extends Base
                 $uname = $this->uname;
 
                 foreach ($cgdNo as $vlue) {
-                    if ($status == 1 || $status == 2) {
+                    if ($status == 2 || $status == 3) {
 //                    $orderinfo = Db::name('sale')
 //                    ->alias('a')
 //                    ->field('a.id,a.orderCode,a.is_stock,a.order_type,a.cgderid')