Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-web-master
Commits
39f24dc5
Commit
39f24dc5
authored
Oct 22, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
无收货人和送货日期文案
parent
bcf779ba
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
zh.js
src/lang/zh.js
+3
-3
delivery.vue
src/views/jiedao/profile/delivery.vue
+4
-2
No files found.
src/lang/zh.js
View file @
39f24dc5
...
...
@@ -374,7 +374,7 @@ export default {
},
orderdetail
:
{
orderNo
:
'
订单编号
'
,
deliveryDate
:
'
送货时间
'
,
deliveryDate
:
'
预计
送货时间
'
,
transport
:
'
运输方式
'
,
channel
:
'
出货渠道
'
,
startTitle
:
'
始发仓
'
,
...
...
@@ -867,8 +867,8 @@ export default {
collectionProxy
:
'
代收货款金额
'
,
customsType
:
'
单证报关
'
,
issuingMethod
:
'
出单方式
'
,
deliveryDate
:
'
送货日期
'
,
deliveryDateRules
:
'
送货日期不能为空
'
,
deliveryDate
:
'
预计
送货日期
'
,
deliveryDateRules
:
'
预计
送货日期不能为空
'
,
warehouseType
:
'
入仓类型
'
,
harvestMethod
:
'
收货方式
'
,
deliveryaddress
:
'
收货地区
'
,
...
...
src/views/jiedao/profile/delivery.vue
View file @
39f24dc5
...
...
@@ -2594,7 +2594,8 @@ export default {
customDraweeVOList
:
this
.
customDraweeList
,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList
:
this
.
getProductListWithDefaultValue
(),
type
:
this
.
form
.
type
?.
join
(
"
,
"
)
type
:
this
.
form
.
type
?.
join
(
"
,
"
),
hasConsignee
:
this
.
hasConsignee
})
updateOrder
(
data
).
then
((
response
)
=>
{
this
.
$message
({
...
...
@@ -2616,7 +2617,8 @@ export default {
customDraweeVOList
:
this
.
customDraweeList
,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList
:
this
.
getProductListWithDefaultValue
(),
type
:
this
.
form
.
type
?.
join
(
"
,
"
)
type
:
this
.
form
.
type
?.
join
(
"
,
"
),
hasConsignee
:
this
.
hasConsignee
})
// 校验目的国与收货人手机号地区是否匹配
if
(
this
.
hasConsignee
&&
data
.
countryCode
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment