diff --git a/src/api/cost_budget_adjust.ts b/src/api/cost_budget_adjust.ts
index 25c93cc..e4a39c1 100644
--- a/src/api/cost_budget_adjust.ts
+++ b/src/api/cost_budget_adjust.ts
@@ -27,5 +27,5 @@ export function apiadjustDetail(params: any) {
// 预算调整表详情列表
export function apiadjustdetailDetail(params: any) {
- return request.get({ url: '/cost.cost_budget_detail/lists', params })
+ return request.get({ url: '/cost.cost_budget_adjust_detail/lists', params })
}
\ No newline at end of file
diff --git a/src/components/biddingDecision/index.vue b/src/components/biddingDecision/index.vue
index 40e44be..998b1fd 100644
--- a/src/components/biddingDecision/index.vue
+++ b/src/components/biddingDecision/index.vue
@@ -43,7 +43,11 @@
-
+
+
+
+
+
@@ -66,7 +70,7 @@ const queryParams = reactive({
});
// 获取字典数据
-const { dictData } = useDictData('construction_funds_sources,bidding_method,whether_status')
+const { dictData } = useDictData('construction_funds_sources,bidding_method,whether_status,project_assurance')
// 选中数据
const emits = defineEmits(["customEvent"]);
diff --git a/src/components/build_plan/index.vue b/src/components/build_plan/index.vue
index c2d2590..4500117 100644
--- a/src/components/build_plan/index.vue
+++ b/src/components/build_plan/index.vue
@@ -15,6 +15,7 @@
+
diff --git a/src/components/build_process/index.vue b/src/components/build_process/index.vue
index 6912f2d..c398a3a 100644
--- a/src/components/build_process/index.vue
+++ b/src/components/build_process/index.vue
@@ -15,6 +15,7 @@
+
diff --git a/src/components/contacts/index.vue b/src/components/contacts/index.vue
index 5d049d4..aca92a7 100644
--- a/src/components/contacts/index.vue
+++ b/src/components/contacts/index.vue
@@ -15,6 +15,7 @@
+
diff --git a/src/components/document_examination/index.vue b/src/components/document_examination/index.vue
index 6024956..d5c55fb 100644
--- a/src/components/document_examination/index.vue
+++ b/src/components/document_examination/index.vue
@@ -17,6 +17,7 @@
+
diff --git a/src/components/paylist/index.vue b/src/components/paylist/index.vue
index 41d736f..080f657 100644
--- a/src/components/paylist/index.vue
+++ b/src/components/paylist/index.vue
@@ -16,6 +16,7 @@
+
diff --git a/src/components/pending_paymentplan/index.vue b/src/components/pending_paymentplan/index.vue
index a68761b..cad6040 100644
--- a/src/components/pending_paymentplan/index.vue
+++ b/src/components/pending_paymentplan/index.vue
@@ -16,6 +16,7 @@
+
diff --git a/src/components/procurement/index.vue b/src/components/procurement/index.vue
index 57c4226..db481f9 100644
--- a/src/components/procurement/index.vue
+++ b/src/components/procurement/index.vue
@@ -16,6 +16,7 @@
+
diff --git a/src/components/procurementsubcontracting_selector/index.vue b/src/components/procurementsubcontracting_selector/index.vue
index 6906302..9ec4a8b 100644
--- a/src/components/procurementsubcontracting_selector/index.vue
+++ b/src/components/procurementsubcontracting_selector/index.vue
@@ -16,6 +16,7 @@
+
diff --git a/src/components/project_document/index.vue b/src/components/project_document/index.vue
index 3f1c86b..46c70d4 100644
--- a/src/components/project_document/index.vue
+++ b/src/components/project_document/index.vue
@@ -16,6 +16,7 @@
+
diff --git a/src/components/proontract/index.vue b/src/components/proontract/index.vue
index b943648..bdf0b35 100644
--- a/src/components/proontract/index.vue
+++ b/src/components/proontract/index.vue
@@ -16,6 +16,7 @@
+
diff --git a/src/components/purchasing/index.vue b/src/components/purchasing/index.vue
index 241eff4..454881c 100644
--- a/src/components/purchasing/index.vue
+++ b/src/components/purchasing/index.vue
@@ -16,6 +16,7 @@
+
diff --git a/src/views/InvoicingRequests/index.vue b/src/views/InvoicingRequests/index.vue
index 627c20a..f13704c 100644
--- a/src/views/InvoicingRequests/index.vue
+++ b/src/views/InvoicingRequests/index.vue
@@ -40,6 +40,7 @@
+
diff --git a/src/views/acceptance_bill/index.vue b/src/views/acceptance_bill/index.vue
index d09c8b3..706eb14 100644
--- a/src/views/acceptance_bill/index.vue
+++ b/src/views/acceptance_bill/index.vue
@@ -40,6 +40,7 @@
+
diff --git a/src/views/administrativeContracts/index.vue b/src/views/administrativeContracts/index.vue
index 49e9be2..2cbb83a 100644
--- a/src/views/administrativeContracts/index.vue
+++ b/src/views/administrativeContracts/index.vue
@@ -39,6 +39,7 @@
+
diff --git a/src/views/administrative_payments/index.vue b/src/views/administrative_payments/index.vue
index c04b170..5340f32 100644
--- a/src/views/administrative_payments/index.vue
+++ b/src/views/administrative_payments/index.vue
@@ -34,6 +34,7 @@
+
diff --git a/src/views/administrative_ticket_collection/index.vue b/src/views/administrative_ticket_collection/index.vue
index 1372340..5569e50 100644
--- a/src/views/administrative_ticket_collection/index.vue
+++ b/src/views/administrative_ticket_collection/index.vue
@@ -34,6 +34,7 @@
+
diff --git a/src/views/bid_bidding_decision/index.vue b/src/views/bid_bidding_decision/index.vue
index a0694d5..7e8ca44 100644
--- a/src/views/bid_bidding_decision/index.vue
+++ b/src/views/bid_bidding_decision/index.vue
@@ -34,6 +34,8 @@
+
+
diff --git a/src/views/bid_buy_bidding_document/index.vue b/src/views/bid_buy_bidding_document/index.vue
index 2d8601f..34d7d7b 100644
--- a/src/views/bid_buy_bidding_document/index.vue
+++ b/src/views/bid_buy_bidding_document/index.vue
@@ -2,8 +2,10 @@
-
-
+
+
+
+
@@ -34,6 +36,7 @@
+
@@ -104,6 +107,7 @@ import { usePaging } from '@/hooks/usePaging'
import { useDictData } from '@/hooks/useDictOptions'
import { apiBidBuyBiddingDocumentLists, apiBidBuyBiddingDocumentDelete, apiBidBuyBiddingDocumentDetail } from '@/api/bid_buy_bidding_document'
import { timeFormat } from '@/utils/util'
+import { apiProjectLists } from '@/api/project'
import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
import DetailPopup from './detail.vue'
@@ -113,7 +117,7 @@ const editRef = shallowRef>()
const showEdit = ref(false)
const showDtail = ref(false)
-
+const projectList = ref([])
// 查询条件
@@ -172,6 +176,15 @@ const handledetail = async (data: any) => {
detailRef.value?.open()
detailRef.value?.setFormData(res)
}
+
+//获取项目
+
+const projectlist = async () => {
+ let res = await apiProjectLists({ page_no: 1, page_size: 9999 })
+ projectList.value = res.lists
+
+}
+projectlist()
getLists()
diff --git a/src/views/bid_document_examination/index.vue b/src/views/bid_document_examination/index.vue
index fd1708d..9dd0eda 100644
--- a/src/views/bid_document_examination/index.vue
+++ b/src/views/bid_document_examination/index.vue
@@ -2,8 +2,15 @@
-
-
+
+
+
+
+
+
+
+
+
查询
@@ -24,55 +31,29 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- {{ row.bid_opening_date ? timeFormat(row.bid_opening_date, 'yyyy-mm-dd hh:MM:ss') : '' }}
-
-
-
-
- {{ row.deposit_refund_time ? timeFormat(row.deposit_refund_time, 'yyyy-mm-dd hh:MM:ss') : '' }}
-
-
-
-
-
-
-
-
- 暂无文件
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -105,6 +86,7 @@ import {
apiBidDocumentExaminationDetail
} from '@/api/bid_document_examination'
import { timeFormat } from '@/utils/util'
+import { apiBidBuyBiddingDocumentLists } from '@/api/bid_buy_bidding_document'
import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
import DetailPopup from './detail.vue'
@@ -117,11 +99,12 @@ const showEdit = ref(false)
const showDtail = ref(false)
-
+const documentList = ref([])
// 查询条件
const queryParams = reactive({
- buy_bidding_document_id: ''
+ buy_bidding_document_id: '',
+ is_need_deposit: ''
})
// 选中数据
@@ -171,6 +154,14 @@ const handledetail = async (data: any) => {
detailRef.value?.open()
detailRef.value?.setFormData(res)
}
+//获取购买标书列表
+
+const documentlists = async () => {
+ let res = await apiBidBuyBiddingDocumentLists({ page_no: 1, page_size: 9999 })
+ documentList.value = res.lists
+
+}
+documentlists()
getLists()
diff --git a/src/views/bid_document_examination_detail/index.vue b/src/views/bid_document_examination_detail/index.vue
index db3fef3..19b75a0 100644
--- a/src/views/bid_document_examination_detail/index.vue
+++ b/src/views/bid_document_examination_detail/index.vue
@@ -27,9 +27,11 @@
-
-
-
+
+
+
+
+
diff --git a/src/views/bid_result/index.vue b/src/views/bid_result/index.vue
index 9894e12..32c1e08 100644
--- a/src/views/bid_result/index.vue
+++ b/src/views/bid_result/index.vue
@@ -2,12 +2,18 @@
-
-
+
+
+
+
+
-
-
+
+
+
+
+
查询
重置
@@ -27,8 +33,13 @@
+
+
-
+
+
+
+
@@ -61,7 +72,11 @@
import { usePaging } from '@/hooks/usePaging'
import { useDictData } from '@/hooks/useDictOptions'
import { apiBidResultLists, apiBidResultDelete, apiBidResultDetail } from '@/api/bid_result'
+import {
+ apiBidDocumentExaminationLists
+} from '@/api/bid_document_examination'
import { timeFormat } from '@/utils/util'
+import { apiProjectLists } from '@/api/project'
import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
import DetailPopup from './detail.vue'
@@ -71,7 +86,8 @@ const editRef = shallowRef>()
const showEdit = ref(false)
const showDtail = ref(false)
-
+const projectList = ref([])
+const documentList = ref([])
// 查询条件
const queryParams = reactive({
bid_document_examination_id: '',
@@ -125,6 +141,22 @@ const handledetail = async (data: any) => {
detailRef.value?.open()
detailRef.value?.setFormData(res)
}
+//获取项目
+
+const projectlist = async () => {
+ let res = await apiProjectLists({ page_no: 1, page_size: 9999 })
+ projectList.value = res.lists
+
+}
+//获取标书审查列表
+
+const documentlists = async () => {
+ let res = await apiBidDocumentExaminationLists({ page_no: 1, page_size: 9999 })
+ documentList.value = res.lists
+
+}
+documentlists()
+projectlist()
getLists()
diff --git a/src/views/bidbbond/edit.vue b/src/views/bidbbond/edit.vue
index 8bc3c16..a2004c1 100644
--- a/src/views/bidbbond/edit.vue
+++ b/src/views/bidbbond/edit.vue
@@ -17,46 +17,46 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/views/bidbbond/index.vue b/src/views/bidbbond/index.vue
index a2179a4..6c2404e 100644
--- a/src/views/bidbbond/index.vue
+++ b/src/views/bidbbond/index.vue
@@ -28,6 +28,7 @@
+
diff --git a/src/views/build/build_division/detail.vue b/src/views/build/build_division/detail.vue
index 29f82b1..fff71b4 100644
--- a/src/views/build/build_division/detail.vue
+++ b/src/views/build/build_division/detail.vue
@@ -31,7 +31,7 @@
施工工序
-
+
diff --git a/src/views/build/build_division/index.vue b/src/views/build/build_division/index.vue
index 63ae4ab..e64d03b 100644
--- a/src/views/build/build_division/index.vue
+++ b/src/views/build/build_division/index.vue
@@ -39,6 +39,7 @@
+
diff --git a/src/views/build/build_plan/detail.vue b/src/views/build/build_plan/detail.vue
index 92050e5..d9a2b30 100644
--- a/src/views/build/build_plan/detail.vue
+++ b/src/views/build/build_plan/detail.vue
@@ -108,7 +108,7 @@
施工汇报
-
+
@@ -135,7 +135,7 @@
人工明细
-
+
diff --git a/src/views/build/build_plan/index.vue b/src/views/build/build_plan/index.vue
index 7fc8dbe..1e7aab7 100644
--- a/src/views/build/build_plan/index.vue
+++ b/src/views/build/build_plan/index.vue
@@ -34,6 +34,7 @@
+
diff --git a/src/views/build/build_process_settings/index.vue b/src/views/build/build_process_settings/index.vue
index af008a9..ed9c886 100644
--- a/src/views/build/build_process_settings/index.vue
+++ b/src/views/build/build_process_settings/index.vue
@@ -26,6 +26,7 @@
+
diff --git a/src/views/build/build_report/index.vue b/src/views/build/build_report/index.vue
index 0cec10e..0f42dc5 100644
--- a/src/views/build/build_report/index.vue
+++ b/src/views/build/build_report/index.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/competitor/index.vue b/src/views/competitor/index.vue
index b27a07e..54cf7d2 100644
--- a/src/views/competitor/index.vue
+++ b/src/views/competitor/index.vue
@@ -36,6 +36,7 @@
+
diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue
index 2477533..1fee9a1 100644
--- a/src/views/contract/index.vue
+++ b/src/views/contract/index.vue
@@ -30,6 +30,7 @@
+
diff --git a/src/views/contract_negotiation/index.vue b/src/views/contract_negotiation/index.vue
index 3d71a95..e540d14 100644
--- a/src/views/contract_negotiation/index.vue
+++ b/src/views/contract_negotiation/index.vue
@@ -27,6 +27,7 @@
+
diff --git a/src/views/cost_budget_adjust/index.vue b/src/views/cost_budget_adjust/index.vue
index 285c5d6..e62817e 100644
--- a/src/views/cost_budget_adjust/index.vue
+++ b/src/views/cost_budget_adjust/index.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/cost_budget_adjust_detail/index.vue b/src/views/cost_budget_adjust_detail/index.vue
index d0a1de8..58b9df0 100644
--- a/src/views/cost_budget_adjust_detail/index.vue
+++ b/src/views/cost_budget_adjust_detail/index.vue
@@ -89,9 +89,9 @@ import { useDictData } from '@/hooks/useDictOptions'
import { apiadjustdetailDetail } from '@/api/cost_budget_adjust'
import { timeFormat } from '@/utils/util'
import feedback from '@/utils/feedback'
-import EditPopup from './edit.vue'
+// import EditPopup from './editcost.vue'
import { apisubjectLists } from '@/api/cost_subject'
-const editRef = shallowRef>()
+// const editRef = shallowRef>()
// 是否显示编辑框
const showEdit = ref(false)
const subjectlist = ref([])
diff --git a/src/views/cost_budget_detail/index.vue b/src/views/cost_budget_detail/index.vue
new file mode 100644
index 0000000..5f73b53
--- /dev/null
+++ b/src/views/cost_budget_detail/index.vue
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/costbudget/index.vue b/src/views/costbudget/index.vue
index b40e3bd..96ae27b 100644
--- a/src/views/costbudget/index.vue
+++ b/src/views/costbudget/index.vue
@@ -35,6 +35,7 @@
+
diff --git a/src/views/custom/index.vue b/src/views/custom/index.vue
index 760623a..afd912a 100644
--- a/src/views/custom/index.vue
+++ b/src/views/custom/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/custom_contacts/index.vue b/src/views/custom_contacts/index.vue
index c3d85fc..16bb5d5 100644
--- a/src/views/custom_contacts/index.vue
+++ b/src/views/custom_contacts/index.vue
@@ -27,6 +27,7 @@
+
diff --git a/src/views/custom_follow/index.vue b/src/views/custom_follow/index.vue
index d1c4703..ae2bf73 100644
--- a/src/views/custom_follow/index.vue
+++ b/src/views/custom_follow/index.vue
@@ -33,7 +33,8 @@
-
+
+
diff --git a/src/views/custom_service/index.vue b/src/views/custom_service/index.vue
index 393ff86..d8151b5 100644
--- a/src/views/custom_service/index.vue
+++ b/src/views/custom_service/index.vue
@@ -34,6 +34,7 @@
+
diff --git a/src/views/customer_demand/index.vue b/src/views/customer_demand/index.vue
index 3004e15..1934af2 100644
--- a/src/views/customer_demand/index.vue
+++ b/src/views/customer_demand/index.vue
@@ -46,6 +46,7 @@
+
diff --git a/src/views/customer_demand_solution/index.vue b/src/views/customer_demand_solution/index.vue
index e2788a0..7015cd2 100644
--- a/src/views/customer_demand_solution/index.vue
+++ b/src/views/customer_demand_solution/index.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/dev_tools/code/index.vue b/src/views/dev_tools/code/index.vue
index 1e1fcec..423c115 100644
--- a/src/views/dev_tools/code/index.vue
+++ b/src/views/dev_tools/code/index.vue
@@ -3,20 +3,10 @@
-
+
-
+
查询
@@ -26,11 +16,7 @@
-
+
@@ -38,32 +24,20 @@
导入数据表
-
+
删除
-
+
生成代码
-
+
+
@@ -71,37 +45,25 @@
-
+
预览
-
+
编辑
-
+
更多
@@ -140,11 +102,7 @@
-
+
diff --git a/src/views/dev_tools/components/data-table.vue b/src/views/dev_tools/components/data-table.vue
index 0b418d0..b63792b 100644
--- a/src/views/dev_tools/components/data-table.vue
+++ b/src/views/dev_tools/components/data-table.vue
@@ -1,32 +1,15 @@
-
+
-
+
-
+
查询
@@ -34,13 +17,9 @@
-
+
+
diff --git a/src/views/division_subdivision/index.vue b/src/views/division_subdivision/index.vue
index c81e891..c4cc0cb 100644
--- a/src/views/division_subdivision/index.vue
+++ b/src/views/division_subdivision/index.vue
@@ -40,6 +40,7 @@
+
diff --git a/src/views/expense_reimbursement/DailyExpenses.vue b/src/views/expense_reimbursement/DailyExpenses.vue
index 497b33c..79d7a6e 100644
--- a/src/views/expense_reimbursement/DailyExpenses.vue
+++ b/src/views/expense_reimbursement/DailyExpenses.vue
@@ -23,6 +23,7 @@
+
diff --git a/src/views/expense_reimbursement/index.vue b/src/views/expense_reimbursement/index.vue
index 1ba0b2b..80a65d7 100644
--- a/src/views/expense_reimbursement/index.vue
+++ b/src/views/expense_reimbursement/index.vue
@@ -32,6 +32,7 @@
+
diff --git a/src/views/expense_reimbursement_detail/index.vue b/src/views/expense_reimbursement_detail/index.vue
index f073233..32c7b67 100644
--- a/src/views/expense_reimbursement_detail/index.vue
+++ b/src/views/expense_reimbursement_detail/index.vue
@@ -23,6 +23,7 @@
+
diff --git a/src/views/expenseaccount/index.vue b/src/views/expenseaccount/index.vue
index 6b75f74..73085e0 100644
--- a/src/views/expenseaccount/index.vue
+++ b/src/views/expenseaccount/index.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/finance_payment_apply/index.vue b/src/views/finance_payment_apply/index.vue
index d25fb71..d3ce352 100644
--- a/src/views/finance_payment_apply/index.vue
+++ b/src/views/finance_payment_apply/index.vue
@@ -46,6 +46,7 @@
+
diff --git a/src/views/finance_payment_plan/index.vue b/src/views/finance_payment_plan/index.vue
index 8bff3c2..fbe4f4b 100644
--- a/src/views/finance_payment_plan/index.vue
+++ b/src/views/finance_payment_plan/index.vue
@@ -37,6 +37,7 @@
+
diff --git a/src/views/finance_receipt_record/index.vue b/src/views/finance_receipt_record/index.vue
index e8bc24c..4304706 100644
--- a/src/views/finance_receipt_record/index.vue
+++ b/src/views/finance_receipt_record/index.vue
@@ -32,6 +32,7 @@
+
diff --git a/src/views/finance_refund_record/index.vue b/src/views/finance_refund_record/index.vue
index 96c63ba..1b4f868 100644
--- a/src/views/finance_refund_record/index.vue
+++ b/src/views/finance_refund_record/index.vue
@@ -39,6 +39,7 @@
+
diff --git a/src/views/financialManagement/FareDifferences/returnticketstatistics/index.vue b/src/views/financialManagement/FareDifferences/returnticketstatistics/index.vue
index 18a9b1c..29581a2 100644
--- a/src/views/financialManagement/FareDifferences/returnticketstatistics/index.vue
+++ b/src/views/financialManagement/FareDifferences/returnticketstatistics/index.vue
@@ -26,6 +26,7 @@
+
diff --git a/src/views/financialManagement/FareDifferences/ticketcollectionstatistics/index.vue b/src/views/financialManagement/FareDifferences/ticketcollectionstatistics/index.vue
index f770c4e..141b63c 100644
--- a/src/views/financialManagement/FareDifferences/ticketcollectionstatistics/index.vue
+++ b/src/views/financialManagement/FareDifferences/ticketcollectionstatistics/index.vue
@@ -26,6 +26,7 @@
+
diff --git a/src/views/financialManagement/Management/budgetadjustment.vue b/src/views/financialManagement/Management/budgetadjustment.vue
index 6b1611a..b7d77b5 100644
--- a/src/views/financialManagement/Management/budgetadjustment.vue
+++ b/src/views/financialManagement/Management/budgetadjustment.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/financialManagement/Management/budgetdetails.vue b/src/views/financialManagement/Management/budgetdetails.vue
index eb02982..5f73b53 100644
--- a/src/views/financialManagement/Management/budgetdetails.vue
+++ b/src/views/financialManagement/Management/budgetdetails.vue
@@ -26,6 +26,7 @@
+
diff --git a/src/views/financialManagement/Management/costbudget.vue b/src/views/financialManagement/Management/costbudget.vue
index 109a349..bd305e1 100644
--- a/src/views/financialManagement/Management/costbudget.vue
+++ b/src/views/financialManagement/Management/costbudget.vue
@@ -35,6 +35,7 @@
+
diff --git a/src/views/financialManagement/Management/expenseaccount.vue b/src/views/financialManagement/Management/expenseaccount.vue
index 142bc4c..ac1bfb0 100644
--- a/src/views/financialManagement/Management/expenseaccount.vue
+++ b/src/views/financialManagement/Management/expenseaccount.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/financialManagement/bankAccount/bankAccount/index.vue b/src/views/financialManagement/bankAccount/bankAccount/index.vue
index b862681..c5674f6 100644
--- a/src/views/financialManagement/bankAccount/bankAccount/index.vue
+++ b/src/views/financialManagement/bankAccount/bankAccount/index.vue
@@ -39,6 +39,7 @@
+
diff --git a/src/views/financialManagement/bankAccount/interestRate/index.vue b/src/views/financialManagement/bankAccount/interestRate/index.vue
index 49e9be2..2cbb83a 100644
--- a/src/views/financialManagement/bankAccount/interestRate/index.vue
+++ b/src/views/financialManagement/bankAccount/interestRate/index.vue
@@ -39,6 +39,7 @@
+
diff --git a/src/views/financialManagement/bankAccount/revenueWater/index.vue b/src/views/financialManagement/bankAccount/revenueWater/index.vue
index 77de419..2528597 100644
--- a/src/views/financialManagement/bankAccount/revenueWater/index.vue
+++ b/src/views/financialManagement/bankAccount/revenueWater/index.vue
@@ -39,10 +39,11 @@
+
-
+
diff --git a/src/views/financialManagement/expense_reimbursement/DailyExpenses.vue b/src/views/financialManagement/expense_reimbursement/DailyExpenses.vue
index 497b33c..79d7a6e 100644
--- a/src/views/financialManagement/expense_reimbursement/DailyExpenses.vue
+++ b/src/views/financialManagement/expense_reimbursement/DailyExpenses.vue
@@ -23,6 +23,7 @@
+
diff --git a/src/views/financialManagement/expense_reimbursement/index.vue b/src/views/financialManagement/expense_reimbursement/index.vue
index 1ba0b2b..80a65d7 100644
--- a/src/views/financialManagement/expense_reimbursement/index.vue
+++ b/src/views/financialManagement/expense_reimbursement/index.vue
@@ -32,6 +32,7 @@
+
diff --git a/src/views/financialManagement/expense_reimbursement_detail/index.vue b/src/views/financialManagement/expense_reimbursement_detail/index.vue
index 497b33c..79d7a6e 100644
--- a/src/views/financialManagement/expense_reimbursement_detail/index.vue
+++ b/src/views/financialManagement/expense_reimbursement_detail/index.vue
@@ -23,6 +23,7 @@
+
diff --git a/src/views/procurement_contract/index.vue b/src/views/procurement_contract/index.vue
index 0c1121a..380f37a 100644
--- a/src/views/procurement_contract/index.vue
+++ b/src/views/procurement_contract/index.vue
@@ -35,6 +35,7 @@
+
diff --git a/src/views/procurement_contract_change/index.vue b/src/views/procurement_contract_change/index.vue
index 8737a5d..bc8ba33 100644
--- a/src/views/procurement_contract_change/index.vue
+++ b/src/views/procurement_contract_change/index.vue
@@ -45,6 +45,7 @@
+
diff --git a/src/views/procurement_contract_detail/index.vue b/src/views/procurement_contract_detail/index.vue
index d0d1f73..64f72d2 100644
--- a/src/views/procurement_contract_detail/index.vue
+++ b/src/views/procurement_contract_detail/index.vue
@@ -27,6 +27,7 @@
+
diff --git a/src/views/project/index.vue b/src/views/project/index.vue
index 6cce0ab..9380761 100644
--- a/src/views/project/index.vue
+++ b/src/views/project/index.vue
@@ -79,6 +79,7 @@
+
diff --git a/src/views/project_alarm/billQuantities/index.vue b/src/views/project_alarm/billQuantities/index.vue
index b21106a..f942709 100644
--- a/src/views/project_alarm/billQuantities/index.vue
+++ b/src/views/project_alarm/billQuantities/index.vue
@@ -30,6 +30,7 @@
+
diff --git a/src/views/project_alarm/outputvalue/details/index.vue b/src/views/project_alarm/outputvalue/details/index.vue
index 0a3f1ac..dfb6e7a 100644
--- a/src/views/project_alarm/outputvalue/details/index.vue
+++ b/src/views/project_alarm/outputvalue/details/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_alarm/outputvalue/report/index.vue b/src/views/project_alarm/outputvalue/report/index.vue
index d4c2a8a..6f7ca98 100644
--- a/src/views/project_alarm/outputvalue/report/index.vue
+++ b/src/views/project_alarm/outputvalue/report/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_alarm/warningrecords/index.vue b/src/views/project_alarm/warningrecords/index.vue
index f650028..e778c20 100644
--- a/src/views/project_alarm/warningrecords/index.vue
+++ b/src/views/project_alarm/warningrecords/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_alarm_set/index.vue b/src/views/project_alarm_set/index.vue
index 907b090..94bedaf 100644
--- a/src/views/project_alarm_set/index.vue
+++ b/src/views/project_alarm_set/index.vue
@@ -28,6 +28,7 @@
+
diff --git a/src/views/project_attendance_detail/index.vue b/src/views/project_attendance_detail/index.vue
index 78b7869..0fca045 100644
--- a/src/views/project_attendance_detail/index.vue
+++ b/src/views/project_attendance_detail/index.vue
@@ -15,6 +15,7 @@
+
diff --git a/src/views/project_attendance_record/index.vue b/src/views/project_attendance_record/index.vue
index e84411e..8cb5daa 100644
--- a/src/views/project_attendance_record/index.vue
+++ b/src/views/project_attendance_record/index.vue
@@ -26,6 +26,7 @@
+
diff --git a/src/views/project_budget/index.vue b/src/views/project_budget/index.vue
index 517633a..38ff48f 100644
--- a/src/views/project_budget/index.vue
+++ b/src/views/project_budget/index.vue
@@ -46,6 +46,7 @@
+
diff --git a/src/views/project_cost_temp_set/index.vue b/src/views/project_cost_temp_set/index.vue
index 517633a..38ff48f 100644
--- a/src/views/project_cost_temp_set/index.vue
+++ b/src/views/project_cost_temp_set/index.vue
@@ -46,6 +46,7 @@
+
diff --git a/src/views/project_document/index.vue b/src/views/project_document/index.vue
index d7ed619..44f1994 100644
--- a/src/views/project_document/index.vue
+++ b/src/views/project_document/index.vue
@@ -29,6 +29,7 @@
+
diff --git a/src/views/project_document_set/index.vue b/src/views/project_document_set/index.vue
index 7bd9863..c0bfb89 100644
--- a/src/views/project_document_set/index.vue
+++ b/src/views/project_document_set/index.vue
@@ -39,6 +39,7 @@
+
diff --git a/src/views/project_estimate/index.vue b/src/views/project_estimate/index.vue
index 76a4250..e3a2b69 100644
--- a/src/views/project_estimate/index.vue
+++ b/src/views/project_estimate/index.vue
@@ -37,6 +37,7 @@
+
diff --git a/src/views/project_finance/business_trip_application/index.vue b/src/views/project_finance/business_trip_application/index.vue
index 51861f9..93b645c 100644
--- a/src/views/project_finance/business_trip_application/index.vue
+++ b/src/views/project_finance/business_trip_application/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_finance/cost_adjustment/index.vue b/src/views/project_finance/cost_adjustment/index.vue
index a3f0bad..7825d22 100644
--- a/src/views/project_finance/cost_adjustment/index.vue
+++ b/src/views/project_finance/cost_adjustment/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_finance/expense_reimbursement/index.vue b/src/views/project_finance/expense_reimbursement/index.vue
index 3ee1fb8..0fa9f0e 100644
--- a/src/views/project_finance/expense_reimbursement/index.vue
+++ b/src/views/project_finance/expense_reimbursement/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_finance/loanapplication/index.vue b/src/views/project_finance/loanapplication/index.vue
index 0c97e62..0ad5b4d 100644
--- a/src/views/project_finance/loanapplication/index.vue
+++ b/src/views/project_finance/loanapplication/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_finance/travel_reimbursement/index.vue b/src/views/project_finance/travel_reimbursement/index.vue
index ee13b10..b96c9d3 100644
--- a/src/views/project_finance/travel_reimbursement/index.vue
+++ b/src/views/project_finance/travel_reimbursement/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_follow_up/index.vue b/src/views/project_follow_up/index.vue
index 960b6bd..5f0feb3 100644
--- a/src/views/project_follow_up/index.vue
+++ b/src/views/project_follow_up/index.vue
@@ -102,6 +102,7 @@
+
diff --git a/src/views/project_insurance_management/index.vue b/src/views/project_insurance_management/index.vue
index b3d6d32..4cbe1b7 100644
--- a/src/views/project_insurance_management/index.vue
+++ b/src/views/project_insurance_management/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_job_type/index.vue b/src/views/project_job_type/index.vue
index d6bbda1..0583429 100644
--- a/src/views/project_job_type/index.vue
+++ b/src/views/project_job_type/index.vue
@@ -26,6 +26,7 @@
+
diff --git a/src/views/project_labor_contract/index.vue b/src/views/project_labor_contract/index.vue
index 41b6155..5090987 100644
--- a/src/views/project_labor_contract/index.vue
+++ b/src/views/project_labor_contract/index.vue
@@ -39,6 +39,7 @@
+
diff --git a/src/views/project_logs/index.vue b/src/views/project_logs/index.vue
index 88f869a..5f660c5 100644
--- a/src/views/project_logs/index.vue
+++ b/src/views/project_logs/index.vue
@@ -15,6 +15,7 @@
+
diff --git a/src/views/project_manager_appointment/index.vue b/src/views/project_manager_appointment/index.vue
index ddb6f79..4deec17 100644
--- a/src/views/project_manager_appointment/index.vue
+++ b/src/views/project_manager_appointment/index.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/project_member/index.vue b/src/views/project_member/index.vue
index 6deb1b9..4a881cd 100644
--- a/src/views/project_member/index.vue
+++ b/src/views/project_member/index.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/project_milestones/index.vue b/src/views/project_milestones/index.vue
index f4c1050..5a4a58d 100644
--- a/src/views/project_milestones/index.vue
+++ b/src/views/project_milestones/index.vue
@@ -32,6 +32,7 @@
+
diff --git a/src/views/project_personnel/index.vue b/src/views/project_personnel/index.vue
index 8eac0a1..c5b2117 100644
--- a/src/views/project_personnel/index.vue
+++ b/src/views/project_personnel/index.vue
@@ -32,6 +32,7 @@
+
diff --git a/src/views/project_plan/index.vue b/src/views/project_plan/index.vue
index 5e94341..af70f02 100644
--- a/src/views/project_plan/index.vue
+++ b/src/views/project_plan/index.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/project_pre_sales_members/index.vue b/src/views/project_pre_sales_members/index.vue
index 7713751..42be3b2 100644
--- a/src/views/project_pre_sales_members/index.vue
+++ b/src/views/project_pre_sales_members/index.vue
@@ -33,6 +33,7 @@
+
diff --git a/src/views/project_profit_set/index.vue b/src/views/project_profit_set/index.vue
index 15dc078..3ffbc8c 100644
--- a/src/views/project_profit_set/index.vue
+++ b/src/views/project_profit_set/index.vue
@@ -28,6 +28,7 @@
+
diff --git a/src/views/project_role_set/index.vue b/src/views/project_role_set/index.vue
index 7cf2b59..ae9e323 100644
--- a/src/views/project_role_set/index.vue
+++ b/src/views/project_role_set/index.vue
@@ -28,6 +28,7 @@
+
diff --git a/src/views/project_salary_detail/index.vue b/src/views/project_salary_detail/index.vue
index 4f3bef3..4f36872 100644
--- a/src/views/project_salary_detail/index.vue
+++ b/src/views/project_salary_detail/index.vue
@@ -7,6 +7,7 @@
+
diff --git a/src/views/project_salary_payment/index.vue b/src/views/project_salary_payment/index.vue
index ee39896..d1751eb 100644
--- a/src/views/project_salary_payment/index.vue
+++ b/src/views/project_salary_payment/index.vue
@@ -37,6 +37,7 @@
+
diff --git a/src/views/project_settlement/partsettlement/index.vue b/src/views/project_settlement/partsettlement/index.vue
index 946bf53..6787418 100644
--- a/src/views/project_settlement/partsettlement/index.vue
+++ b/src/views/project_settlement/partsettlement/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_settlement/projectclosure/index.vue b/src/views/project_settlement/projectclosure/index.vue
index 583cf55..4e95495 100644
--- a/src/views/project_settlement/projectclosure/index.vue
+++ b/src/views/project_settlement/projectclosure/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_settlement/subcontracting_settlement/index.vue b/src/views/project_settlement/subcontracting_settlement/index.vue
index a6849e9..3cf1f87 100644
--- a/src/views/project_settlement/subcontracting_settlement/index.vue
+++ b/src/views/project_settlement/subcontracting_settlement/index.vue
@@ -38,6 +38,7 @@
+
diff --git a/src/views/project_stakeholder/index.vue b/src/views/project_stakeholder/index.vue
index 13ea0ed..cd0fc7e 100644
--- a/src/views/project_stakeholder/index.vue
+++ b/src/views/project_stakeholder/index.vue
@@ -37,6 +37,7 @@
+
diff --git a/src/views/project_type_set/index.vue b/src/views/project_type_set/index.vue
index 737e8fe..615a22a 100644
--- a/src/views/project_type_set/index.vue
+++ b/src/views/project_type_set/index.vue
@@ -28,6 +28,7 @@
+
diff --git a/src/views/project_wbs_set/index.vue b/src/views/project_wbs_set/index.vue
index ff09148..9fc6943 100644
--- a/src/views/project_wbs_set/index.vue
+++ b/src/views/project_wbs_set/index.vue
@@ -28,6 +28,7 @@
+