From 70ddabb49dd30b1ed2989727ebb7381dde322902 Mon Sep 17 00:00:00 2001 From: qiankanghui Date: Wed, 8 Jul 2026 17:20:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(srmPartSku):=20=E6=96=B0=E5=A2=9ESRM?= =?UTF-8?q?=E9=9B=B6=E4=BB=B6SKU=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 实现SKU编码、备注、是否在用等字段的增删改查功能 - 集成权限控制,支持查询、新增、编辑、删除按钮权限配置 - 添加分页功能,支持20/50/100/200/500条每页切换 - 实现SOP文件上传功能,支持多文件拖拽上传和预览 - 添加表格列自定义配置功能,支持列宽、排序、显示隐藏设置 - 集成OSS文件管理,支持SOP文件的上传、下载、删除操作 - 实现响应式布局,适配不同屏幕高度的表格展示 --- .../modules/srmBaseInformation/srmPartSku.vue | 649 ++++++++++++++++++ 1 file changed, 649 insertions(+) create mode 100644 src/views/modules/srmBaseInformation/srmPartSku.vue diff --git a/src/views/modules/srmBaseInformation/srmPartSku.vue b/src/views/modules/srmBaseInformation/srmPartSku.vue new file mode 100644 index 0000000..ee7baca --- /dev/null +++ b/src/views/modules/srmBaseInformation/srmPartSku.vue @@ -0,0 +1,649 @@ + + + + +