gjy 3 년 전
부모
커밋
6a9b8211a4
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      pages/task/audit/Issueandreceipt_task_approval.vue

+ 4 - 3
pages/task/audit/Issueandreceipt_task_approval.vue

@@ -246,7 +246,7 @@
 				</view>
 			</u-form>
 		</view>
-		<view v-if='show' class="shade">
+		<view v-if='show1' class="shade">
 			<view class="wrap">
 				<view class="alert-top">
 					<view class="title">
@@ -292,6 +292,7 @@
 				retreatList: {}, //退
 				type: '移库',
 				show: false,
+				show1: false,
 				auditMind: '',
 				pjList: [{
 						type: '一等品'
@@ -369,11 +370,11 @@
 				this.show = false
 			},
 			pass() {
-				this.show = true
+				this.show1 = true
 				this.title = '审核意见(通过)'
 			},
 			reject() {
-				this.show = true
+				this.show1 = true
 				this.title = '驳回原因(驳回)'
 			},
 			passSubmit() {