浏览代码

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

wufeng 2 年之前
父节点
当前提交
eb7047bbbe
共有 1 个文件被更改,包括 1 次插入1 次删除
  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')