diff --git a/fuintAdmin/src/views/member/userInfo.vue b/fuintAdmin/src/views/member/userInfo.vue index 120016ba8..7182fd572 100644 --- a/fuintAdmin/src/views/member/userInfo.vue +++ b/fuintAdmin/src/views/member/userInfo.vue @@ -1873,7 +1873,7 @@ export default { //赠送金额 giftBalance:this.cardValueForm.giftBalance, // 到账金额 - getAmount:this.cardValueForm.giftBalance + this.realyPayBills, + getAmount:Number(this.cardValueForm.giftBalance) + Number(this.realyPayBills), payType:payTypeText, // 实付款 diff --git a/fuintAdmin/src/views/setting/print/index.vue b/fuintAdmin/src/views/setting/print/index.vue index bbd09d4bf..f7c0eefe1 100644 --- a/fuintAdmin/src/views/setting/print/index.vue +++ b/fuintAdmin/src/views/setting/print/index.vue @@ -112,7 +112,7 @@ - + - + { this.menuOptions = response.data; @@ -1328,7 +1331,7 @@ export default { this.title = "修改角色"; let checkedKeys = response.data.checkedKeys this.form1.checkedKeys = checkedKeys - // this.getMenuTreeselect(response.data.roleInfo.type) + this.getMenuTreeselect(response.data.roleInfo.type) // this.$nextTick(() => { // roleMenu.then(res => { @@ -1475,6 +1478,7 @@ export default { // this.getList(); this.onlyGetUser() this.getDutyList() + this.getMenuTreeselect(data.deptType); }, @@ -1672,12 +1676,16 @@ export default { //修改树 appedit(id,label) { this.pdinfo = 2 + + console.log("点击树获取部门信息",id) // 点击树获取部门信息 Userlist(id).then(res=>{ let ancestors = res.data.ancestors.slice(2).toString(); - console.log('Userlist:',res) this.parentName = res.data.parentName this.ruleForm = res.data + + + // this.ruleForm.parentId = res.data.parentId // this.ruleForm.status = res.data.status // this.ruleForm.leaderName = res.data.leaderName diff --git a/fuintAdmin_zt/src/views/financialStatement/reconciliation/tab/trading.vue b/fuintAdmin_zt/src/views/financialStatement/reconciliation/tab/trading.vue index b96fc7630..7f8fcb03d 100644 --- a/fuintAdmin_zt/src/views/financialStatement/reconciliation/tab/trading.vue +++ b/fuintAdmin_zt/src/views/financialStatement/reconciliation/tab/trading.vue @@ -129,7 +129,15 @@ - + + + + @@ -161,7 +169,13 @@ 支付失败 - + + + +