) => {
const data = await apiApplyWithSealDetail({
id: row.id
@@ -364,7 +326,6 @@ const handleSubmit = async () => {
const open = (type = 'add') => {
mode.value = type
popupRef.value?.open()
- getlist()
}
diff --git a/src/views/apply_with_seal/index.vue b/src/views/apply_with_seal/index.vue
index ca32626..f09bdb7 100644
--- a/src/views/apply_with_seal/index.vue
+++ b/src/views/apply_with_seal/index.vue
@@ -37,40 +37,48 @@
-
-
-
+
+
+
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
{{ row.loan == 1 ? '是' : "否" }}
-
-
-
-
-
-
+
+
+
+
+
+
-
+
@@ -107,6 +116,7 @@ import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
import { apiCostProjectDatas } from "@/api/cost_project";
import detailConfig from './detail'
+import { deptLists } from "@/api/org/department"
const editRef = shallowRef>()
const detailRef = ref('')
@@ -171,6 +181,12 @@ const handleDetail = async (row) => {
detailRef.value?.setFormData(res)
}
+const deptList = ref([])
+const getDeptList = async () => {
+ let res = await deptLists()
+ deptList.value = res.lists
+}
getLists()
+getDeptList()
diff --git a/src/views/approval_issuance_achievement_documents/index.vue b/src/views/approval_issuance_achievement_documents/index.vue
index 425a899..a2c9f38 100644
--- a/src/views/approval_issuance_achievement_documents/index.vue
+++ b/src/views/approval_issuance_achievement_documents/index.vue
@@ -38,20 +38,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/views/bid_document_examination/detail.vue b/src/views/bid_document_examination/detail.vue
index 2a8084a..d9a5b3b 100644
--- a/src/views/bid_document_examination/detail.vue
+++ b/src/views/bid_document_examination/detail.vue
@@ -63,7 +63,7 @@
formData.tax_rate }}
{{
formData.pay_type }}
- {{
+ {{
formData.pay_rate }}
{{
formData.business_contract_deviation }}
diff --git a/src/views/bid_document_examination/edit.vue b/src/views/bid_document_examination/edit.vue
index b498e48..04de378 100644
--- a/src/views/bid_document_examination/edit.vue
+++ b/src/views/bid_document_examination/edit.vue
@@ -127,8 +127,8 @@