Commit 4409acd7 by panziyi

trnrel修改

parent 5a4f90b5
......@@ -130,17 +130,17 @@ export default {
refuse: this.onReprow.bind(this, idx),
}
);
let Flag = JSON.parse(localStorage.getItem('flag_'+row.inifrm.toLowerCase()))
//判断该交易名是否存在已打开复核页面,如果存在则提示
if ( Flag ) {
console.log
this.$notify({
title: "错误",
message: row.inifrm.toLowerCase()+"交易已存在一笔复核",
type: "error",
});
return
}
// let Flag = JSON.parse(localStorage.getItem('flag_'+row.inifrm.toLowerCase()))
// //判断该交易名是否存在已打开复核页面,如果存在则提示
// if ( Flag ) {
// console.log
// this.$notify({
// title: "错误",
// message: row.inifrm.toLowerCase()+"交易已存在一笔复核",
// type: "error",
// });
// return
// }
this.$router.push({
// name: 'Review-new' + trnName.charAt(0).toUpperCase() + trnName.substring(1),
path: 'review-new/review' + row['inifrm'].toLowerCase(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment