补充上一commit
This commit is contained in:
parent
0d9c89ca8a
commit
0bd86a8496
|
|
@ -653,6 +653,12 @@
|
|||
} else if (this.tabCur === 3) {
|
||||
// 确认中的单
|
||||
params.workFinishTimeExisted = true;
|
||||
params.drawCashStatusList = [0,1];
|
||||
params.orderStatus = null;
|
||||
} else if (this.tabCur === 5) {
|
||||
// 已完成/子单
|
||||
params.workFinishTimeExisted = true;
|
||||
params.drawCashStatus = 2;
|
||||
}
|
||||
}
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue