|
@@ -94,11 +94,11 @@
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="8">
|
|
<a-col :span="8">
|
|
- <a-form-model-item label="联系手机" prop="contactMobile">
|
|
|
|
|
|
+ <a-form-model-item label="联系手机" prop="consigneeMobile">
|
|
<a-input
|
|
<a-input
|
|
- id="chooseCustom-contactMobile"
|
|
|
|
|
|
+ id="chooseCustom-consigneeMobile"
|
|
:maxLength="11"
|
|
:maxLength="11"
|
|
- v-model.trim="form.contactMobile"
|
|
|
|
|
|
+ v-model.trim="form.consigneeMobile"
|
|
placeholder="请输入联系电话(最多11个字符)"
|
|
placeholder="请输入联系电话(最多11个字符)"
|
|
allowClear />
|
|
allowClear />
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
@@ -223,7 +223,7 @@ export default {
|
|
buyerName: '', // 客户名称
|
|
buyerName: '', // 客户名称
|
|
buyerSn: undefined, // 客户sn
|
|
buyerSn: undefined, // 客户sn
|
|
consigneeTel: '', // 联系电话
|
|
consigneeTel: '', // 联系电话
|
|
- contactMobile: '',
|
|
|
|
|
|
+ consigneeMobile: '',
|
|
consigneeName: '', // 联系人
|
|
consigneeName: '', // 联系人
|
|
shippingAddressProvinceSn: undefined, // 省
|
|
shippingAddressProvinceSn: undefined, // 省
|
|
shippingAddressProvinceName: '',
|
|
shippingAddressProvinceName: '',
|
|
@@ -247,7 +247,7 @@ export default {
|
|
buyerSn: [
|
|
buyerSn: [
|
|
{ required: true, message: '请选择客户', trigger: ['change', 'blur'] }
|
|
{ required: true, message: '请选择客户', trigger: ['change', 'blur'] }
|
|
],
|
|
],
|
|
- contactMobile: [{ required: false, pattern: /^\d{11}$/, message: '请输入正确的手机号', trigger: 'blur' }],
|
|
|
|
|
|
+ consigneeMobile: [{ required: false, pattern: /^\d{11}$/, message: '请输入正确的手机号', trigger: 'blur' }],
|
|
shippingAddressProvinceSn: [
|
|
shippingAddressProvinceSn: [
|
|
{ required: true, message: '请选择省', trigger: 'change' }
|
|
{ required: true, message: '请选择省', trigger: 'change' }
|
|
],
|
|
],
|
|
@@ -363,7 +363,7 @@ export default {
|
|
buyerName: data.customerName, // 客户名称
|
|
buyerName: data.customerName, // 客户名称
|
|
buyerSn: data.customerSn, // 客户sn
|
|
buyerSn: data.customerSn, // 客户sn
|
|
consigneeTel: data.contactTel, // 联系电话
|
|
consigneeTel: data.contactTel, // 联系电话
|
|
- contactMobile: data.contactMobile,
|
|
|
|
|
|
+ consigneeMobile: data.contactMobile,
|
|
consigneeName: data.contactName, // 联系人
|
|
consigneeName: data.contactName, // 联系人
|
|
shippingAddressProvinceSn: data.provinceSn, // 省
|
|
shippingAddressProvinceSn: data.provinceSn, // 省
|
|
shippingAddressProvinceName: data.provinceName,
|
|
shippingAddressProvinceName: data.provinceName,
|
|
@@ -393,7 +393,7 @@ export default {
|
|
customerName: this.form.buyerName,
|
|
customerName: this.form.buyerName,
|
|
customerSn: this.form.buyerSn,
|
|
customerSn: this.form.buyerSn,
|
|
contactTel: this.form.consigneeTel, // 联系电话
|
|
contactTel: this.form.consigneeTel, // 联系电话
|
|
- contactMobile: this.form.contactMobile,
|
|
|
|
|
|
+ contactMobile: this.form.consigneeMobile,
|
|
contactName: this.form.consigneeName, // 联系人
|
|
contactName: this.form.consigneeName, // 联系人
|
|
provinceSn: this.form.shippingAddressProvinceSn, // 省
|
|
provinceSn: this.form.shippingAddressProvinceSn, // 省
|
|
provinceName: this.form.shippingAddressProvinceName,
|
|
provinceName: this.form.shippingAddressProvinceName,
|