wxz 3 years ago
parent
commit
401e55ac9d
  1. 5705
      src/views/modules/base/organization/organization.vue
  2. 1539
      src/views/modules/communityParty/regionalParty/activitys.vue
  3. 1907
      src/views/modules/communityParty/regionalParty/units.vue
  4. 11
      src/views/modules/plugins/change/changewelfare.vue
  5. 16
      src/views/modules/plugins/change/resiwelfare.vue

5705
src/views/modules/base/organization/organization.vue

File diff suppressed because it is too large

1539
src/views/modules/communityParty/regionalParty/activitys.vue

File diff suppressed because it is too large

1907
src/views/modules/communityParty/regionalParty/units.vue

File diff suppressed because it is too large

11
src/views/modules/plugins/change/changewelfare.vue

@ -289,6 +289,13 @@
:rules="dataRule" :rules="dataRule"
class="form" class="form"
> >
<el-form-item
label="姓名 "
label-width="150px"
style="display: block"
>
<div>{{ rowData.name }}</div>
</el-form-item>
<el-form-item <el-form-item
label="福利发放标识 " label="福利发放标识 "
prop="grantFlag" prop="grantFlag"
@ -308,7 +315,7 @@
style="display: block" style="display: block"
> >
<el-input <el-input
maxlength="50" maxlength="100"
style="width: 300px" style="width: 300px"
show-word-limit show-word-limit
placeholder="请输入福利类别 " placeholder="请输入福利类别 "
@ -326,7 +333,7 @@
<el-input <el-input
type="textarea" type="textarea"
style="width: 300px" style="width: 300px"
maxlength="1000" maxlength="200"
show-word-limit show-word-limit
:rows="3" :rows="3"
placeholder="请输入添加福利人员的原因" placeholder="请输入添加福利人员的原因"

16
src/views/modules/plugins/change/resiwelfare.vue

@ -314,6 +314,14 @@
:rules="dataRule" :rules="dataRule"
class="form" class="form"
> >
<el-form-item
label="姓名 "
label-width="150px"
style="display: block"
>
<div>{{ rowData.NAME }}</div>
</el-form-item>
<el-form-item <el-form-item
label="福利发放标识 " label="福利发放标识 "
prop="grantFlag" prop="grantFlag"
@ -333,7 +341,7 @@
style="display: block" style="display: block"
> >
<el-input <el-input
maxlength="50" maxlength="100"
style="width: 300px" style="width: 300px"
show-word-limit show-word-limit
placeholder="请输入福利类别 " placeholder="请输入福利类别 "
@ -351,7 +359,7 @@
<el-input <el-input
type="textarea" type="textarea"
style="width: 300px" style="width: 300px"
maxlength="1000" maxlength="200"
show-word-limit show-word-limit
:rows="3" :rows="3"
placeholder="请输入添加福利人员的原因" placeholder="请输入添加福利人员的原因"
@ -550,7 +558,7 @@ export default {
this.rowData = { ...row }; this.rowData = { ...row };
}, },
// - // -
async handleComfirmJoinForm() { async handleComfirmJoinForm() {
this.$refs["joinForm"].validate((valid, messageObj) => { this.$refs["joinForm"].validate((valid, messageObj) => {
if (!valid) { if (!valid) {
@ -561,7 +569,7 @@ export default {
}); });
}, },
// - // -
submitJoinForm() { submitJoinForm() {
const { joinForm } = this; const { joinForm } = this;
const params = { const params = {

Loading…
Cancel
Save