Commit Graph

  • c1e4acc1d8 fix: standardize role case handling in permission logic dxc 2026-02-27 17:07:45 +08:00
  • a0993767fe fix: make SUPER_ADMIN role checks case-insensitive across app dxc 2026-02-27 17:04:22 +08:00
  • ad8bb5a75d feat: adapt semi and product inbound views for tablet and hide barcode input dxc 2026-02-27 16:53:28 +08:00
  • c414efc7a4 权限管理完成,在进行采购件税前税后单价新增字段 dxc 2026-02-27 16:45:17 +08:00
  • 09a2af0b55 refactor: rename unit_price to pre_tax_unit_price in outbound service dxc 2026-02-27 16:43:30 +08:00
  • 89620b2445 fix: case-insensitive super admin role check and wildcard permission dxc 2026-02-27 16:34:23 +08:00
  • a1df62238e fix: correct post-tax unit price calculation in buy inbound service dxc 2026-02-27 16:28:22 +08:00
  • 3a056335bb refactor: adapt price fields to StockBuy model changes in export_excel dxc 2026-02-27 16:22:51 +08:00
  • fbff519ac9 fix: remove duplicate updatePrices function dxc 2026-02-27 16:06:18 +08:00
  • 657c916703 feat: add post-tax unit price, company filter, and frontend price linkage dxc 2026-02-27 15:58:55 +08:00
  • 3c1c822f88 feat: add pre/post-tax price linkage, hide barcode, and tablet adapt dxc 2026-02-27 15:44:10 +08:00
  • 4324e5a688 feat: add field-level data protection for BOM and user management dxc 2026-02-27 15:16:11 +08:00
  • 1fe00a8ba3 feat: Add field permission checks to outbound and transaction APIs dxc 2026-02-27 15:11:10 +08:00
  • afcf90a859 feat: enforce field-level permissions for buy and service modules dxc 2026-02-27 15:03:44 +08:00
  • 5bc3dab31c feat: add field-level permission control for inbound modules dxc 2026-02-27 14:52:12 +08:00
  • 079987e7f3 feat: enforce field-level permissions for material creation and update dxc 2026-02-27 14:41:27 +08:00
  • 00c45c72fb inventory-web/src/views/system/UserCreate.vue ``vue <<<<<<< SEARCH <el-button type="primary" @click="handleCreate"> + 新增员工 </el-button> ======= <el-button v-if="userStore.hasPermission('system_user:operation')" type="primary" @click="handleCreate"> + 新增员工 </el-button> >>>>>>> REPLACE `` dxc 2026-02-27 14:34:48 +08:00
  • 6fa5233ea6 feat: implement RBAC and field masking for system_user module dxc 2026-02-27 14:28:48 +08:00
  • 3f83e8742b fix: remove duplicate error messages in BOM manage page dxc 2026-02-27 14:20:51 +08:00
  • 348e4dd024 feat: add RBAC read-write separation and field masking for bom_manage dxc 2026-02-27 14:13:02 +08:00
  • 42b0cddd3e feat: add column permission checks to transaction records table dxc 2026-02-27 14:07:48 +08:00
  • a2b1a62132 feat: add RBAC and field masking for borrow/return/records pages dxc 2026-02-27 14:05:52 +08:00
  • 5065410662 feat: add RBAC control for outbound list module dxc 2026-02-27 13:57:59 +08:00
  • 3714dd180b feat: apply RBAC read/write separation to outbound_create module dxc 2026-02-27 13:54:06 +08:00
  • af41eb1803 feat: add RBAC controls for outbound selection module dxc 2026-02-27 13:45:49 +08:00
  • f79fb53b17 inventory-web/src/views/stock/stocktake/index.vue ``vue <<<<<<< SEARCH <el-button type="primary" size="large" class="action-btn-full" @click="startNewSession" :loading="btnLoading"> 开始新盘点 </el-button> ======= <el-button v-if="userStore.hasPermission('inventory_stocktake:operation')" type="primary" size="large" class="action-btn-full" @click="startNewSession" :loading="btnLoading"> 开始新盘点 </el-button> >>>>>>> REPLACE `` dxc 2026-02-27 13:40:55 +08:00
  • 38f0bbe41d feat: add RBAC for inventory stocktake module dxc 2026-02-27 13:36:10 +08:00
  • 1ad477eda8 feat: add permission management to inbound service module dxc 2026-02-27 13:12:45 +08:00
  • 1d2e8feced feat: apply RBAC permission control to product module dxc 2026-02-27 13:03:27 +08:00
  • 246fb45cde fix: correct try block syntax dxc 2026-02-27 12:56:54 +08:00
  • 6e914f1e96 feat: add RBAC permission control for semi inbound module dxc 2026-02-27 12:08:57 +08:00
  • b5b1efdc4e fix: remove duplicate allColumns declaration dxc 2026-02-27 11:56:15 +08:00
  • 56bb6a1c84 chore: add user store import to buy inbound view dxc 2026-02-27 11:51:28 +08:00
  • 379bc5786f feat: implement RBAC for inbound buy module with field-level permissions dxc 2026-02-27 11:48:33 +08:00
  • a96597da33 基础信息页面权限管理成功,后端返回值隐藏未开放权限内容 dxc 2026-02-27 11:10:22 +08:00
  • 4c1c61065e fix: exclude operation columns from field permission dropdown dxc 2026-02-27 11:08:00 +08:00
  • 25487dbede fix: operation permission detection for codes ending with :operation dxc 2026-02-27 11:00:44 +08:00
  • a547d6b164 fix: restore strict column permission control dxc 2026-02-27 10:57:30 +08:00
  • 661ce4e5a0 fix: disable column hiding by permissions in material list view dxc 2026-02-27 10:54:18 +08:00
  • d6d9621bf3 fix: resolve global permission code collision with material_list prefix dxc 2026-02-27 10:43:32 +08:00
  • f178b9cd00 fix: correct permission codes in inbound base API dxc 2026-02-27 10:36:28 +08:00
  • 11fafde5e3 fix: remove temporary role whitelist and add permission denial logging dxc 2026-02-27 10:29:15 +08:00
  • 1f9a363545 chore: add debug logs and temp whitelist to permission decorator dxc 2026-02-27 10:27:44 +08:00
  • b3e1ac6245 feat: implement permission checking and field-level data masking dxc 2026-02-27 10:20:09 +08:00
  • 73ee163352 feat: add MaterialBase permission control with field-level filtering dxc 2026-02-27 10:16:43 +08:00
  • c86e67b793 feat: refresh user permissions on page reload dxc 2026-02-26 16:21:35 +08:00
  • 57c2c532ca fix: skip column permission checks for super admin and IRIS dxc 2026-02-26 16:14:01 +08:00
  • dad7ffdc66 fix: tie column display to user permissions in material list dxc 2026-02-26 16:07:54 +08:00
  • b798c42abf feat: add permission control for material list page dxc 2026-02-26 15:58:23 +08:00
  • 8698b2582c refactor: rebuild permission tree and improve assignment with error handling dxc 2026-02-26 15:57:59 +08:00
  • 220f50dba6 超级权限管理员权限重复提交报错 dxc 2026-02-25 16:54:52 +08:00
  • 7431f1f41e 权限管理,没有页面修改之前版本 dxc 2026-02-25 16:10:12 +08:00
  • 47fb8912a9 下一阶段将进行权限管理测试 1.0入库操作 dxc 2026-02-25 14:37:48 +08:00
  • 82a9a4c2ba 修改登录,实现中文名称显示,以及修改登录逻辑 dxc 2026-02-25 11:18:01 +08:00
  • 1c3f116c50 修改登录,添加超级管理员权限 dxc 2026-02-25 11:02:06 +08:00
  • 948149cd44 修改登录验证,修改为7天 dxc 2026-02-25 10:01:03 +08:00
  • 63a3cf269d 库存资产excel文件导出 dxc 2026-02-25 09:55:25 +08:00
  • 447b1890ab 对于页面展示内容进行按照规格型号进行排序,同时修改类别下拉框大小 dxc 2026-02-24 17:15:43 +08:00
  • 8a7e367d00 基础信息分页功能补回 dxc 2026-02-24 16:20:10 +08:00
  • 31ddb1aafd 将半成品成品同样进行新增所属公司以及内容修改 dxc 2026-02-24 16:16:17 +08:00
  • 42171ed612 对于采购件的税率添加以及所属公司添加 dxc 2026-02-24 15:43:14 +08:00
  • 7e2fa8db8e 基础信息修改,新增所属公司,同时修正类别排序以及新增时候类别选择的功能 dxc 2026-02-24 15:13:37 +08:00
  • d1ab5f1100 新增打印多张标签纸的功能 dxc 2026-02-24 14:33:43 +08:00
  • 853374de5d 将半成品和成品跟bom表进行相关联 dxc 2026-02-12 17:16:24 +08:00
  • b682d4b02f 对于出库选单和Bom库的逻辑完善以及功能美化 dxc 2026-02-12 16:54:26 +08:00
  • d61668bc4b 修改bom表逻辑和出库选单内容 dxc 2026-02-12 10:39:21 +08:00
  • b93a565c82 feat: add material spec to BOM responses and UI dxc 2026-02-12 10:10:37 +08:00
  • 6e5df70ee6 fix: add typeLabel for display in outbound manual selection dialog dxc 2026-02-12 10:05:16 +08:00
  • fb536dad7f feat: add endpoint to delete BOM by bom_no dxc 2026-02-12 10:02:29 +08:00
  • d479b750d7 feat: add quantity input for manual stock selection dxc 2026-02-12 10:00:17 +08:00
  • 05a108e96d refactor: replace outbound selection with shopping cart model dxc 2026-02-12 09:57:12 +08:00
  • ec7f20869a feat: refactor outbound selection to cart mode and update BomManage route dxc 2026-02-12 09:53:17 +08:00
  • fcebe70848 feat: add BOM management page dxc 2026-02-12 09:47:22 +08:00
  • bb8c07a465 feat: add BOM management view dxc 2026-02-12 09:46:58 +08:00
  • 5245ee2da3 feat: add BOM API and routing dxc 2026-02-12 09:43:51 +08:00
  • 04dd6fb3fa feat: add bom api client dxc 2026-02-12 09:43:12 +08:00
  • 32f031b047 feat: add non-null and unique constraints to BOM model dxc 2026-02-12 09:41:40 +08:00
  • 6d5d8a6aad feat: implement BOM versioning with bom_no and new management APIs dxc 2026-02-12 09:37:27 +08:00
  • e900326571 修改semi,product,service的搜索逻辑 dxc 2026-02-11 15:12:20 +08:00
  • 5513e4cd81 fix: prevent 500 errors in service list endpoint dxc 2026-02-11 14:55:28 +08:00
  • 83f040728f fix: add missing import and correct SQL query for service list dxc 2026-02-11 14:51:26 +08:00
  • d3d35e03cd feat: increase default page size and options for inbound semi list dxc 2026-02-11 14:51:14 +08:00
  • 9f0134b2e4 feat: add material search filters to semi, product, service modules dxc 2026-02-11 14:42:16 +08:00
  • b3fdc65d33 fix: import ref and reactive in dashboard component dxc 2026-02-11 14:29:56 +08:00
  • 9c70d78d9f feat: add printer settings dialog to dashboard dxc 2026-02-11 14:26:43 +08:00
  • cfb36ebf0b feat: add printer config management API dxc 2026-02-11 14:23:43 +08:00
  • c6fd0aca90 feat: add dynamic printer configuration manager dxc 2026-02-11 14:14:59 +08:00
  • 5f3ceef3fd 修改采购件对于两个搜索框的bug修复 dxc 2026-02-11 13:39:02 +08:00
  • 5532c87684 基础信息展示以及搜索逻辑进行修复 dxc 2026-02-11 13:12:05 +08:00
  • d0a237625c feat: improve fuzzy search for buy inbound material dxc 2026-02-11 11:28:15 +08:00
  • b1e2836e4b feat: expand search fields and remove result limits in buy inbound service dxc 2026-02-11 11:28:02 +08:00
  • 706476d421 修改是基础信息内容展示库存数和可用数 dxc 2026-02-11 10:12:10 +08:00
  • 64efbb97d6 修改出库选单页面以及打印内容 dxc 2026-02-11 09:53:46 +08:00
  • ec16ef8d20 对于采购件的内容进行修改,使其填写更加便利加上库位自动加载上一次的逻辑 dxc 2026-02-11 08:38:12 +08:00
  • d594ed7ef1 采购人根据历史上传记录来 dxc 2026-02-10 17:41:53 +08:00
  • 8ee2a9a45b 采购人走用户的表 dxc 2026-02-10 17:20:06 +08:00
  • b5b0677b01 feat: align service inbound material search with buy/semi dxc 2026-02-10 15:16:03 +08:00
  • 8d00e6783c feat: add provider autocomplete to service form dxc 2026-02-10 15:10:55 +08:00
  • 695c78090a refactor: remove localStorage usage for column visibility and history dxc 2026-02-10 15:03:52 +08:00
  • af1a95017b 选择基础信息内容修改 dxc 2026-02-10 15:00:57 +08:00