diff --git a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue index 82ce6aa7e1..73e8b7ec4b 100644 --- a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue +++ b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue @@ -95,8 +95,8 @@ - - + + @@ -458,6 +458,7 @@ export default { invoBankNum: '', invoPhone: '', isGuarantee: '', + isGuaranteeKey: '', legalIdCard: '', legalMobile: '', legalName: '', @@ -802,6 +803,11 @@ export default { this.$refs['dataForm'].validate((valid) => { if (valid) { this.FormLoading = true + if (this.temp.isGuarantee === '是') { + this.temp.isGuaranteeKey = '1' + } else if (this.temp.isGuarantee === '否') { + this.temp.isGuaranteeKey = '0' + } if (this.temp.sid === '') { SaveList(this.temp).then((response) => { this.FormLoading = false @@ -846,6 +852,11 @@ export default { } this.$refs['dataForm'].validate((valid) => { if (valid) { + if (this.temp.isGuarantee === '是') { + this.temp.isGuaranteeKey = '1' + } else if (this.temp.isGuarantee === '否') { + this.temp.isGuaranteeKey = '0' + } this.FormLoading = true this.temp.yyzzList = this.list1 this.temp.dlysxkzList = this.list2 @@ -885,6 +896,7 @@ export default { invoBankNum: '', invoPhone: '', isGuarantee: '', + isGuaranteeKey: '', legalIdCard: '', legalMobile: '', legalName: '', diff --git a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiInfo.vue b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiInfo.vue index 86c0e0c598..83db1afb14 100644 --- a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiInfo.vue +++ b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiInfo.vue @@ -80,7 +80,7 @@ - {{ temp.isGuarantee == '1' ? '是' : temp.isGuarantee == '0' ? '否' : '' }} + {{ temp.isGuarantee }} diff --git a/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangDaiBan.vue b/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangDaiBan.vue index c72ca46283..f96ef9974e 100644 --- a/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangDaiBan.vue +++ b/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangDaiBan.vue @@ -82,7 +82,7 @@ - {{ temp.isGuarantee == '1' ? '是' : temp.isGuarantee == '0' ? '否' : '' }} + {{ temp.isGuarantee }} diff --git a/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangEdit.vue b/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangEdit.vue index d76ae0366a..b22b2cf2dc 100644 --- a/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangEdit.vue +++ b/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangEdit.vue @@ -94,8 +94,8 @@ - - + + @@ -457,6 +457,7 @@ export default { invoBankNum: '', invoPhone: '', isGuarantee: '', + isGuaranteeKey: '', legalIdCard: '', legalMobile: '', legalName: '', @@ -797,6 +798,11 @@ export default { } this.$refs['dataForm'].validate((valid) => { if (valid) { + if (this.temp.isGuarantee === '是') { + this.temp.isGuaranteeKey = '1' + } else if (this.temp.isGuarantee === '否') { + this.temp.isGuaranteeKey = '0' + } this.FormLoading = true if (this.temp.sid === '') { SaveList(this.temp).then((response) => { @@ -856,6 +862,11 @@ export default { } this.$refs['dataForm'].validate((valid) => { if (valid) { + if (this.temp.isGuarantee === '是') { + this.temp.isGuaranteeKey = '1' + } else if (this.temp.isGuarantee === '否') { + this.temp.isGuaranteeKey = '0' + } this.FormLoading = true this.temp.yyzzList = this.list1 this.temp.dlysxkzList = this.list2 diff --git a/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangYiBan.vue b/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangYiBan.vue index ad190987c7..36e0be1b0d 100644 --- a/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangYiBan.vue +++ b/anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangYiBan.vue @@ -80,7 +80,7 @@ - {{ temp.isGuarantee == '1' ? '是' : temp.isGuarantee == '0' ? '否' : '' }} + {{ temp.isGuarantee }}