瀏覽代碼

文件补充调整

sangwenwei 10 月之前
父節點
當前提交
22a77072cc

+ 1 - 1
src/views/ccpm/reimbursement/info/InfoList.vue

@@ -211,7 +211,7 @@
 					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
 				</template>
 			</vxe-column>
-			<vxe-column min-width="100" title="文件补充状态" fixed="right" align="center" field="fileStatus">
+			<vxe-column width="100" title="文件补充状态" fixed="right" align="center" field="fileStatus">
 				<template #default="scope">
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 				</template>

+ 1 - 1
src/views/ccpm/reimbursement/info/ReimbursementFileSupplementForm.vue

@@ -1394,7 +1394,7 @@
             this.inputForm.fileStatus = '2'
 			  this.inputForm.assignee = this.inputForm.createById
             this.reimbursementService.saveFile(this.inputForm).then((data) => {
-				this.inputForm.title = `${this.$store.state.user.name} 发起了 [${data.no}] - ` + describe
+				this.inputForm.title = `${this.$store.state.user.name} 发起了${data.name} 的 [${data.no}] - ` + describe
 				this.inputForm.formTitle = title
 				this.inputForm.id = data.businessId
               callback(data.businessTable, data.businessId, this.inputForm)

+ 1 - 1
src/views/consultancy/reimbursement/info/InfoList.vue

@@ -211,7 +211,7 @@
 					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
 				</template>
 			</vxe-column>
-			<vxe-column min-width="100" title="文件补充状态" fixed="right" align="center" field="fileStatus">
+			<vxe-column width="100" title="文件补充状态" fixed="right" align="center" field="fileStatus">
 				<template #default="scope">
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 				</template>

+ 1 - 1
src/views/consultancy/reimbursement/info/ReimbursementFileSupplementForm.vue

@@ -1382,7 +1382,7 @@
             this.inputForm.fileStatus = '2'
 			  this.inputForm.assignee = this.inputForm.createById
             this.reimbursementService.saveFile(this.inputForm).then((data) => {
-				this.inputForm.title = `${this.$store.state.user.name} 发起了 [${data.no}] - ` + describe
+				this.inputForm.title = `${this.$store.state.user.name} 发起了 ${data.name} 的  [${data.no}] - ` + describe
 				this.inputForm.formTitle = title
 				this.inputForm.id = data.businessId
               callback(data.businessTable, data.businessId, this.inputForm)

+ 2 - 1
src/views/cw/reimbursementApproval/info/ReimbursementFileSupplementForm.vue

@@ -1065,6 +1065,7 @@
 					businessFlag: '',
 					paymentStatus:'',
 					createById:'',
+					createName:'',
 					procInsIdFile: '',
 					fileSuppleId:'' //文件补充id
 				}
@@ -1566,7 +1567,7 @@
 						this.inputForm.fileStatus = '2'
 						this.inputForm.assignee = this.inputForm.createById
 						this.reimbursementApprovalService.saveFile(this.inputForm).then((data) => {
-							this.inputForm.title = `${this.$store.state.user.name} 发起了 [${data.no}] - ` + describe
+							this.inputForm.title = `${this.$store.state.user.name} 发起了 ${data.name} 的 [${data.no}] - ` + describe
 							this.inputForm.formTitle = title
 							this.inputForm.id = data.businessId
 							callback(data.businessTable, data.businessId, this.inputForm)

+ 1 - 1
src/views/reimbursement/info/ReimbursementFileSupplementForm.vue

@@ -1481,7 +1481,7 @@
 						this.inputForm.assignee = this.inputForm.createById
 						this.reimbursementService.saveFile(this.inputForm).then((data) => {
 							this.inputForm.id = data.businessId
-							this.inputForm.title = `${this.$store.state.user.name} 发起了 [${data.no}] - ` + describe
+							this.inputForm.title = `${this.$store.state.user.name} 发起了${data.name} 的 [${data.no}] - ` + describe
 							this.inputForm.formTitle = title
 							callback(data.businessTable, data.businessId, this.inputForm)
 							this.$refs.inputForm.resetFields()

+ 1 - 1
src/views/zs/reimbursement/info/InfoList.vue

@@ -211,7 +211,7 @@
 					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
 				</template>
 			</vxe-column>
-			<vxe-column min-width="100" title="文件补充状态" fixed="right" align="center" field="fileStatus">
+			<vxe-column width="100" title="文件补充状态" fixed="right" align="center" field="fileStatus">
 				<template #default="scope">
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 				</template>

+ 1 - 1
src/views/zs/reimbursement/info/ReimbursementFileSupplementForm.vue

@@ -1380,7 +1380,7 @@
             this.inputForm.fileStatus = '2'
 			  this.inputForm.assignee = this.inputForm.createById
 			  this.reimbursementService.saveFile(this.inputForm).then((data) => {
-				this.inputForm.title = `${this.$store.state.user.name} 发起了 [${data.no}] - ` + describe
+				this.inputForm.title = `${this.$store.state.user.name} 发起了 ${data.name} 的 [${data.no}] - ` + describe
 				this.inputForm.formTitle = title
 				this.inputForm.id = data.businessId
               callback(data.businessTable, data.businessId, this.inputForm)