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 1/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E6=94=B6=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: '已入库', From bf95b758e7d4e98b007e6ec2b928431acf07e90c Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Mon, 9 Aug 2021 10:02:13 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=8A=A5=E4=BB=B7?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/pages/offer/index.vue | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/supplier/pages/offer/index.vue b/supplier/pages/offer/index.vue index f1776da..341159c 100644 --- a/supplier/pages/offer/index.vue +++ b/supplier/pages/offer/index.vue @@ -45,7 +45,11 @@ 报价明细 - + + + + + { this.searchValue = event.detail.value; }, 1000); + this.show_icon = false; + if(event.detail.value == '') { + this.show_icon = true; + } }, // 搜索按下回车 inputConfirm(event){ @@ -455,6 +469,15 @@ }