|
@@ -59,7 +59,7 @@
|
|
</a-row>
|
|
</a-row>
|
|
</a-form-model>
|
|
</a-form-model>
|
|
</div>
|
|
</div>
|
|
- <duv v-show="isSearch">
|
|
|
|
|
|
+ <div v-show="isSearch">
|
|
<!-- 合计 -->
|
|
<!-- 合计 -->
|
|
<a-alert type="info" style="margin-bottom:10px" v-if="queryCountData">
|
|
<a-alert type="info" style="margin-bottom:10px" v-if="queryCountData">
|
|
<div class="ftext" slot="message">
|
|
<div class="ftext" slot="message">
|
|
@@ -100,7 +100,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</s-table>
|
|
</s-table>
|
|
- </duv>
|
|
|
|
|
|
+ </div>
|
|
<div class="unChoose" v-show="!isSearch">
|
|
<div class="unChoose" v-show="!isSearch">
|
|
<a-icon type="exclamation-circle" theme="filled" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
|
|
<a-icon type="exclamation-circle" theme="filled" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
|
|
<span>请选择一个货架后点击查询按钮</span>
|
|
<span>请选择一个货架后点击查询按钮</span>
|
|
@@ -240,6 +240,7 @@ export default {
|
|
this.queryParam.shelfSn = undefined
|
|
this.queryParam.shelfSn = undefined
|
|
this.queryParam.brandName = undefined
|
|
this.queryParam.brandName = undefined
|
|
this.queryParam.modelName = undefined
|
|
this.queryParam.modelName = undefined
|
|
|
|
+ this.time = []
|
|
this.$refs.rangeDate.resetDate(this.time)
|
|
this.$refs.rangeDate.resetDate(this.time)
|
|
this.$refs.ruleForm.resetFields()
|
|
this.$refs.ruleForm.resetFields()
|
|
// this.$refs.table.refresh(true)
|
|
// this.$refs.table.refresh(true)
|