Commit a58dc8e5 by cpa

分页添加

parent 69227710
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
mark:"请输入取消原因", mark:"请输入取消原因",
}, },
form:{ form:{
orderNo:0, id:0,
expressCompany:'',//快递公司 expressCompany:'',//快递公司
waybillNo:'',//快递单号 waybillNo:'',//快递单号
}, },
...@@ -197,7 +197,8 @@ ...@@ -197,7 +197,8 @@
}, },
// 立即发货-对话框 // 立即发货-对话框
shipsImmediately(row){ shipsImmediately(row){
this.form.orderNo=row.orderNo // this.form.orderNo=row.orderNo
this.form.id=row.id
this.$axios.get("/admin/merchantMallOrder/isNeedMailed",{ this.$axios.get("/admin/merchantMallOrder/isNeedMailed",{
params:{orderNo:row.orderNo}, params:{orderNo:row.orderNo},
}).then(response => { }).then(response => {
...@@ -205,7 +206,6 @@ ...@@ -205,7 +206,6 @@
if(response.data.data===true){ if(response.data.data===true){
console.log("需邮寄,填写信息") console.log("需邮寄,填写信息")
this.dialogVisibleShipsImmediately = true this.dialogVisibleShipsImmediately = true
} else { } else {
console.log("无需邮寄,二次确认即可") console.log("无需邮寄,二次确认即可")
this.$confirm('是否确认发货?', '提示', { this.$confirm('是否确认发货?', '提示', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment