Browse Source

转单时‘预计到货时间’去掉

wufeng 2 years ago
parent
commit
ac27dfa990
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/abutment/controller/Filing.php

+ 0 - 1
app/abutment/controller/Filing.php

@@ -128,7 +128,6 @@ class Filing extends HomeBaseController
             'mobile|联系电话' => 'require|mobile',
             'addr_code|收货省市区编码' => 'require|array|length:3',
             'addr|详细地址' => 'require|max:255',
-            'arrive_time|预计到货时间'=>'require|date',
         ]);