|
@@ -175,7 +175,7 @@
|
|
|
<view class="dialog" v-if="dialog.show==true">
|
|
|
<view class="dialog_1" v-if="dialog.type=='1'">
|
|
|
<uni-forms ref="form" :modelValue="searchInfo" :rules="rules" label-width="auto">
|
|
|
- <uni-forms-item v-if="tabs.active=='0'" label="商品名称查询" name="goods">
|
|
|
+ <uni-forms-item v-if="tabs.active!='-1'" label="商品名称查询" name="goods">
|
|
|
<uni-easyinput type="text" v-model="searchInfo.goods" placeholder="请输入商品名称" />
|
|
|
</uni-forms-item>
|
|
|
<uni-forms-item label="状态" name="status">
|