From c0dff6f4b2e2052b882215ba60e6809c4df5fe1d Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 8 Jun 2024 21:32:37 +0800 Subject: [PATCH] md --- .../emis/emisWaybill/dispatchWaybillList.vue | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) 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() {