From 26a240a9fde1e7911a69f92b33f9d3e3039cadd5 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 14 九月 2023 10:55:34 +0800
Subject: [PATCH] #

---
 pages/stock/stockCheck.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/pages/stock/stockCheck.vue b/pages/stock/stockCheck.vue
index b70090e..b9e1880 100644
--- a/pages/stock/stockCheck.vue
+++ b/pages/stock/stockCheck.vue
@@ -53,7 +53,7 @@
 				</view>
 				<view class="list-right">
 					<uni-icons type="compose" color="#9add8b" size="24" @click="revise(item,i)"></uni-icons>
-					<uni-icons type="trash" color="#f58a8a" size="24" @click="remove(item,i,'warn')"></uni-icons>
+					<!-- <uni-icons type="trash" color="#f58a8a" size="24" @click="remove(item,i,'warn')"></uni-icons> -->
 				</view>
 			</view>
 		</scroll-view>
@@ -77,7 +77,7 @@
 						</view>
 					</view>
 					<view class="popup-item">
-						<view class="popup-item-left">鍚堝悓鍙�:</view>
+						<view class="popup-item-left">鎵瑰彿:</view>
 						<view class="popup-item-right"><input type="text" v-model="batch"></view>
 					</view>
 					<view class="popup-item">
@@ -143,8 +143,7 @@
 				content: '',
 				barcodeFocus: true,
 				matFocus: false,
-				matData: ''
-
+				matData: '',
 			}
 		},
 		onLoad() {
@@ -170,7 +169,6 @@
 					data: {barcode: that.barcode},
 					method:'GET',
 					success(res) {
-						console.log(res);
 						res = res.data
 						if(res.code === 200){
 							for(var i = 0; i < res.data.length;i++){

--
Gitblit v1.9.1