Commit 3e61bf53 authored by 吴春's avatar 吴春

修改代收代付提示

parent 739fd675
......@@ -1883,7 +1883,7 @@
brandName+=item.BName;
}
});
brandName+= (this.$route.query.Type==1?'代收':'代付')+'此笔款项,请正确选择,避免驳回';
brandName+= (this.$route.query.Type==1?'代收':'代付')+'此笔款项,请确认准确避免驳回';
this.$confirm(brandName, this.$t('tips.tips'), {
confirmButtonText: '确认提交',
cancelButtonText: '取消提交',
......
......@@ -1631,7 +1631,7 @@
brandName+=item.BName;
}
});
brandName+= (this.$route.query.Type==1?'代收':'代付')+'此笔款项,请正确选择,避免驳回';
brandName+= (this.$route.query.Type==1?'代收':'代付')+'此笔款项,请确认准确避免驳回';
this.$confirm(brandName, this.$t('tips.tips'), {
confirmButtonText: '确认提交',
cancelButtonText: '取消提交',
......
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