Browse Source

活动添加页面及活动参加人员页面调整

wangqiang 1 năm trước cách đây
mục cha
commit
59470cfeeb

+ 4 - 4
src/views/luckyDraw/LuckyDrawEventsForm.vue

@@ -20,7 +20,7 @@
           </el-form-item>
         </el-col>
       </el-row>
-      <el-divider content-position="left"><i class="el-icon-document"></i>
+      <!--<el-divider content-position="left"><i class="el-icon-document"></i>
         活动奖项
         <el-button style="margin-left: 20px" type="primary" :disabled="method==='view'" size="small" @click="insertEvent()" plain>
           新增
@@ -65,7 +65,7 @@
 				</vxe-table-column>
 			</vxe-table>
 		</el-col>
-      </el-row>
+      </el-row>-->
     </el-form>
 	  <template #footer>
 		  <span class="dialog-footer">
@@ -152,7 +152,7 @@
         this.$refs['inputForm'].validate((valid) => {
           if (valid) {
             this.loading = true
-            if (this.commonJS.isEmpty(this.inputForm.luckyDrawAwardsDTOList)) {
+            /*if (this.commonJS.isEmpty(this.inputForm.luckyDrawAwardsDTOList)) {
               this.inputForm.luckyDrawAwardsDTOList = []
               this.$message.error('活动奖项未填写')
               this.loading = false
@@ -174,7 +174,7 @@
                 this.loading = false
                 throw new Error()
               }
-            })
+            })*/
             this.luckyDrawEventsService.save(this.inputForm).then((data) => {
               this.$message.success(data)
               this.loading = false

+ 1 - 1
src/views/luckyDraw/LuckyDrawMemberList.vue

@@ -12,7 +12,7 @@
         <el-input size="small" v-model="searchForm.phone" placeholder="请输入手机号" clearable></el-input>
       </el-form-item>
 		<el-form-item v-if="showHideItem" label="部门" prop="officeName">
-			<el-input size="small" v-model="searchForm.officeName" placeholder="请输入手机号" clearable></el-input>
+			<el-input size="small" v-model="searchForm.officeName" placeholder="请输入部门名称" clearable></el-input>
 		</el-form-item>
       <el-form-item v-if="showHideItem" label="公司" prop="companyName">
         <el-select v-model="searchForm.companyName" placeholder="请选择公司" clearable>