From 3dc1c36cc46adda3ade2777e94cb5c6de3a87e15 Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期四, 12 五月 2022 21:02:05 +0800 Subject: [PATCH] # --- pages/basics/outPakin.vue | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/pages/basics/outPakin.vue b/pages/basics/outPakin.vue index dc26559..9a60db3 100644 --- a/pages/basics/outPakin.vue +++ b/pages/basics/outPakin.vue @@ -44,7 +44,7 @@ <view class="matnr">{{item.matnr}}-{{item.batch}}</view> </view> <view class="data-list-right"> - <uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons> + <uni-icons type="trash" size="20" color="#a5a5a5" @click="remove(item,index)"></uni-icons> </view> </view> </checkbox-group> @@ -78,13 +78,15 @@ searchBox: 'hide', pick:'hide', matnr:'', - matList:[{matnr:'1101842-10000',batch:'22047515999'}], + // matList:[{matnr:'1101842-10000',batch:'22047515999'}], + matList:[], result: '', listLen:0, msgType: 'success', messageText: '杩欐槸涓�鏉℃垚鍔熸彁绀�', } }, + mounted(){ const UIP = uni.getStorageSync('UIP'); this.baseIP = UIP; @@ -237,9 +239,11 @@ url: '../login/login' }); }, 1000); + uni.hideLoading(); } else { that.messageToggle('error') that.messageText = res.msg + uni.hideLoading(); // uni.showToast({title: res.msg, icon: "none",position: 'top'}) } } @@ -375,7 +379,7 @@ } .data-list { border-bottom: 1px solid #d8d8d8; - height: 90rpx; + height: 130rpx; margin: 15rpx; border-radius: 20rpx; } @@ -397,18 +401,21 @@ display: inline-block; float: left; margin-left: 6%; - height: 100rpx; + height: 130rpx; /* line-height: 100rpx; */ color: #676767; } .matnr { - padding-top: 8rpx; + font-size: 14px; + font-weight: 700; + /* padding-top: 15rpx; */ + padding-top: 15rpx; } .data-list-right { display: inline-block; float: right; - height: 100rpx; - line-height: 100rpx; + height: 130rpx; + line-height: 130rpx; margin-right: 10%; } </style> \ No newline at end of file -- Gitblit v1.9.1