Explorar el Código

优化检测设备显示数据

huangsanjia hace 2 años
padre
commit
1edd25fd26
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      application/admin/controller/Entrust.php

+ 4 - 0
application/admin/controller/Entrust.php

@@ -371,6 +371,10 @@ class Entrust extends Backend
         }
         $params['entrust_no'] = $entrust['no'];
         $params['entrust_id'] = $entrust['id'];
+        $params['machine'] = 'GCMS';
+        if ($gather_tab = 'gather_txt_check_gc'){
+            $params['machine'] = 'GC';
+        }
         $params['name'] = $entrust['name'];
         $params['bach'] = $entrust['bach'];
         $params['sample_no'] = $entrust['sample_no'];