Commit Graph

192 Commits

Author SHA1 Message Date
DXC
ec71cb24f4 feat: 新增物料/成品/半成品页面一键直达BOM管理功能 2026-04-27 15:24:07 +08:00
DXC
9fa471f68a fix: 修复物料列表跳转联动与弹窗定位逻辑 2026-04-27 14:41:26 +08:00
DXC
1499d2d45c feat(buy): 入库编辑弹窗增加'前往修改基础信息'跳转按钮 2026-04-24 14:45:43 +08:00
DXC
605462cc33 fix: 解除库存盘点弹窗500条限制并修复字段匹配 2026-04-24 13:40:08 +08:00
DXC
996056d46a fix: 修复库存盘点已盘数量卡在500的问题 2026-04-24 13:19:57 +08:00
dxc
ab353e5b34 库存盘点添加扫码保留数值的功能 2026-04-22 10:05:25 +08:00
DXC
6c0e13e52d fix(frontend): reclassify global cross-company privilege as an operation to fix UI placement, and strictly enforce permission-driven table columns by bypassing localstorage 2026-04-17 09:36:23 +08:00
DXC
454f9b1184 feat(scrap): integrate repair items into physical scrap scanning flow and lock manual status 2026-04-09 09:53:20 +08:00
DXC
d3a143288b fix(repair): enforce mandatory frontend form validations with proper prop bindings 2026-04-09 09:28:54 +08:00
DXC
f4d14f718d refactor(repair): strictly gate 'Already Outbound' status to system-only trigger 2026-04-09 09:12:42 +08:00
DXC
48efbed46b feat(repair): add quick status filters, mandatory validations, FIFO sorting, and hide actions on finished orders 2026-04-09 09:04:05 +08:00
DXC
0a9c8cd39c fix(repair): add edit action, mandatory validations, default date, and fix outbound SN mapping 2026-04-09 08:49:50 +08:00
DXC
3085d9f447 feat(repair): decouple material base, sync global sku sequence and add scan/print features 2026-04-08 19:36:14 +08:00
DXC
7f2b9bc7ce feat(repair): implement frontend API and Vue pages for repair management 2026-04-08 18:58:53 +08:00
DXC
c72e6e198e fix(inbound): remove redundant /api prefix in history location requests 2026-04-08 17:38:19 +08:00
DXC
4a4baa2f8f fix: sort warehouse tree by name, fix tree batch delete cascade, and implement safe history location autofill 2026-04-08 17:32:00 +08:00
DXC
6d80c90b66 feat: add 'not contains' operator, implement inbound record export, and verify export filter rules 2026-04-07 17:23:00 +08:00
DXC
0d8f697df4 fix(stocktake): enforce session_id in resume, make missing generation idempotent, update UI to show SN, and fix excel time offset 2026-04-03 09:42:51 +08:00
DXC
43e1d0aa55 fix(stocktake): strictly isolate stocktake drafts by session_id in list and finish generation to prevent historical data mixing 2026-04-03 09:25:52 +08:00
DXC
c361d25ea0 fix(stocktake): display batch number in scanning dialog and fix empty uncounted items in Excel export 2026-04-02 19:06:19 +08:00
DXC
dbcb7d0d92 perf(system): optimize large data rendering in stocktake, fix N+1 in warehouse, and add upload size limits 2026-04-02 18:51:13 +08:00
DXC
edf09508f6 fix(frontend): resolve cross-page selection loss, add destroy-on-close to dialogs, and fix row-key collision in stocktake 2026-04-02 18:35:11 +08:00
DXC
4b023a4002 fix(stocktake): auto-refresh inventory drafts silently after scanning to ensure real-time outer stats 2026-03-27 09:23:10 +08:00
DXC
b2ce9d31f8 fix(stocktake): replace hardcoded 'admin' with actual current user in excel export 2026-03-27 09:04:13 +08:00
DXC
8259a74c57 fix(stocktake): fetch inventory baseline immediately upon session start to show correct initial stats 2026-03-27 08:56:43 +08:00
DXC
dc42335ae0 fix(stocktake): decouple global stats calculation from list filters and pagination 2026-03-27 08:48:25 +08:00
DXC
f6b055d9c4 fix(stocktake): remove undeclared scannedMap and legacy cache references causing ReferenceError 2026-03-26 17:58:18 +08:00
DXC
8135a222f0 fix(stocktake): restore missing showConfirmDialog ref causing ReferenceError 2026-03-26 17:49:55 +08:00
DXC
edb49468a0 fix(stocktake): remove duplicate stats declaration causing compiler error 2026-03-26 17:47:40 +08:00
DXC
2a27f2e0df feat(stocktake): implement strict blind stocktake logic with hidden system qty, editable count and status filters 2026-03-26 17:42:51 +08:00
DXC
a8119dd577 fix(permission): force inject view-level permission checks for all unprotected root nodes 2026-03-25 10:21:28 +08:00
DXC
663a4fc9ae feat(permission): add missing RBAC permission checks for unprotected pages 2026-03-25 10:13:33 +08:00
DXC
57bdb6273b refactor(stocktake): completely remove local stock cache and implement real-time remote scan match 2026-03-25 10:02:33 +08:00
DXC
bd20852739 refactor(stocktake): replace fetch-all with remote pagination/search and add permission checks 2026-03-25 09:51:28 +08:00
DXC
5fe645dc0b fix: resolve broken material select dropdown in service.vue 2026-03-23 15:06:51 +08:00
DXC
a522525ef4 perf: enforce server-side pagination for tables and audit infinite scroll logic for selects 2026-03-23 15:00:10 +08:00
DXC
08c921fe66 feat: standardize default page size to 20, add pagination to pick list, and fix table horizontal scrollbar visibility 2026-03-23 14:38:08 +08:00
DXC
2242aca6fe feat: implement user-specific column preferences and remove hardcoded defaults in inbound tables 2026-03-23 11:57:45 +08:00
DXC
ec5331ffb3 feat: fix table alignment in product view and implement self-service password update with role masking 2026-03-23 11:41:09 +08:00
DXC
f701ed7fc8 fix: disable clickable material name links for users without edit permissions across all inbound tables 2026-03-23 11:19:25 +08:00
DXC
d53362f06f feat: adjust page size, fix missing stock column, and implement smart SKU aggregation when SN is hidden 2026-03-23 11:13:43 +08:00
DXC
2574da03e5 fix: remove duplicate permissionMap declaration and eliminate infinite polling interval in stocktake page 2026-03-23 11:03:55 +08:00
DXC
6dfc540dc1 fix: enforce field-level permission checks for semi-finished and finished goods tables 2026-03-23 10:58:28 +08:00
DXC
7c9331d78a perf: implement optimistic UI for scanner, disable auto-camera, and sort excel by SKU 2026-03-23 09:51:59 +08:00
DXC
13e910645d fix: restore missing export to excel button and logic in blind stocktake page 2026-03-23 09:44:41 +08:00
DXC
d7df1dea57 fix: add write permission to QA buttons and decouple inbound/print quantities 2026-03-20 13:31:37 +08:00
DXC
53c198f363 feat: fix stocktake deletion bug, and add pagination, search, sorting to stocktake lists 2026-03-19 16:21:09 +08:00
DXC
5510bae3b2 fix: align API routes for generate-missing endpoint and remove redundant api prefix 2026-03-19 15:52:11 +08:00
DXC
5842042db6 refactor: merge end stocktake buttons and attach missing-calculation logic to the primary button 2026-03-19 15:44:05 +08:00
DXC
b37049a4d7 feat: add generate-missing logic to identify unscanned stock as inventory loss 2026-03-19 15:34:54 +08:00