diff --git a/fuintAdmin/src/views/member/userInfo.vue b/fuintAdmin/src/views/member/userInfo.vue index e735120b8..e7ae1bec3 100644 --- a/fuintAdmin/src/views/member/userInfo.vue +++ b/fuintAdmin/src/views/member/userInfo.vue @@ -444,15 +444,16 @@
应找零 - ¥{{ seekZero }} + ¥{{ seekZero.toFixed(2) }}
@@ -1068,9 +1069,9 @@ export default { // 计算找零金额 changeSeekZero(){ if (this.flag === 1) { - this.seekZero = (this.authCode - this.realyPayBills).toFixed(2) + this.seekZero = this.authCode - this.realyPayBills } else if (this.flag === 2) { - this.seekZero = (this.authCode - this.realyPayBills).toFixed(2) + this.seekZero = this.authCode - this.realyPayBills } }, handleQuery(){ diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/cardFule/service/impl/CardFuelRecordServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/cardFule/service/impl/CardFuelRecordServiceImpl.java index 75a8098cf..093c4457e 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/cardFule/service/impl/CardFuelRecordServiceImpl.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/cardFule/service/impl/CardFuelRecordServiceImpl.java @@ -351,7 +351,7 @@ public class CardFuelRecordServiceImpl implements CardFuelRecordService { for (Map stringObjectMap : resultMapList) { if (stringObjectMap.get("type").equals(cardFuelRecord.getType()) && stringObjectMap.get("oilType").equals(cardFuelRecord.getOilType())) { - String refuelMoney = stringObjectMap.get("refuelMoney").toString(); + String refuelMoney = String.valueOf(stringObjectMap.get("refuelMoney")); // Double.valueOf(refuelMoney); BigDecimal ref = new BigDecimal(refuelMoney); diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/member/utils/QrCodeUtils.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/member/utils/QrCodeUtils.java index da2e8b6cb..e798be6e4 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/member/utils/QrCodeUtils.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/member/utils/QrCodeUtils.java @@ -101,7 +101,7 @@ public class QrCodeUtils { File file1 = new File("/temp/qrCode/"); // 判断目录是否存在 if (!file1.exists()) { - file1.mkdir(); + file1.mkdirs(); } FileOutputStream outImgStream = new FileOutputStream(outImgPath); diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/storeInformation/service/impl/QRCodeServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/storeInformation/service/impl/QRCodeServiceImpl.java index 80b3ac02a..b79c6002d 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/storeInformation/service/impl/QRCodeServiceImpl.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/storeInformation/service/impl/QRCodeServiceImpl.java @@ -80,7 +80,7 @@ public class QRCodeServiceImpl extends ServiceImpl impleme File file1 = new File("/temp/qrCode/"); // 判断目录是否存在 if (!file1.exists()) { - file1.mkdir(); + file1.mkdirs(); } File file =new File(finalPath); diff --git a/fuintCashier/build/latest.yml b/fuintCashier/build/latest.yml index 9da9c3a67..5e7d7df28 100644 --- a/fuintCashier/build/latest.yml +++ b/fuintCashier/build/latest.yml @@ -1,8 +1,8 @@ version: 1.0.0 files: - - url: fuint收银系统 Setup 1.0.0.exe + - url: 蓝鲸智慧油站收银台 Setup 1.0.0.exe sha512: l8J4ix1xsfolq3NvAnhnnJqGvA/5vEESaDt+SJn9cld2YBC/RhWK0OuTSW+bXSm/EAfIFCciDGZ589pkTKALPg== size: 76790468 -path: fuint收银系统 Setup 1.0.0.exe +path: 蓝鲸智慧油站收银台 Setup 1.0.0.exe sha512: l8J4ix1xsfolq3NvAnhnnJqGvA/5vEESaDt+SJn9cld2YBC/RhWK0OuTSW+bXSm/EAfIFCciDGZ589pkTKALPg== releaseDate: '2023-09-06T05:42:03.990Z' diff --git a/fuintCashier/env/.env b/fuintCashier/env/.env index 602af6c11..f3e520eaa 100644 --- a/fuintCashier/env/.env +++ b/fuintCashier/env/.env @@ -1,3 +1,3 @@ API_HOST = 'https://www.fuint.cn/fuint-application/' NODE_ENV = 'development' -SYSTEM_NAME = 'fuint收银系统' +SYSTEM_NAME = '蓝鲸智慧油站收银台' diff --git a/fuintCashier/package.json b/fuintCashier/package.json index 1417c3a20..c4d60591b 100644 --- a/fuintCashier/package.json +++ b/fuintCashier/package.json @@ -28,7 +28,7 @@ "url": "http://127.0.0.1" } ], - "productName": "fuint收银系统", + "productName": "蓝鲸智慧油站收银台", "appId": "cn.fuint.cashier", "directories": { "output": "build" diff --git a/fuintCashier/src/main/config/menu.js b/fuintCashier/src/main/config/menu.js index c3c7f161a..684dd8363 100644 --- a/fuintCashier/src/main/config/menu.js +++ b/fuintCashier/src/main/config/menu.js @@ -59,7 +59,7 @@ function info() { dialog.showMessageBox({ title: '关于', type: 'info', - message: 'fuint收银系统', + message: '蓝鲸智慧油站收银台', detail: `版本信息:${version}\n引擎版本:${process.versions.v8}\n当前系统:${os.type()} ${os.arch()} ${os.release()}`, noLink: true, buttons: ['查看官网', '确定'] diff --git a/fuintCashierWeb/.env.staging b/fuintCashierWeb/.env.staging index 53a26e39f..3a4df48a6 100644 --- a/fuintCashierWeb/.env.staging +++ b/fuintCashierWeb/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = fuint收银系统 +VUE_APP_TITLE = 蓝鲸智慧油站收银台 # 测试环境配置 ENV = 'staging' diff --git a/fuintCashierWeb/package.json b/fuintCashierWeb/package.json index a9cdbfcb3..1d8dbfea2 100644 --- a/fuintCashierWeb/package.json +++ b/fuintCashierWeb/package.json @@ -1,7 +1,7 @@ { "name": "fuintCashier", "version": "1.0.1", - "description": "fuint收银系统", + "description": "蓝鲸智慧油站收银台", "author": "FSQ", "license": "MIT", "scripts": { diff --git a/fuintCashierWeb/src/views/cashier/NewComponents/homeindex.vue b/fuintCashierWeb/src/views/cashier/NewComponents/homeindex.vue index 03f25ce72..feb8a871a 100644 --- a/fuintCashierWeb/src/views/cashier/NewComponents/homeindex.vue +++ b/fuintCashierWeb/src/views/cashier/NewComponents/homeindex.vue @@ -120,14 +120,14 @@
-¥{{ oilDiscount.toFixed(2) }}
-
+
囤油卡 -
+
({{ item.type }}卡 余额:{{ item.refuelMoney }}L) @@ -482,9 +482,10 @@
@@ -862,9 +863,10 @@
@@ -1123,6 +1125,8 @@
支付宝
银联二维码
挂账
+
囤油卡
+
储值卡
小程序码
@@ -1166,7 +1170,7 @@
充值金额
¥{{ realyPayBills }}
-
+
赠送金额
¥{{ cardValueForm.giftBalance }}
@@ -1355,6 +1359,7 @@ fullReduction:0, // 囤油卡信息 refuelMoney:null, + refuelMoney1:[], paymentActive:{ type: 0, amount: 0, @@ -1908,6 +1913,7 @@ } else if (payStatus === "payFail") { this_.isPaySuccess = false; this_.isQuery = false; + clearInterval(timer); } } }) @@ -1979,13 +1985,14 @@ this_.isPaySuccess = true; this_.isQuery = false; this_.rechargeOilCard = true - await this_.printLocally2() - await this_.getMemberAfter(); + await this.printLocally2() + await this.getMemberAfter(); clearInterval(timer); } if (response.data.payStatus == "payFail") { this_.isPaySuccess = false; this_.isQuery = false; + clearInterval(timer); } } }) @@ -3643,6 +3650,7 @@ for (let i = 0;i < _this.refuelMoney.length;i++){ // 囤油卡升数变化 if (_this.refuelMoney[i].oilType==item.oilName && _this.refuelMoney[i].refuelMoney>0){ + this.refuelMoney1.push(item) id = item.id _this.isOilStorageCard = true if (_this.refuelMoney[i].refuelMoney >= item.liters){ @@ -3653,10 +3661,6 @@ hoardAmount = item.amount - (_this.refuelMoney[i].refuelMoney * item.oilPrice).toFixed(2) } } - // }else { - // _this.$message.error(item.liters) - // hoardAmount = item.amount - // } } } _this.consumeRefuelMoney += +conRefMon @@ -4141,6 +4145,29 @@ }, // 支付方式 payMethod(payType){ + if (payType == 'oilCard'){ + if (this.isMember){ + if (this.refuelMoney1.length>0){ + this.checkAll3 = true + this.handleCheckAllChange3(true) + }else { + this.$message.error("请先充值囤油卡") + return; + } + }else { + this.$message.error("请先选择会员") + return + } + } + if (payType == 'balance'){ + if (this.isMember){ + this.checkAll4 = true + this.handleCheckAllChange4(true) + }else { + this.$message.error("请先选择会员") + return; + } + } this.typeIdex = payType this.map.payType = payType; this.payType = payType; diff --git a/fuintCashierWeb/src/views/details/index.vue b/fuintCashierWeb/src/views/details/index.vue index 21c7499d9..5d92a438a 100644 --- a/fuintCashierWeb/src/views/details/index.vue +++ b/fuintCashierWeb/src/views/details/index.vue @@ -445,15 +445,16 @@
应找零 - ¥{{ seekZero }} + ¥{{ seekZero.toFixed(2) }}
@@ -1140,9 +1141,9 @@ export default { // 计算找零金额 changeSeekZero(){ if (this.flag === 1) { - this.seekZero = (this.authCode - this.realyPayBills).toFixed(2) + this.seekZero = this.authCode - this.realyPayBills } else if (this.flag === 2) { - this.seekZero = (this.authCode - this.realyPayBills).toFixed(2) + this.seekZero = this.authCode - this.realyPayBills } }, getName(list,type){