| | |
| | | <image src="../../static/img/toux.png" class="tx" mode="widthFix"></image>
|
| | | <view class="text-xl margin-top-sm margin-left-lg">
|
| | | <view class="text-blue text-bold text-xxl">
|
| | | 张经理
|
| | | {{user.username}}
|
| | | </view>
|
| | | <view class="text-gray">仓库主管 | zy32423423</view>
|
| | | </view>
|
| | |
| | | </view>
|
| | |
|
| | | <view class="cu-list grid col-4 no-border">
|
| | | <view class="cu-item">
|
| | | <!-- <view class="cu-item">
|
| | | <navigator hover-class='none' url="/pages/rece/standard" navigateTo>
|
| | | <view class="cuIcon-apps text-blue">
|
| | | </view>
|
| | | <text>标准收货</text>
|
| | | </navigator>
|
| | | </view>
|
| | | </view> -->
|
| | |
|
| | | <view class="cu-item">
|
| | | <navigator hover-class='none' url="/pages/rece/other" navigateTo>
|
| | |
| | | </navigator>
|
| | | </view>
|
| | |
|
| | | <view class="cu-item">
|
| | | <!-- <view class="cu-item">
|
| | | <navigator hover-class='none' url="/pages/listing/disc" navigateTo>
|
| | | <view class="cuIcon-cardboard text-blue">
|
| | | </view>
|
| | | <text>组盘</text>
|
| | | </navigator>
|
| | | </view>
|
| | | </view> -->
|
| | | <view class="cu-item">
|
| | | <navigator hover-class='none' url="/pages/listing/matnrPalletising" navigateTo>
|
| | | <view class="cuIcon-cardboard text-blue">
|
| | | </view>
|
| | | <text>物料组盘</text>
|
| | | <text>单据组盘</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | export default {
|
| | | data() {
|
| | | return {
|
| | | user:{
|
| | |
|
| | | }
|
| | | }
|
| | | },
|
| | | onShow() { |
| | | this.user = uni.getStorageSync('userData'); |
| | | },
|
| | | methods: {
|
| | | equit() {
|