pages/order/orderDetlList.vue
@@ -1,6 +1,6 @@ <template> <view> <view class="card" v-for="item in menuList" @click="chose(item)"> <view class="card" v-show="item.enableQty >0" v-for="item in menuList" @click="chose(item)"> <view class="tag-item">单据号: {{item.orderNo}}</view> <view class="tag-item">物料码: {{item.matnr}}</view> <view class="tag-item">物料名称: {{item.maktx}}</view>