diff --git a/public/config/config.json b/public/config/config.json
index 442726a..01178ce 100644
--- a/public/config/config.json
+++ b/public/config/config.json
@@ -1,6 +1,6 @@
{
"title":"计量业务管理系统",
- "baseUrl": "http://111.198.10.15:21606",
+ "baseUrl": "http://111.198.10.15:21606/",
"nbjlgl": "nbjlgl",
"nbjszy": "nbjszy",
"zlmbpc": "zlmbpc",
diff --git a/public/config/config.json b/public/config/config.json
index 442726a..01178ce 100644
--- a/public/config/config.json
+++ b/public/config/config.json
@@ -1,6 +1,6 @@
{
"title":"计量业务管理系统",
- "baseUrl": "http://111.198.10.15:21606",
+ "baseUrl": "http://111.198.10.15:21606/",
"nbjlgl": "nbjlgl",
"nbjszy": "nbjszy",
"zlmbpc": "zlmbpc",
diff --git a/src/api/quality/internal/workManage.ts b/src/api/quality/internal/workManage.ts
new file mode 100644
index 0000000..472a9aa
--- /dev/null
+++ b/src/api/quality/internal/workManage.ts
@@ -0,0 +1,36 @@
+/**
+ * 内审工作管理相关接口
+ */
+import request from '../../index'
+// 内审工作列表查询-分页
+export function getWorkList(data: any) {
+ return request({
+ url: `/quality/internalAuditManagement/listPage?offset=${data.offset}&limit=${data.limit}`,
+ method: 'get',
+ params: data,
+ })
+}
+// 新建
+export function addWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/add',
+ method: 'post',
+ data,
+ })
+}
+// 删除
+export function deleteWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/delete',
+ method: 'get',
+ params: data,
+ })
+}
+// 详情
+export function detailWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/detail',
+ method: 'get',
+ params: data,
+ })
+}
diff --git a/public/config/config.json b/public/config/config.json
index 442726a..01178ce 100644
--- a/public/config/config.json
+++ b/public/config/config.json
@@ -1,6 +1,6 @@
{
"title":"计量业务管理系统",
- "baseUrl": "http://111.198.10.15:21606",
+ "baseUrl": "http://111.198.10.15:21606/",
"nbjlgl": "nbjlgl",
"nbjszy": "nbjszy",
"zlmbpc": "zlmbpc",
diff --git a/src/api/quality/internal/workManage.ts b/src/api/quality/internal/workManage.ts
new file mode 100644
index 0000000..472a9aa
--- /dev/null
+++ b/src/api/quality/internal/workManage.ts
@@ -0,0 +1,36 @@
+/**
+ * 内审工作管理相关接口
+ */
+import request from '../../index'
+// 内审工作列表查询-分页
+export function getWorkList(data: any) {
+ return request({
+ url: `/quality/internalAuditManagement/listPage?offset=${data.offset}&limit=${data.limit}`,
+ method: 'get',
+ params: data,
+ })
+}
+// 新建
+export function addWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/add',
+ method: 'post',
+ data,
+ })
+}
+// 删除
+export function deleteWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/delete',
+ method: 'get',
+ params: data,
+ })
+}
+// 详情
+export function detailWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/detail',
+ method: 'get',
+ params: data,
+ })
+}
diff --git a/src/views/quality/internal/workManage/components/addFileDialog.vue b/src/views/quality/internal/workManage/components/addFileDialog.vue
new file mode 100644
index 0000000..fcc122e
--- /dev/null
+++ b/src/views/quality/internal/workManage/components/addFileDialog.vue
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ areaForm.filePath }}
+ x
+
+
+ 上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/config/config.json b/public/config/config.json
index 442726a..01178ce 100644
--- a/public/config/config.json
+++ b/public/config/config.json
@@ -1,6 +1,6 @@
{
"title":"计量业务管理系统",
- "baseUrl": "http://111.198.10.15:21606",
+ "baseUrl": "http://111.198.10.15:21606/",
"nbjlgl": "nbjlgl",
"nbjszy": "nbjszy",
"zlmbpc": "zlmbpc",
diff --git a/src/api/quality/internal/workManage.ts b/src/api/quality/internal/workManage.ts
new file mode 100644
index 0000000..472a9aa
--- /dev/null
+++ b/src/api/quality/internal/workManage.ts
@@ -0,0 +1,36 @@
+/**
+ * 内审工作管理相关接口
+ */
+import request from '../../index'
+// 内审工作列表查询-分页
+export function getWorkList(data: any) {
+ return request({
+ url: `/quality/internalAuditManagement/listPage?offset=${data.offset}&limit=${data.limit}`,
+ method: 'get',
+ params: data,
+ })
+}
+// 新建
+export function addWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/add',
+ method: 'post',
+ data,
+ })
+}
+// 删除
+export function deleteWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/delete',
+ method: 'get',
+ params: data,
+ })
+}
+// 详情
+export function detailWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/detail',
+ method: 'get',
+ params: data,
+ })
+}
diff --git a/src/views/quality/internal/workManage/components/addFileDialog.vue b/src/views/quality/internal/workManage/components/addFileDialog.vue
new file mode 100644
index 0000000..fcc122e
--- /dev/null
+++ b/src/views/quality/internal/workManage/components/addFileDialog.vue
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ areaForm.filePath }}
+ x
+
+
+ 上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/quality/internal/workManage/components/edit.vue b/src/views/quality/internal/workManage/components/edit.vue
index 22c9906..ecf43ce 100644
--- a/src/views/quality/internal/workManage/components/edit.vue
+++ b/src/views/quality/internal/workManage/components/edit.vue
@@ -1,123 +1,255 @@
-
-
+
+
保存
$router.go(-1)">
关闭
+
+ $router.go(-1)">
+ 确认
+
+
-
-
-
-
- 年第
-
-
-
- 次内部审核
+
+
+
+
+
+ 年第
+
+
+
+
+
+ 次内部审核
+
-
+
-
+
-
+
-
+
-
-
+
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
-
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
-
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
+
-
+
-
+
diff --git a/public/config/config.json b/public/config/config.json
index 442726a..01178ce 100644
--- a/public/config/config.json
+++ b/public/config/config.json
@@ -1,6 +1,6 @@
{
"title":"计量业务管理系统",
- "baseUrl": "http://111.198.10.15:21606",
+ "baseUrl": "http://111.198.10.15:21606/",
"nbjlgl": "nbjlgl",
"nbjszy": "nbjszy",
"zlmbpc": "zlmbpc",
diff --git a/src/api/quality/internal/workManage.ts b/src/api/quality/internal/workManage.ts
new file mode 100644
index 0000000..472a9aa
--- /dev/null
+++ b/src/api/quality/internal/workManage.ts
@@ -0,0 +1,36 @@
+/**
+ * 内审工作管理相关接口
+ */
+import request from '../../index'
+// 内审工作列表查询-分页
+export function getWorkList(data: any) {
+ return request({
+ url: `/quality/internalAuditManagement/listPage?offset=${data.offset}&limit=${data.limit}`,
+ method: 'get',
+ params: data,
+ })
+}
+// 新建
+export function addWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/add',
+ method: 'post',
+ data,
+ })
+}
+// 删除
+export function deleteWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/delete',
+ method: 'get',
+ params: data,
+ })
+}
+// 详情
+export function detailWork(data: any) {
+ return request({
+ url: '/quality/internalAuditManagement/detail',
+ method: 'get',
+ params: data,
+ })
+}
diff --git a/src/views/quality/internal/workManage/components/addFileDialog.vue b/src/views/quality/internal/workManage/components/addFileDialog.vue
new file mode 100644
index 0000000..fcc122e
--- /dev/null
+++ b/src/views/quality/internal/workManage/components/addFileDialog.vue
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ areaForm.filePath }}
+ x
+
+
+ 上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/quality/internal/workManage/components/edit.vue b/src/views/quality/internal/workManage/components/edit.vue
index 22c9906..ecf43ce 100644
--- a/src/views/quality/internal/workManage/components/edit.vue
+++ b/src/views/quality/internal/workManage/components/edit.vue
@@ -1,123 +1,255 @@
-
-
+
+
保存
$router.go(-1)">
关闭
+
+ $router.go(-1)">
+ 确认
+
+
-
-
-
-
- 年第
-
-
-
- 次内部审核
+
+
+
+
+
+ 年第
+
+
+
+
+
+ 次内部审核
+
-
+
-
+
-
+
-
+
-
-
+
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
-
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
-
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
+
-
+
-
+
diff --git a/src/views/quality/internal/workManage/components/fileList.vue b/src/views/quality/internal/workManage/components/fileList.vue
index 0d8f9ad..586eefb 100644
--- a/src/views/quality/internal/workManage/components/fileList.vue
+++ b/src/views/quality/internal/workManage/components/fileList.vue
@@ -1,8 +1,8 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ areaForm.filePath }}
+ x
+
+
+ 上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/quality/internal/workManage/components/edit.vue b/src/views/quality/internal/workManage/components/edit.vue
index 22c9906..ecf43ce 100644
--- a/src/views/quality/internal/workManage/components/edit.vue
+++ b/src/views/quality/internal/workManage/components/edit.vue
@@ -1,123 +1,255 @@
-
-
+
+
保存
$router.go(-1)">
关闭
+
+ $router.go(-1)">
+ 确认
+
+
-
-
-
-
- 年第
-
-
-
- 次内部审核
+
+
+
+
+
+ 年第
+
+
+
+
+
+ 次内部审核
+
-
+
-
+
-
+
-
+
-
-
+
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
-
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
-
+
+
+
+ {{ item.name }}
+ {{ item.deptName }}
+
+
-
+
-
+
-
+
diff --git a/src/views/quality/internal/workManage/components/fileList.vue b/src/views/quality/internal/workManage/components/fileList.vue
index 0d8f9ad..586eefb 100644
--- a/src/views/quality/internal/workManage/components/fileList.vue
+++ b/src/views/quality/internal/workManage/components/fileList.vue
@@ -1,8 +1,8 @@
@@ -106,22 +130,22 @@
-
+
-
+
@@ -146,12 +170,14 @@
label="操作"
align="center"
fixed="right"
+ width="140"
>
下载
@@ -159,13 +185,15 @@
size="small"
type="primary"
link
+ @click="handler('detail', row)"
>
- 查看 {{ row }}
+ 查看
删除