فهرست منبع

修改工艺资料

unknown 1 روز پیش
والد
کامیت
45363779c9
1فایلهای تغییر یافته به همراه1 افزوده شده و 12 حذف شده
  1. 1 12
      application/api/controller/WorkOrderProcess.php

+ 1 - 12
application/api/controller/WorkOrderProcess.php

@@ -452,18 +452,7 @@ class WorkOrderProcess extends Api
         if (empty($params['big_process'])) {
             $this->error('大工艺不能为空');
         }
-        if (empty($params['standard_hour'])) {
-            $this->error('秒不能为空');
-        }
-        if (empty($params['standard_minutes'])) {
-            $this->error('分钟不能为空');
-        }
-        if (empty($params['standard_score'])) {
-            $this->error('定额分不能为空');
-        }
-        if (empty($params['money'])) {
-            $this->error('金额不能为空');
-        }
+  
         if (!isset($params['coefficient']) || $params['coefficient'] === '') {
             $params['coefficient'] = 'C';
         }