Commit 9a5ca2af by liangzhen

暂存

1 parent 68f4893f
......@@ -5,249 +5,249 @@ import { get, post, download } from '@/utils/http'
// 获取流程列表
export function evalBatchInfo(params) {
return post(`/api/postEvalBatchInfo/`, params)
return post(`/arch-evaluation/postEvalBatchInfo/`, params)
}
//专家库
export function expertInfo(params) {
return post(`/api/expertInfo/`, params)
return post(`/arch-evaluation/expertInfo/`, params)
}
//查询关联专家
export function expert(params) {
return post(`/api/expertInfo/expert`, params)
return post(`/arch-evaluation/expertInfo/expert`, params)
}
//专家删除
export function delEvalBatchInfo(params) {
return post(`/api/postEvalBatchInfo/del`, params)
return post(`/arch-evaluation/postEvalBatchInfo/del`, params)
}
//辅助下发
export function sendEvalBatchInfo(params) {
return post(`/api/postEvalBatchInfo/xf`, params)
return post(`/arch-evaluation/postEvalBatchInfo/xf`, params)
}
//编辑
export function updEvalBatchInfo(params) {
return post(`/api/postEvalBatchInfo/upd`, params)
return post(`/arch-evaluation/postEvalBatchInfo/upd`, params)
}
//新增
export function adEvalBatchInfo(params) {
return post(`/api/postEvalBatchInfo/ad`, params)
return post(`/arch-evaluation/postEvalBatchInfo/ad`, params)
}
//撤回
export function chEvalBatchInfo(params) {
return post(`/api/postEvalBatchInfo/ch`, params)
return post(`/arch-evaluation/postEvalBatchInfo/ch`, params)
}
//评估批次确认发布分组
// 查询项目信息
//评估批次确认发布分页查询
export function projectInfo(params) {
return post(`/api/projectInfo/`, params)
return post(`/arch-evaluation/projectInfo/`, params)
}
//确认发布
export function fbProjectInfo(params) {
return post(`/api/projectInfo/fb`, params)
return post(`/arch-evaluation/projectInfo/fb`, params)
}
//删除  
export function delProjectInfo(params) {
return post(`/api/projectInfo/del`, params)
return post(`/arch-evaluation/projectInfo/del`, params)
}
//撤回
export function chProjectInfo(params) {
return post(`/api/projectInfo/ch`, params)
return post(`/arch-evaluation/projectInfo/ch`, params)
}
// 查询项目信息
export function getProjectInfo(params) {
return post(`/api/projectInfo/getProjectInfo`, params)
return post(`/arch-evaluation/projectInfo/getProjectInfo`, params)
}
// 查询关联项目
export function joinProjectInfo(params) {
return post(`/api/projectInfo/joinProjectInfo`, params)
return post(`/arch-evaluation/projectInfo/joinProjectInfo`, params)
}
//选择待评估项目
export function updProjectInfo(params) {
return post(`/api/projectInfo/upd`, params)
return post(`/arch-evaluation/projectInfo/upd`, params)
}
//评估材料自动获取
//评估材料自动获取分页查询
export function evaluationMaterials(params) {
return post(`/api/evaluationMaterials/`, params)
return post(`/arch-evaluation/evaluationMaterials/`, params)
}
//上传
export function ossupload(params) {
return post(`/api/oss/upload`, params)
return post(`/arch-evaluation/oss/upload`, params)
}
//查询材料清单
export function clqdevaluationMaterials(params) {
return post(`/api/evaluationMaterials/clqd`, params)
return post(`/arch-evaluation/evaluationMaterials/clqd`, params)
}
//查询材料清单
export function qrscevaluationMaterials(params) {
return post(`/api/evaluationMaterials/qrsc`, params)
return post(`/arch-evaluation/evaluationMaterials/qrsc`, params)
}
//项目辅助检查
//项目辅助检查分页查询
export function postEvalQuesInfo(params) {
return post(`/api/postEvalQuesInfo/`, params)
return post(`/arch-evaluation/postEvalQuesInfo/`, params)
}
//问题清单
export function selWtqdpostEvalQuesInfo(params) {
return post(`/api/postEvalQuesInfo/selWtqd`, params)
return post(`/arch-evaluation/postEvalQuesInfo/selWtqd`, params)
}
//保存
export function bcpostEvalQuesInfo(params) {
return post(`/api/postEvalQuesInfo/bc`, params)
return post(`/arch-evaluation/postEvalQuesInfo/bc`, params)
}
// 上传
export function tjpostEvalQuesInfo(params) {
return post(`/api/postEvalQuesInfo/tj`, params)
return post(`/arch-evaluation/postEvalQuesInfo/tj`, params)
}
//撤回
export function chpostEvalQuesInfo(params) {
return post(`/api/postEvalQuesInfo/ch`, params)
return post(`/arch-evaluation/postEvalQuesInfo/ch`, params)
}
//问题辅助下发
//问题辅助下发分页查询
export function problemAssistedDistribution(params) {
return post(`/api/problemAssistedDistribution/`, params)
return post(`/arch-evaluation/problemAssistedDistribution/`, params)
}
// 撤回
export function chproblemAssistedDistribution(params) {
return post(`/api/problemAssistedDistribution/ch`, params)
return post(`/arch-evaluation/problemAssistedDistribution/ch`, params)
}
// 问题批量下发
export function wtplxfproblemAssistedDistribution(params) {
return post(`/api/problemAssistedDistribution/wtplxf`, params)
return post(`/arch-evaluation/problemAssistedDistribution/wtplxf`, params)
}
//问题下发
export function wtxfproblemAssistedDistribution(params) {
return post(`/api/problemAssistedDistribution/wtxf`, params)
return post(`/arch-evaluation/problemAssistedDistribution/wtxf`, params)
}
//问题辅助查询
//问题辅助查询分页查询
export function fzcxpostSelect(params) {
return post(`/api/postSelect/fzcx`, params)
return post(`/arch-evaluation/postSelect/fzcx`, params)
}
//问题清单
export function WtqdpostSelect(params) {
return post(`/api/postSelect/selWtqd`, params)
return post(`/arch-evaluation/postSelect/selWtqd`, params)
}
//问题辅助反馈
//问题辅助反馈分页查询
export function ProblemAssistedFeedback(params) {
return post(`/api/ProblemAssistedFeedback/`, params)
return post(`/arch-evaluation/ProblemAssistedFeedback/`, params)
}
//申诉
export function ssProblemAssistedFeedback(params) {
return post(`/api/ProblemAssistedFeedback/ss`, params)
return post(`/arch-evaluation/ProblemAssistedFeedback/ss`, params)
}
//确认
export function qrProblemAssistedFeedback(params) {
return post(`/api/ProblemAssistedFeedback/qr`, params)
return post(`/arch-evaluation/ProblemAssistedFeedback/qr`, params)
}
// 问题确认查询-申诉查询
export function wtssSelProblemAssistedFeedback(params) {
return post(`/api/ProblemAssistedFeedback/wtssSel`, params)
return post(`/arch-evaluation/ProblemAssistedFeedback/wtssSel`, params)
}
//项目结果确认更改
//项目评估结果确认更改查询
export function qrbgSelQuesInfo(params) {
return post(`/api/postEvalQuesInfo/qrbgSel`, params)
return post(`/arch-evaluation/postEvalQuesInfo/qrbgSel`, params)
}
//确认更改
export function qrzgqrbgSelQuesInfo(params) {
return post(`/api/postEvalQuesInfo/qrzg`, params)
return post(`/arch-evaluation/postEvalQuesInfo/qrzg`, params)
}
//确认无更改
export function qrwzgqrbgSelQuesInfo(params) {
return post(`/api/postEvalQuesInfo/qrwzg`, params)
return post(`/arch-evaluation/postEvalQuesInfo/qrwzg`, params)
}
//评估结果辅助查看
//评估结果辅助页面
export function fzcxselect(params) {
return post(`/api/select/fzcx`, params)
return post(`/arch-evaluation/select/fzcx`, params)
}
//基本信息
export function fzcxXqselect(params) {
return post(`/api/select/fzcxXq`, params)
return post(`/arch-evaluation/select/fzcxXq`, params)
}
//问题清单
export function wtqdqselect(params) {
return post(`/api/select/selWtqd`, params)
return post(`/arch-evaluation/select/selWtqd`, params)
}
//项目后评估资料
export function clqdselect(params) {
return post(`/api/select/clqd`, params)
return post(`/arch-evaluation/select/clqd`, params)
}
//流程列表
export function selLcb(params) {
return post(`/api/select/selLcb`, params)
return post(`/arch-evaluation/select/selLcb`, params)
}
//申诉辅助确认
// 申诉辅助确认分页查询
export function appealAssistanceConfirmatio(params) {
return post(`/api/appealAssistanceConfirmation/`, params)
return post(`/arch-evaluation/appealAssistanceConfirmation/`, params)
}
//问题复核保存
export function wtfhappealAssistanceConfirmatio(params) {
return post(`/api/appealAssistanceConfirmation/wtfh`, params)
return post(`/arch-evaluation/appealAssistanceConfirmation/wtfh`, params)
}
//问题复核下发
export function xfappealAssistanceConfirmatio(params) {
return post(`/api/appealAssistanceConfirmation/wtfhxf`, params)
return post(`/arch-evaluation/appealAssistanceConfirmation/wtfhxf`, params)
}
//申诉查询
export function wtssSelAssistanceConfirmatio(params) {
return post(`/api/appealAssistanceConfirmation/wtssSel`, params)
return post(`/arch-evaluation/appealAssistanceConfirmation/wtssSel`, params)
}
//问题辅助整改
//分页
export function ProblemRectification(params) {
return post(`/api/ProblemRectification/`, params)
return post(`/arch-evaluation/ProblemRectification/`, params)
}
//问题清单查询
export function wtssSelProblemRectification(params) {
return post(`/api/ProblemRectification/wtssSel`, params)
return post(`/arch-evaluation/ProblemRectification/wtssSel`, params)
}
//问题整改保存
export function wtzgProblemRectification(params) {
return post(`/api/ProblemRectification/wtzg`, params)
return post(`/arch-evaluation/ProblemRectification/wtzg`, params)
}
//问题整改下发
export function wtzgxfProblemRectification(params) {
return post(`/api/ProblemRectification/wtzgxf`, params)
return post(`/arch-evaluation/ProblemRectification/wtzgxf`, params)
}
//整改辅助核验
//分页
export function rectificationVerification(params) {
return post(`/api/rectificationVerification/`, params)
return post(`/arch-evaluation/rectificationVerification/`, params)
}
//问题清单查询
export function wtssSelectificationVerification(params) {
return post(`/api/rectificationVerification/wtssSel`, params)
return post(`/arch-evaluation/rectificationVerification/wtssSel`, params)
}
//保存
export function bcrectificationVerification(params) {
return post(`/api/rectificationVerification/zgfhbc`, params)
return post(`/arch-evaluation/rectificationVerification/zgfhbc`, params)
}
//提交
export function tjrectificationVerification(params) {
return post(`/api/rectificationVerification/wtfhtj`, params)
return post(`/arch-evaluation/rectificationVerification/wtfhtj`, params)
}
//材料同步归档
//列表
export function materialSync(params) {
return post(`/api/materialSync/`, params)
return post(`/arch-evaluation/materialSync/`, params)
}
\ No newline at end of file
......@@ -171,7 +171,7 @@
<el-tab-pane label="问题清单" name="second">
<p class="title"><span></span>项目基本信息</p>
<el-table
:data="qdtableData"
:data="xxtableData"
tooltip-effect="dark"
style="width: 100%"
header-cell-class-name="custom-th-background"
......@@ -243,6 +243,7 @@ export default {
return {
listData: {},
qdtableData: [],
xxtableData:[],
showButton: true,
ruleForm: {
batchYear: "",
......@@ -365,11 +366,11 @@ export default {
};
let res = await wtqdqselect(params);
if (res.code == "200") {
this.qdtableData = res.data.records;
this.xxtableData = res.data.records;
this.total = res.data.total * 1;
}
this.qdtableData.forEach((item) => {
this.xxtableData.forEach((item) => {
switch (item.projectStage) {
case 1:
this.$set(item, "projectStagetext", "1.可研");
......
......@@ -463,6 +463,7 @@ import {
export default {
data() {
return {
oldid:"",
ruleForm: {
batchYear: "",
batchName: "",
......@@ -590,6 +591,7 @@ export default {
console.log("222",this.checkedList);
this.dialogXQ = true;
this.ruleFormdialogBJ=this.checkedList[0]
let params={
current:this.addcurrentPage,
pageSize:this.pageSizeAdd,
......@@ -601,6 +603,7 @@ export default {
if (res.code == "200") {
this.addtableData = res.data.records;
this.addtotal = res.data.total * 1;
}
},
......@@ -628,6 +631,12 @@ export default {
if (res.code == "200") {
this.addtableData = res.data.records;
this.addtotal = res.data.total * 1;
this.oldid ="";
if(this.addtableData.length>0){
this.addtableData.forEach((item) => {
this.oldid= this.oldid.concat(item.projectId+',')
});
}
}
},
closeXQ(){
......@@ -705,6 +714,7 @@ export default {
let params = {
current: this.currentZJ,
pageSize: this.pageSizeZJ,
projectStr:this.oldid
};
Object.assign(params, this.ruleFormZJ);
let res = await getProjectInfo(params);
......
......@@ -241,7 +241,12 @@
<el-table-column label="材料类别" prop="batchtype"> </el-table-column>
<el-table-column prop="typeText" label="资料类型"> </el-table-column>
<el-table-column prop="fileName" label="资料名称"> </el-table-column>
<el-table-column prop="fileName" label="资料名称">
<template slot-scope="scope">
<el-button @click="handleClickXZ(scope.row)">{{scope.row.fileName}}</el-button>
</template>
</el-table-column>
<!-- <el-table-column prop="projectCategory" label="操作">
<template slot-scope="scope">
<input type="file" @change="handleFileUpload">
......@@ -389,10 +394,10 @@ export default {
this.$message("请选择");
return;
}
if (this.checkedList[0].postEvalStateText == "已上传") {
this.$message("已上传评估材料");
return;
}
// if (this.checkedList[0].postEvalStateText == "已上传") {
// this.$message("已上传评估材料");
// return;
// }
console.log("222");
this.dialog = true;
let params = {
......@@ -535,6 +540,15 @@ export default {
});
}
},
handleClickXZ(scope){
console.log(scope.url)
// const link = document.createElement('a')
//_blank表示在新窗口打开链接
// link.target = '_blank'
// link.href =scope.url
window.open(scope.url, '_blank');
}
},
};
</script>
......
<template>
<div>
<!-- <iframe name="iframeName" id="iframeId" src="../static/index.html" frameborder="0"></iframe> -->
<iframe src="/static/index.html" frameborder="0" style="width:100vw;height:100vh;"></iframe>
<iframe src="http://192.168.50.1/static/#/" frameborder="0" style="width:100vw;height:100vh;"></iframe>
</div>
</template>
......
......@@ -156,6 +156,8 @@ export default {
},
mounted() {
// window.addEventListener("resize", this.handleResize);
sessionStorage.setItem("author", "sgtig_weizheng");
sessionStorage.setItem("authorName",99);
},
methods: {
handleResize() {
......
......@@ -12,11 +12,11 @@ module.exports = defineConfig({
devServer: {
hot: true,
proxy: {
'/api':{
target: `http://192.168.50.1:19000/arch-evaluation`, // pin
'/arch-evaluation':{
target: `http://192.168.50.1`, // pin
changeOrigin: true,
pathRewrite:{
"^/api":""
// "^/arch-evaluation":"/"
},
}
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!