Commit 39f24dc5 authored by dragondean@qq.com's avatar dragondean@qq.com

无收货人和送货日期文案

parent bcf779ba
...@@ -374,7 +374,7 @@ export default { ...@@ -374,7 +374,7 @@ export default {
}, },
orderdetail: { orderdetail: {
orderNo: '订单编号', orderNo: '订单编号',
deliveryDate: '送货时间', deliveryDate: '预计送货时间',
transport: '运输方式', transport: '运输方式',
channel: '出货渠道', channel: '出货渠道',
startTitle: '始发仓', startTitle: '始发仓',
...@@ -867,8 +867,8 @@ export default { ...@@ -867,8 +867,8 @@ export default {
collectionProxy: '代收货款金额', collectionProxy: '代收货款金额',
customsType: '单证报关', customsType: '单证报关',
issuingMethod: '出单方式', issuingMethod: '出单方式',
deliveryDate: '送货日期', deliveryDate: '预计送货日期',
deliveryDateRules: '送货日期不能为空', deliveryDateRules: '预计送货日期不能为空',
warehouseType: '入仓类型', warehouseType: '入仓类型',
harvestMethod: '收货方式', harvestMethod: '收货方式',
deliveryaddress: '收货地区', deliveryaddress: '收货地区',
......
...@@ -2594,7 +2594,8 @@ export default { ...@@ -2594,7 +2594,8 @@ export default {
customDraweeVOList: this.customDraweeList, customDraweeVOList: this.customDraweeList,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled), // transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList: this.getProductListWithDefaultValue(), orderItemVOList: this.getProductListWithDefaultValue(),
type: this.form.type?.join(",") type: this.form.type?.join(","),
hasConsignee: this.hasConsignee
}) })
updateOrder(data).then((response) => { updateOrder(data).then((response) => {
this.$message({ this.$message({
...@@ -2616,7 +2617,8 @@ export default { ...@@ -2616,7 +2617,8 @@ export default {
customDraweeVOList: this.customDraweeList, customDraweeVOList: this.customDraweeList,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled), // transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList: this.getProductListWithDefaultValue(), orderItemVOList: this.getProductListWithDefaultValue(),
type: this.form.type?.join(",") type: this.form.type?.join(","),
hasConsignee: this.hasConsignee
}) })
// 校验目的国与收货人手机号地区是否匹配 // 校验目的国与收货人手机号地区是否匹配
if(this.hasConsignee && data.countryCode){ if(this.hasConsignee && data.countryCode){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment