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
cda238a7
Commit
cda238a7
authored
Nov 21, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
云效上的bug
parent
f9166593
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
create_order.vue
src/pages/create_order/create_order.vue
+6
-5
No files found.
src/pages/create_order/create_order.vue
View file @
cda238a7
...
...
@@ -146,7 +146,8 @@
<!--目的城市-->
<view
class=
"corder-tab1-item corder-picker"
>
<image
src=
"../../static/img/corder-1-4.png"
mode=
""
></image>
<text><span
class=
"redcolor"
>
*
</span>
{{$lang.lang.create.endCity}}
</text>
<!--2024-11-21 要求改非必填 https://devops.aliyun.com/projex/bug/JDAA-127# 《3 APP城市非必填》-->
<text>
<!--<span class="redcolor">*</span>-->
{{$lang.lang.create.endCity}}
</text>
<picker
class=
"v-picker"
:range=
"filteredDstCityList"
:range-key=
"shiRangeKey"
:value=
"currentDstCityIndex"
@
change=
"changeDstCity"
>
<view
class=
"uni-input"
>
{{ currentDstCityIndex !== null ? filteredDstCityList[currentDstCityIndex][shiRangeKey] : $lang.lang.create.choose }}
</view>
</picker>
...
...
@@ -1987,9 +1988,9 @@
that
.
getConfigIndex
(
'
provinceList
'
,
that
.
params
.
consigneeVO
.
city
)
}
that
.
getConIndex
()
if
(
that
.
params
.
consigneeVO
&&
that
.
params
.
consigneeVO
.
deliveryDate
){
that
.
params
.
deliveryDate
=
that
.
params
.
consigneeVO
.
deliveryDate
var
dateArr
=
that
.
params
.
consigneeVO
.
deliveryDate
.
split
(
'
'
)
// 2024-11-21测试consigneeVO下面的deliveryDate为null,而且可能没有收货人所有不能据此回显
if
(
that
.
params
.
deliveryDate
){
var
dateArr
=
that
.
params
.
deliveryDate
.
split
(
'
'
)
that
.
date
=
dateArr
[
0
]
that
.
time
=
dateArr
[
1
]
}
...
...
@@ -2690,7 +2691,7 @@
getCon
(){
let
that
=
this
that
.
$request
.
get
(
'
/app-api/ecw/admin-client/page
'
,{
page
:
that
.
page
,
rows
:
10
,
searchKey
:
that
.
searchKey
}).
then
(
res
=>
{
if
(
res
.
code
==
0
&&
res
.
data
&&
res
.
data
.
list
.
length
>
0
){
if
(
res
.
code
==
0
){
if
(
that
.
page
==
1
){
that
.
consignee
=
[]
that
.
consignee
=
res
.
data
.
list
...
...
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