From 6fdffb8c8d87b6a1fe88e897a7e406df570e743a Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 27 十月 2025 16:46:04 +0800
Subject: [PATCH] 核磅录入页面的核磅记录展示倒叙
---
pages/wareHouse/InventoryCountStockItems/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pages/wareHouse/InventoryCountStockItems/index.vue b/pages/wareHouse/InventoryCountStockItems/index.vue
index 8849e28..4bf5dd0 100644
--- a/pages/wareHouse/InventoryCountStockItems/index.vue
+++ b/pages/wareHouse/InventoryCountStockItems/index.vue
@@ -63,12 +63,12 @@
<u-button class="btn" type="primary" @click="goSubmit">鎻愪氦</u-button>
</view>
<view class="wrap">
- <scroll-view class="packing-registration-scroll-list" scroll-y="true">
- <u-cell-group class="packing-registration-scroll-list-group" :border="false">
- <!-- <div class="tip" style="text-align: center;" v-if="hasScanSnList.length==0">-璇锋壂鐮�-</div> -->
<view class="textST">
<text >{{`鏈鐩樼偣璁板綍(鍏�${registerInfo.num}鏉�)锛歚}}</text>
</view>
+ <scroll-view class="packing-registration-scroll-list" scroll-y="true">
+ <u-cell-group class="packing-registration-scroll-list-group" :border="false">
+ <!-- <div class="tip" style="text-align: center;" v-if="hasScanSnList.length==0">-璇锋壂鐮�-</div> -->
<view class="content" v-for="(item, index) in hasScanSnList" :key="index" :index="index">
<view class="content-header">
<view class="content-header-title">{{ index + 1 }}</view>
@@ -386,6 +386,7 @@
.textST {
font-size: 14px;
margin-bottom: 5px;
+ margin-left: 15px;
}
.packing-registration-bg {
background-color: #F6F9FF;
@@ -471,7 +472,7 @@
}
.wrap .packing-registration-scroll-list {
- height: calc(100vh - var(--window-top) - var(--window-bottom) - 780rpx);
+ height: calc(100vh - var(--window-top) - var(--window-bottom) - 805rpx);
width: 100%;
}
--
Gitblit v1.9.3