Commit afdbc956 by wangguangchao

付款交易复核页面表外信息问题修复

parent 91d13d3d
...@@ -760,6 +760,8 @@ export default { ...@@ -760,6 +760,8 @@ export default {
this.executeRule("bddgrp.rec.docprbrol").then((res) => { this.executeRule("bddgrp.rec.docprbrol").then((res) => {
if ((res.respCode == SUCCESS)) { if ((res.respCode == SUCCESS)) {
Utils.copyValueFromVO(this.model, res.data); Utils.copyValueFromVO(this.model, res.data);
this.stmData.data=res.data.liaall_tenstm.rows;
this.$refs.bwxxIst.$refs.table.toggleAllSelection();
} }
}); });
}, },
......
...@@ -189,9 +189,9 @@ export default { ...@@ -189,9 +189,9 @@ export default {
console.log(rtnmsg) console.log(rtnmsg)
Utils.copyValueFromVO(this.model,rtnmsg.data) Utils.copyValueFromVO(this.model,rtnmsg.data)
that.$refs.utlp.stmData.data=rtnmsg.data.liaall_tenstm.rows that.$refs.utlp.stmData.data=rtnmsg.data.liaall_tenstm.rows
this.$nextTick(() => { // this.$nextTick(() => {
that.$refs.utlp.$refs.bwxxIst.$refs.table.toggleAllSelection() // that.$refs.utlp.$refs.bwxxIst.$refs.table.toggleAllSelection()
}) // })
// 解决init后扣费后付款金额字段没有值问题 // 解决init后扣费后付款金额字段没有值问题
this.$nextTick(() => { this.$nextTick(() => {
//that.$refs.utlp.commonExecuteRule('setmod.redamt') //that.$refs.utlp.commonExecuteRule('setmod.redamt')
...@@ -206,7 +206,7 @@ export default { ...@@ -206,7 +206,7 @@ export default {
{ {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
} },
} }
</script> </script>
<style> <style>
......
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