升级bu
@ -1322,7 +1322,8 @@
handlingMethod: '',
feedBackDesc: row.feedBackDesc,
faultReason: '',
preventiveMeasure: ''
preventiveMeasure: '',
result: ''
}
this.queryHistoryRecord()
this.detailModelFlag = true
@ -1531,6 +1531,7 @@
reach (row) {
let tempData = {
site: row.site,
buNo: row.buNo,
functionType: 'B',
orderNo: row.orderNo,
status: '已到达'
@ -1542,7 +1543,7 @@
}).then(() => {
reach(tempData).then(({data}) => {
if (data && data.code === 0) {
this.getDataList();
this.getDataList()
this.$message({
message: '操作成功',
type: 'success',