| 
															
														 | 
														
															 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															52
														 | 
														
															     </div> 
														 | 
														
															52
														 | 
														
															     </div> 
														 | 
													
												
													
														| 
															53
														 | 
														
															  
														 | 
														
															53
														 | 
														
															  
														 | 
													
												
													
														| 
															54
														 | 
														
															     <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" :before-close="handleDialogClose" center> 
														 | 
														
															54
														 | 
														
															     <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" :before-close="handleDialogClose" center> 
														 | 
													
												
													
														| 
															55
														 | 
														
															-      <el-tabs v-model="activeName" @tab-click="handleClick"> 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															55
														 | 
														
															+      <el-tabs v-model="activeName" @tab-click="handleClick" type="card"> 
														 | 
													
												
													
														| 
															56
														 | 
														
															         <el-tab-pane label="上下分" name="deposit"> 
														 | 
														
															56
														 | 
														
															         <el-tab-pane label="上下分" name="deposit"> 
														 | 
													
												
													
														| 
															57
														 | 
														
															-          <el-form :rules="rules" ref="dataForm" :model="temp" label-position="left" label-width="100px" style='width: 400px; margin-left:50px;'> 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															57
														 | 
														
															+          <el-form :rules="rules" ref="depositForm" :model="temp" label-position="left" label-width="100px" style='width: 400px; margin-left:50px;'> 
														 | 
													
												
													
														| 
															58
														 | 
														
															             <el-form-item label="ID" prop="id"> 
														 | 
														
															58
														 | 
														
															             <el-form-item label="ID" prop="id"> 
														 | 
													
												
													
														| 
															59
														 | 
														
															               <el-input v-model="temp.id" :disabled="true"></el-input> 
														 | 
														
															59
														 | 
														
															               <el-input v-model="temp.id" :disabled="true"></el-input> 
														 | 
													
												
													
														| 
															60
														 | 
														
															             </el-form-item> 
														 | 
														
															60
														 | 
														
															             </el-form-item> 
														 | 
													
												
											
												
													
														| 
															
														 | 
														
															 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															70
														 | 
														
															           </el-form> 
														 | 
														
															70
														 | 
														
															           </el-form> 
														 | 
													
												
													
														| 
															71
														 | 
														
															         </el-tab-pane> 
														 | 
														
															71
														 | 
														
															         </el-tab-pane> 
														 | 
													
												
													
														| 
															72
														 | 
														
															         <el-tab-pane label="獎懲" name="reward"> 
														 | 
														
															72
														 | 
														
															         <el-tab-pane label="獎懲" name="reward"> 
														 | 
													
												
													
														| 
															73
														 | 
														
															-          <el-form :rules="rules" ref="dataForm" :model="temp" label-position="left" label-width="100px" style='width: 400px; margin-left:50px;'> 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															73
														 | 
														
															+          <el-form :rules="rules" ref="rewardForm" :model="temp" label-position="left" label-width="100px" style='width: 400px; margin-left:50px;'> 
														 | 
													
												
													
														| 
															74
														 | 
														
															             <el-form-item label="ID" prop="id"> 
														 | 
														
															74
														 | 
														
															             <el-form-item label="ID" prop="id"> 
														 | 
													
												
													
														| 
															75
														 | 
														
															               <el-input v-model="temp.id" :disabled="true"></el-input> 
														 | 
														
															75
														 | 
														
															               <el-input v-model="temp.id" :disabled="true"></el-input> 
														 | 
													
												
													
														| 
															76
														 | 
														
															             </el-form-item> 
														 | 
														
															76
														 | 
														
															             </el-form-item> 
														 | 
													
												
											
												
													
														| 
															
														 | 
														
															 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															175
														 | 
														
															       this.dialogStatus = 'deposit' 
														 | 
														
															175
														 | 
														
															       this.dialogStatus = 'deposit' 
														 | 
													
												
													
														| 
															176
														 | 
														
															       this.dialogFormVisible = true 
														 | 
														
															176
														 | 
														
															       this.dialogFormVisible = true 
														 | 
													
												
													
														| 
															177
														 | 
														
															       this.$nextTick(() => { 
														 | 
														
															177
														 | 
														
															       this.$nextTick(() => { 
														 | 
													
												
													
														| 
															178
														 | 
														
															-        this.$refs['dataForm'].clearValidate() 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															178
														 | 
														
															+        this.$refs['depositForm'].clearValidate() 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															179
														 | 
														
															+        this.$refs['rewardForm'].clearValidate()         
														 | 
													
												
													
														| 
															179
														 | 
														
															       }) 
														 | 
														
															180
														 | 
														
															       }) 
														 | 
													
												
													
														| 
															180
														 | 
														
															     }, 
														 | 
														
															181
														 | 
														
															     }, 
														 | 
													
												
													
														| 
															181
														 | 
														
															     depositChips() { 
														 | 
														
															182
														 | 
														
															     depositChips() { 
														 | 
													
												
													
														| 
															182
														 | 
														
															-      this.$refs['dataForm'].validate((valid) => { 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															183
														 | 
														
															+      this.$refs['depositForm'].validate((valid) => { 
														 | 
													
												
													
														| 
															183
														 | 
														
															         if (valid) { 
														 | 
														
															184
														 | 
														
															         if (valid) { 
														 | 
													
												
													
														| 
															184
														 | 
														
															           const tempData = Object.assign({}, this.temp) 
														 | 
														
															185
														 | 
														
															           const tempData = Object.assign({}, this.temp) 
														 | 
													
												
													
														| 
															185
														 | 
														
															           chipsDeposit(tempData).then(() => { 
														 | 
														
															186
														 | 
														
															           chipsDeposit(tempData).then(() => { 
														 | 
													
												
											
												
													
														| 
															
														 | 
														
															 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															265
														 | 
														
															       this.dialogFormVisible = false; 
														 | 
														
															266
														 | 
														
															       this.dialogFormVisible = false; 
														 | 
													
												
													
														| 
															266
														 | 
														
															     }, 
														 | 
														
															267
														 | 
														
															     }, 
														 | 
													
												
													
														| 
															267
														 | 
														
															     rewardChips() { 
														 | 
														
															268
														 | 
														
															     rewardChips() { 
														 | 
													
												
													
														| 
															268
														 | 
														
															-      this.$refs['dataForm'].validate((valid) => { 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															269
														 | 
														
															+      this.$refs['rewardForm'].validate((valid) => { 
														 | 
													
												
													
														| 
															269
														 | 
														
															         if (valid) { 
														 | 
														
															270
														 | 
														
															         if (valid) { 
														 | 
													
												
													
														| 
															270
														 | 
														
															           const tempData = Object.assign({}, this.temp) 
														 | 
														
															271
														 | 
														
															           const tempData = Object.assign({}, this.temp) 
														 | 
													
												
													
														| 
															271
														 | 
														
															           chipsReward(tempData).then(() => { 
														 | 
														
															272
														 | 
														
															           chipsReward(tempData).then(() => { 
														 |