|
|
@ -879,24 +879,33 @@ |
|
|
cancelButtonText: '取消', |
|
|
cancelButtonText: '取消', |
|
|
type: 'warning' |
|
|
type: 'warning' |
|
|
}).then(() => { |
|
|
}).then(() => { |
|
|
|
|
|
this.dataForm.engineerList = []; |
|
|
|
|
|
this.dataForm.engineerList.push(this.dataForm.engineerNo); |
|
|
|
|
|
this.dataForm.technicianList = []; |
|
|
|
|
|
this.dataForm.technicianList.push(this.dataForm.technicianNo); |
|
|
let tempData = { |
|
|
let tempData = { |
|
|
|
|
|
...this.dataForm, |
|
|
site: this.searchData.site, |
|
|
site: this.searchData.site, |
|
|
userName: this.$store.state.user.name, |
|
|
userName: this.$store.state.user.name, |
|
|
codeNo: this.searchData.codeNo, |
|
|
codeNo: this.searchData.codeNo, |
|
|
menuId: '103002', |
|
|
|
|
|
nodeConclusion: 'Y' |
|
|
|
|
|
|
|
|
menuId: '103002' |
|
|
} |
|
|
} |
|
|
this.submitData(tempData) |
|
|
this.submitData(tempData) |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
// 下达 |
|
|
// 下达 |
|
|
issueModal (row) { |
|
|
|
|
|
|
|
|
issueModal () { |
|
|
this.$confirm(`是否确认下达?`, '提示', { |
|
|
this.$confirm(`是否确认下达?`, '提示', { |
|
|
confirmButtonText: '确定', |
|
|
confirmButtonText: '确定', |
|
|
cancelButtonText: '取消', |
|
|
cancelButtonText: '取消', |
|
|
type: 'warning' |
|
|
type: 'warning' |
|
|
}).then(() => { |
|
|
}).then(() => { |
|
|
|
|
|
this.dataForm.engineerList = []; |
|
|
|
|
|
this.dataForm.engineerList.push(this.dataForm.engineerNo); |
|
|
|
|
|
this.dataForm.technicianList = []; |
|
|
|
|
|
this.dataForm.technicianList.push(this.dataForm.technicianNo); |
|
|
let tempData = { |
|
|
let tempData = { |
|
|
|
|
|
...this.dataForm, |
|
|
site: this.searchData.site, |
|
|
site: this.searchData.site, |
|
|
userName: this.$store.state.user.name, |
|
|
userName: this.$store.state.user.name, |
|
|
codeNo: this.searchData.codeNo, |
|
|
codeNo: this.searchData.codeNo, |
|
|
@ -928,7 +937,12 @@ |
|
|
cancelButtonText: '取消', |
|
|
cancelButtonText: '取消', |
|
|
type: 'warning' |
|
|
type: 'warning' |
|
|
}).then(() => { |
|
|
}).then(() => { |
|
|
|
|
|
this.dataForm.engineerList = []; |
|
|
|
|
|
this.dataForm.engineerList.push(this.dataForm.engineerNo); |
|
|
|
|
|
this.dataForm.technicianList = []; |
|
|
|
|
|
this.dataForm.technicianList.push(this.dataForm.technicianNo); |
|
|
let tempData = { |
|
|
let tempData = { |
|
|
|
|
|
...this.dataForm, |
|
|
site: this.searchData.site, |
|
|
site: this.searchData.site, |
|
|
userName: this.$store.state.user.name, |
|
|
userName: this.$store.state.user.name, |
|
|
codeNo: this.searchData.codeNo, |
|
|
codeNo: this.searchData.codeNo, |
|
|
|