diff --git a/pages/handlecase/component/list.vue b/pages/handlecase/component/list.vue index 97e2fbe..9838e3d 100644 --- a/pages/handlecase/component/list.vue +++ b/pages/handlecase/component/list.vue @@ -53,6 +53,9 @@ --> + + + @@ -128,6 +131,12 @@ this.clickPay(9) } }, + // 案件质证 + caseCrossExamin(){ + uni.navigateTo({ + url:`/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}` + }) + }, // 案件详情以及操作 caseDetail() { uni.navigateTo({ diff --git a/pages/handlecase/index.vue b/pages/handlecase/index.vue index ac08737..2815462 100644 --- a/pages/handlecase/index.vue +++ b/pages/handlecase/index.vue @@ -186,19 +186,21 @@ obj = { pageNum: this.pageNum, pageSize: this.pageSize, + caseFlowId:this.caseFlowId } } this.getList(obj) this.getButtonList() }, - // onLoad() { - // let obj = { - // pageNum: this.pageNum, - // pageSize: this.pageSize, - // caseStatus:4 - // } - // this.getList(obj) - // } + onLoad(data) { + this.caseFlowId = data.caseFlowId + // let obj = { + // pageNum: this.pageNum, + // pageSize: this.pageSize, + // caseStatus:4 + // } + // this.getList(obj) + } } diff --git a/pages/index.vue b/pages/index.vue index 6b10f39..a186978 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -4,7 +4,7 @@ - + {{item.caseCount}} @@ -13,12 +13,14 @@ {{item.caseStatusName}} + + + - + 待立案申请 @@ -27,7 +29,6 @@ {{dataCount.caseApplyCheck}} - 待立案审查 @@ -36,7 +37,6 @@ {{dataCount.caseApplyPay}} - 待缴费 @@ -45,16 +45,22 @@ {{dataCount.caseApplyPayCheck}} - 待缴费确认 - + --> + {{dataCount.caseApplyEvidence}} + + + + 待案件质证 + + + 待组庭审核 @@ -63,7 +69,6 @@ {{dataCount.caseApplyGroupConfirm}} - 待组庭确定 @@ -72,7 +77,6 @@ {{dataCount.caseApplyArbitrateWay}} - 待审核仲裁方式 @@ -81,7 +85,6 @@ {{ dataCount.updateOnlineHearDate}} - 待确认开庭时间 @@ -90,7 +93,6 @@ {{dataCount.caseApplyGroupOnline}} - 待开庭审理 @@ -99,7 +101,6 @@ {{dataCount.caseApplyGroupOffline}} - 待书面审理 @@ -108,7 +109,6 @@ {{dataCount.caseApplyAwardCheck}} - 待核验仲裁文书 @@ -117,7 +117,6 @@ {{dataCount.arbitratorApplyAwardConfirm }} - 待仲裁员核验仲裁文书 @@ -126,7 +125,6 @@ {{dataCount.caseApplyAwardConfirm}} - 待审核仲裁文书 @@ -135,7 +133,6 @@ {{dataCount.caseApplyAwardSign}} - 待仲裁文书签名 @@ -144,7 +141,6 @@ {{dataCount.caseApplyAwardSeal}} - 待仲裁文书用印 @@ -153,7 +149,6 @@ {{dataCount.caseApplyAwardSend}} - 待仲裁文书送达 @@ -162,19 +157,22 @@ {{dataCount.caseApplyStored}} - 待案件归档 - + --> diff --git a/pages/login.vue b/pages/login.vue index 6397c08..63dca41 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -6,7 +6,7 @@ 仲裁平台 - + 调解平台 diff --git a/pages/mine/setting/index.vue b/pages/mine/setting/index.vue index 0f9f058..694cf95 100644 --- a/pages/mine/setting/index.vue +++ b/pages/mine/setting/index.vue @@ -7,7 +7,7 @@ 修改密码 - + diff --git a/pages/work/index.vue b/pages/work/index.vue index 89d428c..ff87059 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -28,28 +28,29 @@ - 待办案件 + 待办案件 + 我的申请 + + + + + + 立案申请 + + + +