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
e851949e
Commit
e851949e
authored
Oct 24, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复订单bug
parent
c1b6ae76
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
drawee.vue
src/pages/create_order/components/drawee.vue
+3
-3
create_order.vue
src/pages/create_order/create_order.vue
+4
-1
No files found.
src/pages/create_order/components/drawee.vue
View file @
e851949e
...
@@ -77,9 +77,9 @@ export default {
...
@@ -77,9 +77,9 @@ export default {
</label>
</label>
</radio-group>
</radio-group>
</view>
</view>
<view
class=
"flex action"
v-if=
"!readonly"
>
<view
class=
"flex action"
>
<button
@
click=
"close"
>
{{
$lang
.
lang
.
create
.
cancel
}}
</button>
<button
@
click=
"close"
>
{{
readonly
?
$lang
.
lang
.
order
.
confirm
:
$lang
.
lang
.
create
.
cancel
}}
</button>
<button
@
click=
"submit"
type=
"primary"
>
{{
$lang
.
lang
.
create
.
submit
}}
</button>
<button
@
click=
"submit"
type=
"primary"
v-if=
"!readonly"
>
{{
$lang
.
lang
.
create
.
submit
}}
</button>
</view>
</view>
</view>
</view>
</uni-popup>
</uni-popup>
...
...
src/pages/create_order/create_order.vue
View file @
e851949e
...
@@ -2033,6 +2033,8 @@
...
@@ -2033,6 +2033,8 @@
if
(
harvestIndex
>
-
1
){
if
(
harvestIndex
>
-
1
){
this
.
currentHarvestIndex
=
harvestIndex
this
.
currentHarvestIndex
=
harvestIndex
}
}
this
.
hasConsignee
=
res
.
data
.
hasConsignee
}
}
})
})
},
},
...
@@ -2093,7 +2095,8 @@
...
@@ -2093,7 +2095,8 @@
},
},
async
updateOrder
(){
async
updateOrder
(){
await
this
.
validateCountryAndAreaCode
()
await
this
.
validateCountryAndAreaCode
()
this
.
$request
.
put
(
'
/app-api/my/order/update
'
,
this
.
params
).
then
(
res
=>
{
this
.
params
.
hasConsignee
=
this
.
hasConsignee
this
.
$request
.
put
(
'
/app-api/my/order/update
'
,
this
.
params
).
then
(
res
=>
{
this
.
isClick
=
false
this
.
isClick
=
false
if
(
res
.
code
==
0
){
if
(
res
.
code
==
0
){
this
.
params
=
{
this
.
params
=
{
...
...
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