Explorar el Código

有人云设备

cqpCow hace 1 año
padre
commit
b4641a239f
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      app/Jobs/DesktopDeviceJob.php

+ 3 - 1
app/Jobs/DesktopDeviceJob.php

@@ -179,7 +179,9 @@ class DesktopDeviceJob implements ShouldQueue
             "team_id_show" => $first['team_id_show'],
             "equipment_id_show" => $first['equipment_id_show'],
             "employee_id_show" => $first['employee_id_show'],
-            "tag" => $tag
+            "tag" => $tag,
+            "completion_type" => 'COMPLETION_AFTER_QUALITY',
+            "completion_type_show" => '完工扫码'
         ];
         $post = [
             "bizTypeEk" => "LOWCODE",