Commit 4fc8e264 by bingobo

辽宁一版发版

1 parent 7ba7408a
The file could not be displayed because it is too large.
......@@ -7,6 +7,6 @@ const SystemConfig = {
//TODO VUE_APP_BASE_URL: "http://25.66.210.41/tools",
VUE_APP_BASE_URL: "http://192.168.0.113:18088/tools",
//TODO VUE_APP_ZJ_IFRAME: "http://25.66.210.41/arch"
// VUE_APP_ZJ_IFRAME: "http://192.168.0.113:18088/arch"
// VUE_APP_ZJ_IFRAME: "http://192.168.0.113/arch"
VUE_APP_ZJ_IFRAME: "http://localhost:30478/arch"
};
......@@ -10,6 +10,36 @@ import { get, post, download } from '@/utils/http'
export function evalBatchInfo(params) {
return post(`${ARCH_EVALUATION}/postEvalBatchInfoZc/`, params)
}
// 获取里程碑数据列表
export function milestonesGetList(params) {
// milestones/getList
return get(`${ARCH_EVALUATION}/milestones/getList`, params)
}
// 获取流程列表
export function getMessageListApi(params) {
// messageReminder/getIPageList
return post(`${ARCH_EVALUATION}/messageReminder/getIPageList`, params)
}
// 一键已读 已读单条msg
export function updateMessageApi(params) {
// messageReminder/batchUpdate
return post(`${ARCH_EVALUATION}/messageReminder/batchUpdate`, params)
}
// 一键已读 已读所有msg
export function readWholwMsg() {
return get(`${ARCH_EVALUATION}/messageReminder/batchRead`)
}
// 获取流程列表
// export function evalBatchInfo(params) {
// return post(`${ARCH_EVALUATION}/postEvalBatchInfoZc/`, params)
// }
//专家库
export function expertInfo(params) {
return post(`${ARCH_EVALUATION}/expertInfo/`, params)
......
......@@ -1105,8 +1105,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(async () => {
}).then(async () => {
let res = await delEvalBatchInfo(this.checkedList[0])
if (res.code == 200) {
this.$message({
......@@ -1121,8 +1120,7 @@ export default {
})
this.resetForm()
}
})
.catch(() => {
}).catch(() => {
this.$message({
type: 'info',
message: '已取消删除',
......
......@@ -865,7 +865,7 @@ export default {
this.$refs["multipleTableZJ"].toggleRowSelection(row);
this.addZJList = this.$refs.multipleTableZJ.selection;
} else {
this.$message.warning("项目编码或合同编码为空");
this.$message.warning("项目编码或合同编码为空2");
}
},
timeChange(time) {
......
......@@ -455,7 +455,7 @@ export default {
checkedList: [],
yearsList: generateYearOptions(),
ruleForm: {
projectCode: "7322XT23005C",
projectCode: "",
projectName: "",
issueYear: "",
constructionForm: "",
......
......@@ -9,7 +9,7 @@
<ContinerView class="continer" id="myElement">
<router-view></router-view>
</ContinerView>
<div class="changeqx">
<div v-if="false" class="changeqx">
<el-menu
router
class="el-menu-vertical-demo"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!