diff --git a/src/views/out/outDesignTable/index.vue b/src/views/out/outDesignTable/index.vue index dff39c3..ae8a4f0 100644 --- a/src/views/out/outDesignTable/index.vue +++ b/src/views/out/outDesignTable/index.vue @@ -1,44 +1,54 @@ - - - - - - - - - - - - - - - 搜索 - 重置 - - - - - - - - - - - + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + @@ -66,8 +76,23 @@ const data = reactive({ month: undefined } }); - +const activeTab = ref('1'); const { queryParams } = toRefs(data); +const tabList = [ + { + value: '1', + label: '对甲采购设计报表' + }, + { + value: '2', + label: '对乙采购设计报表' + } +]; +const handleTabChange = (tab) => { + activeTab.value = tab; + data.queryParams.valueType = '1'; + data.queryParams.month = ''; +}; /** 查询项目总产值分配列表 */ const getList = async () => { diff --git a/src/views/out/outDesignTableVS/index.vue b/src/views/out/outDesignTableVS/index.vue index eb4b502..13b6b18 100644 --- a/src/views/out/outDesignTableVS/index.vue +++ b/src/views/out/outDesignTableVS/index.vue @@ -1,7 +1,7 @@ - - + + @@ -9,7 +9,8 @@ - + + @@ -18,68 +19,74 @@ - - - - - - - - - - - - - - - - - - 联查分包结算 - - - - - + + + + + + + + + + 联查分包结算 + + + + + + + - + +