|
|
|
@ -543,7 +543,7 @@ |
|
|
|
} |
|
|
|
getOADetailForBM(inData).then(({data}) => { |
|
|
|
this.spForm.nodeName = data.row.nodeName |
|
|
|
this.spForm.sp = data.row.sp |
|
|
|
this.spForm.sp = data.row.sp==null?'':data.row.sp |
|
|
|
}) |
|
|
|
searchTechnicalSpecificationTeamStr(inData).then(({data}) => { |
|
|
|
this.dataForm.quotationOfficerList = data.rows |
|
|
|
@ -605,7 +605,7 @@ |
|
|
|
}) |
|
|
|
getOADetailForBM(inData).then(({data}) => { |
|
|
|
this.spForm.nodeName = data.row.nodeName |
|
|
|
this.spForm.sp = data.row.sp |
|
|
|
this.spForm.sp = data.row.sp==null?'':data.row.sp |
|
|
|
}) |
|
|
|
let inData2 = { |
|
|
|
site: this.dataForm.site, |
|
|
|
@ -870,7 +870,7 @@ |
|
|
|
} |
|
|
|
issueChange(tempData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.refresh() |
|
|
|
this.searchTable() |
|
|
|
this.$message({message: '操作成功', type: 'success'}) |
|
|
|
} else { |
|
|
|
this.$alert(data.msg, '错误', { |
|
|
|
@ -911,7 +911,7 @@ |
|
|
|
if (data && data.code === 0) { |
|
|
|
submitChange(tempData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.refresh(); |
|
|
|
this.searchTable() |
|
|
|
this.submitModalFlag = false |
|
|
|
this.$message({message: '操作成功', type: 'success'}) |
|
|
|
} else { |
|
|
|
|