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
7a6168ac
Commit
7a6168ac
authored
Dec 24, 2024
by
Smile
Committed by
wux
Jan 02, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:添加收货人页面没有做刷新清空字段值,回显了编辑收货人页面的信息
parent
62c10c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
create_order.vue
src/pages/create_order/create_order.vue
+15
-3
No files found.
src/pages/create_order/create_order.vue
View file @
7a6168ac
...
@@ -466,7 +466,7 @@
...
@@ -466,7 +466,7 @@
<view
class=
"corder-v5-label"
><span
class=
"redcolor"
>
*
</span>
{{$lang.lang.create.date}}
</view>
<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"
>
<picker
mode=
"date"
class=
"date-picker"
:value=
"date"
:start=
"startDate"
:end=
"endDate"
@
change=
"bindDateChange"
>
<view
class=
"uni-input"
>
{{params.deliveryDate ? params.deliveryDate.split(" ")[0] : $lang.lang.create.choose}}
</view>
<view
class=
"uni-input"
>
{{params.deliveryDate ? params.deliveryDate.split(" ")[0] : $lang.lang.create.choose}}
</view>
</picker>
</picker>
<image
class=
"rgt"
src=
"../../static/img/rgt.png"
mode=
"widthFix"
></image>
<image
class=
"rgt"
src=
"../../static/img/rgt.png"
mode=
"widthFix"
></image>
</view>
</view>
...
@@ -1153,7 +1153,13 @@ export default {
...
@@ -1153,7 +1153,13 @@ export default {
page
:
1
,
page
:
1
,
conForm
:{
conForm
:{
dialCode
:
''
,
dialCode
:
''
,
id
:
0
id
:
0
,
name
:
''
,
nameEn
:
''
,
phone
:
''
,
email
:
''
,
company
:
''
,
companyEn
:
''
,
},
},
date
:
''
,
date
:
''
,
time
:
'
00:00
'
,
time
:
'
00:00
'
,
...
@@ -2540,7 +2546,13 @@ export default {
...
@@ -2540,7 +2546,13 @@ export default {
closeInsertCon
(){
closeInsertCon
(){
this
.
conForm
=
{
this
.
conForm
=
{
dialCode
:
this
.
config
.
countrySn
.
value
[
0
],
dialCode
:
this
.
config
.
countrySn
.
value
[
0
],
id
:
0
id
:
0
,
name
:
''
,
nameEn
:
''
,
phone
:
''
,
email
:
''
,
company
:
''
,
companyEn
:
''
,
}
}
this
.
$refs
.
insertCon
.
close
()
this
.
$refs
.
insertCon
.
close
()
},
},
...
...
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