收货确认、委外冲销

This commit is contained in:
2026-08-17 17:51:28 +08:00
parent 9207dfcff6
commit fdd1d95d18
11 changed files with 1255 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
</view>
<view class="zd_wrapper">
<view class="zd-row menu-wrap">
<view class="menu-item" v-for="(e, i) in menuList" :key="i" @tap="toPage(e)">
<!-- <view class="menu-item" v-for="(e, i) in menuList" :key="i" @tap="toPage(e)">
<view class="menu_name_bg" :style="{backgroundImage: `url('/static/images/theme/menu/${e.djlx}.png')`}" :class="`bg_${e.ywlx}`">
<view class="menu-name">{{e.name}}</view>
<view v-show="Number(e.counts) > 0" class="bill_count">{{e.counts}}</view>
@@ -29,6 +29,16 @@
<view class="menu_name_bg bg_PD">
<view class="menu-name">盘点</view>
</view>
</view> -->
<view class="menu-item" @tap="toPage1('/pages/management/receive-confirm_4')">
<view class="menu_name_bg bg_PD">
<view class="menu-name">收货确认</view>
</view>
</view>
<view class="menu-item" @tap="toPage1('/pages/management/outsource-outbound')">
<view class="menu_name_bg bg_PD">
<view class="menu-name">委外冲销</view>
</view>
</view>
</view>
</view>
@@ -48,8 +58,8 @@
};
},
onLoad () {
this._getBillsCount()
this.timerFun(this._getBillsCount, this.interTime)()
// this._getBillsCount()
// this.timerFun(this._getBillsCount, this.interTime)()
},
beforeDestroy () {
if (this.intervalId !== null) {
@@ -160,7 +170,7 @@
.menu-wrap
flex-wrap wrap
justify-content flex-start
align-content center
align-content flex-start
height 100%
.menu-item
position relative