出库确认

This commit is contained in:
2025-06-04 13:26:16 +08:00
parent f537cbcaf6
commit 4c1b30cd95
16 changed files with 160 additions and 1714 deletions

View File

@@ -5,7 +5,7 @@
<view class="userInfo-wrap">
<view class="userInfo">
<text v-if="userName !== ''" class="p1">{{userName}}</text>
<text class="p2">欢迎进入华祥手持系统</text>
<text class="p2">欢迎进入宁波富佳手持系统</text>
</view>
<view class="exit" @tap="Quit">
<view class="icon-exit"></view>
@@ -32,14 +32,7 @@
return {
userName: '',
menuList: [
{title: '任务管理', icon: 'RF06', path: '/pages/manage/task-manage'},
{title: '指令管理', icon: 'RF05', path: '/pages/manage/inst-manage'},
{title: '混碾搬运', icon: 'RF01', path: '/pages/manage/hnby'},
{title: '扫码出入库', icon: 'RF11', path: '/pages/manage/smck'},
{title: '压制满料搬运', icon: 'RF02', path: '/pages/manage/yzmlby'},
{title: '半成品解绑', icon: 'RF08', path: '/pages/manage/bcpjb'},
{title: '混碾料罐绑定', icon: 'RF10', path: '/pages/manage/hnlgbd'},
{title: '料罐物料查询', icon: 'RF09', path: '/pages/manage/hnlgcx'}
{title: '出库确认', icon: 'RF02', path: '/pages/manage/ckqr'}
],
show: false,
secM: []