diff --git a/src/api/quality/qcSampleTask.js b/src/api/quality/qcSampleTask.js
new file mode 100644
index 0000000..82b8823
--- /dev/null
+++ b/src/api/quality/qcSampleTask.js
@@ -0,0 +1,10 @@
+import request from '@/utils/request'
+
+// 查询生产过程检验任务列表
+export function qcCheckSampleTaskList(query) {
+ return request({
+ url: '/quality/qc-check-sample-task/list',
+ method: 'get',
+ params: query
+ });
+}
diff --git a/src/views/quality/sampleCheck/index.vue b/src/views/quality/sampleCheck/index.vue
new file mode 100644
index 0000000..abbf8e3
--- /dev/null
+++ b/src/views/quality/sampleCheck/index.vue
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.sampleTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.firstCheckTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.secondCheckTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.thirdCheckTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+