|
@@ -119,11 +119,7 @@
|
|
|
<a-input v-model:value="formData.invoiceHeader" placeholder="请输入" AutoComplete="off"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :span="12">
|
|
|
- <a-form-item label="开票地址(invoice address)" v-bind="validateInfos.invoiceAddress" id="SaleOrderForm-invoiceAddress" name="invoiceAddress" >
|
|
|
- <a-input v-model:value="formData.invoiceAddress" placeholder="请输入" AutoComplete="off"/>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
+
|
|
|
<a-col :span="12">
|
|
|
<a-form-item label="是否有第三方运费(otherFee)" v-bind="validateInfos.otherFee" id="SaleOrderForm-otherFee" name="otherFee" >
|
|
|
<a-select v-model:value="formData.otherFee">
|
|
@@ -520,6 +516,11 @@
|
|
|
formData.delivery=data[0].delivery
|
|
|
formData.invoiceHeader=data[0].invoiceHeader
|
|
|
formData.invoiceAddress=data[0].invoiceAddress
|
|
|
+ formData.deliveryAddress=data[0].deliveryAddress
|
|
|
+ formData.isExport = data[0].isExport
|
|
|
+ formData.packagebRequirement = data[0].packagebRequirement
|
|
|
+ formData.warrantyPeriod = data[0].warrantyPeriod
|
|
|
+ formData.invoiceHeader = data[0].invoiceHeader
|
|
|
getShipList(data[0].headId)
|
|
|
}
|
|
|
function getShipList(id){
|