From 15cbc2f370b61e4e0cd472c8030fb8cb6d89b82a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 08 五月 2024 16:33:08 +0800
Subject: [PATCH] 1.产品  设备管理静态页面递交

---
 pages/scgl/scbg.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/scgl/scbg.vue b/pages/scgl/scbg.vue
index 7f52dcc..4cfc281 100644
--- a/pages/scgl/scbg.vue
+++ b/pages/scgl/scbg.vue
@@ -139,7 +139,8 @@
 						<view class="flex_center titleFont" style="margin: 0rpx 20rpx 10rpx;line-height: 56rpx;">
 							<view style="color: red;margin-right: 6rpx;">*</view> 鎶ュ伐鏁伴噺锛�
 							<view class='inputClass'>
-								<u--input placeholder="璇疯緭鍏�" border="surround" type='number' v-model="reportqty">
+								<u--input placeholder="璇疯緭鍏�" :adjustPosition='false' border="surround" type='number'
+									v-model="reportqty">
 								</u--input>
 							</view>
 						</view>
@@ -147,8 +148,8 @@
 						<view class="flex_center titleFont" style="margin: 0rpx 20rpx 10rpx;line-height: 56rpx;">
 							<view style="color: #fff;margin-right: 6rpx;">*</view> 涓嶈壇鏁伴噺锛�
 							<view class='inputClass'>
-								<u--input placeholder="璇疯緭鍏�" border="surround" @change='ngqtyChange' type='number'
-									v-model="ngqty"></u--input>
+								<u--input placeholder="璇疯緭鍏�" border="surround" :adjustPosition='false'
+									@change='ngqtyChange' type='number' v-model="ngqty"></u--input>
 							</view>
 						</view>
 						<view class="flex_center" style="margin: 0rpx 20rpx 10rpx;line-height: 76rpx;">

--
Gitblit v1.9.3