Browse Source

将商品模块表单图片id字段隐藏

wechat_public_accounts
linyaostalker 5 years ago
parent
commit
8983b84078
  1. 2
      vendor/antgoods/goods/src/views/goods/_form.php

2
vendor/antgoods/goods/src/views/goods/_form.php

@ -68,7 +68,7 @@ use antgoods\goods\models\ars\Supplier;
<?= $form->field($model, 'express_template')->textInput() ?>
<?= $form->field($model, 'imageId')->textInput()->label('') ?>
<?= $form->field($model, 'imageId')->hiddenInput()->label('') ?>
<?= $form->field($model, 'imagePath')->widget(\iron\widgets\Upload::className(), [
'url' => 'upload',
'deleteUrl' => 'imageDel',

Loading…
Cancel
Save