|
@@ -403,6 +403,13 @@
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="updateTime"
|
|
|
+ label="订单变更时间"
|
|
|
+ width="120px"
|
|
|
+ show-overflow-tooltip
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<div>
|
|
@@ -2325,10 +2332,14 @@ export default {
|
|
|
this.getSteelReport()
|
|
|
loading.close()
|
|
|
} else {
|
|
|
- this.$message.error(res.data.data)
|
|
|
- this.getSteelReport()
|
|
|
- this.operation(this.steelMap)
|
|
|
loading.close()
|
|
|
+ this.$alert(res.data.data,'提示',{
|
|
|
+ confirmButtonText:"确定",
|
|
|
+ callback:action=>{
|
|
|
+ this.getSteelReport()
|
|
|
+ this.operation(this.steelMap)
|
|
|
+ }
|
|
|
+ });
|
|
|
}
|
|
|
})
|
|
|
.catch(() => {
|