12
zhang
14 小时以前 72a7d5095ba74ca15e0c96d1c8b925664b5fc562
pages/mat/matQuery.vue
@@ -22,7 +22,7 @@
               </view>
            </view>
            <view class="tag-item">商品编号: {{item.matnr}}</view>
            <view class="tag-item">商品名称: {{item.maktx  ? item.maktx : '--'}}</view>
            <view class="tag-item" >商品名称: {{item.maktx  ? item.maktx : '--'}}</view>
            <view class="tag-item">商品规格: {{item.specs  ? item.specs : '--'}}</view>
         </view>
      </view>
@@ -74,7 +74,8 @@
      onShow() {
         this.baseUrl = uni.getStorageSync('baseUrl');
         this.token = uni.getStorageSync('token');
         this.showTag(1)
         this.search();
         this.showTag(10009)
      },
      methods: {
         search() {