|
|
@@ -161,10 +161,10 @@ export default {
|
|
|
},
|
|
|
openLogisticsQuery(row, column, cell, event){
|
|
|
this.logisticsQueryEmpty = false
|
|
|
-
|
|
|
+
|
|
|
if(column.label == "订单号"){
|
|
|
console.log(row.SEND_AT.value , row.STATUS, row.PAY_TYPE.value )
|
|
|
- if((row.SEND_AT.value > 0 && row.STATUS == '1' && row.PAY_TYPE.value === '在线支付') === false ) return
|
|
|
+ if((row.SEND_AT.value > 0 && row.STATUS == '1') === false ) return
|
|
|
let id = row.SN.value
|
|
|
this.logisticsQueryList = []
|
|
|
this.logisticsQueryDialog = true
|