From 52748a0cf85aa819db74737def3366a5b5d043af Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Mon, 9 Aug 2021 09:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A1=AE=E8=AE=A4=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E7=89=A9=E8=B5=84=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- canteen/pages/purchase/receipt.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/canteen/pages/purchase/receipt.vue b/canteen/pages/purchase/receipt.vue index 381d61f..9d3cae3 100644 --- a/canteen/pages/purchase/receipt.vue +++ b/canteen/pages/purchase/receipt.vue @@ -3,6 +3,7 @@ {{ item.material.m_name }} + {{item.spec.name}} @@ -265,7 +266,7 @@ if(!this.is_upload){ return this.$msg('请上传凭证后再确认收货'); } - return this.$msg('PASS'); + // return this.$msg('PASS'); this.$http(this.API.API_CONFIRM, { p_sn: this.p_sn, state: '已入库',