From 989bd999113aea087a89d9956f4fc5ccf8825c67 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 26 Mar 2024 16:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/pages/yishi/onlinechufang/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user/pages/yishi/onlinechufang/index.js b/user/pages/yishi/onlinechufang/index.js index b67e2c4..37de07e 100644 --- a/user/pages/yishi/onlinechufang/index.js +++ b/user/pages/yishi/onlinechufang/index.js @@ -159,9 +159,9 @@ Page({ }); return false }; - console.log(typeof this.data.prescription_num); - console.log(typeof this.data.select_drug_stock) - if(Number(this.data.prescription_num)>Number(this.data.select_drug_stock)){ + // console.log(typeof this.data.prescription_num); + // console.log(typeof this.data.select_drug_stock) + if(Number(save_durg_prescription_product_num)>Number(this.data.select_drug_stock)){ Dialog.alert({ message: '输入药品数量不能大于库存', }).then(() => {