Przeglądaj źródła

新增校验“第25步支部大会的会议时间与第16步支委会转正的时间不相同!”

Rockery 3 lat temu
rodzic
commit
c6e2b52e1b

+ 6 - 0
src/components/UpdatePartyDevelop/index.vue

@@ -3380,6 +3380,12 @@ export default {
         }
       }
     },
+    // 第25步 支部大会的会议时间
+    'formObj.formModel.branchPartyBigMeetingTime1'(newValue, oldValue) {
+      if (newValue && (newValue !== oldValue) && (newValue != this.formObj.formModel.branchPartyConfirmTime) && (this.currentOperateType !== 'EDIT' || (this.currentOperateType === 'EDIT' && oldValue !== undefined))) {
+        this.$alert('第25步支部大会的会议时间与第16步支委会转正的时间不相同!', '温馨提示', { type: 'warning' });
+      }
+    },
     // 第27步 基层党委审批会议时间
     'formObj.formModel.basicPartyCheckMeetingTime1'(newValue, oldValue) {
       if (newValue && (newValue !== oldValue) && (newValue != this.formObj.formModel.confirmBasicPartyCheckIdeaTime) && (this.currentOperateType !== 'EDIT' || (this.currentOperateType === 'EDIT' && oldValue !== undefined))) {

+ 2 - 2
src/views/PartyBuildingMgr/FullPartyMember/FullPartyMemberIndex.vue

@@ -3,7 +3,7 @@
  * @Author: Rockery
  * @Date: 2021-12-10 10:39:07
  * @LastEditors: Rockery
- * @LastEditTime: 2022-01-21 15:52:53
+ * @LastEditTime: 2022-02-09 09:44:40
  * @FilePath: \party_construct_web\src\views\PartyBuildingMgr\FullPartyMember\FullPartyMemberIndex.vue
  * @Copyright: Copyright (c) 2016~2021 Rockery(1113269755@qq.com)
 -->
@@ -131,7 +131,7 @@
                               <div class="shield-content-label">入党时间</div>
                               <div
                                 class="shield-content-datetime"
-                              >{{ parseTime(item.applyAddPartyTime, '{y}年{m}月{d}日') || ' - 年 - 月 - 日' }}</div>
+                              >{{ parseTime(item.addPartyTime, '{y}年{m}月{d}日') || ' - 年 - 月 - 日' }}</div>
                               <el-button
                                 v-hasPermi="['partybuildingmgr:fullpartymember:view']"
                                 type="rocwhiteplainbtn"