diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2a74cb2..36d9981 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,5 +7,6 @@
"css",
"scss",
"vue"
- ]
+ ],
+ "editor.inlayHints.enabled": "off"
}
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2a74cb2..36d9981 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,5 +7,6 @@
"css",
"scss",
"vue"
- ]
+ ],
+ "editor.inlayHints.enabled": "off"
}
diff --git a/src/views/device/borrow/components/applyList.vue b/src/views/device/borrow/components/applyList.vue
deleted file mode 100644
index cb69092..0000000
--- a/src/views/device/borrow/components/applyList.vue
+++ /dev/null
@@ -1,520 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (searchQuery.offset as number - 1) * (searchQuery.limit as number) + scope.$index + 1 }}
-
-
-
-
-
-
-
-
- 查看
-
-
-
- 同意
-
-
- 驳回
-
-
- 拒绝
-
-
-
- 取消
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
- 编辑
-
-
- 提交
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2a74cb2..36d9981 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,5 +7,6 @@
"css",
"scss",
"vue"
- ]
+ ],
+ "editor.inlayHints.enabled": "off"
}
diff --git a/src/views/device/borrow/components/applyList.vue b/src/views/device/borrow/components/applyList.vue
deleted file mode 100644
index cb69092..0000000
--- a/src/views/device/borrow/components/applyList.vue
+++ /dev/null
@@ -1,520 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (searchQuery.offset as number - 1) * (searchQuery.limit as number) + scope.$index + 1 }}
-
-
-
-
-
-
-
-
- 查看
-
-
-
- 同意
-
-
- 驳回
-
-
- 拒绝
-
-
-
- 取消
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
- 编辑
-
-
- 提交
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/device/borrow/components/approvalActionDialog.vue b/src/views/device/borrow/components/approvalActionDialog.vue
index 214876c..9375861 100644
--- a/src/views/device/borrow/components/approvalActionDialog.vue
+++ b/src/views/device/borrow/components/approvalActionDialog.vue
@@ -8,6 +8,11 @@
const dialogVisibleApprove = ref(false)
const form = reactive({
radio: '1',
+ certificateNo: '',
+ certificateName: '',
+ certificateCompany: '',
+ certificateDate: '',
+ validDate: '',
})
const ruleFormRef = ref()
const rules = reactive({
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2a74cb2..36d9981 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,5 +7,6 @@
"css",
"scss",
"vue"
- ]
+ ],
+ "editor.inlayHints.enabled": "off"
}
diff --git a/src/views/device/borrow/components/applyList.vue b/src/views/device/borrow/components/applyList.vue
deleted file mode 100644
index cb69092..0000000
--- a/src/views/device/borrow/components/applyList.vue
+++ /dev/null
@@ -1,520 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (searchQuery.offset as number - 1) * (searchQuery.limit as number) + scope.$index + 1 }}
-
-
-
-
-
-
-
-
- 查看
-
-
-
- 同意
-
-
- 驳回
-
-
- 拒绝
-
-
-
- 取消
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
- 编辑
-
-
- 提交
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/device/borrow/components/approvalActionDialog.vue b/src/views/device/borrow/components/approvalActionDialog.vue
index 214876c..9375861 100644
--- a/src/views/device/borrow/components/approvalActionDialog.vue
+++ b/src/views/device/borrow/components/approvalActionDialog.vue
@@ -8,6 +8,11 @@
const dialogVisibleApprove = ref(false)
const form = reactive({
radio: '1',
+ certificateNo: '',
+ certificateName: '',
+ certificateCompany: '',
+ certificateDate: '',
+ validDate: '',
})
const ruleFormRef = ref()
const rules = reactive({
diff --git a/src/views/device/borrow/components/handleList.vue b/src/views/device/borrow/components/handleList.vue
deleted file mode 100644
index bf1d19c..0000000
--- a/src/views/device/borrow/components/handleList.vue
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
-
-
-
-
-
-
-
- 查看
-
-
- 借用
-
-
- 归还
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2a74cb2..36d9981 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,5 +7,6 @@
"css",
"scss",
"vue"
- ]
+ ],
+ "editor.inlayHints.enabled": "off"
}
diff --git a/src/views/device/borrow/components/applyList.vue b/src/views/device/borrow/components/applyList.vue
deleted file mode 100644
index cb69092..0000000
--- a/src/views/device/borrow/components/applyList.vue
+++ /dev/null
@@ -1,520 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (searchQuery.offset as number - 1) * (searchQuery.limit as number) + scope.$index + 1 }}
-
-
-
-
-
-
-
-
- 查看
-
-
-
- 同意
-
-
- 驳回
-
-
- 拒绝
-
-
-
- 取消
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
- 编辑
-
-
- 提交
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/device/borrow/components/approvalActionDialog.vue b/src/views/device/borrow/components/approvalActionDialog.vue
index 214876c..9375861 100644
--- a/src/views/device/borrow/components/approvalActionDialog.vue
+++ b/src/views/device/borrow/components/approvalActionDialog.vue
@@ -8,6 +8,11 @@
const dialogVisibleApprove = ref(false)
const form = reactive({
radio: '1',
+ certificateNo: '',
+ certificateName: '',
+ certificateCompany: '',
+ certificateDate: '',
+ validDate: '',
})
const ruleFormRef = ref()
const rules = reactive({
diff --git a/src/views/device/borrow/components/handleList.vue b/src/views/device/borrow/components/handleList.vue
deleted file mode 100644
index bf1d19c..0000000
--- a/src/views/device/borrow/components/handleList.vue
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
-
-
-
-
-
-
-
- 查看
-
-
- 借用
-
-
- 归还
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/device/borrow/editHandle.vue b/src/views/device/borrow/editHandle.vue
index 8a92582..d2e423c 100644
--- a/src/views/device/borrow/editHandle.vue
+++ b/src/views/device/borrow/editHandle.vue
@@ -4,7 +4,7 @@
import { ElLoading } from 'element-plus'
import type { Ref } from 'vue'
import dayjs from 'dayjs'
-import type { IdeviceList, IdeviceListQuery } from '../borrow'
+import type { IdeviceList, IdeviceListQuery } from './borrow'
import type { TableColumn } from '@/components/NormalTable/table_interface'
import { getReceiveApplyListDetail } from '@/api/device/receive'
import type { userType } from '@/views/system/user/user-interface'
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2a74cb2..36d9981 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,5 +7,6 @@
"css",
"scss",
"vue"
- ]
+ ],
+ "editor.inlayHints.enabled": "off"
}
diff --git a/src/views/device/borrow/components/applyList.vue b/src/views/device/borrow/components/applyList.vue
deleted file mode 100644
index cb69092..0000000
--- a/src/views/device/borrow/components/applyList.vue
+++ /dev/null
@@ -1,520 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (searchQuery.offset as number - 1) * (searchQuery.limit as number) + scope.$index + 1 }}
-
-
-
-
-
-
-
-
- 查看
-
-
-
- 同意
-
-
- 驳回
-
-
- 拒绝
-
-
-
- 取消
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
- 编辑
-
-
- 提交
-
-
- 删除
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/device/borrow/components/approvalActionDialog.vue b/src/views/device/borrow/components/approvalActionDialog.vue
index 214876c..9375861 100644
--- a/src/views/device/borrow/components/approvalActionDialog.vue
+++ b/src/views/device/borrow/components/approvalActionDialog.vue
@@ -8,6 +8,11 @@
const dialogVisibleApprove = ref(false)
const form = reactive({
radio: '1',
+ certificateNo: '',
+ certificateName: '',
+ certificateCompany: '',
+ certificateDate: '',
+ validDate: '',
})
const ruleFormRef = ref()
const rules = reactive({
diff --git a/src/views/device/borrow/components/handleList.vue b/src/views/device/borrow/components/handleList.vue
deleted file mode 100644
index bf1d19c..0000000
--- a/src/views/device/borrow/components/handleList.vue
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
-
-
-
-
-
-
-
- 查看
-
-
- 借用
-
-
- 归还
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/device/borrow/editHandle.vue b/src/views/device/borrow/editHandle.vue
index 8a92582..d2e423c 100644
--- a/src/views/device/borrow/editHandle.vue
+++ b/src/views/device/borrow/editHandle.vue
@@ -4,7 +4,7 @@
import { ElLoading } from 'element-plus'
import type { Ref } from 'vue'
import dayjs from 'dayjs'
-import type { IdeviceList, IdeviceListQuery } from '../borrow'
+import type { IdeviceList, IdeviceListQuery } from './borrow'
import type { TableColumn } from '@/components/NormalTable/table_interface'
import { getReceiveApplyListDetail } from '@/api/device/receive'
import type { userType } from '@/views/system/user/user-interface'
diff --git a/src/views/device/stateManage/handleApply.vue b/src/views/device/stateManage/handleApply.vue
index 6220262..30d8c86 100644
--- a/src/views/device/stateManage/handleApply.vue
+++ b/src/views/device/stateManage/handleApply.vue
@@ -9,6 +9,3 @@
-