From 75ea1362b54946c8a8b6aa8260c2f4e5843154ab Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期一, 28 二月 2022 16:58:28 +0800
Subject: [PATCH] #

---
 pages/basics/stockCheck.vue |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/pages/basics/stockCheck.vue b/pages/basics/stockCheck.vue
index ac93f30..944db2b 100644
--- a/pages/basics/stockCheck.vue
+++ b/pages/basics/stockCheck.vue
@@ -9,12 +9,12 @@
 		<view class="margin-top">
 			<uni-table border stripe emptyText="鏆傛棤鏇村鏁版嵁">
 				<uni-tr>
-					<uni-th width="80">鏁伴噺</uni-th>
-					<uni-th width="100">浜у搧缂栫爜</uni-th>
-					<uni-th width="100">浜у搧鍚嶇О</uni-th>
-					<uni-th width="100">浜у搧鎵瑰彿</uni-th>
-					<uni-th width="100">搴撲綅</uni-th>
-					<uni-th width="200">纭鏁伴噺</uni-th>
+					<uni-th align="center" width="80">鏁伴噺</uni-th>
+					<uni-th align="center" width="100">浜у搧缂栫爜</uni-th>
+					<uni-th align="center" width="100">浜у搧鍚嶇О</uni-th>
+					<uni-th align="center" width="100">浜у搧鎵瑰彿</uni-th>
+					<uni-th align="center" width="100">搴撲綅</uni-th>
+					<uni-th align="center" width="150">纭鏁伴噺</uni-th>
 				</uni-tr>
 				<uni-tr v-for="(item, index) in locDetlData" :key="index">
 					<uni-td>{{item.count}}</uni-td>
@@ -23,15 +23,15 @@
 					<uni-td>{{item.itemBatch}}</uni-td>
 					<uni-td>{{item.locNo}}</uni-td>
 					<uni-td align="center">
-						<button class="uni-button" size="mini" type="primary" @click="conf(index,item)">淇敼</button>
-						<button class="uni-button" size="mini" type="warn" @click="remove(index,item)">鍒犻櫎</button>
+						<button class ="cu-btn bg-orange margin-xs" @click="conf(index,item)">淇敼</button>
+						<button class ="cu-btn bg-red margin-xs" @click="remove(index,item)">鍒犻櫎</button>
 					</uni-td>
 				</uni-tr>
 			</uni-table>
 		</view>
-		<view>
-			<button class="cu-btn bg-yellow pda-btn" @click="check">纭� 璁�</button>
-			<button class="cu-btn bg-grey pda-btn" @click="reset">閲� 缃�</button>
+		<view class="flex solid-bottom padding justify-around">
+			<button class="cu-btn bg-yellow lg" @click="check">纭� 璁�</button>
+			<button class="cu-btn bg-grey lg" @click="reset">閲� 缃�</button>
 		</view>
 		<view>
 			<uni-popup ref="popup" background-color="#fff" style="width: 500rpx;">
@@ -59,7 +59,10 @@
 							<text class="title">鏁伴噺</text>
 							<uni-number-box :min="0" :max="999" @change="countDom" v-model="count" />
 						</view>
-						<button class="cu-btn bg-yellow pda-btn2" @click="confirm">鎻愬彇</button>
+						<view class="flex solid-bottom padding justify-center">
+							<button class="cu-btn bg-yellow pda-btn2" @click="confirm">鎻愬彇</button>
+						</view>
+						
 				</view>
 			</uni-popup>
 		</view>

--
Gitblit v1.9.1