| | |
| | | <view class="trade-list">
|
| | | <view class="category-detail flex" v-if="query.category">
|
| | | <view class="flex1 info">
|
| | | <view class="title flex">
|
| | | {{categoryInfo.name||'-'}}
|
| | | <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-15 img100"></image>
|
| | | <view class="title flex"> |
| | | <button open-type="contact" class="component-button-contact" > |
| | | {{categoryInfo.name||'-'}} |
| | | <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-15 img100"></image> |
| | | </button> |
| | | </view>
|
| | | <view class="desc">
|
| | | 规格:{{categoryInfo.unit || '暂无'}}
|
| | |
| | | columnStr: '',
|
| | | column: '',
|
| | | levelStr: '',
|
| | | level: '',
|
| | | level: '', |
| | | supplierId:'',
|
| | | },
|
| | | categoryInfo: {},
|
| | | params: [],
|
| | |
| | | this.query.category = options.categoryId || options.category || ''
|
| | | this.query.zoneId = options.zoneId || ''
|
| | | this.query.name = options.name || ''
|
| | | this.query.supplierName = options.supplierName || ''
|
| | | this.query.supplierName = options.supplierName || '' |
| | | this.query.supplierId = options.supplierId || ''
|
| | |
|
| | |
|
| | | if (this.query.name) {
|