|
|
@@ -581,7 +581,7 @@ |
|
|
|
<el-input |
|
|
|
v-trim |
|
|
|
clearable |
|
|
|
v-model="sizeForm.postalCode" |
|
|
|
v-model="sizeForm.postCode" |
|
|
|
placeholder="请输入邮政编码" |
|
|
|
></el-input> |
|
|
|
</el-form-item> |
|
|
@@ -726,12 +726,12 @@ |
|
|
|
placeholder="请输入详细地址" |
|
|
|
></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="邮政编码" prop="postalCode"> |
|
|
|
<el-form-item label="邮政编码" prop="postCode"> |
|
|
|
<el-input |
|
|
|
maxlength="60" |
|
|
|
v-trim |
|
|
|
clearable |
|
|
|
v-model="exchangeInformationForm.postalCode" |
|
|
|
v-model="exchangeInformationForm.postCode" |
|
|
|
placeholder="请输入邮政编码" |
|
|
|
></el-input> |
|
|
|
</el-form-item> |
|
|
@@ -982,7 +982,7 @@ const exchangeInformationForm = reactive<any>({ |
|
|
|
consigneeTel: "", |
|
|
|
region: "", |
|
|
|
address: "", |
|
|
|
postalCode: "", |
|
|
|
postCode: "", |
|
|
|
receiveMethod: "1", |
|
|
|
courierCompany: "", |
|
|
|
courierOrderId: "", |
|
|
@@ -1284,7 +1284,7 @@ function exchangeInformationClose() { |
|
|
|
(exchangeInformationForm.consigneeTel = ""), |
|
|
|
(exchangeInformationForm.region = ""), |
|
|
|
(exchangeInformationForm.address = ""), |
|
|
|
(exchangeInformationForm.postalCode = ""), |
|
|
|
(exchangeInformationForm.postCode = ""), |
|
|
|
(exchangeInformationForm.receiveMethod = "1"), |
|
|
|
(exchangeInformationForm.courierCompany = ""), |
|
|
|
(exchangeInformationForm.courierOrderId = ""), |
|
|
@@ -1347,7 +1347,7 @@ function exchangeInformationsubmitForm(exchangeInformationRef) { |
|
|
|
exchangeInformationForm.consigneeTel = ""; |
|
|
|
exchangeInformationForm.region = ""; |
|
|
|
exchangeInformationForm.address = ""; |
|
|
|
exchangeInformationForm.postalCode = ""; |
|
|
|
exchangeInformationForm.postCode = ""; |
|
|
|
} |
|
|
|
if (exchangeInformationForm.receiveMethod == "0") { |
|
|
|
exchangeInformationForm.courierCompany = ""; |
|
|
@@ -1549,7 +1549,7 @@ function showData(data: any, start: number) { |
|
|
|
orderNo: data.orderNo, |
|
|
|
}).then((res: any) => { |
|
|
|
if (res && res.code === 0) { |
|
|
|
const data = res.data.data; |
|
|
|
const data = res.data; |
|
|
|
// cardIdDisabled.value = data.cardId ? true : false; |
|
|
|
// obuIdDisabled.value = data.obuId ? true : false; |
|
|
|
sizeForm.value = Object.assign(sizeForm.value, data); |