|
@@ -313,10 +313,10 @@ export default {
|
|
|
tempData.orderType === "REQUISITION_HOME"
|
|
|
? tempData.enginOrderNo
|
|
|
: tempData.mainOrderId,
|
|
|
- materialName: tempData.materialName.substr(0,20),
|
|
|
- specification: tempData.specification.substr(0,30),
|
|
|
+ materialName: tempData.materialName,
|
|
|
+ specification: tempData.specification,
|
|
|
refundableQty: tempData.refundableQty,
|
|
|
- pjxh1Text: tempData.pjxh1Text.substr(0,8),
|
|
|
+ pjxh1Text: tempData.pjxh1Text,
|
|
|
});
|
|
|
}
|
|
|
}
|