feiE.php 324 B

12345
  1. <?= $form->field($dataModel, 'user')->textInput() ?>
  2. <?= $form->field($dataModel, 'ukey')->textInput() ?>
  3. <?= $form->field($dataModel, 'sn')->textInput() ?>
  4. <?= $form->field($dataModel, 'print_num')->textInput() ?>
  5. <?= $form->field($model, 'extend')->radioList(\common\enums\WhetherEnum::getMap())->label('自动打印') ?>
粤ICP备19079148号