Commit 2044f830 authored by 任鸿志's avatar 任鸿志

fix(env): 修改 SFC 服务的 URL 地址

- 将 VUE_APP_BASE_URL_SFC 的值从 'http://10.10.9.219:8802' 修改为 'http://10.10.9.219:9902'
- 更新了与 SFC 服务相关的 API 调用地址
parent 76efbf6a
......@@ -13,7 +13,7 @@ VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://127.0.0.1:9902'
VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:9902'
# VUE_APP_BASE_URL_SFC = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL = 'http://192.169.4.171:8002'
# VUE_APP_BASE_URL = 'http://10.10.40.10:8099'
......
......@@ -480,7 +480,7 @@
v-model="fee.weixin"
type="text"
placeholder="请刷聚合支付付款码"
@keyup.enter.native="feesure(1)"
@keyup.enter.native="feesure('1')"
ref="inputWX"
style="width: 300px"
></el-input>
......@@ -491,7 +491,7 @@
type="number"
@input="handleInput"
placeholder="现金金额"
@keyup.enter.native="feesure(5)"
@keyup.enter.native="feesure('5')"
ref="inputXJ"
style="width: 300px"
></el-input>
......@@ -513,7 +513,7 @@
type="number"
@input="handleInput"
placeholder="智慧医保支付金额"
@keyup.enter.native="feesure(5)"
@keyup.enter.native="feesure('2')"
ref="inputXJ"
style="width: 300px"
></el-input>
......@@ -857,6 +857,7 @@ export default {
},
created() {
this.jobNumber = this.$route.query?.jobNumber || ''
localStorage.setItem('jobNumber', this.jobNumber)
this.dept = this.$route.query?.dept || ''
this.channel = this.$route.query?.channel || ''
this.titleshow = this.$route.query?.layoutShow || ''
......@@ -1055,7 +1056,7 @@ export default {
this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2) - chongzhi,
2,
)- this.bxxxinfo.personal_pay_syd,2)
//this.round( // - chongzhi,
// this.round( // - chongzhi,
// 2,
// )
},
......@@ -2045,13 +2046,13 @@ export default {
this.sureshow = true
let y = {
sy: this.is_sy,
source_type: this.payData.targetSys,
source_trade_no: this.payData.tradeNo,
source_type: this.payData?.targetSys,
source_trade_no: this.payData?.tradeNo,
is_gz: this.man_name=='3'?true:false,
channel: this.channel,
xj_amount: this.xj_amount,
source_pay_amount: this.source_pay_amount,
tradeNo: this.payData.tradeNo,
tradeNo: this.payData?.tradeNo,
family_type: this.familyType,
patient_id: this.patientData.patient_id,
personal_pay: this.bxxxinfo.grzhzf,
......@@ -2461,7 +2462,7 @@ export default {
this.bxxxinfo.family_balance = res2.data.gjzhye
// this.dialogVisible = true
console.log(this.bxxxinfo.his_deduct_amount, 'oooooooooooooooooo')
console.log(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2),this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2), this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2), this.round(this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2) - this.bxxxinfo.personal_pay_syd,2),'oooooooooooooooooo')
this.bxxxinfo.grzhzf = 0
let djf = this.round(this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2) - this.bxxxinfo.personal_pay_syd,2)
if (this.bxxxinfo.personal_balance >= djf) {
......@@ -2495,8 +2496,11 @@ export default {
}
}
console.log(this.bxxxinfo.his_deduct_amount, this.form.insurance_type, '++++++++++++')
this.form.djf = this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2)
// console.log(this.bxxxinfo.his_deduct_amount, this.form.insurance_type, '++++++++++++')
this.form.djf = this.round(this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2) - this.bxxxinfo.personal_pay_syd,2) //this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2)
// this.form.djf=0
console.log(this.form.djf, 'djf')
// 验证违规
await prescription({
patient_id: this.patientData.patient_id,
......@@ -2505,14 +2509,15 @@ export default {
js_type: '1',
p_jbbm: zhenduan,
}).then(response => {
if (response.data.result.length > 0) {
this.weiguiList = response.data.result
this.weiguiData = response.data.result
this.ViolationShow = true
} else {
this.dialogVisible = true
}
// if (response.data.result.length > 0) {
// this.weiguiList = response.data.result
// this.weiguiData = response.data.result
// // this.ViolationShow = true
// } else {
// }
})
this.dialogVisible = true
})
})
.catch(err => {
......@@ -2717,8 +2722,8 @@ export default {
return false
}
let y = {
source_type: this.payData.targetSys,
source_trade_no: this.payData.tradeNo,
source_type: this.payData?.targetSys,
source_trade_no: this.payData?.tradeNo,
channel: this.channel,
xj_amount: this.xj_amount,
source_pay_amount: this.source_pay_amount,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment