修改评估查询

This commit is contained in:
zhangjun
2022-09-14 11:20:05 +08:00
parent c3477c8a52
commit e822dd9fd1
@@ -554,31 +554,7 @@ export default {
standNumber: "" standNumber: ""
}, },
taskIds: this.$route.query.taskIds, taskIds: this.$route.query.taskIds,
decomposeOptions: [{ decomposeOptions: [], //分解单数据
value: "CA",
label: "草稿",
item: "CA"
},
{
value: "ZQYJG",
label: "征求意见稿",
item: "ZQYJG"
},
{
value: "BPG",
label: "报批稿",
item: "BPG"
},
{
value: "SSG",
label: "送审稿",
item: "SSG"
},
{
value: "FBGBJBD",
label: "发布稿(必读)",
item: "FBGBJBD"
}], //分解单数据
standardTypeOptions: [ standardTypeOptions: [
{ {
value: "INLAND", value: "INLAND",
@@ -674,7 +650,8 @@ export default {
projectName: "", projectName: "",
projectPlatfor: "" projectPlatfor: ""
}] }]
}] }],
fileType: ''
}, },
choiceForm: {}, //选择标准清单列表 choiceForm: {}, //选择标准清单列表
showColumn: true, showColumn: true,
@@ -752,11 +729,13 @@ export default {
this.roleForm.ministerUserName = item.form.ministerUserName this.roleForm.ministerUserName = item.form.ministerUserName
this.submitFlag = '修改节点' this.submitFlag = '修改节点'
this.dataList.distributePerson = this.listForm.dataList[0].distributePerson this.dataList.distributePerson = this.listForm.dataList[0].distributePerson
// this.$http.get("SarStandItems/sar-stand-items/getFileType", { // this.listForm.fileType = ''
// standId: item.standId this.$http.get("SarStandItems/sar-stand-items/getFileType", {
// }, {}, res => { standId: item.standId
// this.decomposeOptions = res.data; }, {}, res => {
// }); this.decomposeOptions = res.data;
// decomposeOptions = ; //分解单数据
});
}else{ }else{
this.hisListForm = JSON.parse(JSON.stringify(item)) this.hisListForm = JSON.parse(JSON.stringify(item))
this.listForm = JSON.parse(JSON.stringify(item)) this.listForm = JSON.parse(JSON.stringify(item))
@@ -775,11 +754,12 @@ export default {
this.qualityEngineer = item.qualityEngineer this.qualityEngineer = item.qualityEngineer
this.submitFlag = '修改节点' this.submitFlag = '修改节点'
this.dataList.distributePerson = this.listForm.dataList[0].distributePerson this.dataList.distributePerson = this.listForm.dataList[0].distributePerson
// this.$http.get("SarStandItems/sar-stand-items/getFileType", { // this.listForm.fileType = ''
// standId: item.standId this.$http.get("SarStandItems/sar-stand-items/getFileType", {
// }, {}, res => { standId: item.standId
// this.decomposeOptions = res.data; }, {}, res => {
// }); this.decomposeOptions = res.data;
});
} }
}) })
}, },
@@ -1138,11 +1118,12 @@ export default {
this.listForm.XCXSSRQ = this.selectedList[0].xcxssrqgj; this.listForm.XCXSSRQ = this.selectedList[0].xcxssrqgj;
this.listForm.ZCCSSRQ = this.selectedList[0].zccssrqgj; this.listForm.ZCCSSRQ = this.selectedList[0].zccssrqgj;
this.listForm.id = this.selectedList[0].id; this.listForm.id = this.selectedList[0].id;
// this.$http.get("SarStandItems/sar-stand-items/getFileType", { this.listForm.fileType = ''
// standId: this.selectedList[0].id this.$http.get("SarStandItems/sar-stand-items/getFileType", {
// }, {}, res => { standId: this.selectedList[0].id
// this.decomposeOptions = res.data; }, {}, res => {
// }); this.decomposeOptions = res.data;
});
this.ListModel = false; this.ListModel = false;
} else if (this.selectedList.length > 1) { } else if (this.selectedList.length > 1) {
this.$message.warning("您只能选择一条数据进行带入"); this.$message.warning("您只能选择一条数据进行带入");
@@ -1282,21 +1263,23 @@ export default {
this.dataList = mes.form.dataList; this.dataList = mes.form.dataList;
this.roleForm = mes.roleForm this.roleForm = mes.roleForm
this.commentText = mes.commentText this.commentText = mes.commentText
// this.$http.get("SarStandItems/sar-stand-items/getFileType", { // this.listForm.fileType = ''
// standId: mes.form.standId this.$http.get("SarStandItems/sar-stand-items/getFileType", {
// }, {}, res => { standId: mes.form.standId
// this.decomposeOptions = res.data; }, {}, res => {
// }); this.decomposeOptions = res.data;
});
}else{ }else{
this.listForm = mes.json.form; this.listForm = mes.json.form;
this.dataList = mes.json.form.dataList this.dataList = mes.json.form.dataList
this.roleForm = mes.json.roleForm; this.roleForm = mes.json.roleForm;
this.commentText = mes.json.commentText; this.commentText = mes.json.commentText;
// this.$http.get("SarStandItems/sar-stand-items/getFileType", { // this.listForm.fileType = ''
// standId: mes.json.form.standId this.$http.get("SarStandItems/sar-stand-items/getFileType", {
// }, {}, res => { standId: mes.json.form.standId
// this.decomposeOptions = res.data; }, {}, res => {
// }); this.decomposeOptions = res.data;
});
} }
}); });
}, },