Explorar el Código

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

wufeng hace 2 años
padre
commit
eb7047bbbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')