cqp пре 8 месеци
родитељ
комит
59557439b3
2 измењених фајлова са 6 додато и 0 уклоњено
  1. 2 0
      app/Model/CustomerSupply.php
  2. 4 0
      config/header/66.php

+ 2 - 0
app/Model/CustomerSupply.php

@@ -12,6 +12,8 @@ class CustomerSupply extends Model
     const UPDATED_AT = 'upd_time';
     const employee_column = "crt_id";
 
+    public static $field = ['title','id','code','type','crt_time','account','crt_id','status'];
+
     protected $dateFormat = 'U';
     const status_one = 1;
     const status_two = 2;

+ 4 - 0
config/header/66.php

@@ -14,6 +14,10 @@ return [
         'key' =>'title',
         'value' => '名称',
     ],
+    [
+        'key' =>'account',
+        'value' => '分配账号',
+    ],
     [
         'key' =>'type_title',
         'value' => '类型',