md
This commit is contained in:
parent
c95c27db18
commit
c0dff6f4b2
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user