diff --git a/canteen/pages/delivery/detail.vue b/canteen/pages/delivery/detail.vue
index 1fb8e80..2d4ea51 100644
--- a/canteen/pages/delivery/detail.vue
+++ b/canteen/pages/delivery/detail.vue
@@ -18,10 +18,6 @@
采购单
{{order.sheet[0].purchase.p_sn}}
-
- 批次号
- {{order.batch_sn}}
-
联系电话
{{order.sheet[0].purchase.contact_phone}}
@@ -144,7 +140,7 @@
quality_level: item.material.quality_level,
m_sn: item.material.m_sn,
supplier_name: item.purchase.supplier.supplier_name,
- purchase_id: item.purchase_id,
+ purchase_id: item.purchase.batch_sn,
delivery_number: item.out_number,
unit: item?.material?.unit?.unit_name || '',
category: item?.material?.category?.m_cate_name || ''
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();
});
}