diff --git a/src/views/emis/emisWaybill/dispatchWaybillList.vue b/src/views/emis/emisWaybill/dispatchWaybillList.vue index a2ddcab1..e4db95db 100644 --- a/src/views/emis/emisWaybill/dispatchWaybillList.vue +++ b/src/views/emis/emisWaybill/dispatchWaybillList.vue @@ -656,6 +656,7 @@ export default { openTraceInfo:false, currentTraceBillCode:null, + dateRange:[], queryOrderType:null, queryOrderDateType:null, @@ -666,7 +667,7 @@ export default { titleView:"", openView: false, - dateRange:[], + // 查询参数 queryParams: { @@ -853,21 +854,22 @@ export default { calcDeliveryTime(startData,endDate){ return timeDiffTime(startData,endDate) }, - handleShowTraceInfo(row){ - this.currentTraceBillCode=row.billCode; - this.openTraceInfo=true; - }, - //标红table指定行 + //标红table指定行 tableRowClassName({row, rowIndex}) { - if (row.blIsQuestion=='1') { - return 'warning-row'; - } - else if (row.waybillStatus=='50') { + + if (row.blSign=='1') { return 'success-row'; } + else if (row.blIsQuestion=='1') { + return 'warning-row'; + } return ''; }, + handleShowTraceInfo(row){ + this.currentTraceBillCode=row.billCode; + this.openTraceInfo=true; + }, /** 查询运单列表列表 */ getList() {