+
+
-
-
+
+
+
-
- {{ $t('query') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{ $t('add') }}
+ {{ $t('query') }}
- {{ $t('deleteBatch') }}
+ 重置
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ $t('export') }}
+
+
+
+
- {{ $t('update') }}
- {{ $t('delete') }}
+ {{scope.$index+1}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -61,18 +110,132 @@
data () {
return {
mixinViewModuleOptions: {
- getDataListURL: '/partymember/icPartyMemberPayRecordDetail/page',
+ getDataListURL: '/resi/partymember/icPartyMemberPayRecordDetail/page',
getDataListIsPage: true,
- deleteURL: '/partymember/icPartyMemberPayRecordDetail',
+ deleteURL: '/resi/partymember/icPartyMemberPayRecordDetail',
deleteIsBatch: true
},
dataForm: {
- id: ''
- }
+ id: '',
+ name: '',
+ idCard: '',
+ mobile: '',
+ year: '',
+ month: ''
+ },
+ monthArr: [
+ { dictValue: '01', dictName: '一月' },
+ { dictValue: '02', dictName: '二月' },
+ { dictValue: '03', dictName: '三月' },
+ { dictValue: '04', dictName: '四月' },
+ { dictValue: '05', dictName: '五月' },
+ { dictValue: '06', dictName: '六月' },
+ { dictValue: '07', dictName: '七月' },
+ { dictValue: '08', dictName: '八月' },
+ { dictValue: '09', dictName: '九月' },
+ { dictValue: '10', dictName: '十月' },
+ { dictValue: '11', dictName: '十一月' },
+ { dictValue: '12', dictName: '十二月' }
+ ]
}
},
components: {
AddOrUpdate
+ },
+ methods: {
+ resetForm(formName) {
+ for(const n in this.dataForm) {
+ this.dataForm[n] = ''
+ }
+ this.getDataList()
+ },
+ yearChangeHandler(){
+ if(this.dataForm.year === '' || this.dataForm.year === null){
+ this.dataForm.month = ''
+ }
+ },
+ handleSizeChange (val) {
+ console.log(`每页 ${val} 条`)
+ this.pageSize = val
+ this.getDataList()
+ },
+ handleCurrentChange (val) {
+ console.log(`当前页: ${val}`)
+ this.currentPage = val
+ this.getDataList()
+ },
}
}
+
diff --git a/src/views/modules/partymember/icpartyorg-add-or-update.vue b/src/views/modules/partymember/icpartyorg-add-or-update.vue
index d28b6098..7ec6c23e 100644
--- a/src/views/modules/partymember/icpartyorg-add-or-update.vue
+++ b/src/views/modules/partymember/icpartyorg-add-or-update.vue
@@ -1,202 +1,410 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('cancel') }}
- {{ $t('confirm') }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
diff --git a/src/views/modules/partymember/icpartyorgtree.vue b/src/views/modules/partymember/icpartyorgtree.vue
new file mode 100644
index 00000000..36c297e1
--- /dev/null
+++ b/src/views/modules/partymember/icpartyorgtree.vue
@@ -0,0 +1,186 @@
+
+
+
+
+ 新增
+
+
+
+
+
+
+ {{'查看党员'}}
+ 新增下级
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+