|
@@ -858,6 +858,7 @@ export default {
|
|
|
this.moneyObj.receivable = price
|
|
|
this.dataList.disTableList.az = price
|
|
|
this.dataList.disTableList.dx = this.daxie
|
|
|
+ this.dataList.disTableList.zz = price
|
|
|
} else {
|
|
|
this.moneyObj.receivable = (this.moneyObj.receivable - this.moneyObj.waterElectricity).toFixed(2)
|
|
|
price = this.moneyObj.receivable
|
|
@@ -959,7 +960,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
if (this.shouTuiShow) {
|
|
|
- console.log('缴费指南', this.ruleFormList.form3, this.ruleFormList.form3.ruleForm.confirmPayment)
|
|
|
+ // console.log('缴费指南', this.ruleFormList.form3, this.ruleFormList.form3.ruleForm.confirmPayment)
|
|
|
if (this.ruleFormList.form3 && this.ruleFormList.form3.ruleForm.confirmPayment != '1' && value == 1) {
|
|
|
this.$message.error('请确认是否缴费')
|
|
|
return false
|
|
@@ -986,9 +987,9 @@ export default {
|
|
|
* 提交数据
|
|
|
*/
|
|
|
sureData() {
|
|
|
- if (!this.validateData()) {
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!this.validateData()) {
|
|
|
+ // return
|
|
|
+ // }
|
|
|
const data = this.getFormData(1)
|
|
|
if (!data) {
|
|
|
return
|