Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-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-app-customer-new-master
Commits
54789650
Commit
54789650
authored
Nov 25, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复肤质订单送货日期异常
parent
cda238a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
create_order.vue
src/pages/create_order/create_order.vue
+5
-5
No files found.
src/pages/create_order/create_order.vue
View file @
54789650
...
...
@@ -465,7 +465,7 @@
<view
class=
"corder-v5-v corder-picker"
>
<view
class=
"corder-v5-label"
><span
class=
"redcolor"
>
*
</span>
{{$lang.lang.create.date}}
</view>
<picker
mode=
"date"
class=
"date-picker"
:value=
"date"
:start=
"startDate"
:end=
"endDate"
@
change=
"bindDateChange"
>
<view
class=
"uni-input"
>
{{
date
}}
</view>
<view
class=
"uni-input"
>
{{
params.deliveryDate ? params.deliveryDate.split(" ")[0] : '请选择'
}}
</view>
</picker>
<image
class=
"rgt"
src=
"../../static/img/rgt.png"
mode=
"widthFix"
></image>
</view>
...
...
@@ -1106,7 +1106,7 @@
channelId
:
0
,
//渠道ID
orderItemVOList
:[],
costVO
:{},
deliveryDate
:
currentDate
+
'
00:00:00
'
,
deliveryDate
:
null
,
drawee
:
2
,
number
:
''
,
isCargoControl
:
false
,
...
...
@@ -1148,7 +1148,7 @@
dialCode
:
''
,
id
:
0
},
date
:
currentDate
,
date
:
''
,
time
:
'
00:00
'
,
isClick
:
false
,
link
:
''
,
...
...
@@ -1732,12 +1732,12 @@
title
:
this
.
$lang
.
lang
.
notices
.
consigneePhone
,
icon
:
'
error
'
,
})
}
else
if
(
!
this
.
params
.
isCargoControl
&&
this
.
params
.
countryCode
==
this
.
config
.
countrySn
.
value
[
0
]){
}
/*
else if(!this.params.isCargoControl && this.params.countryCode==this.config.countrySn.value[0]){
return uni.showToast({
title: this.$lang.lang.notices.foreignConsignee,
icon: 'error',
})
}
}
*/
if
(
this
.
params
.
consigneeEmail
){
let
email_reg
=
/
[
a-zA-Z0-9
]
+
([
-_.
][
A-Za-zd
]
+
)
*@
([
a-zA-Z0-9
]
+
[
-.
])
+
[
A-Za-zd
]{2,5}
$/
...
...
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