diff --git a/src/views/contract/limitPrice/index.vue b/src/views/contract/limitPrice/index.vue index 9128276..c491091 100644 --- a/src/views/contract/limitPrice/index.vue +++ b/src/views/contract/limitPrice/index.vue @@ -35,6 +35,9 @@ 导出excel + + 审核 + @@ -135,11 +138,11 @@ const changeVersions = () => { //选择表名 const changeSheet = () => { - getTableData(); + getTableData(); }; //获取表名 -const getSheetName = async () => { +const getSheetName = async () => { try { const params = { projectId: currentProject.value?.id, @@ -269,6 +272,17 @@ const handleExport = () => { `限价一览表${queryForm.value.sheet}.xlsx` ); }; +// 审批 +function clickApprovalSheet() { + proxy.$tab.closePage(proxy.$route); + proxy.$router.push({ + path: `/approval/contractLimitPrice/indexEdit`, + query: { + id: '', + type: 'update' + } + }); +} onUnmounted(() => { listeningProject(); }); diff --git a/src/views/contract/limitPrice/indexEdit.vue b/src/views/contract/limitPrice/indexEdit.vue new file mode 100644 index 0000000..c4571f2 --- /dev/null +++ b/src/views/contract/limitPrice/indexEdit.vue @@ -0,0 +1,357 @@ + + + +