提交 8b97cfac authored 作者: thy's avatar thy

1513

上级 5b66483b
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
v-model="form.time" v-model="form.time"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))" onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))"
></el-input> ></el-input>
<span class="input_text"></span> <span class="input_text"></span>
</el-form-item> </el-form-item>
<el-form-item label="数据库数据量:"> <el-form-item label="数据库数据量:">
...@@ -99,11 +99,11 @@ ...@@ -99,11 +99,11 @@
</el-form-item> </el-form-item>
<el-form-item label="单位联系人:"> <el-form-item label="单位联系人:">
<el-input v-model="form.unitPhone"></el-input> <el-input v-model="form.unitContent"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="单位电话:"> <el-form-item label="单位电话:">
<el-input v-model="form.unitContent"></el-input> <el-input v-model="form.unitPhone"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="原开发团队:"> <el-form-item label="原开发团队:">
...@@ -364,8 +364,8 @@ systemStructure.cdn.space != '' " ...@@ -364,8 +364,8 @@ systemStructure.cdn.space != '' "
</li> </li>
<li :class="{'box-nav-title':true,'active':isOpen5}" @click="open5"> <li :class="{'box-nav-title':true,'active':isOpen5}" @click="open5">
迁移策略 迁移策略
<img v-show="rto == '' && rpo == ''" src="./img/noform.png" alt /> <img v-show="rto == -1 && rpo == -1" src="./img/noform.png" alt />
<img v-show="rto != '' || rpo != ''" src="./img/doform.png" alt /> <img v-show="rto != -1 || rpo != -1" src="./img/doform.png" alt />
</li> </li>
<li :class="{'box-nav-title':true,'active':isOpen6}" @click="open6"> <li :class="{'box-nav-title':true,'active':isOpen6}" @click="open6">
额外申请 额外申请
...@@ -3246,8 +3246,8 @@ export default { ...@@ -3246,8 +3246,8 @@ export default {
performance: "", performance: "",
otherContent: "" otherContent: ""
}, },
rpo: "", //迁移策略 rpo: -1, //迁移策略
rto: "", //迁移策略 rto: -1, //迁移策略
apply: { apply: {
reason: "", reason: "",
cost: "" cost: ""
...@@ -3431,8 +3431,8 @@ export default { ...@@ -3431,8 +3431,8 @@ export default {
this.database.safe != "" || this.database.safe != "" ||
this.database.performance != "" || this.database.performance != "" ||
this.database.otherContent != "" || this.database.otherContent != "" ||
this.rto != "" || this.rto != -1 ||
this.rpo != "" || this.rpo != -1 ||
this.apply.reason != "" || this.apply.reason != "" ||
this.apply.cost != "" || this.apply.cost != "" ||
this.browser.browserPlugs.length > 1 || this.browser.browserPlugs.length > 1 ||
...@@ -3590,6 +3590,7 @@ export default { ...@@ -3590,6 +3590,7 @@ export default {
} }
} }
console.log("======>", obj); console.log("======>", obj);
console.log("ma======>", JSON.stringify(obj));
// console.log("=231321=====>", obj.applicationType.length); // console.log("=231321=====>", obj.applicationType.length);
// return // return
...@@ -4266,7 +4267,9 @@ export default { ...@@ -4266,7 +4267,9 @@ export default {
}, },
getPrev() { getPrev() {
this.$server.pgName(this.$route.query.id).then(res => { this.$server.pgName(this.$route.query.id).then(res => {
console.log(res.data); console.log('马老板的返回',res.data);
// console.log('马老板的返回',res.rpo);
// console.log('马老板的返回',res.data);
if (res.data == "") { if (res.data == "") {
this.isLog = false; this.isLog = false;
} else { } else {
...@@ -4590,9 +4593,14 @@ export default { ...@@ -4590,9 +4593,14 @@ export default {
if (res.data.systemStructure[key] != -1) { if (res.data.systemStructure[key] != -1) {
if (res.data.systemStructure[key] == undefined) { if (res.data.systemStructure[key] == undefined) {
} else { } else {
if(res.data.systemStructure[key].deploy == -1){
}else{
// console.log(this.systemStructure[key].deploy,'deploy')
this.systemStructure[key] = res.data.systemStructure[key]; this.systemStructure[key] = res.data.systemStructure[key];
} }
} }
}
}); });
Object.keys(this.developLanguageSystem).forEach(key => { Object.keys(this.developLanguageSystem).forEach(key => {
if (res.data.developLanguageSystem[key] != -1) { if (res.data.developLanguageSystem[key] != -1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论