From 3a9ce90b65ea365cb5f8b8a9ee83362c920749f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E5=A5=89=E6=BA=90?= <1976974459@qq.com>
Date: Wed, 25 Oct 2023 08:50:21 +0800
Subject: [PATCH] =?UTF-8?q?2023-10-25=20plm=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/part/partInformation.js | 40 +
src/views/modules/part/partInformation.vue | 1272 +++++++++++++++++
src/views/modules/part/part_upload_file.vue | 136 ++
.../modules/proofing/requestForProofing.vue | 23 +-
.../modules/quotation/requestForQuote.vue | 4 +-
5 files changed, 1461 insertions(+), 14 deletions(-)
create mode 100644 src/api/part/partInformation.js
create mode 100644 src/views/modules/part/partInformation.vue
create mode 100644 src/views/modules/part/part_upload_file.vue
diff --git a/src/api/part/partInformation.js b/src/api/part/partInformation.js
new file mode 100644
index 0000000..c9915a5
--- /dev/null
+++ b/src/api/part/partInformation.js
@@ -0,0 +1,40 @@
+import { createAPI } from "@/utils/httpRequest.js";
+
+/**
+ * 材料信息列表查询
+ * @param data
+ * @returns {*}
+ */
+export const partInformationSearch = data => createAPI(`/plm/partInformation/partInformationSearch`,'post',data)
+/**
+ * 材料信息新增
+ * @param data
+ * @returns {*}
+ */
+export const partInformationSave = data => createAPI(`/plm/partInformation/partInformationSave`,'post',data)
+/**
+ * 材料信息编辑
+ * @param data
+ * @returns {*}
+ */
+export const partInformationEdit = data => createAPI(`/plm/partInformation/partInformationEdit`,'post',data)
+/**
+ * 材料信息删除
+ * @param data
+ * @returns {*}
+ */
+export const partInformationDelete = data => createAPI(`/plm/partInformation/partInformationDelete`,'post',data)
+/**
+ * 获取材料单附件列表
+ * @param data
+ * @returns {*}
+ */
+export const getFileContentList = data => createAPI(`/plm/partInformation/getFileContentList`,'post',data)
+/**
+ * 获取材料单附件列表
+ * @param data
+ * @returns {*}
+ */
+export const deletePartFile = data => createAPI(`/plm/partInformation/deletePartFile`,'post',data)
+
+
diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue
new file mode 100644
index 0000000..ae86c89
--- /dev/null
+++ b/src/views/modules/part/partInformation.vue
@@ -0,0 +1,1272 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ➞
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 新增
+ 删除
+
+ {{ "导出" }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+ 编辑
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 计量单位
+
+
+
+
+
+ 材料分类1
+
+
+
+ 材料分类2
+
+
+
+
+
+ 商品组1
+
+
+
+ 商品组2
+
+
+
+
+
+ 商品组3
+
+
+
+ 商品组4
+
+
+
+
+
+ 属性模板
+
+
+
+ 制造商
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/part/part_upload_file.vue b/src/views/modules/part/part_upload_file.vue
new file mode 100644
index 0000000..78e27ef
--- /dev/null
+++ b/src/views/modules/part/part_upload_file.vue
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue
index 523536d..05bd093 100644
--- a/src/views/modules/proofing/requestForProofing.vue
+++ b/src/views/modules/proofing/requestForProofing.vue
@@ -810,18 +810,17 @@