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;