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
803e36d6
Commit
803e36d6
authored
Dec 25, 2024
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app订单页面我要发货不显示
parent
2b3be32f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
order.vue
src/pages/order/order.vue
+3
-3
No files found.
src/pages/order/order.vue
View file @
803e36d6
...
@@ -568,7 +568,7 @@
...
@@ -568,7 +568,7 @@
onLoad
()
{
onLoad
()
{
this
.
getStatusData
()
this
.
getStatusData
()
this
.
getCountrySn
()
this
.
getCountrySn
()
this
.
orderConfig
()
this
.
orderConfig
1
()
// this.getTradeCity('tradeCity2')
// this.getTradeCity('tradeCity2')
// this.orderConfig('transport_type', 'transport')
// this.orderConfig('transport_type', 'transport')
},
},
...
@@ -1382,14 +1382,14 @@
...
@@ -1382,14 +1382,14 @@
open
(){
open
(){
// this.$refs.declaration.open()
// this.$refs.declaration.open()
},
},
/*orderConfig
() {
orderConfig1
()
{
let
that
=
this
let
that
=
this
that
.
$request
.
getConfig
(
'
transport_type
'
).
then
(
res
=>
{
that
.
$request
.
getConfig
(
'
transport_type
'
).
then
(
res
=>
{
if
(
res
.
code
==
0
&&
res
.
data
&&
res
.
data
.
list
.
length
>
0
){
if
(
res
.
code
==
0
&&
res
.
data
&&
res
.
data
.
list
.
length
>
0
){
that
.
transType
=
res
.
data
.
list
that
.
transType
=
res
.
data
.
list
}
}
})
})
},
*/
},
copy
(
orderId
){
copy
(
orderId
){
this
.
toEditOrder
(
orderId
,
true
)
this
.
toEditOrder
(
orderId
,
true
)
// this.$request.post("/app-api/my/order/copy/" + orderId).then(res => {
// this.$request.post("/app-api/my/order/copy/" + orderId).then(res => {
...
...
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