Browse Source

批量归档

sangwenwei 1 year ago
parent
commit
77256de614

+ 1 - 1
src/api/cw/fillingbatch/FillingbatchService.js

@@ -39,7 +39,7 @@ export default {
 	},
 	updateStatusById: function (data) {
 		return request({
-			url: prefix + "/cwFillingbatch/updateStatusById",
+			url: prefix +  "/cwFillingbatch/updateStatusById",
 			method: "post",
 			data: data,
 		});

+ 1 - 1
src/views/cw/fillingbatch/FileForm.vue

@@ -10,7 +10,7 @@
       v-model="visible">
       <el-form :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''"  :disabled="method==='view'"
                label-width="100px" @submit.native.prevent>
-		  <el-button  type="primary" :disabled="this.method === 'edit'"  @click="insertEvent" plain>
+		  <el-button  type="primary" :disabled="this.method === 'edit'"   @click="insertEvent" plain>
 			  添加文件信息
 		  </el-button>
 		  <vxe-table

+ 1 - 1
src/views/cw/fillingbatch/FillingbatchDia.vue

@@ -85,7 +85,7 @@
 							:edit-config="{trigger: 'click', mode: 'row', showStatus: true, autoClear: true, icon:'_'}"
 							:tree-config="{transform: true,rowField: 'id', parentField: 'parentId', accordion: true}"
 							row-id="id">
-							<vxe-column title="归档项目编号/文件类型" field="projectNumber" align="center" tree-node>
+							<vxe-column title="归档项目编号/文件类型" field="projectNumber"  align="center" tree-node>
 								<template v-slot:edit="scope">
 									<el-input  v-model="scope.row.projectNumber" :disabled="true"></el-input>
 								</template>

+ 1 - 1
src/views/cw/fillingbatch/FillingbatchForm.vue

@@ -120,7 +120,7 @@
 							</vxe-column>
 							<vxe-column title="操作" width="230px" fixed="right" align="center">
 								<template  #default="scope">
-									<el-button v-if="scope.row.level === '1'" :disabled="status === 'audit' || status === 'taskFormDetail'" text type="primary" @click="add(scope.row)">添加</el-button>
+									<el-button  v-if="scope.row.level === '1'" :disabled="status === 'audit' || status === 'taskFormDetail'" text type="primary" @click="add(scope.row)">添加</el-button>
 									<el-button v-if="scope.row.level !== '1'" :disabled="status === 'audit' || status === 'taskFormDetail'" text type="primary" @click="edit(scope.row)">修改</el-button>
 									<el-button text type="primary" v-if="scope.row.level === '1'"  :disabled ="scope.row.level === '1' && commonJS.isNotEmpty(scope.row.children)" @click="removeEvent(scope.row,scope.$rowIndex)">删除</el-button>
 									<el-button text type="primary" v-if="scope.row.level !== '1'" :disabled="status === 'audit' || status === 'taskFormDetail'" @click="removeEvent(scope.row,scope.$rowIndex)">删除</el-button>

+ 1 - 1
src/views/cw/fillingbatch/FillingbatchList.vue

@@ -62,7 +62,7 @@
 					:data="dataList"
 					:tree-config="{transform: true, rowField: 'id', parentField: 'parentId'}"
 					:checkbox-config="{}">
-					<vxe-column type="seq" width="60" title="序号"></vxe-column>
+					<vxe-column  type="seq" width="60" title="序号"></vxe-column>
 					<vxe-column title="归档批次号/报告号" field="no" align="center" tree-node>
 						<template #default="scope">
 							<el-link  type="primary" :underline="false" v-if="hasPermission('cwProjectRecords:view')" @click="view(scope.row)">{{scope.row.no}}</el-link>

+ 1 - 1
src/views/cw/fillingbatch/ProgramPageForm.vue

@@ -9,7 +9,7 @@
       @close="close"
       append-to-body
       v-model="visible">
-          <el-form :inline="true" class="query-form" ref="searchForm" :model="searchForm" @submit.native.prevent>
+          <el-form  :inline="true" class="query-form" ref="searchForm" :model="searchForm" @submit.native.prevent>
             <!-- 搜索框-->
             <el-form-item label="项目名称" prop="name">
               <el-input v-model="searchForm.name" placeholder="请输入项目名称" clearable></el-input>

+ 1 - 1
src/views/flowable/task/TaskForm.vue

@@ -808,7 +808,7 @@ export default {
 				this.procDefId.includes('Process_1702005929963') ||
 				this.procDefId.includes('Process_1702369424692') ||
 				this.procDefId.includes('Process_1670486210440') ||
-				this.procDefId.includes('Process_1706856742798')
+				this.procDefId.includes('Process_1706856742798') ||
 				this.procDefId.includes('Process_1670486210440') ||
 				this.procDefId.includes('Process_1706161347628') ||
 				this.procDefId.includes('Process_1706253503727') ||