+
-
@@ -69,7 +63,6 @@ import { cost_project_report } from '@/api/data_report'
// 查询条件
const queryParams = reactive({
project_name: "",
- project_num: "",
contract_name: "",
aunit: ""
})
diff --git a/src/views/data_report_ledger/index.vue b/src/views/data_report_ledger/index.vue
index 4693724..b14ef2c 100644
--- a/src/views/data_report_ledger/index.vue
+++ b/src/views/data_report_ledger/index.vue
@@ -8,6 +8,9 @@
+
+
+
@@ -35,7 +38,7 @@
:value="row.business_nature" />
-
+
@@ -89,4 +92,3 @@ const { pager, getLists, resetParams, resetPage } = usePaging({
getLists()
-
diff --git a/src/views/jianli_project_progress_report/index.vue b/src/views/jianli_project_progress_report/index.vue
index 0d7d284..c0d789c 100644
--- a/src/views/jianli_project_progress_report/index.vue
+++ b/src/views/jianli_project_progress_report/index.vue
@@ -2,16 +2,22 @@
+
+
+
+
+
-
-
+
+
-
-
+
+
-
查询
重置
@@ -37,15 +43,14 @@
-
-
+
-
+
@@ -79,18 +84,38 @@ import { apiJianliProjectProgressReportLists, apiJianliProjectProgressReportDele
import { timeFormat } from '@/utils/util'
import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
+import { apiCostProjectDatas } from "@/api/cost_project";
+import { useDictOptions } from "@/hooks/useDictOptions"
const editRef = shallowRef>()
// 是否显示编辑框
const showEdit = ref(false)
+const loading = ref(false)
+const queryCostProject = async (query: string) => {
+ loading.value = true
+ const projectList = await apiCostProjectDatas({
+ name: query ?? ''
+ })
+ optionsData.projectList = projectList
+ loading.value = false
+}
+
+
+const { optionsData } = useDictOptions<{
+ projectList: any[]
+}>({
+ projectList: {
+ api: apiCostProjectDatas,
+ }
+})
// 查询条件
const queryParams = reactive({
num: '',
- project_name: '',
- project_num: '',
- datas: '',
+ project_id: '',
+ wt_unit: '',
+ djr: '',
})
// 选中数据
diff --git a/src/views/project_change_visa_content/index.vue b/src/views/project_change_visa_content/index.vue
index a99e659..29e225e 100644
--- a/src/views/project_change_visa_content/index.vue
+++ b/src/views/project_change_visa_content/index.vue
@@ -49,15 +49,14 @@
-
+
+
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
-
查询
重置
@@ -45,7 +48,8 @@
-
+
@@ -53,12 +57,14 @@
-
+
-
+
@@ -66,7 +72,6 @@