diff --git a/pages.json b/pages.json index e61466d..56f9159 100644 --- a/pages.json +++ b/pages.json @@ -1,4 +1,5 @@ { + "lazyCodeLoading":"requiredComponents", "pages": [{ "path": "pages/switchSystem", "style": { @@ -255,4 +256,5 @@ "navigationBarTitleText": "RuoYi", "navigationBarBackgroundColor": "#FFFFFF" } + } \ No newline at end of file diff --git a/pages/handlecase/component/newlyAddedCase.vue b/pages/handlecase/component/newlyAddedCase.vue index 37c57e0..03e9600 100644 --- a/pages/handlecase/component/newlyAddedCase.vue +++ b/pages/handlecase/component/newlyAddedCase.vue @@ -46,17 +46,32 @@ + - + + + + + + + :placeholder="formData.affiliate.organizeFlag==0 ? '请输入证件号码':'请输入统一社会代码'" /> - + @@ -91,6 +107,7 @@ + @@ -156,11 +173,21 @@ data() { return { baseUrl: config.baseUrlTJ, + certificate: [ + { value: 0, text: "身份证" }, + { value: 1, text: "护照" }, + ], + nationality: [ + { value: 0, text: "国内" }, + { value: 1, text: "国外" }, + ], formZipData: {}, formData: { affiliate: { organizeFlag: 0, respondentSex: 0, + idType:0, + nationality:0 }, columnValueList: [], caseAttachList: [], @@ -251,11 +278,14 @@ getUserInfoNumber() { getUserInfo().then(res => { this.getUserInfoList = res.data + console.log(res.data) if (this.formData.affiliate.organizeFlag == 0) { this.$set(this.formData.affiliate, 'applicationName', res.data.nickName) this.$set(this.formData.affiliate, 'code', res.data.idCard) this.$set(this.formData.affiliate, 'applicationEmail', res.data.email) this.$set(this.formData.affiliate, 'applicationPhone', res.data.phonenumber) + this.$set(this.formData.affiliate, 'idType', res.data.idType) + this.$set(this.formData.affiliate, 'nationality', res.data.nationality) // this.$set(this.formData.affiliate, 'nameAgent', res.data.nickName) this.disabledVal = false this.disabledApplicat = true @@ -264,6 +294,7 @@ this.$set(this.formData.affiliate, 'nameAgent', res.data.nickName) this.$set(this.formData.affiliate, 'agentEmail', res.data.email) this.$set(this.formData.affiliate, 'contactTelphoneAgent', res.data.phonenumber) + this.$set(this.formData.affiliate, 'nationality', res.data.nationality) this.disabledVal = true this.disabledApplicat = false } @@ -411,8 +442,8 @@ icon: 'none', duration: 1000 }) - uni.navigateTo({ - url: '../index' + uni.navigateBack({ + delta: 1 }) }); }, @@ -565,6 +596,10 @@ delta: 1 }) }, + // 改变证件类型 + changeDocment(e){ + console.log(e) + } }, onLoad(data) { this.ids = data.id @@ -597,4 +632,7 @@ .assignrbitrators { margin: 30rpx; } + ::v-deep .uni-icons[data-v-a2e81f6e]{ + display: none; + } \ No newline at end of file diff --git a/pages/handlecase/index.vue b/pages/handlecase/index.vue index ff35b77..0982db3 100644 --- a/pages/handlecase/index.vue +++ b/pages/handlecase/index.vue @@ -170,7 +170,7 @@ } } this.getList(obj) - } + }, }, onShow() { this.buttonList = [] @@ -201,8 +201,13 @@ // caseStatus:4 // } // this.getList(obj) + }, + onUnload(){ + wx.reLaunch({ + url: '/pages/work/index' + }) } - + } diff --git a/pages/index.vue b/pages/index.vue index 9f1113b..ea72802 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,5 @@ - + - - + } + diff --git a/pages/register.vue b/pages/register.vue index 9e1d241..d6df5ee 100644 --- a/pages/register.vue +++ b/pages/register.vue @@ -3,7 +3,8 @@ - 仲裁系统注册 + 仲裁系统注册 + 调解系统注册