version/0412
fanfan 8 months ago
parent becd98e618
commit 2355488852
  1. 9
      pages/news3/setOutRecords.vue

@ -105,6 +105,9 @@
<view v-if="goodsList.length==0" style="margin-top: 250rpx;">
<u-empty text="暂无记录~" mode="list"></u-empty>
</view>
<view class="goods-fd" v-if="classifyShow==2">
<view class="btn" @click="manualEntry">手动录入</view>
</view>
</view>
</view>
</template>
@ -128,9 +131,7 @@
}],
}
},
onLoad(o) {
this.getList(1)
},
onLoad(o) {},
//
onUnload() {
//
@ -138,14 +139,12 @@
},
onShow() {
this.classifyShow = 1
uni.$on('refreshData', () => {
//
if (this.classifyShow == 2) {
this.getOrderList(1);
} else {
this.getList(1)
}
})
},
onPullDownRefresh() {
this.pageNum = 1;

Loading…
Cancel
Save