Browse Source

feat:售后首页列表检索增加售后单号检索字段

antshop
linyaostalker 5 years ago
parent
commit
719cb55273
  1. 13
      backend/modules/shop/views/after-sale/_search.php

13
backend/modules/shop/views/after-sale/_search.php

@ -29,6 +29,19 @@ use \blobt\widgets\DateRangePicker;
]) ])
?> ?>
</div> </div>
<div class="col">
<?= $form->field($model, 'after_sale_sn', [
"template" => "{input}{error}",
"inputOptions" => [
"placeholder" => "售后单号",
"class" => "form-control",
],
"errorOptions" => [
"class" => "error-tips"
]
])
?>
</div>
<div class="col"> <div class="col">
<?= $form->field($model, "created_at_range", [ <?= $form->field($model, "created_at_range", [
"template" => "{input}{error}", "template" => "{input}{error}",

Loading…
Cancel
Save