pages/home/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/listing/itemSelect.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/listing/matnrPalletising.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/login/login.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/rece/other.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/home/index.vue
@@ -4,7 +4,7 @@ <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> @@ -19,13 +19,13 @@ </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> @@ -35,18 +35,18 @@ </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> @@ -135,9 +135,14 @@ export default { data() { return { user:{ } } }, onShow() { this.user = uni.getStorageSync('userData'); }, methods: { equit() { uni.showToast({ pages/listing/itemSelect.vue
@@ -49,14 +49,14 @@ <text class="text-grey ">{{item.splrBatch}}</text> </view> </view> <view class="cu-item"> <!-- <view class="cu-item"> <view class="content"> <text class="text-black">库存批次:</text> </view> <view class="action"> <text class="text-grey ">{{item.batch}}</text> </view> </view> </view> --> <!-- <view class="cu-item"> <view class="content"> <text class="text-black">平台行号: <text class="text-grey ">{{item.platformId}}</text></text> pages/listing/matnrPalletising.vue
@@ -68,14 +68,14 @@ <text class="text-grey ">{{item.splrBatch}}</text> </view> </view> <view class="cu-item"> <!-- <view class="cu-item"> <view class="content"> <text class="text-black">库存批次:</text> </view> <view class="action"> <text class="text-grey ">{{item.batch}}</text> </view> </view> </view> --> <!-- <view class="cu-item"> <view class="content"> <text class="text-black">平台行号: <text class="text-grey ">{{item.platformId}}</text></text> pages/login/login.vue
@@ -198,9 +198,10 @@ }) if (code === 200) { this.load.loading = true; this.load.btnText = '登录中'; uni.setStorageSync('token', data.accessToken); if (this.remberPassword) { this.load.btnText = '登录中'; uni.setStorageSync('token', data.accessToken); uni.setStorageSync('userData', data.user); if (this.remberPassword) { uni.setStorageSync('user', this.user); } else { uni.removeStorageSync('user'); pages/rece/other.vue
@@ -61,14 +61,14 @@ </view> </view> --> <view class="cu-item"> <!-- <view class="cu-item"> <view class="content"> <text class="text-black">最大库存: <text class="text-grey ">{{item.maxQty}}</text></text> </view> <view class="content"> <text class="text-black">实时库存: <text class="text-grey ">{{item.stockQty}}</text></text> </view> </view> </view> --> <view class="cu-item"> <view class="content"> <text class="text-black">行号: <text class="text-grey ">{{item.platItemId}}</text></text>