Browse Source

HL-5227提供新的批量采购上架功能,为了解决使用地堆库位的物料操作繁琐的情况 bug

hella_online_20240823
zhang_li 4 weeks ago
parent
commit
f78a514a0e
  1. 2
      src/pages/putaway/job/quantityPutawayJob.vue

2
src/pages/putaway/job/quantityPutawayJob.vue

@ -1,7 +1,7 @@
<template>
<view class="">
<view class="" style="background: white;padding: 20rpx;position: fixed;width: 100%;box-shadow: 0px 0px 10px 10px rgba(1, 1, 1, 0.05);z-index: 22;">
<uni-pagination :total="totalCount" title="标题文字" :pageSize='pageSize' @change="changePage"/>
<uni-pagination :total="totalCount" title="标题文字" :pageSize='pageSize' @change="changePage" :current="pageNo"/>
</view>
<com-empty-view v-if="jobList.length==0"></com-empty-view>
<job-filter ref="filter" otherTitle="ASN" @switchChangeToday="switchChangeToday"

Loading…
Cancel
Save