From 6b476b1d6e0036cea4f59fe64a940e7066d3481b Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Wed, 18 Dec 2019 11:23:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BE=9B=E5=BA=94=E5=95=86=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=A2=9E=E5=8A=A0=E4=BE=9B=E5=BA=94=E5=95=86=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=92=8C=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=A0=81=E6=A3=80?= =?UTF-8?q?=E7=B4=A2=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/goods/views/supplier/_search.php | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/backend/modules/goods/views/supplier/_search.php b/backend/modules/goods/views/supplier/_search.php index 1f00e41..e960226 100755 --- a/backend/modules/goods/views/supplier/_search.php +++ b/backend/modules/goods/views/supplier/_search.php @@ -29,6 +29,32 @@ use \blobt\widgets\DateRangePicker; ]) ?> +
+ field($model, 'name', [ + "template" => "{input}{error}", + "inputOptions" => [ + "placeholder" => "供应商名称", + "class" => "form-control", + ], + "errorOptions" => [ + "class" => "error-tips" + ] + ]) + ?> +
+
+ field($model, 'phone', [ + "template" => "{input}{error}", + "inputOptions" => [ + "placeholder" => "手机号码", + "class" => "form-control", + ], + "errorOptions" => [ + "class" => "error-tips" + ] + ]) + ?> +
field($model, "created_at_range", [ "template" => "{input}{error}",