md
This commit is contained in:
parent
b3835fe198
commit
67e6f6de1f
@ -503,6 +503,13 @@ export default {
|
|||||||
return v['waybillDetail']['sendSiteName'];
|
return v['waybillDetail']['sendSiteName'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (j === 'waybillDetail.sendCountryName') {
|
||||||
|
return v['waybillDetail']['sendCountryName'];
|
||||||
|
}
|
||||||
|
|
||||||
|
if (j === 'waybillDetail.receiveCountryName') {
|
||||||
|
return v['waybillDetail']['receiveCountryName'];
|
||||||
|
}
|
||||||
|
|
||||||
if (j === 'waybillDetail.sendDate') {
|
if (j === 'waybillDetail.sendDate') {
|
||||||
return v['waybillDetail']['sendDate'];
|
return v['waybillDetail']['sendDate'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user