|
@@ -44,7 +44,7 @@
|
|
|
<!--发货地址-->
|
|
|
<ws-form-item label="发货地址" span="1" prop="sendDetailedAddress">
|
|
|
{{ deptBudgetList.sendPrivate }}{{ deptBudgetList.sendCity
|
|
|
- }}{{ deptBudgetList.sendArea }}
|
|
|
+ }}{{ deptBudgetList.sendArea }}{{ deptBudgetList.sendDetailedAddress }}
|
|
|
</ws-form-item>
|
|
|
<!--发货人-->
|
|
|
<ws-form-item label="发货人" span="1" prop="sender" class="readonly">
|
|
@@ -62,7 +62,7 @@
|
|
|
<!--收货地址-->
|
|
|
<ws-form-item label="收货地址" span="1" prop="receiveDetailedAddress">
|
|
|
{{ deptBudgetList.receivePrivate }}{{ deptBudgetList.receiveCity
|
|
|
- }}{{ deptBudgetList.receiveArea }}
|
|
|
+ }}{{ deptBudgetList.receiveArea }}{{ deptBudgetList.receiveDetailedAddress }}
|
|
|
</ws-form-item>
|
|
|
<!--收货人-->
|
|
|
<ws-form-item label="收货人" span="1" prop="receiver">
|