Commit 9a5ca2af by liangzhen

暂存

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