|  |  |  | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view class="tag-item">商品编号: {{item.matnr}}</view> | 
|---|
|  |  |  | <view class="tag-item">商品名称: {{item.maktx  ? item.maktx : '--'}}</view> | 
|---|
|  |  |  | <view class="tag-item" style="word-break: break-all;width: 90%;">商品名称: {{item.maktx  ? item.maktx : '--'}}</view> | 
|---|
|  |  |  | <view class="tag-item">商品规格: {{item.specs  ? item.specs : '--'}}</view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | 
|---|
|  |  |  | onShow() { | 
|---|
|  |  |  | this.baseUrl = uni.getStorageSync('baseUrl'); | 
|---|
|  |  |  | this.token = uni.getStorageSync('token'); | 
|---|
|  |  |  | this.showTag(1) | 
|---|
|  |  |  | this.showTag(10009) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | methods: { | 
|---|
|  |  |  | search() { | 
|---|
|  |  |  | 
|---|
|  |  |  | 'token':uni.getStorageSync('token'), | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | success(result) { | 
|---|
|  |  |  | console.log(result); | 
|---|
|  |  |  | that.tagList = null | 
|---|
|  |  |  | that.matList = [] | 
|---|
|  |  |  | var res = result.data | 
|---|
|  |  |  | 
|---|
|  |  |  | 'token':uni.getStorageSync('token'), | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | success(result) { | 
|---|
|  |  |  | console.log(result); | 
|---|
|  |  |  | that.tagList = null | 
|---|
|  |  |  | var res = result.data | 
|---|
|  |  |  | if (res.code === 200) { | 
|---|