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() {