From 0e9941a2aad4ad5879eeb226935dbb59b609ea0a Mon Sep 17 00:00:00 2001 From: yueli Date: Fri, 11 Sep 2026 15:16:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(stocktake):=20=E6=98=8E=E7=BB=86=E6=8A=BD?= =?UTF-8?q?=E5=B1=89=E8=A1=A5=E5=85=85=E3=80=8C=E6=9C=AA=E6=89=AB=E9=9C=80?= =?UTF-8?q?=E5=85=88=E6=89=AB=E7=A0=81=E3=80=8D=E7=9A=84=E8=A7=84=E5=88=99?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 平板上 title 悬浮提示不生效,只在单元格里显示灰色的「未扫」二字, 工人未必知道下一步该做什么。在抽屉搜索栏下方加一行明文字: 💡 未扫的行需先扫描条码才能填数 --- inventory-web/src/views/stock/stocktake/index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/inventory-web/src/views/stock/stocktake/index.vue b/inventory-web/src/views/stock/stocktake/index.vue index 4247277..3b98987 100644 --- a/inventory-web/src/views/stock/stocktake/index.vue +++ b/inventory-web/src/views/stock/stocktake/index.vue @@ -428,6 +428,11 @@ + +
+ 💡 未扫的行需先扫描条码才能填数 +
+
{ .drawer-layout { height: 100%; display: flex; flex-direction: column; padding: 10px; background: #fff;} .search-bar { display: flex; margin-bottom: 10px; flex-shrink: 0; } +/* 抽屉内的规则说明:平板上 hover 提示不生效,写成明文字 */ +.drawer-tip { + font-size: 12px; + color: #909399; + line-height: 1.5; + margin-bottom: 10px; + flex-shrink: 0; +} .table-container { flex: 1; overflow: hidden;