diff --git a/src/api/supplier/supplierPartNewProductAudit.js b/src/api/supplier/supplierPartNewProductAudit.js
new file mode 100644
index 0000000..0a819c1
--- /dev/null
+++ b/src/api/supplier/supplierPartNewProductAudit.js
@@ -0,0 +1,11 @@
+import { createAPI } from '@/utils/httpRequest.js'
+
+export const listNewProductAuditSupplierPart = data => createAPI('/supplier/supplierPartNewProductAudit/listSupplierPart', 'post', data)
+export const startNewProductAudit = data => createAPI('/supplier/supplierPartNewProductAudit/startAudit', 'post', data)
+export const restartNewProductAudit = data => createAPI('/supplier/supplierPartNewProductAudit/restartAudit', 'post', data)
+export const listNewProductAuditRecord = data => createAPI('/supplier/supplierPartNewProductAudit/listAuditRecord', 'post', data)
+export const submitNewProductAuditRecord = data => createAPI('/supplier/supplierPartNewProductAudit/submitAuditRecord', 'post', data)
+export const listNewProductTestRecord = data => createAPI('/supplier/supplierPartNewProductAudit/listTestRecord', 'post', data)
+export const saveNewProductTestRecord = data => createAPI('/supplier/supplierPartNewProductAudit/saveTestRecord', 'post', data)
+export const saveNewProductTestRecordAttachment = data => createAPI('/supplier/supplierPartNewProductAudit/saveTestRecordAttachment', 'post', data)
+
diff --git a/src/views/demo/attachmentListUploadDemo.vue b/src/views/demo/attachmentListUploadDemo.vue
new file mode 100644
index 0000000..64ca7d0
--- /dev/null
+++ b/src/views/demo/attachmentListUploadDemo.vue
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
+
+
+
+ 打开附件清单
+
+
+
+
+
+
+ 上传文件
+
+
+
+
+
+
+
+
+
+
+ 查看 |
+ 删除
+
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/supplier/supplierPartMoqPrice.vue b/src/views/modules/supplier/supplierPartMoqPrice.vue
index 4801150..7507bf9 100644
--- a/src/views/modules/supplier/supplierPartMoqPrice.vue
+++ b/src/views/modules/supplier/supplierPartMoqPrice.vue
@@ -1,7 +1,7 @@
-
+
供应商编号
查询
重置
@@ -75,7 +74,7 @@
highlight-current-row
v-loading="topLoading"
style="width: 100%"
- empty-text="请输入供应商编号后点击查询"
+ empty-text="点击查询查看数据"
@row-click="handleTopRowClick"
>
@@ -360,7 +359,7 @@
-
+
String(item))
return [...new Set(merged)]
},
+ calcTextareaFollowGapStyle (rows) {
+ const rowCount = Number(rows) || 1
+ const followGap = rowCount > 1 ? (rowCount - 1) * 20 : 0
+ return { marginBottom: `${followGap}px` }
+ },
buildAttachmentRefs () {
return (this.attachmentRefIds || []).join(',')
}
@@ -1126,4 +1121,5 @@ export default {
height: auto;
line-height: 1.5;
}
+
diff --git a/src/views/modules/supplier/supplierPartNewProductAudit.vue b/src/views/modules/supplier/supplierPartNewProductAudit.vue
new file mode 100644
index 0000000..f0fec8a
--- /dev/null
+++ b/src/views/modules/supplier/supplierPartNewProductAudit.vue
@@ -0,0 +1,1192 @@
+
+
+
+
+ 供应商编号
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+ 开始审核
+ 重新审核
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.newProductAudited === 'Y' ? '是' : '否' }}
+
+
+
+
+ {{ scope.row.needNewProductAudit === 'Y' ? '是' : '否' }}
+
+
+
+
+ {{ scope.row.needSubmitTest === 'Y' ? '是' : '否' }}
+
+
+
+
+ {{ formatLatestAuditStatus(scope.row.latestAuditStatus) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formatDeptType(scope.row.deptType) }}
+
+
+
+
+ {{ formatAuditStatus(scope.row.status) }}
+
+
+
+
+ {{ formatAuditResult(scope.row.auditResult) }}
+
+
+
+
+ {{ scope.row.needTest === 'Y' ? '是' : '否' }}
+
+
+
+
+
+
+
+ 登记审核
+
+
+
+
+
+
+ 新增测试记录
+
+
+
+
+
+
+
+ {{ formatTestResult(scope.row.testResult) }}
+
+
+
+
+
+ 测试附件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 需要测试
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 测试人
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传文件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看 |
+
+ 删除
+
+
+
+
+
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+