|
@@ -262,7 +262,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
-import {getLiveOrder, syncExpress, updateLiveOrder, updateErp, getExpress, listOrderitem, tuiOrder} from "@/api/live/liveOrder";
|
|
|
|
|
|
|
+import {
|
|
|
|
|
+ getLiveOrder,
|
|
|
|
|
+ syncExpress,
|
|
|
|
|
+ updateLiveOrder,
|
|
|
|
|
+ updateErp,
|
|
|
|
|
+ getExpress,
|
|
|
|
|
+ listOrderitem,
|
|
|
|
|
+ tuiOrder,
|
|
|
|
|
+ getExpressByDeliverId
|
|
|
|
|
+} from "@/api/live/liveOrder";
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -459,7 +468,7 @@ export default {
|
|
|
|
|
|
|
|
showExpress(){
|
|
showExpress(){
|
|
|
this.expressDialog.open=true;
|
|
this.expressDialog.open=true;
|
|
|
- getExpress(this.item.orderId).then(response => {
|
|
|
|
|
|
|
+ getExpressByDeliverId({"orderId":this.item.orderId}).then(response => {
|
|
|
this.express = response.data;
|
|
this.express = response.data;
|
|
|
if(this.express!=null&&this.express.Traces!=null){
|
|
if(this.express!=null&&this.express.Traces!=null){
|
|
|
this.traces=this.express.Traces
|
|
this.traces=this.express.Traces
|