Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
a58dc8e5
Commit
a58dc8e5
authored
Jul 15, 2022
by
cpa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分页添加
parent
69227710
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/businessOrder/index.vue
+3
-3
No files found.
src/views/businessOrder/index.vue
View file @
a58dc8e5
...
...
@@ -120,7 +120,7 @@
mark
:
"请输入取消原因"
,
},
form
:{
orderNo
:
0
,
id
:
0
,
expressCompany
:
''
,
//快递公司
waybillNo
:
''
,
//快递单号
},
...
...
@@ -197,7 +197,8 @@
},
// 立即发货-对话框
shipsImmediately
(
row
){
this
.
form
.
orderNo
=
row
.
orderNo
// this.form.orderNo=row.orderNo
this
.
form
.
id
=
row
.
id
this
.
$axios
.
get
(
"/admin/merchantMallOrder/isNeedMailed"
,{
params
:{
orderNo
:
row
.
orderNo
},
}).
then
(
response
=>
{
...
...
@@ -205,7 +206,6 @@
if
(
response
.
data
.
data
===
true
){
console
.
log
(
"需邮寄,填写信息"
)
this
.
dialogVisibleShipsImmediately
=
true
}
else
{
console
.
log
(
"无需邮寄,二次确认即可"
)
this
.
$confirm
(
'是否确认发货?'
,
'提示'
,
{
...
...
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