@@ -37,7 +38,7 @@ export default {
name: 'index',
data () {
return {
- fullscreen: this.$store.state.system.fullScreen,// 是否全屏--store读取
+
}
},
components: {
@@ -56,22 +57,15 @@ export default {
this.$router.push('/counter/list/')
},
handleFullscreen () {
- this.fullscreen = true
this.$store.commit('system/changeFullscreen', true)
},
shrink () {
- this.fullscreen = false
this.$store.commit('system/changeFullscreen', false)
},
},
computed: {
- full: function () {
- return this.$store.state.system.fullScreen
- },
- ...mapState({
- isCredit: state => state.system.isCredit
- })
+ ...mapState('system', ['fullScreen', 'isCredit'])
}
};
diff --git a/src/pages/manage/list/agent/electricRate.vue b/src/pages/manage/list/agent/electricRate.vue
index 7a92990..392ca41 100644
--- a/src/pages/manage/list/agent/electricRate.vue
+++ b/src/pages/manage/list/agent/electricRate.vue
@@ -358,6 +358,7 @@ export default {
{ answerId: 730, emptyOne: '', emptyTwo: '', operationIds: preId + ',730', type: '' },
{ answerId: 727, emptyOne: 113, emptyTwo: form.paymentMoney, operationIds: preId + ',727', type: 3 },
{ answerId: 728, emptyOne: 114, emptyTwo: form.monthlyWithholding, operationIds: preId + ',728', type: 1 },
+ { answerId: 729, emptyOne: 17, emptyTwo: form.drawPassword, operationIds: preId + ',729', type: 3 },
)
let params = {
parentId: preId,
diff --git a/src/pages/manage/list/agent/waterRate.vue b/src/pages/manage/list/agent/waterRate.vue
index 9ed5485..541c9eb 100644
--- a/src/pages/manage/list/agent/waterRate.vue
+++ b/src/pages/manage/list/agent/waterRate.vue
@@ -335,7 +335,7 @@ export default {
{ answerId: 717, emptyOne: 112, emptyTwo: form.houseId, operationIds: preId + ',717', type: 3 },
{ answerId: 718, emptyOne: 113, emptyTwo: form.paymentMoney, operationIds: preId + ',718', type: 3 },
{ answerId: 719, emptyOne: 114, emptyTwo: form.monthlyWithholding, operationIds: preId + ',719', type: 1 },
- { answerId: 720, emptyOne: 114, emptyTwo: form.drawPassword, operationIds: preId + ',720', type: 1 },
+ { answerId: 720, emptyOne: 114, emptyTwo: form.drawPassword, operationIds: preId + ',720', type: 3 },
)
let params = {
parentId: preId,
diff --git a/src/pages/manage/list/corporateLoans/apply/creditEvaluation/basic.vue b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/basic.vue
index bd2323a..cfecb6b 100644
--- a/src/pages/manage/list/corporateLoans/apply/creditEvaluation/basic.vue
+++ b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/basic.vue
@@ -147,7 +147,6 @@ export default {
}),
// 账号blur事件
accountBlur () {
- console.log(333, typeof this.form.applicationAccount)
if (this.form.applicationAccount === 12802851701099) {
this.form.customerName = '袋鼠互联网科技有限公司'
this.form.identificationType = 82
diff --git a/src/pages/manage/list/corporateLoans/apply/creditEvaluation/rating.vue b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/rating.vue
index 30702df..e7b983d 100644
--- a/src/pages/manage/list/corporateLoans/apply/creditEvaluation/rating.vue
+++ b/src/pages/manage/list/corporateLoans/apply/creditEvaluation/rating.vue
@@ -65,8 +65,26 @@
上一步
- 提交
+ 提交
+
+
+
+
+
+
+
评估完成
+
信用评级为AAAA,可进行授信申请
+
+
+
+ 确 定
+
+
+