From 06dffaef8e85ea36d9e88be88eae0389828b236f Mon Sep 17 00:00:00 2001 From: Janie <109517022+Janie06@users.noreply.github.com> Date: Fri, 24 Mar 2023 18:09:09 +0800 Subject: [PATCH] =?UTF-8?q?service/id=20selectExhibitionBooth=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=A1=AF=E7=A4=BA=E5=88=A4=E6=96=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontEnd/pages/service/_id.vue | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/FrontEnd/pages/service/_id.vue b/FrontEnd/pages/service/_id.vue index cc01837..431385f 100644 --- a/FrontEnd/pages/service/_id.vue +++ b/FrontEnd/pages/service/_id.vue @@ -32,13 +32,15 @@
-
+ +

輸入攤位數量

-
+ +

{{ $t("Select Exhibition") }}

@@ -440,9 +442,15 @@ export default { countdown: 15, rulesShow: false, boothSelect: 0, + serviceID: false, }; }, async created() { + if(this.$route.params.id == "1c6e0001-e2dd-46b5-a617-4dac2f34894f"){ + this.serviceID = true; + }else{ + this.serviceID = false; + } this.isLoading = true; let arr = []; for(let i=1;i<11;i++){ @@ -808,7 +816,6 @@ export default { //攤位數量 getBoothSelect(value){ this.boothSelect = value; - console.log("攤位數:" + this.boothSelect); }, //抓卡車相關數據 async getInfoItem() { @@ -956,7 +963,6 @@ export default { }, //展館服務(包裝、尺寸、數量、服務類型) ChangeCosts(data){ - console.log("展館服務數量:" + JSON.stringify(data.value.quantity)); let totalPrice = 0; this.totalPrice = 0; this.rulesShow = false; @@ -1012,16 +1018,6 @@ export default { //這邊這邊是這個 console.log(this.expenseRules); - console.log(data1); - console.log(data2); - - if(this.expenseRules.ItemType == "01"){ - - } - - - - let price = 0; let tmpWeight = 0;//Number(data1.weight)/1000; // 材積重 長x寬x高/6000 得到噸