From 8858ce2691f7e177c94a42c52fb3f25d790ede08 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 26 十二月 2023 14:00:55 +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