Bläddra i källkod

案件详情,归档详情,仲裁申请书展示,流程信息展示下一步操作角色

gyj 2 år sedan
förälder
incheckning
9f74eaea1b

+ 7
- 3
src/views/caseFiling/archiveList.vue Visa fil

34
         <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
34
         <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
35
       </el-form-item>
35
       </el-form-item>
36
     </el-form>
36
     </el-form>
37
-    <!-- <el-row>
38
-         <el-button  size="mini">案件归档</el-button>
39
-    </el-row> -->
37
+    <el-row style="margin-bottom:5px;">
38
+         <el-button type="primary" size="mini" class="el-icon-download" @click="downloadZips">案件归档</el-button>
39
+    </el-row>
40
     <el-table v-loading="loading" :data="dataList" style="width: 100%">
40
     <el-table v-loading="loading" :data="dataList" style="width: 100%">
41
       <el-table-column label="序号" type="index" align="center">
41
       <el-table-column label="序号" type="index" align="center">
42
         <template slot-scope="scope">
42
         <template slot-scope="scope">
130
       this.resetForm("queryForm");
130
       this.resetForm("queryForm");
131
       this.handleQuery();
131
       this.handleQuery();
132
     },
132
     },
133
+    // 下在案件归档压缩包
134
+    downloadZips(){
135
+      //  console.log(this.download) 
136
+    },
133
     // 查询列表数据
137
     // 查询列表数据
134
     getList(parms) {
138
     getList(parms) {
135
       this.loading = true;
139
       this.loading = true;

+ 9
- 0
src/views/caseFiling/components/caseInfo.vue Visa fil

126
             </p>
126
             </p>
127
           </el-form-item>
127
           </el-form-item>
128
         </el-col>
128
         </el-col>
129
+        <el-col :span="24">
130
+           <el-form-item label="仲裁申请书:">
131
+              <div v-for="item in caseApplicationObj.caseAttachList" v-if="item.annexType ==1">
132
+                <el-link target="_blank" type="primary" :href ="fileURL+item.annexPath">{{item.annexName}}</el-link>
133
+              </div>
134
+           </el-form-item>
135
+        </el-col>
129
       </el-row>
136
       </el-row>
130
     </el-form>
137
     </el-form>
131
     <!-- 申请人主体信息 -->
138
     <!-- 申请人主体信息 -->
512
   props: ["caseApplicationObj"],
519
   props: ["caseApplicationObj"],
513
   data() {
520
   data() {
514
     return {
521
     return {
522
+      fileURL: window.location.origin + "/API",
515
       formData: {},
523
       formData: {},
516
       applicateArr: [],
524
       applicateArr: [],
517
       quiltArr: [],
525
       quiltArr: [],
561
     if (this.caseApplicationObj) {
569
     if (this.caseApplicationObj) {
562
       this.formData = this.caseApplicationObj;
570
       this.formData = this.caseApplicationObj;
563
     }
571
     }
572
+    console.log(this.caseApplicationObj)
564
     console.log("this.formData", this.formData);
573
     console.log("this.formData", this.formData);
565
     if (this.caseApplicationObj && this.caseApplicationObj.caseAffiliates) {
574
     if (this.caseApplicationObj && this.caseApplicationObj.caseAffiliates) {
566
       this.caseApplicationObj.caseAffiliates.forEach((item) => {
575
       this.caseApplicationObj.caseAffiliates.forEach((item) => {

+ 10
- 0
src/views/caseManagement/components/caseentryDialog.vue Visa fil

583
         @click="generateForm1()"
583
         @click="generateForm1()"
584
         >新增被申请人主体信息</el-button
584
         >新增被申请人主体信息</el-button
585
       > -->
585
       > -->
586
+      <div>
587
+         <div style="display: inline-flex">
588
+            <div class="infoIcon"></div>
589
+            <div class="caseInfo2">仲裁申请书:</div>
590
+          </div>
591
+        <div v-for="item in caseAttachList" :key ="item.annexId" v-if="item.annexType==1" style="margin-top:-25px;margin-left:100px;">
592
+          <el-link target="_blank" type="primary" :href="fileURL+item.annexPath">{{item.annexName}}</el-link>
593
+        </div>
594
+      </div>
586
       <div slot="footer" class="dialog-footer">
595
       <div slot="footer" class="dialog-footer">
587
         <el-button type="primary" @click="submitForm" v-if="flag != 0" class="endbutton"><span>确 定</span></el-button>
596
         <el-button type="primary" @click="submitForm" v-if="flag != 0" class="endbutton"><span>确 定</span></el-button>
588
         <el-button @click="cancel" class="endbutton1"><span>取 消</span></el-button>
597
         <el-button @click="cancel" class="endbutton1"><span>取 消</span></el-button>
609
   ],
618
   ],
610
   data() {
619
   data() {
611
     return {
620
     return {
621
+      fileURL: window.location.origin + "/API",
612
       formData: this.form,
622
       formData: this.form,
613
       filedata: {
623
       filedata: {
614
         annexType: 2,
624
         annexType: 2,

+ 2
- 1
src/views/caseManagement/components/viewprocessDialog.vue Visa fil

3
         <el-dialog title="案件流程" :visible="processVisable" @close="cancel" center :distroy-on-close="true">
3
         <el-dialog title="案件流程" :visible="processVisable" @close="cancel" center :distroy-on-close="true">
4
             <div>
4
             <div>
5
                 <el-steps class="steps" :active="caseStatus">
5
                 <el-steps class="steps" :active="caseStatus">
6
-                    <el-step :title="item.caseNodeName || item.content" v-for="(item,index) in pageData.allCasenode" :key="index" :description="(item.createNickName || '') + (item.caseNodeTime || '')"></el-step>
6
+                    <el-step :title="item.caseNodeName || item.content" v-for="(item,index) in pageData.allCasenode" :key="index" :description="(item.createNickName || '') + (item.caseNodeTime || '')+(item.nextRoleName || '')"></el-step>
7
                    
7
                    
8
                 </el-steps>
8
                 </el-steps>
9
             </div>
9
             </div>
41
             selectCaseProgress(data).then(res=>{
41
             selectCaseProgress(data).then(res=>{
42
                  this.pageData = res.data.data; 
42
                  this.pageData = res.data.data; 
43
                 let allCasenode = res.data.data.allCasenode;
43
                 let allCasenode = res.data.data.allCasenode;
44
+                console.log(allCasenode)
44
                 allCasenode.forEach((item,index) => {
45
                 allCasenode.forEach((item,index) => {
45
                     if(item.caseNode==res.data.data.caseStatus){
46
                     if(item.caseNode==res.data.data.caseStatus){
46
                         this.caseStatus = index
47
                         this.caseStatus = index