|
@@ -302,7 +302,8 @@ export default {
|
|
|
? this.dateToDayFilter(data.createTime)
|
|
|
: "",
|
|
|
enginOrderType:
|
|
|
- tempData.orderType == "HOME" || tempData.orderType == "TRADE"
|
|
|
+ tempData.orderType == "HOME" || tempData.orderType == "TRADE" || tempData.orderType === "REQUISITION_TRADE" ||
|
|
|
+ tempData.orderType === "REQUISITION_HOME"
|
|
|
? tempData.enginOrderNo
|
|
|
: tempData.mainOrderId,
|
|
|
materialName: tempData.materialName,
|