Commit fcd336a3 authored by liudong1993's avatar liudong1993

1

parent 9f7cb21e
...@@ -413,7 +413,7 @@ ...@@ -413,7 +413,7 @@
}, },
clickUrl(row){ clickUrl(row){
if(row.OrderType==1||row.OrderType==6){ if(row.OrderType==1||row.OrderType==6){
if(row.OrderType==1 && this.S_CheckAllOrder){ if((row.OrderType==1 ||row.OrderType==6) && this.S_CheckAllOrder){
return this.goTuanBMQD(row) return this.goTuanBMQD(row)
} }
return this.goTuanDetails(row) return this.goTuanDetails(row)
......
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