diff --git a/canteen/pages/delivery/order.vue b/canteen/pages/delivery/order.vue
index bdba113..765ef70 100644
--- a/canteen/pages/delivery/order.vue
+++ b/canteen/pages/delivery/order.vue
@@ -151,6 +151,7 @@
item.loading_text = '正在加载中...';
item.list = [];
this.getData({refresh: true,type: this.current});
+ console.log('执行了')
}, 200);
}
}
diff --git a/canteen/pages/purchase/detail.vue b/canteen/pages/purchase/detail.vue
index a0ba00b..fe0a5fa 100644
--- a/canteen/pages/purchase/detail.vue
+++ b/canteen/pages/purchase/detail.vue
@@ -76,7 +76,7 @@
- 已完成
+ {{order.state}}
diff --git a/supplier/pages/gonghuo/detail.vue b/supplier/pages/gonghuo/detail.vue
index 30d3074..1696c6f 100644
--- a/supplier/pages/gonghuo/detail.vue
+++ b/supplier/pages/gonghuo/detail.vue
@@ -357,7 +357,7 @@
deliver_man: driver_name,
car_license: l_p_num
}).then(res => {
- this.$msg('确认收货成功');
+ this.$msg('确认发货成功');
this.getData();
});
}