Browse Source

添加审核意见

wangchao 3 years ago
parent
commit
826d8a4e33
1 changed files with 3 additions and 2 deletions
  1. 3 2
      pages/task/audit/acquisition_settlement_approval.vue

+ 3 - 2
pages/task/audit/acquisition_settlement_approval.vue

@@ -50,7 +50,7 @@
 		<u-popup v-model="show2" mode="center">
 			<view style="width: 300px;padding: 30rpx 10rpx;border-radius: 20rpx;">
 				<view class="rejectText">审核意见</view>
-				<u-input v-model="rejectInfo" type="textarea" :border="border" :height="height" :auto-height="autoHeight"  class="rejectInfoCss"
+				<u-input v-model="rejectInfo1" type="textarea" :border="border" :height="height" :auto-height="autoHeight"  class="rejectInfoCss"
 					placeholder="请输入审核意见" />
 				<view class="flex">
 					<u-button @click="show2 = false" type="error" hover-class='none'>取消</u-button>
@@ -85,6 +85,7 @@
 				currentPage: 1,
 				pageSize: 100,
 				rejectInfo: "", //审核意见
+				rejectInfo1: "", //审核意见
 				List: [{
 					approveStatus: "",
 				}],
@@ -149,7 +150,7 @@
 			},
 			//通過
 			passSubmit() {
-				if (!this.rejectInfo) {
+				if (!this.rejectInfo1) {
 					this.$api.msg('驳回原因不能为空!')
 				}else{
 					var that = this