代表联系选民

常委会联系选民
This commit is contained in:
lijiaqi 2022-11-29 16:36:30 +08:00
parent 7977664146
commit 82a6cf8bae
144 changed files with 32 additions and 490 deletions

View File

@ -13,6 +13,7 @@ import com.ydool.boot.common.result.Ret;
import com.ydool.boot.modules.rddb.entity.Const;
import com.ydool.boot.modules.rddb.entity.ReviewOfficer;
import com.ydool.boot.modules.rddb.entity.ReviewOfficerComment;
import com.ydool.boot.modules.rddb.entity.ReviewSubject;
import com.ydool.boot.modules.rddb.entity.dto.ReviewOfficerDto;
import com.ydool.boot.modules.rddb.entity.request.review_officer.ReviewOfficerAuditRequest;
import com.ydool.boot.modules.rddb.entity.request.review_officer.ReviewOfficerCheckRequest;
@ -124,6 +125,16 @@ public class ApiReviewOfficerController extends ApiBaseController {
render(Ret.ok().data(ReviewOfficerWrapper.build().entityVO(review)));
}
@ApiOperation("删除")
@DeleteMapping("/reviewDelete")
@ResponseBody
@ApiImplicitParam(name = "id", value = "评议id")
public void reviewDelete(String id) {
ReviewOfficer review = reviewOfficerService.getById(id);
Assert.notNull(review, "未找到该记录");
render(!reviewOfficerService.removeById(id) ? Ret.fail("删除失败") : Ret.ok().msg("删除成功"));
}
@ApiOperation("评论")
@PostMapping("comment")

View File

@ -62,18 +62,20 @@ public class ApiReviewSubjectController extends ApiBaseController {
@GetMapping
public void reviewPage(
// String type,
String reviewSubject,String platform) {
String reviewSubject, String platform) {
Assert.notNull(platform, "请填入当前端参数");
QueryWrapper<ReviewSubject> qw = new QueryWrapper<ReviewSubject>()
// .eq("type", type)
.lt("state", ReviewSubject.STATE_PUBLIC)
.like(StrUtil.isNotBlank(reviewSubject),"review_subject", reviewSubject)
.like(StrUtil.isNotBlank(reviewSubject), "review_subject", reviewSubject)
// .and(_qw -> _qw
// .eq("created_id", getApiUserId())
// .or()
// .inSql("id", "select review_id from t_review_subject_user where user_id='" + getApiUserId() + "'")
// .inSql("id", "select review_id from t_review_subject_user where user_id='" + getApiUserId()
// + "'")
// .or()
// .inSql("id", "select review_id from t_review_subject_audit where user_id='" + getApiUserId() + "'"))
// .inSql("id", "select review_id from t_review_subject_audit where user_id='" + getApiUserId
// () + "'"))
.orderByDesc("created_at");
if (Const.TYPE_RDDB.equals(platform)) {
qw.like("obj", platform);
@ -98,12 +100,12 @@ public class ApiReviewSubjectController extends ApiBaseController {
@GetMapping("public")
public void publicPage(
// String type,
String reviewSubject,String platform) {
String reviewSubject, String platform) {
Assert.notNull(platform, "请填入当前端参数");
QueryWrapper<ReviewSubject> qw = new QueryWrapper<ReviewSubject>()
// .eq("type", type)
.eq("state", ReviewSubject.STATE_PUBLIC)
.like(StrUtil.isNotBlank(reviewSubject),"review_subject", reviewSubject)
.like(StrUtil.isNotBlank(reviewSubject), "review_subject", reviewSubject)
.orderByDesc("created_at");
if (Const.TYPE_RDDB.equals(platform)) {
qw.like("obj", platform);
@ -128,6 +130,16 @@ public class ApiReviewSubjectController extends ApiBaseController {
}
@ApiOperation("删除")
@DeleteMapping("/reviewDelete")
@ResponseBody
@ApiImplicitParam(name = "id", value = "评议id")
public void reviewDelete(String id) {
ReviewSubject review = reviewSubjectService.getById(id);
Assert.notNull(review, "未找到该记录");
render(!reviewSubjectService.removeById(id) ? Ret.fail("删除失败") : Ret.ok().msg("删除成功"));
}
@ApiOperation("评论")
@PostMapping("comment")
@ResponseBody
@ -152,7 +164,8 @@ public class ApiReviewSubjectController extends ApiBaseController {
.eq(StrUtil.isNotBlank(reviewId), ReviewSubjectComment::getReviewId, reviewId)
.eq(type != null, ReviewSubjectComment::getType, type)
.orderByDesc(ReviewSubjectComment::getCreatedAt);
IPage<ReviewSubjectComment> paged = reviewSubjectCommentService.page(new Page<>(getPageNum(), getPageSize()), qw);
IPage<ReviewSubjectComment> paged = reviewSubjectCommentService.page(new Page<>(getPageNum(), getPageSize()),
qw);
render(Ret.ok().paged(paged));
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.fileOverViewBox[data-v-6fcb952a]{background:#000;width:100%}.fileOverViewBox .fileOverViewContentBox[data-v-6fcb952a]{width:100%;margin:0 auto;background:#fff}.fileOverViewBox .fileOverViewContentBox .pdf_lif[data-v-6fcb952a]{position:fixed;z-index:10}.fileOverViewBox .fileOverViewContentBox .pdf_lif .prev[data-v-6fcb952a]{flex:1;text-align:center;padding:.26667rem;position:fixed;left:0;top:50%}.fileOverViewBox .fileOverViewContentBox .pdf_lif .prev img[data-v-6fcb952a]{width:.8rem;height:.8rem}.fileOverViewBox .fileOverViewContentBox .pdf_lif .next[data-v-6fcb952a]{flex:1;text-align:center;padding:.26667rem;position:fixed;right:0;top:50%}.fileOverViewBox .fileOverViewContentBox .pdf_lif .next img[data-v-6fcb952a]{width:.8rem;height:.8rem}.fileOverViewBox .fileOverViewContentBox .arrow[data-v-6fcb952a]{position:fixed;width:100%;height:1.6rem;z-index:100;box-shadow:0 .05333rem .05333rem rgba(0,0,0,.5);background:hsla(0,0%,100%,.9)}.fileOverViewBox .fileOverViewContentBox .arrow .turn[data-v-6fcb952a]{cursor:pointer}.fileOverViewBox .fileOverViewContentBox .arrow .turn[data-v-6fcb952a]:hover{color:#58a5fe}.fileOverViewBox .fileOverViewContentBox .arrow .pageBox[data-v-6fcb952a]{margin:0 .53333rem}.fileOverViewBox .fileOverViewContentBox .button_content[data-v-6fcb952a]{position:fixed;right:.42667rem;bottom:1.6rem;z-index:9999}.fileOverViewBox .fileOverViewContentBox .button_content .box[data-v-6fcb952a]{width:1.06667rem;height:1.06667rem;margin-bottom:.53333rem;background-color:#fff;border-radius:50%;box-shadow:0 0 .26667rem .05333rem #efefef;padding:.24rem;font-size:0}.fileOverViewBox .fileOverViewContentBox .cloee[data-v-6fcb952a]{overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-6fcb952a] .docViewBox{width:100%;padding:.53333rem;font-size:.42667rem;line-height:1.6;overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-6fcb952a] .docViewBox p{margin:.21333rem .10667rem;line-height:1.6;text-indent:2em}.fileOverViewBox .fileOverViewContentBox[data-v-6fcb952a] .docViewBox img{margin:.37333rem 0;overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-6fcb952a] .docViewBox li{margin:.21333rem 0;line-height:1.6;text-indent:2em}.ifra iframe[data-v-6fcb952a]{position:fixed;top:1.22667rem;width:100%;height:94%;bottom:0}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.form-ele[data-v-f7a008cc]{background-color:#fff;padding:.42667rem .64rem;margin-bottom:.42667rem}.form-ele .form-title[data-v-f7a008cc]{font-size:.42667rem;font-weight:600}.form-ele .form-content .form-text[data-v-f7a008cc]{font-size:.42667rem;font-weight:500;color:#a5a5a5}.form-ele .form-content .form-com .form-com-item[data-v-f7a008cc]{font-size:.42667rem;color:#a5a5a5;background-color:#f8f8f8;border-radius:.21333rem;padding:.32rem}.form-ele .form-content .form-com .form-com-item .date[data-v-f7a008cc]{font-size:.32rem;text-align:right}.form-te .form-content[data-v-f7a008cc]{margin-top:.37333rem}.flex[data-v-f7a008cc]{display:flex;justify-content:space-between;align-items:baseline}.end[data-v-f7a008cc]{padding:0 .42667rem}.end .van-button[data-v-f7a008cc]{height:1.33333rem;border-radius:.21333rem}.announce[data-v-f7a008cc]{position:fixed;width:100%;bottom:0}.announce .issue[data-v-f7a008cc]{padding:.08rem .37333rem;border-radius:.21333rem;background-color:#d03a29;color:#f8f8f8}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.flex-align-center[data-v-6dbed47e]{display:flex;align-items:center}.browse_image[data-v-6dbed47e]{width:2.13333rem;height:2.13333rem}[data-v-6dbed47e] .from_el{display:flex;align-items:center}[data-v-6dbed47e] .from_el .title{width:2.4rem;font-size:.42667rem;flex-shrink:0}[data-v-6dbed47e] .from_el .enclosure{margin-top:.53333rem}[data-v-6dbed47e] .from_el .enclosureBtn{display:inline-block;padding:.21333rem .42667rem;background:#d03a29;border-radius:.10667rem;color:#fff}[data-v-6dbed47e] .from_el .enclosureBtn .enclosureImg{margin-right:.10667rem;width:.34667rem;height:.32rem;vertical-align:middle}.preview-cover[data-v-6dbed47e]{position:absolute;bottom:0;box-sizing:border-box;width:100%;padding:.10667rem;color:#fff;font-size:.32rem;text-align:center;background:rgba(0,0,0,.3)}.browse[data-v-6dbed47e]{margin:.26667rem 0}.browse .browse_delet[data-v-6dbed47e]{width:100%;text-align:right;font-size:.42667rem}.browse .imagesee[data-v-6dbed47e]{width:2.66667rem}.onlyImg[data-v-939c6088]{display:flex;justify-content:space-between}.onlyImg .img[data-v-939c6088]{margin-left:.32rem;width:2.13333rem;height:2.13333rem;-o-object-fit:cover;object-fit:cover}.pdf_con[data-v-939c6088]{font-size:.37333rem}.pdf_con img[data-v-939c6088]{width:1.12rem}.mulimg .imglist[data-v-939c6088]{margin-top:.16rem;display:flex;flex-wrap:wrap}.mulimg .imglist img[data-v-939c6088]{width:30%;margin-right:2%;height:auto}.page[data-v-939c6088]{min-height:100%;background-color:#fff}.notice[data-v-939c6088]{padding:.42667rem}.matter[data-v-939c6088],.title[data-v-939c6088]{font-size:.4rem;color:#333;line-height:.53333rem;font-weight:700}.date[data-v-939c6088],.matter span[data-v-939c6088]{font-size:.32rem;line-height:.45333rem}.date[data-v-939c6088]{margin-top:.16rem;color:#999}.content[data-v-939c6088]{width:100%;font-size:.37333rem;color:#333;line-height:.64rem;margin-top:.21333rem}.imagesd[data-v-939c6088]{margin-top:.21333rem;width:100%;display:flex;flex-wrap:wrap}.imagesd div[data-v-939c6088]{margin-right:.05333rem}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.van-pagination[data-v-02d0f24c]{position:fixed;bottom:0;width:100%;z-index:999;background:#fff}.box[data-v-02d0f24c]{display:flex;flex-direction:column;height:100%;font-size:.42667rem}.box .add[data-v-02d0f24c]{width:2.13333rem;height:2.13333rem;position:fixed;right:.32rem;bottom:20%}.box[data-v-02d0f24c] .van-tab.van-tab--active{font-size:.42667rem;font-weight:800}.box .tab-contain[data-v-02d0f24c]{padding:.32rem;padding-bottom:1.12rem}.box .tab-contain .van-cell[data-v-02d0f24c]{margin-bottom:.37333rem}.box .tab-contain .van-cell .custom-title[data-v-02d0f24c]{font-weight:700;font-size:.42667rem}.box .tab-contain .van-cell .custom-title1[data-v-02d0f24c]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#47aef3}.box .tab-contain .van-cell .custom-title2[data-v-02d0f24c]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#c86b1d}.box .tab-contain .van-cell .van-icon[data-v-02d0f24c]{color:#333}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.quill-editor[data-v-218a4f5c] .ql-container{height:3.2rem}.filecontent[data-v-218a4f5c]{margin:.32rem 0;padding:.42667rem;background:#fff}.filecontent[data-v-218a4f5c] .van-cell{background-color:#f8f8f8}.filecontent .p1[data-v-218a4f5c]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem;margin-bottom:.32rem}.form .van-cell[data-v-218a4f5c]{margin-bottom:.32rem}.form .van-cell[data-v-218a4f5c] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-218a4f5c] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-218a4f5c]:before{vertical-align:middle;margin-left:.21333rem}.form .textarea[data-v-218a4f5c]{flex-direction:column}.form .textarea[data-v-218a4f5c] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-218a4f5c]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.title-box[data-v-401487a7]{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:#d03a29;display:flex;min-height:1.22667rem;align-items:center;padding:.32rem .48rem .21333rem .48rem;overflow:hidden;justify-content:center}.title-box img[data-v-401487a7]:first-of-type{width:.48rem;height:.48rem;position:absolute;left:.48rem}.title-box img[data-v-401487a7]:nth-of-type(2){width:.42667rem;height:.48rem;position:absolute;right:.48rem}.title-box span[data-v-401487a7]{display:inline-block;max-width:70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:.48rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;line-height:.66667rem}.choosepeople-box .btn[data-v-f4f3df2c]{width:8.50667rem;height:1.06667rem;background:#d03a29;border-radius:.53333rem;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;text-align:center;color:#fff;letter-spacing:.02667rem;line-height:1.06667rem;margin:0 auto;margin-top:1.6rem}.choosepeople-box .wrapper[data-v-f4f3df2c]{margin-top:.32rem;background:#fff}.choosepeople-box .wrapper[data-v-f4f3df2c] .van-checkbox-group{padding:.42667rem}.choosepeople-box .wrapper[data-v-f4f3df2c] .van-checkbox{min-height:1.33333rem;border-bottom:.02667rem solid #ebedf0}.choosepeople-box .wrapper[data-v-f4f3df2c] .van-checkbox__label{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.list[data-v-24bfffd9]{padding:.34667rem .42667rem 0}.list .item[data-v-24bfffd9]{display:flex;align-items:center;padding:.69333rem .42667rem;background-color:#fff;border-radius:.10667rem;margin-bottom:.32rem}.list .item .icon[data-v-24bfffd9]{width:.53333rem;margin-right:.26667rem}.list .item .title[data-v-24bfffd9]{flex:1;font-size:.42667rem;color:#333;line-height:.58667rem}.list .item .van-icon[data-v-24bfffd9]{font-size:.37333rem}

View File

@ -1 +0,0 @@
.news[data-v-215ad780]{margin:0 .42667rem;border-bottom:.02667rem solid #f3f3f3}.news[data-v-215ad780]:last-of-type{border-bottom:none}.news .newList2[data-v-215ad780]{padding:.42667rem 0}.news .newList2 .top[data-v-215ad780]{font-size:.37333rem;color:#333;line-height:.58667rem;font-weight:700}.news .newList2 .imgarr[data-v-215ad780]{display:flex;margin-top:.21333rem}.news .newList2 .imgarr img[data-v-215ad780]{width:30%;margin-right:3%;height:auto;-o-object-fit:cover;object-fit:cover}.news .newList2 .newdate[data-v-215ad780]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.21333rem}.news .newList[data-v-215ad780]{display:flex;justify-content:space-between;padding:.42667rem 0}.news .newList .newleft[data-v-215ad780]{display:flex;flex-direction:column;justify-content:space-between}.news .newList .newleft .newtitle[data-v-215ad780]{font-size:.37333rem;color:#333;line-height:.58667rem;font-weight:700}.news .newList .newleft .newdate[data-v-215ad780]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.10667rem}.news .newList .newimg[data-v-215ad780]{margin-left:.26667rem;width:3.33333rem;height:2.24rem;-o-object-fit:cover;object-fit:cover}.muloverellipse[data-v-215ad780]{word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.notice[data-v-215ad780]{min-height:100%;background-color:#fff;display:flex;flex-direction:column;overflow:auto}.list[data-v-215ad780]{flex:1}.list .item[data-v-215ad780]{position:relative;padding:.53333rem .42667rem;display:flex;align-items:center}.list .item[data-v-215ad780]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:.42667rem;height:.02667rem;background-color:#f3f3f3}.list .item .tag[data-v-215ad780]{margin-right:.10667rem;border-radius:.21333rem;font-size:.26667rem;vertical-align:middle}.list .item .title[data-v-215ad780]{flex:1;font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.list .item .icon[data-v-215ad780]{margin-left:.8rem;font-size:.32rem}.imgaddBtn[data-v-215ad780]{position:fixed;bottom:26%;right:0}.imgaddBtn .imgdiv[data-v-215ad780]{height:2.4rem;margin-top:.26667rem;z-index:50;opacity:.9}.imgaddBtn .imgdiv .add[data-v-215ad780]{width:2.72rem;z-index:999}.imgaddBtn .imgtext[data-v-215ad780]{font-size:.42667rem;text-align:center}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.quill-editor[data-v-f736fb48] .ql-container{height:3.2rem}.filecontent[data-v-f736fb48]{margin:.32rem 0;padding:.42667rem;background:#fff}.filecontent[data-v-f736fb48] .van-cell{background-color:#f8f8f8}.filecontent .p1[data-v-f736fb48]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem;margin-bottom:.32rem}.form .van-cell[data-v-f736fb48]{margin-bottom:.32rem}.form .van-cell[data-v-f736fb48] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-f736fb48] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-f736fb48]:before{vertical-align:middle;margin-left:.21333rem}.form .textarea[data-v-f736fb48]{flex-direction:column}.form .textarea[data-v-f736fb48] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-f736fb48]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}

View File

@ -1 +0,0 @@
.title-box[data-v-401487a7]{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:#d03a29;display:flex;min-height:1.22667rem;align-items:center;padding:.32rem .48rem .21333rem .48rem;overflow:hidden;justify-content:center}.title-box img[data-v-401487a7]:first-of-type{width:.48rem;height:.48rem;position:absolute;left:.48rem}.title-box img[data-v-401487a7]:nth-of-type(2){width:.42667rem;height:.48rem;position:absolute;right:.48rem}.title-box span[data-v-401487a7]{display:inline-block;max-width:70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:.48rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;line-height:.66667rem}.addApproval-box[data-v-0c8471ed] .peoUl li{height:1.33333rem;display:flex;align-items:center;justify-content:space-between;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.addApproval-box[data-v-0c8471ed] .peoUl li.chooseli{color:#09a709}.addApproval-box[data-v-0c8471ed] .peoUl li img{width:.42667rem;height:.42667rem;display:none}.addApproval-box[data-v-0c8471ed] .peoUl li img.chooseimg{display:inline-block}.addApproval-box .body[data-v-0c8471ed] .van-cell{min-height:1.44rem;align-items:center}.addApproval-box .body[data-v-0c8471ed] .van-field__label{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.addApproval-box .body .bg[data-v-0c8471ed]{height:.32rem;background:#f8f8f8}.addApproval-box .body .filecontent[data-v-0c8471ed]{margin:.32rem 0;padding:.42667rem;background:#fff}.addApproval-box .body .filecontent[data-v-0c8471ed] .van-cell{background-color:#f8f8f8}.addApproval-box .body .filecontent .p1[data-v-0c8471ed]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem;margin-bottom:.32rem}.addApproval-box .body .peonum[data-v-0c8471ed]{display:flex;background:#fff;padding:.42667rem;justify-content:space-between;align-items:center}.addApproval-box .body .peonum div[data-v-0c8471ed]{display:flex;align-items:center}.addApproval-box .body .peonum div span[data-v-0c8471ed]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;margin-right:.10667rem}.addApproval-box .body .peonum div .pespan[data-v-0c8471ed]{font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999}.addApproval-box .body .peonum img[data-v-0c8471ed]{width:.42667rem;height:.42667rem}.addApproval-box .body .peoname[data-v-0c8471ed]{margin-bottom:.32rem}.addApproval-box .body .peoname span[data-v-0c8471ed]:first-of-type{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.addApproval-box .body .peoname span[data-v-0c8471ed]:nth-of-type(2){font-size:.37333rem}.addApproval-box .body .peoplelist[data-v-0c8471ed]{padding:0 .42667rem .26667rem .42667rem;background:#fff;display:flex;align-items:flex-start;flex-wrap:wrap;min-height:.66667rem}.addApproval-box .body .peoplelist[data-v-0c8471ed] .van-tag{display:flex;align-items:center;justify-content:center;min-width:1.17333rem;margin-right:.4rem;min-height:.61333rem;line-height:.61333rem}.addApproval-box .body .btn[data-v-0c8471ed]{margin:0 auto;margin-top:2.61333rem;width:8.53333rem;height:1.06667rem;background:#d03a29;border-radius:.53333rem;line-height:1.06667rem;text-align:center;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;letter-spacing:.02667rem}.recentlyTitle[data-v-0c8471ed]{display:flex;height:.69333rem;margin-bottom:.26667rem}.recentlyTitle .line[data-v-0c8471ed]{width:.13333rem;height:.53333rem;margin-top:.08rem;background:#d03a29;border-radius:.13333rem;margin-left:.42667rem;margin-right:.13333rem}.recentlyTitle .text[data-v-0c8471ed]{height:.69333rem;line-height:.69333rem;font-size:.42667rem;margin-bottom:.4rem}.recentlyList[data-v-0c8471ed]{display:flex;justify-content:space-between;padding:0 .42667rem;height:.93333rem;margin-bottom:.26667rem}.recentlyList .recentlyItem[data-v-0c8471ed]{width:30%;text-align:center;line-height:.93333rem;font-size:.42667rem;background:#f5f5f5;border-radius:.4rem}.recentlyList .onActive[data-v-0c8471ed]{background:#0042cb;color:#fff}.users[data-v-0c8471ed]{margin-top:-.32rem;padding:.10667rem .42667rem .21333rem;background-color:#fff;display:flex;flex-wrap:wrap}.users .item[data-v-0c8471ed]{background-color:#fff2f1;padding:0 .26667rem;font-size:.32rem;color:#333;line-height:.61333rem;border-radius:.29333rem;margin-right:.26667rem;margin-top:.26667rem;position:relative}.users .item .van-icon[data-v-0c8471ed]{position:absolute;top:0;right:0;transform:translate(50%,-50%);color:#d03a29}

View File

@ -1 +0,0 @@
@-webkit-keyframes resizeSensorVisibility{0%{top:0}}@keyframes resizeSensorVisibility{0%{top:0}}.annotationLayer{left:0;top:0;right:0;bottom:0}.annotationLayer,.annotationLayer section{position:absolute}.annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%;background:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat}.annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;box-shadow:0 .05333rem .26667rem #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:.02667rem solid transparent;box-sizing:border-box;font-size:.24rem;height:100%;padding:0 .08rem;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:.24rem;resize:none}.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:.02667rem solid transparent;cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover{border:.02667rem solid #000}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:.02667rem solid transparent}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:.05333rem;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 .05333rem .13333rem #333;border-radius:.05333rem;padding:.6em;margin-left:.13333rem;cursor:pointer;word-wrap:break-word}.annotationLayer .popup h1{font-size:1em;border-bottom:.02667rem solid #000;padding-bottom:.2em}.annotationLayer .popup p{padding-top:.2em}.annotationLayer .fileAttachmentAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}

View File

@ -1 +0,0 @@
.van-pagination[data-v-631a8e3b]{position:fixed;bottom:0;width:100%;z-index:999;background:#fff}.box[data-v-631a8e3b]{display:flex;flex-direction:column;height:100%;font-size:.42667rem}.box .add[data-v-631a8e3b]{width:2.13333rem;height:2.13333rem;position:fixed;right:.32rem;bottom:20%}.box[data-v-631a8e3b] .van-tab.van-tab--active{font-size:.42667rem;font-weight:800}.box .tab-contain[data-v-631a8e3b]{padding:.32rem;padding-bottom:1.12rem}.box .tab-contain .van-cell[data-v-631a8e3b]{margin-bottom:.37333rem}.box .tab-contain .van-cell .custom-title[data-v-631a8e3b]{font-weight:700;font-size:.42667rem}.box .tab-contain .van-cell .custom-title1[data-v-631a8e3b]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#47aef3}.box .tab-contain .van-cell .custom-title2[data-v-631a8e3b]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#c86b1d}.box .tab-contain .van-cell .van-icon[data-v-631a8e3b]{color:#333}

View File

@ -1 +0,0 @@
.flex-align-center[data-v-6dbed47e]{display:flex;align-items:center}.browse_image[data-v-6dbed47e]{width:2.13333rem;height:2.13333rem}[data-v-6dbed47e] .from_el{display:flex;align-items:center}[data-v-6dbed47e] .from_el .title{width:2.4rem;font-size:.42667rem;flex-shrink:0}[data-v-6dbed47e] .from_el .enclosure{margin-top:.53333rem}[data-v-6dbed47e] .from_el .enclosureBtn{display:inline-block;padding:.21333rem .42667rem;background:#d03a29;border-radius:.10667rem;color:#fff}[data-v-6dbed47e] .from_el .enclosureBtn .enclosureImg{margin-right:.10667rem;width:.34667rem;height:.32rem;vertical-align:middle}.preview-cover[data-v-6dbed47e]{position:absolute;bottom:0;box-sizing:border-box;width:100%;padding:.10667rem;color:#fff;font-size:.32rem;text-align:center;background:rgba(0,0,0,.3)}.browse[data-v-6dbed47e]{margin:.26667rem 0}.browse .browse_delet[data-v-6dbed47e]{width:100%;text-align:right;font-size:.42667rem}.browse .imagesee[data-v-6dbed47e]{width:2.66667rem}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-023fbab4"],{4708:function(t,a,s){"use strict";s.r(a);var e=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"page"},[s("nav-bar",{attrs:{"left-arrow":"",title:"督事统计"}}),s("div",{staticClass:"list"},t._l(t.list,(function(a){return s("div",{key:a.id,staticClass:"item"},[s("div",{staticClass:"name"},[t._v(t._s(a.name))]),s("div",{staticClass:"value"},[t._v(t._s(a.remarks))])])})),0)],1)},i=[],n=s("0c6d"),c={data(){return{list:[]}},created(){Object(n["G"])().then(t=>{1==t.data.state&&(this.list=t.data.data)})}},r=c,l=(s("d653"),s("2877")),d=Object(l["a"])(r,e,i,!1,null,"595d3d1a",null);a["default"]=d.exports},c39a:function(t,a,s){},d653:function(t,a,s){"use strict";var e=s("c39a"),i=s.n(e);i.a}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0e5ae20e"],{"6f8e":function(t,a,e){t.exports=e.p+"img/icon_add.dae54178.png"},"7da1":function(t,a,e){"use strict";var i=e("f81c"),s=e.n(i);s.a},ab43:function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",{staticClass:"notice"},[i("nav-bar",{attrs:{"left-arrow":"",title:t.navtitle}}),i("van-tabs",{on:{change:t.changeTab},model:{value:t.active,callback:function(a){t.active=a},expression:"active"}},[i("van-tab",{attrs:{title:"通知"}}),i("van-tab",{attrs:{title:"公告"}})],1),i("div",{staticClass:"list"},t._l(t.list,(function(a){return i("div",{key:a.id,staticClass:"item",on:{click:function(e){return t.to("/notice/detail?id="+a.id+"&diff="+t.diff)}}},[i("div",{staticClass:"title"},[a.top?i("van-tag",{staticClass:"tag",attrs:{color:"#D03A29",plain:"",type:"primary"}},[t._v("置顶")]):t._e(),t._v(" "+t._s(a.title)+" ")],1),i("van-icon",{staticClass:"icon",attrs:{name:"arrow"}})],1)})),0),0!=t.list.length&&"1"==this.diff?i("van-pagination",{attrs:{"total-items":t.total,"items-per-page":t.pageSize,mode:"simple"},on:{change:t.getzwlist},model:{value:t.pageNo,callback:function(a){t.pageNo=a},expression:"pageNo"}}):t._e(),0==t.list.length||this.diff?t._e():i("van-pagination",{attrs:{"total-items":t.total,"items-per-page":t.pageSize,mode:"simple"},on:{change:t.getData},model:{value:t.pageNo,callback:function(a){t.pageNo=a},expression:"pageNo"}}),"admin"==t.usertype||"township"==t.usertype?i("div",{staticClass:"imgaddBtn"},[0==this.active?i("div",{staticClass:"imgdiv"},[i("img",{staticClass:"add",attrs:{src:e("6f8e"),alt:""},on:{click:function(a){return t.to("/notice/add?type="+(0==t.active?"tz":"gg"))}}})]):t._e(),0==this.active?i("div",{staticClass:"imgtext"},[t._v("新增通知")]):t._e()]):t._e()],1)},s=[],n=e("0c6d"),o={data(){return{usertype:localStorage.getItem("usertype"),list:[],pageNo:1,pageSize:10,total:0,diff:this.$route.query.diff||"",navtitle:"",loading:!1,finished:!1,active:1}},created(){this.usertype=localStorage.getItem("usertype"),this.navtitle="通知公告",this.getData()},methods:{to(t){this.$router.push(t)},getData(){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(n["V"])({pageNo:this.pageNo,pageSize:this.pageSize,platform:localStorage.getItem("usertype"),type:0==this.active?"tz":"gg"}).then(t=>{1==t.data.state?(this.$toast.clear(),this.list=t.data.data,this.total=t.data.count):this.$toast.fail(t.data.msg)}).catch(()=>{this.$toast.fail("加载失败")})},changeTab(){this.getData()}}},c=o,l=(e("7da1"),e("fc62"),e("2877")),r=Object(l["a"])(c,i,s,!1,null,"1ee7323f",null);a["default"]=r.exports},c149:function(t,a,e){},f81c:function(t,a,e){},fc62:function(t,a,e){"use strict";var i=e("c149"),s=e.n(i);s.a}}]);

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-10d1c2b0"],{"1ad1":function(t,e,s){"use strict";s.r(e);var a=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("nav-bar",{attrs:{"left-arrow":"",title:"添加建议"}}),s("van-form",{staticClass:"form",on:{submit:t.onSubmit}},[s("van-field",{attrs:{readonly:"",label:"姓名",placeholder:"请输入您的姓名","input-align":"right",rules:[{required:!0,message:""}]},model:{value:t.voterName,callback:function(e){t.voterName=e},expression:"voterName"}}),s("van-field",{attrs:{label:"反馈主题",placeholder:"请输入您的主题","input-align":"right",rules:[{required:!0,message:""}]},model:{value:t.suggestTitle,callback:function(e){t.suggestTitle=e},expression:"suggestTitle"}}),s("van-field",{staticClass:"textarea",attrs:{type:"textarea",label:"反馈意见内容",placeholder:"请输入您的反馈意见",rules:[{required:!0,message:""}]},model:{value:t.suggestContent,callback:function(e){t.suggestContent=e},expression:"suggestContent"}}),s("van-field",{staticClass:"upload",attrs:{name:"imgs",label:"上传图片"},scopedSlots:t._u([{key:"input",fn:function(){return[s("van-uploader",{attrs:{multiple:"",accept:"image/*","upload-icon":"plus","max-count":6},model:{value:t.imgs,callback:function(e){t.imgs=e},expression:"imgs"}})]},proxy:!0}])}),s("van-button",{attrs:{type:"primary","native-type":"submit"}},[t._v("提交")])],1)],1)},i=[],o=s("0c6d"),n={data(){return{voterName:localStorage.getItem("userName"),suggestTitle:"",suggestContent:"",imgs:[]}},created(){},methods:{onSubmit(t){if(this.imgs.length){let t=new FormData;this.imgs.map(e=>{t.append("files",e.file)}),this.$toast.loading({message:"正在上传图片...",duration:0,forbidClick:!0}),Object(o["Jb"])(t).then(t=>{if(1==t.data.state){this.$toast.loading({message:"正在提交...",duration:0,forbidClick:!0});let e={};e=this.$route.query.insideid?{voterName:this.voterName,suggestTitle:this.suggestTitle,suggestContent:this.suggestContent,photo:t.data.data.join(),liaisonStationId:this.$route.query.insideid}:{voterName:this.voterName,suggestTitle:this.suggestTitle,suggestContent:this.suggestContent,photo:t.data.data.join(),streetId:this.$route.query.id},Object(o["wb"])(e).then(t=>{1==t.data.state?(this.$toast.success("提交成功"),this.$router.go(-1)):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("提交失败")})}else this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("上传失败")})}else{this.$toast.loading({message:"正在提交...",duration:0,forbidClick:!0});let t={};t=this.$route.query.insideid?{voterName:this.voterName,suggestTitle:this.suggestTitle,suggestContent:this.suggestContent,liaisonStationId:this.$route.query.insideid}:{voterName:this.voterName,suggestTitle:this.suggestTitle,suggestContent:this.suggestContent,streetId:this.$route.query.id},Object(o["wb"])(t).then(t=>{1==t.data.state?(this.$toast.success("提交成功"),this.$router.go(-1)):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("提交失败")})}}}},l=n,r=(s("2912"),s("2877")),u=Object(r["a"])(l,a,i,!1,null,"1b4234d4",null);e["default"]=u.exports},2912:function(t,e,s){"use strict";var a=s("4c74"),i=s.n(a);i.a},"4c74":function(t,e,s){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-146566c5"],{"20cc":function(t,e,s){},"3d13":function(t,e,s){"use strict";s.r(e);var a=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("nav-bar",{attrs:{"left-arrow":"",title:"征求意见"}}),t._m(0),t._m(1),t._m(2),t._m(3),0==t.active?s("div",{staticClass:"end"},[s("van-button",{attrs:{type:"primary",size:"large",color:"#d03a29"}},[t._v("结束征求")])],1):t._e(),0==t.active?s("div",{staticClass:"announce"},[s("van-search",{attrs:{"left-icon":"edit","show-action":"",placeholder:"请输入留言评论",background:"#FFF"},on:{search:t.onSearch},scopedSlots:t._u([{key:"action",fn:function(){return[s("div",{staticClass:"issue",on:{click:t.onSearch}},[t._v("发表")])]},proxy:!0}],null,!1,2682845571),model:{value:t.value,callback:function(e){t.value=e},expression:"value"}})],1):t._e()],1)},i=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"form-ele flex"},[s("div",{staticClass:"form-title"},[t._v(" 征求主题 ")]),s("div",{staticClass:"form-content"},[s("div",{staticClass:"form-text"},[t._v(" xxx ")])])])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"form-ele flex"},[s("div",{staticClass:"form-title"},[t._v(" 征求时间 ")]),s("div",{staticClass:"form-content"},[s("div",{staticClass:"form-text"},[t._v(" xxx ")])])])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"form-ele form-te"},[s("div",{staticClass:"form-title"},[t._v(" 议题内容 ")]),s("div",{staticClass:"form-content"},[s("div",{staticClass:"form-text"},[t._v(" xxx ")])])])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"form-ele form-te"},[s("div",{staticClass:"form-title"},[t._v(" 意见征求 ")]),s("div",{staticClass:"form-content"},[s("div",{staticClass:"form-com"},[s("div",{staticClass:"form-com-item"},[s("div",{staticClass:"form-text"},[t._v("xxxxxxxxxxxxxxxxxxxxx")]),s("div",{staticClass:"date"},[t._v("2022-11-16 10:30")])])])])])}],c={data(){return{value:"",active:this.$route.query.active}},mounted(){},methods:{onSearch(){}}},r=c,n=(s("64e6"),s("2877")),l=Object(n["a"])(r,a,i,!1,null,"f7a008cc",null);e["default"]=l.exports},"64e6":function(t,e,s){"use strict";var a=s("20cc"),i=s.n(a);i.a}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-175201a2"],{"9de0":function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("nav-bar",{attrs:{"left-arrow":"",title:"发布"}}),a("van-form",{staticClass:"form",on:{submit:t.onSubmit}},[a("van-field",{attrs:{label:"标题",placeholder:"请输入标题","input-align":"right",rules:[{required:!0,message:""}]},model:{value:t.title,callback:function(e){t.title=e},expression:"title"}}),a("van-field",{attrs:{readonly:"",clickable:"",name:"datetimePicker",label:"日期",placeholder:"请选择日期","input-align":"right","right-icon":"arrow",rules:[{required:!0,message:""}]},on:{click:function(e){t.showPicker=!0}},model:{value:t.noticeDate,callback:function(e){t.noticeDate=e},expression:"noticeDate"}}),a("van-field",{staticClass:"textarea",attrs:{type:"textarea",label:"内容",placeholder:"请输入内容",rules:[{required:!0,message:""}]},model:{value:t.content,callback:function(e){t.content=e},expression:"content"}}),a("div",{staticClass:"filecontent"},[a("p",{staticClass:"p1"},[t._v("上传图片")]),a("van-uploader",{attrs:{multiple:"",accept:"image/*","upload-icon":"plus"},model:{value:t.attachment,callback:function(e){t.attachment=e},expression:"attachment"}})],1),a("van-field",{attrs:{name:"radio",label:"是否置顶","input-align":"right"},scopedSlots:t._u([{key:"input",fn:function(){return[a("van-radio-group",{attrs:{direction:"horizontal","checked-color":"#09A709","icon-size":"16"},model:{value:t.top,callback:function(e){t.top=e},expression:"top"}},[a("van-radio",{attrs:{name:"1"}},[t._v("是")]),a("van-radio",{attrs:{name:"0"}},[t._v("否")])],1)]},proxy:!0}])}),a("van-button",{attrs:{type:"primary","native-type":"submit"}},[t._v("提交发布")])],1),a("van-popup",{attrs:{position:"bottom"},model:{value:t.showPicker,callback:function(e){t.showPicker=e},expression:"showPicker"}},[a("van-datetime-picker",{attrs:{type:"date",formatter:t.formatter},on:{confirm:t.onConfirm,cancel:function(e){t.showPicker=!1}},model:{value:t.currentDate,callback:function(e){t.currentDate=e},expression:"currentDate"}})],1)],1)},n=[],o=a("0c6d"),r={data(){return{title:"",noticeDate:"",content:"",showPicker:!1,top:"1",currentDate:new Date,diff:this.$route.query.diff||"",attachment:[]}},methods:{formatter(t,e){return"year"===t?e+"年":"month"===t?e+"月":"day"===t?e+"日":e},onConfirm(t){this.noticeDate=`${t.getFullYear()}-${(t.getMonth()+1).toString().padStart(2,"0")}-${t.getDate().toString().padStart(2,"0")}`,this.showPicker=!1},onSubmit(t){var e={},a=[];if(e.title=this.title,e.content=this.content,e.noticeDate=this.noticeDate,e.top=this.top,e.uploadPersonnel=localStorage.getItem("userName"),this.attachment.length>0){let t=new FormData;this.attachment.map(e=>{t.append("files",e.file)}),this.$toast.loading({message:"正在上传图片...",duration:0,forbidClick:!0}),Object(o["Jb"])(t).then(t=>{1==t.data.state&&(this.attachment.forEach(t=>{a.push(t.file.name)}),e.coverNames=a.join(","),e.coverPaths=t.data.data.join(),this.$toast.loading({message:"正在提交...",duration:0,forbidClick:!0}),Object(o["gb"])(e).then(t=>{1==t.data.state?(this.$toast.success("提交成功"),this.$router.go(-1)):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("提交失败")}))})}else e.coverNames="",e.coverPaths="",e.uploadPersonnel=localStorage.getItem("userName"),this.$toast.loading({message:"正在提交...",duration:0,forbidClick:!0}),Object(o["gb"])(e).then(t=>{1==t.data.state?(this.$toast.success("提交成功"),this.$router.go(-1)):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("提交失败")})}}},s=r,c=(a("e1e1"),a("2877")),l=Object(c["a"])(s,i,n,!1,null,"126f3bdf",null);e["default"]=l.exports},c843:function(t,e,a){},e1e1:function(t,e,a){"use strict";var i=a("c843"),n=a.n(i);n.a}}]);

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-177cc0fa"],{"2b09":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("nav-bar",{attrs:{"left-arrow":"",title:"总体概况"}}),t._m(0),n("div",{staticClass:"content"},[t._v(" "+t._s(t.content)+" ")])],1)},c=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main"},[n("iframe",{attrs:{id:"ifrID",src:"http://show.ydool.com/renda/index.html",frameBorder:"0",width:"100%",scrolling:"yes",height:"320px"}})])}],i=n("0c6d"),r={data(){return{code1:"xiangshan_county_general_situation",content:""}},created(){this.init()},methods:{init(){Object(i["Y"])({code:this.code1}).then(t=>{this.content=t.data.data})}}},s=r,o=(n("52b5"),n("2877")),d=Object(o["a"])(s,a,c,!1,null,"3a1e6cad",null);e["default"]=d.exports},"4cb6":function(t,e,n){},"52b5":function(t,e,n){"use strict";var a=n("4cb6"),c=n.n(a);c.a}}]);

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-18649d42"],{"49c2":function(t,a,s){"use strict";var i=s("cd00"),l=s.n(i);l.a},6615:function(t,a,s){"use strict";s.r(a);var i=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",{staticClass:"page"},[i("nav-bar",{attrs:{"left-arrow":"",title:"人大活动"}}),i("van-tabs",{on:{click:t.onClick},model:{value:t.active,callback:function(a){t.active=a},expression:"active"}},[i("van-tab",{attrs:{title:"活动安排"}},[i("div",{staticClass:"list"},[0==t.all.list.length?i("van-empty",{attrs:{description:"暂无数据"}}):t._e(),t._l(t.all.list,(function(a){return i("div",{key:a.id,staticClass:"item",on:{click:function(s){return t.to("/performanceDuties/detail?id="+a.id)}}},[i("div",{staticClass:"title"},[i("div",{staticClass:"text"},[t._v(t._s(a.activityName))])]),i("div",{staticClass:"detail"},[i("div",{staticClass:"cell"},[i("div",{staticClass:"label"},[t._v("活动时间:")]),i("div",{staticClass:"value"},[t._v(t._s(a.activityDate))])]),i("div",{staticClass:"cell"},[i("div",{staticClass:"label"},[t._v("活动地点:")]),i("div",{staticClass:"value"},[t._v(t._s(a.activityAddress))])]),i("div",{staticClass:"cell"},[i("div",{staticClass:"label"},[t._v("活动详情:")]),i("div",{staticClass:"value",domProps:{innerHTML:t._s(a.activityContent)}})])])])}))],2)]),i("van-tab",{attrs:{title:"监督结果"}},[i("div",{staticClass:"list"},[0==t.all.list.length?i("van-empty",{attrs:{description:"暂无数据"}}):t._e(),t._l(t.all.list,(function(a){return i("div",{key:a.id,staticClass:"item",on:{click:function(s){return t.to("/performanceDuties/detail?id="+a.id)}}},[i("div",{staticClass:"title"},[i("div",{staticClass:"text"},[t._v(t._s(a.activityName))])]),i("div",{staticClass:"detail"},[i("div",{staticClass:"cell"},[i("div",{staticClass:"label"},[t._v("活动时间:")]),i("div",{staticClass:"value"},[t._v(t._s(a.activityDate))])]),i("div",{staticClass:"cell"},[i("div",{staticClass:"label"},[t._v("活动地点:")]),i("div",{staticClass:"value"},[t._v(t._s(a.activityAddress))])]),i("div",{staticClass:"cell"},[i("div",{staticClass:"label"},[t._v("活动详情:")]),i("div",{staticClass:"value",domProps:{innerHTML:t._s(a.activityContent)}})])])])}))],2)])],1),0!=t.all.list.length?i("van-pagination",{attrs:{"total-items":t.all.total,"items-per-page":t.all.size,mode:"simple"},on:{change:t.changeFn},model:{value:t.all.page,callback:function(a){t.$set(t.all,"page",a)},expression:"all.page"}}):t._e(),i("img",{staticClass:"add",attrs:{src:s("6f8e"),alt:""},on:{click:function(a){return t.to("/performanceDuties/add")}}})],1)},l=[],e=s("0c6d"),c=(s("bc3a"),{data(){return{active:"活动安排",usertype:localStorage.getItem("usertype"),keyword:"",keyword2:"",active:0,valNum:"1",my:{page:1,size:1,total:0,list:[]},all:{page:1,size:5,total:0,list:[]}}},created(){this.usertype=localStorage.getItem("usertype"),this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),this.showList("1")},methods:{onClick(t,a){var s;switch(a){case"活动安排":s=1;break;case"监督结果":s=2;break}this.all.page=1,this.valNum=s,this.showList(s)},showList(t){Object(e["d"])({pageNo:this.all.page,pageSize:this.all.size,activityName:this.keyword2||null,category:t}).then(t=>{1==t.data.state?(this.all.list=t.data.data,this.all.total=t.data.count,this.$toast.clear()):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("加载失败")})},to(t){this.$router.push(t)},searchMy(){this.my.page=1,this.changeFn()},searchAll(){this.all.page=1,this.changeFn2()},changeFn(t){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(e["d"])({pageNo:this.all.page,pageSize:this.all.size,activityName:this.keyword2||null,category:this.valNum}).then(t=>{1==t.data.state?(this.all.list=t.data.data,this.all.total=t.data.count,this.$toast.clear()):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("加载失败")})},changeFn2(t){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(e["d"])({pageNo:this.all.page,pageSize:this.all.size,activityName:this.keyword2||null}).then(t=>{1==t.data.state&&(this.$toast.clear(),this.all.list=t.data.data,this.all.total=t.data.count)})}}}),n=c,d=(s("49c2"),s("2877")),o=Object(d["a"])(n,i,l,!1,null,"19962714",null);a["default"]=o.exports},"6f8e":function(t,a,s){t.exports=s.p+"img/icon_add.dae54178.png"},cd00:function(t,a,s){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-20c0e5b5"],{5230:function(t,a,i){"use strict";var e=i("d2f8"),s=i.n(e);s.a},6088:function(t,a,i){"use strict";i.r(a);var e=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",{staticClass:"page"},[i("nav-bar",{attrs:{"left-arrow":"",title:t.navtitle}}),i("div",{staticClass:"notice"},[i("div",{staticClass:"title"},[t._v(t._s(t.detail.title))]),t.detail.coverAttachmentList&&t.detail.coverAttachmentList.length<2?i("div",{staticClass:"onlyImg"},[i("div",{staticClass:"content",domProps:{innerHTML:t._s(t.detail.content)}}),t.detail.coverAttachmentList.length>0?i("div",t._l(t.detail.coverAttachmentList,(function(t){return i("img",{key:t.id,staticClass:"img",attrs:{src:t.attachment,alt:""}})})),0):t._e()]):i("div",{staticClass:"mulimg"},[i("div",{staticClass:"content",domProps:{innerHTML:t._s(t.detail.content)}}),i("div",{staticClass:"imglist"},t._l(t.detail.coverAttachmentList.slice(0,3),(function(t){return i("img",{key:t.id,attrs:{src:t.attachment,alt:""}})})),0)]),t.detail.noticeDate?i("div",{staticClass:"date"},[t._v(t._s(t.detail.noticeDate.split(" ")[0]))]):t._e()])],1)},s=[],n=i("0c6d"),c={data(){return{detail:{},diff:this.$route.query.diff||"",navtitle:""}},created(){this.navtitle="人大新闻",this.detail={},this.getData()},methods:{getData(){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(n["q"])(this.$route.query.id).then(t=>{1==t.data.state?(this.$toast.clear(),this.detail=t.data.data):this.$toast.fail(t.data.msg)}).catch(()=>{this.$toast.fail("加载失败")})}}},l=c,d=(i("5230"),i("2877")),r=Object(d["a"])(l,e,s,!1,null,"7d8218d8",null);a["default"]=r.exports},d2f8:function(t,a,i){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-23c58442"],{3135:function(t,a,e){},3627:function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADK0lEQVRIS5VWQWgVVxQ9d2b8uMjCRYQfcJGFoCIuBIWCgRqI0KALRUHdKQbeG/6iil1YsPSDLiy0qMHJvDcqCi4UFBRcKCgo1IKQLlqahWBEN2WGUIiLEIRO3pX7mQnj9+dnMsth3jn3nnvPeUNYwxNF0YDv+/eDILg4MTHxR52jVOcj+abdbgdDQ0P3ARwEMJum6bZ2u52vdr4WgYA3m827RHSEmTMiGlVKvSnBkyTZDmAwz/OFubm5v6vEqxJ0gS8Q0e4S3Fq7H8AVAJtLMikAwHmt9U1515egB/i4UuqVHDTGfE9EAi7PLIA/AWwCMFK8u6SU+nFFgrrgzHwuy7LfSlmiKBoJguChSEZEe3sSrAH8tNb6aveg4zg+5nneXQCPehJYa68DmGBm0XxZliRJDjPzAwFk5p7g5cY1m815Ivr0FYEx5jIRne4F7py7R0RBP/CyG2vtPDMPfEFQggP4BGBfOVCpvAJ+Tmv9iwBNTU1taTQag92mM8bsIqJpZp5ZJqhULuY5rrXuSFEFl5VUSp0pwT3PewlgAMCo1lq2CIXbnxHRN7KuHQJjzCkiusHMawInoiaAV3mej7darQUBD4LgSbGqs4uLi7spiqJmEATvAax3zp0Mw/B2ncr7gVfdTtbanyVqZKWUUocK8G+dc89loFVZJicnNzUajelu8GpOdUeJEEwD2MXM41rrp3EcDxPRP0Qk2i5rXnT6AsDWqiyr5ZQQzAPYAGCjUuo/a+1ZAL9WO6qCM/PrpaWlfaJ5v5wq15WMMf+LFGmarhO7J0lygZnPA+hkSVflb/I8H221Wlk/t1edLR28lTR0zu0Iw3AmjuMDnuc9Fi8Urh0homEAawbvpKkx5hYRnWDmi1rrn4ohx8ysK5X8Vaxi7cqXJYrjeK/neTK8j865nWEYfigMM+L7/h4A77Ise1Sm5Uo5tdLN1jGatVbM8Z3I4JwbC8Pw3+4DhebXi26/CMF+12ZJMAjg92IFPzLzNQAPfN/PnHOyrmMAfpBZdYdg7TvZWiskd4pOVjo3y8ySU53cqfN8FdfFFh0t8mS4cOaMdJSm6c06fxJV4s/eUSzVpkpFdwAAAABJRU5ErkJggg=="},8071:function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",[e("nav-bar",{attrs:{"left-arrow":"",title:"活动详情"}}),e("div",{staticClass:"header"},[e("div",{staticClass:"title"},[t._v(t._s(t.detail.activityName))]),e("div",{staticClass:"date"},[t._v(t._s(t.detail.updatedAt))]),e("div",{staticClass:"content",domProps:{innerHTML:t._s(t.detail.activityContent)}})]),e("div",{staticClass:"time"},[e("div",{staticClass:"item"},[e("van-icon",{attrs:{name:"clock-o"}}),t._v("活动时间:"+t._s(t.detail.activityDate))],1)]),e("div",{staticClass:"address"},[e("van-icon",{attrs:{name:"location-o",color:"#D03A29"}}),e("div",{staticClass:"text"},[t._v(t._s(t.detail.activityAddress))])],1),t.detail.files&&t.detail.files.length?e("div",{staticClass:"files"},[e("div",{staticClass:"title"},[e("van-icon",{attrs:{name:t.icon}}),t._v("附件:")],1),e("van-uploader",{attrs:{disabled:"",deletable:!1,"preview-full-image":!1,"max-count":t.detail.files.length},on:{"click-preview":t.openfile},model:{value:t.detail.files,callback:function(a){t.$set(t.detail,"files",a)},expression:"detail.files"}})],1):t._e()],1)},s=[],l=e("0c6d"),d=e("28a2"),n={data(){return{detail:{},icon:e("3627")}},created(){this.detail={},this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(l["c"])(this.$route.query.id).then(t=>{1==t.data.state?(t.data.data.files&&(t.data.data.files=t.data.data.files.map(t=>({type:t.split(".")[t.split(".").length-1],name:t.split("/")[t.split("/").length-1],url:t}))),this.detail=t.data.data,this.$toast.clear()):this.$toast.fail(t.data.msg)}).catch(()=>{this.$toast.fail("加载失败")})},methods:{openfile(t){"pdf"==t.type.toLowerCase()?this.$router.push("/pdf?url="+t.url):"jpg"==t.type.toLowerCase()||"png"==t.type.toLowerCase()?Object(d["a"])({images:[t.url],showIndex:!1}):window.open(t.url)}}},c=n,o=(e("9a8a"),e("2877")),r=Object(o["a"])(c,i,s,!1,null,"138c6814",null);a["default"]=r.exports},"9a8a":function(t,a,e){"use strict";var i=e("3135"),s=e.n(i);s.a}}]);

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-26aa06bd"],{"0998":function(t,a,s){"use strict";var i=s("c9cb"),e=s.n(i);e.a},"1e05":function(t,a,s){"use strict";s.r(a);var i=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",[s("nav-bar",{attrs:{"left-arrow":"",title:"代表联络站"}}),s("div",{staticClass:"list"},[s("div",{staticClass:"item"},[s("div",{staticClass:"title"},[t._v("立法征求意见")]),s("van-icon",{attrs:{name:"arrow"}})],1),s("div",{staticClass:"item"},[s("div",{staticClass:"title"},[t._v("监督征求意见")]),s("van-icon",{attrs:{name:"arrow"}})],1),s("div",{staticClass:"item"},[s("div",{staticClass:"title"},[t._v("评议征求意见")]),s("van-icon",{attrs:{name:"arrow"}})],1),s("div",{staticClass:"item",on:{click:t.herff}},[s("div",{staticClass:"title"},[t._v("备案审查")]),s("van-icon",{attrs:{name:"arrow"}})],1)])],1)},e=[],n={data(){return{name:""}},methods:{to(t){this.$router.push(t)},onSearch(t){this.$router.push("/peoplecongress/list?name="+this.name)},herff(){let t="https://www.baidu.com/";window.location.href=t}}},r=n,c=(s("0998"),s("2877")),o=Object(c["a"])(r,i,e,!1,null,"42a2d30e",null);a["default"]=o.exports},c9cb:function(t,a,s){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0e454c"],{9087:function(t,e,r){"use strict";r.r(e);var s=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div")},o=[],u={created(){this.$route.query.access_token?(this.$toast.loading({message:"",duration:0,forbidClick:!0}),localStorage.setItem("Authortokenasf","bearer "+this.$route.query.access_token),localStorage.setItem("usertype","street"==this.$route.query.type||"contact"==this.$route.query.type?"township":this.$route.query.type),this.$toast.clear(),this.$router.push("/")):this.$router.push("/login")}},a=u,i=r("2877"),n=Object(i["a"])(a,s,o,!1,null,null,null);e["default"]=n.exports}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-346c1354"],{"19a7":function(t,s,e){"use strict";var a=e("3f17"),i=e.n(a);i.a},"3f17":function(t,s,e){},a17c:function(t,s,e){t.exports=e.p+"img/no587@2x.8fad7f8d.png"},ad0f:function(t,s,e){"use strict";e.r(s);var a=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",{staticClass:"page"},[e("nav-bar",{attrs:{"left-arrow":"",title:t.headerTitle+"督事列表"}}),e("div",{staticClass:"superintendence"},[t.supervise.list.length?e("div",{staticClass:"list"},t._l(t.supervise.list,(function(s){return e("div",{key:s.id,staticClass:"item",on:{click:function(e){return t.to("/Superintendence/detail?id="+s.id)}}},[e("div",{staticClass:"title"},[e("div",{staticClass:"text"},[t._v(t._s(s.title))])]),e("div",{staticClass:"detail"},[e("div",{staticClass:"cell"},[e("div",{staticClass:"label"},[t._v("督事时间:")]),e("div",{staticClass:"value"},[t._v(t._s(s.startTime))])]),e("div",{staticClass:"cell"},[e("div",{staticClass:"label"},[t._v("督事地点:")]),e("div",{staticClass:"value"},[t._v(t._s(s.address))])]),e("div",{staticClass:"cell"},[e("div",{staticClass:"label"},[t._v("督事详情:")]),e("div",{staticClass:"value"},[t._v(t._s(s.content))])])]),e("van-steps",{attrs:{active:s.status}},[e("van-step",[t._v("问环节")]),e("van-step",[t._v("议环节")]),e("van-step",[t._v("督环节")]),e("van-step",[t._v("评环节")])],1),"rddb"!=t.usertype?e("div",{staticClass:"bottom"},[e("div",{staticClass:"date"},[t._v(t._s(s.createdAt))]),e("div",{staticClass:"more"},[t._v("查看详情>>")])]):e("div",{staticClass:"more"},[e("div",[t._v("查看详情")]),e("van-icon",{attrs:{name:"arrow"}})],1)],1)})),0):t._e(),t.supervise.list.length?e("van-pagination",{attrs:{"total-items":t.supervise.total,"items-per-page":t.supervise.size,mode:"simple"},on:{change:t.getData},model:{value:t.supervise.page,callback:function(s){t.$set(t.supervise,"page",s)},expression:"supervise.page"}}):e("van-empty",{attrs:{description:"暂无数据"}})],1)],1)},i=[],l=e("0c6d"),r=e("a17c"),c=e.n(r),d=(e("bc3a"),{data(){return{image:c.a,headerTitle:"",supervise:{page:1,size:10,total:0,list:[]},active:1,usertype:localStorage.getItem("usertype")}},created(){this.headerTitle=this.$route.query.streetName,this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(l["z"])({page:this.supervise.page,size:this.supervise.size,streetId:this.$route.query.id}).then(t=>{1==t.data.state?(this.supervise.list=t.data.data,this.supervise.total=t.data.count,this.$toast.clear()):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("加载失败")})},methods:{getData(){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(l["z"])({page:this.supervise.page,size:this.supervise.size,streetId:this.$route.query.id}).then(t=>{1==t.data.state?(this.supervise.list=t.data.data,this.supervise.total=t.data.count,this.$toast.clear()):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("加载失败")})},to(t){this.$router.push(t)}}}),v=d,n=(e("19a7"),e("2877")),o=Object(n["a"])(v,a,i,!1,null,"2e56174a",null);s["default"]=o.exports}}]);

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-37701811"],{"41a0":function(t,a,s){"use strict";s.r(a);var i=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",[s("nav-bar",{attrs:{"left-arrow":"",title:"代表联络站"}}),s("div",{staticClass:"list"},[s("router-link",{attrs:{to:"/generalOverview"}},[s("div",{staticClass:"item"},[s("div",{staticClass:"title"},[t._v("总体概况")]),s("van-icon",{attrs:{name:"arrow"}})],1)]),s("div",{staticClass:"item"},[s("div",{staticClass:"title"},[t._v("县总站")]),s("van-icon",{attrs:{name:"arrow"}})],1),s("div",{staticClass:"item"},[s("div",{staticClass:"title"},[t._v("乡镇街道站")]),s("van-icon",{attrs:{name:"arrow"}})],1),s("div",{staticClass:"item"},[s("div",{staticClass:"title"},[t._v("村企站")]),s("van-icon",{attrs:{name:"arrow"}})],1),s("div",{staticClass:"item"},[s("div",{staticClass:"title"},[t._v("网络联络站")]),s("van-icon",{attrs:{name:"arrow"}})],1)],1)],1)},e=[],n={data(){return{name:""}},methods:{to(t){this.$router.push(t)},onSearch(t){this.$router.push("/peoplecongress/list?name="+this.name)}}},r=n,c=(s("e930"),s("2877")),l=Object(c["a"])(r,i,e,!1,null,"202e4a33",null);a["default"]=l.exports},"709e":function(t,a,s){},e930:function(t,a,s){"use strict";var i=s("709e"),e=s.n(i);e.a}}]);

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-37ca28b9"],{2827:function(t,e,i){"use strict";var a=i("4862"),s=i.n(a);s.a},4465:function(t,e,i){"use strict";i.r(e);var a=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"notice"},[a("nav-bar",{attrs:{"left-arrow":"",title:t.navtitle}}),a("div",[a("van-list",{attrs:{finished:t.finished,"finished-text":"没有更多了"},on:{load:t.getrdlist},model:{value:t.loading,callback:function(e){t.loading=e},expression:"loading"}},t._l(t.list,(function(e){return a("div",{key:e.id,staticClass:"news"},[e.coverAttachmentList&&e.coverAttachmentList.length>1?a("div",{staticClass:"newList2",on:{click:function(i){return t.to("/rdNotice/detail?id="+e.id)}}},[a("div",{staticClass:"top muloverellipse"},[t._v(" "+t._s(e.title)+" ")]),a("div",{staticClass:"imgarr"},t._l(e.coverAttachmentList.slice(0,3),(function(t,e){return a("img",{key:e,attrs:{src:t.attachment,alt:""}})})),0),e.noticeDate?a("div",{staticClass:"newdate"},[t._v(" "+t._s(e.noticeDate.split(" ")[0])+" ")]):t._e()]):a("div",{staticClass:"newList",on:{click:function(i){return t.to("/rdNotice/detail?id="+e.id)}}},[a("div",{staticClass:"newleft"},[a("div",{staticClass:"newtitle muloverellipse"},[t._v(" "+t._s(e.title)+" ")]),e.noticeDate?a("div",{staticClass:"newdate"},[t._v(" "+t._s(e.noticeDate.split(" ")[0])+" ")]):t._e()]),e.coverAttachmentList?a("img",{staticClass:"newimg",attrs:{src:e.coverAttachmentList[0].attachment,alt:""}}):t._e()])])})),0)],1),"admin"==t.usertype||"township"==t.usertype?a("img",{staticClass:"add",attrs:{src:i("6f8e"),alt:""},on:{click:function(e){return t.to("/rdNotice/add")}}}):t._e()],1)},s=[],n=i("0c6d"),c={data(){return{usertype:localStorage.getItem("usertype"),list:[],pageNo:1,pageSize:1,total:0,diff:this.$route.query.diff||"",navtitle:"人大新闻",loading:!1,finished:!1}},created(){this.usertype=localStorage.getItem("usertype"),this.getrdlist()},methods:{to(t){this.$router.push(t)},getrdlist(){this.loading=!0,Object(n["p"])({pageNo:this.pageNo,pageSize:this.pageSize,platform:localStorage.getItem("usertype")}).then(t=>{this.loading=!1,1==t.data.state?("1"==this.pageNo?this.list=t.data.data:this.list=[...this.list,...t.data.data],this.total=t.data.count,this.pageNo++,this.pageSize>t.data.data.length&&(this.finished=!0)):(this.finished=!0,this.$toast.fail("加载失败"))}).catch(t=>{this.$toast.fail("加载失败")})}}},l=c,o=(i("eabe"),i("2827"),i("2877")),r=Object(o["a"])(l,a,s,!1,null,"6da506b6",null);e["default"]=r.exports},4862:function(t,e,i){},"6f8e":function(t,e,i){t.exports=i.p+"img/icon_add.dae54178.png"},c63b:function(t,e,i){},eabe:function(t,e,i){"use strict";var a=i("c63b"),s=i.n(a);s.a}}]);

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3ae37a59"],{"149e":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("nav-bar",{attrs:{"left-arrow":"",title:"选择乡镇街道"}}),n("div",{staticClass:"list"},[n("van-button",{staticClass:"item",attrs:{type:"primary",icon:"arrow","icon-position":"right"},on:{click:function(e){return t.to("/peoplecongress")}}},[t._v("全部")]),t._l(t.street,(function(e){return n("van-button",{key:e.id,staticClass:"item",attrs:{type:"primary",icon:"arrow","icon-position":"right"},on:{click:function(n){return t.to("/peoplecongress?id="+e.id)}}},[t._v(t._s(e.name))])}))],2)],1)},i=[],a=n("0c6d"),s={data(){return{street:[]}},created(){Object(a["y"])().then(t=>{this.street=t.data.data})},methods:{to(t){this.$router.push(t)}}},o=s,c=(n("f4ec"),n("2877")),u=Object(c["a"])(o,r,i,!1,null,"3573db13",null);e["default"]=u.exports},"72e5":function(t,e,n){},f4ec:function(t,e,n){"use strict";var r=n("72e5"),i=n.n(r);i.a}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-47ad0812"],{"7c84":function(t,a,e){"use strict";e.r(a);var s=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"page"},[e("nav-bar",{attrs:{"left-arrow":"",title:"我的消息"}}),e("div",{staticClass:"list"},t._l(t.list,(function(a){return e("div",{key:a.id,staticClass:"item",class:{unread:0==a.status},on:{click:function(e){return t.todetail(a)}}},[e("div",{staticClass:"title"},[t._v(t._s(a.title))]),e("div",{staticClass:"content"},[t._v(t._s(a.content))]),e("div",{staticClass:"foot"},[e("div",{staticClass:"date"},[t._v(t._s(a.createdAt))]),e("div",{staticClass:"more"},[t._v("立即查看>>")])])])})),0),e("van-pagination",{attrs:{"total-items":t.total,"items-per-page":t.pageSize,mode:"simple"},on:{change:t.getData},model:{value:t.pageNo,callback:function(a){t.pageNo=a},expression:"pageNo"}})],1)},i=[],n=e("0c6d"),o={data(){return{list:[],pageNo:1,pageSize:10,total:0}},created(){this.getData()},methods:{getData(){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(n["l"])({page:this.page,size:this.size,type:"5,6"}).then(t=>{1==t.data.state?(this.total=t.data.count,this.list=t.data.data,this.$toast.clear()):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("加载失败")})},todetail(t){Object(n["fb"])({id:t.id}).then(a=>{1==a.data.state&&(5==t.type?this.$router.push("/mine/message/detail?type=proposal&id="+t.actionId):6==t.type&&this.$router.push("/mine/message/detail?id="+t.actionId))})}}},c=o,l=(e("e728"),e("2877")),d=Object(l["a"])(c,s,i,!1,null,"d25a0f2c",null);a["default"]=d.exports},e728:function(t,a,e){"use strict";var s=e("ee5c"),i=e.n(s);i.a},ee5c:function(t,a,e){}}]);

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-47c41384"],{4922:function(t,a,e){},6996:function(t,a,e){"use strict";e.r(a);var s=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"suggestionsdeatil-box"},[e("nav-bar",{attrs:{"left-arrow":"",title:"消息详情"}}),e("div",{staticClass:"body"},[e("div",{staticClass:"top"},[e("div",[e("img",{attrs:{src:t.detaildata.avatar,alt:""}}),e("span",[t._v(t._s(t.detaildata.voterName))])]),e("span",[t._v(t._s(t.detaildata.formatDateTime))])]),e("div",{staticClass:"bg"}),e("div",{staticClass:"content"},[t._v(t._s(t.detaildata.suggestContent))]),e("div",{staticClass:"picture"},[e("ul",t._l(t.detaildata.photo,(function(t,a){return e("li",{key:a},[e("img",{attrs:{src:t,alt:""}})])})),0)]),1==t.detaildata.status?e("div",{staticClass:"reply"},[e("div",{staticClass:"reply-user"},[t._v(t._s(t.detaildata.db)+"")]),e("div",{staticClass:"reply-content"},[t._v(t._s(t.detaildata.replyContent))])]):t._e(),0==t.detaildata.status?[e("div",{staticClass:"answer"},[e("van-field",{attrs:{rows:"4",autosize:"",type:"textarea",placeholder:"请输入您的回复内容","show-word-limit":""},model:{value:t.message,callback:function(a){t.message=a},expression:"message"}})],1),e("div",{staticClass:"btn"},[e("span",{on:{click:t.reviewFn}},[t._v("回复")])])]:t._e()],2)],1)},i=[],d=e("f564"),l=e("2241"),r=e("0c6d"),o={components:{[d["a"].name]:d["a"],[l["a"].name]:l["a"]},data(){return{usertype:localStorage.getItem("usertype"),rddbId:localStorage.getItem("rddbId"),message:"",detaildata:"",yetallocation:[]}},created(){this.usertype=localStorage.getItem("usertype"),this.message="",this.detaildata="",this.$route.query.id&&this.getData()},methods:{getData(){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(r["O"])(this.$route.query.id).then(t=>{1==t.data.state?(this.$toast.clear(),this.detaildata=t.data.data,this.detaildata.photo=this.detaildata.photo.split(",")||[]):this.$toast.fail(t.data.msg)}).catch(()=>{this.$toast.fail("加载失败")})},reviewFn(){if(this.message){let t={};t.id=this.$route.query.id,t.replyContent=this.message,l["a"].confirm({message:"确认回复该建议吗"}).then(()=>{Object(r["zb"])(t).then(t=>{1==t.data.state&&(Object(d["a"])({type:"success",message:"回复成功"}),this.getData())})}).catch(()=>{})}else Object(d["a"])({type:"warning",message:"请输入回复内容"})},to(t){this.$router.push(t)}}},n=o,c=(e("b0ac"),e("2877")),u=Object(c["a"])(n,s,i,!1,null,"2329eab4",null);a["default"]=u.exports},b0ac:function(t,a,e){"use strict";var s=e("4922"),i=e.n(s);i.a}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4fba4b01"],{"2e90":function(t,a,e){"use strict";var i=e("7452"),s=e.n(i);s.a},7452:function(t,a,e){},"8c7d":function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"page"},[e("nav-bar",{attrs:{"left-arrow":"",title:"动态详情"}}),e("div",{staticClass:"notice"},[e("div",{staticClass:"title"},[t._v(t._s(t.detail.title))]),e("div",{staticClass:"date"},[t._v(t._s(t.detail.categoryName))]),e("div",{staticClass:"date"},[t._v(t._s(t.detail.createdAt))]),t.detail.pictureArr&&t.detail.pictureArr.length?e("van-swipe",{staticClass:"swipe",attrs:{autoplay:3e3}},t._l(t.detail.pictureArr,(function(t,a){return e("van-swipe-item",{key:a},[e("img",{attrs:{src:t,alt:""}})])})),1):t._e(),e("div",{staticClass:"content"},[t._v(t._s(t.detail.content))])],1)],1)},s=[],r=e("0c6d"),c={data(){return{detail:""}},created(){this.$route.query.id&&(this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(r["e"])({id:this.$route.query.id}).then(t=>{1==t.data.state?(this.$toast.clear(),this.detail=t.data.data):this.$toast.fail(t.data.msg)}).catch(t=>{this.$toast.fail("加载失败")}))}},l=c,d=(e("2e90"),e("2877")),n=Object(d["a"])(l,i,s,!1,null,"15506ce8",null);a["default"]=n.exports}}]);

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-53fa7b08"],{"0336":function(t,s,a){t.exports=a.p+"img/icon_user.5e553d53.png"},"550e":function(t,s,a){},"5cce":function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",[i("nav-bar",{attrs:{"left-arrow":"",title:"代表信息"}}),i("div",{staticClass:"avatar"},[i("img",{attrs:{src:a("0336"),alt:""}})]),i("div",{staticClass:"list"},[i("div",{staticClass:"item"},[i("div",{staticClass:"label"},[t._v("名字:")]),i("div",{staticClass:"value"},[t._v(t._s(t.detail.name))])]),i("div",{staticClass:"item"},[i("div",{staticClass:"label"},[t._v("性别:")]),i("div",{staticClass:"value"},[t._v(t._s(t.detail.sex))])])]),i("div",{staticClass:"list"},[i("div",{staticClass:"item"},[i("div",{staticClass:"label"},[t._v("工作单位及职务:")]),i("div",{staticClass:"value"},[t._v(t._s(t.detail.unit))])]),i("div",{staticClass:"item"},[i("div",{staticClass:"label"},[t._v("代表身份:")]),i("div",{staticClass:"value"},[t._v(t._s(t.detail.dbIdentityStr))])]),i("div",{staticClass:"item"},[i("div",{staticClass:"label"},[t._v("选区地址:")]),i("div",{staticClass:"value"},[t._v(t._s(t.detail.precinctAddressStr))])]),i("div",{staticClass:"item"},[i("div",{staticClass:"label"},[t._v("联络站:")]),i("div",{staticClass:"value"},[t._v(t._s(t.detail.officeId))])])])],1)},e=[],l=a("0c6d"),d={data(){return{detail:{}}},created(){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(l["k"])(this.$route.query.id).then(t=>{1==t.data.state?(this.$toast.clear(),this.detail=t.data.data):this.$toast.fail(t.data.msg)}).catch(()=>{this.$toast.fail("加载失败")})},methods:{to(t){this.$router.push(t)}}},c=d,v=(a("9b2d"),a("2877")),r=Object(v["a"])(c,i,e,!1,null,"5083167e",null);s["default"]=r.exports},"9b2d":function(t,s,a){"use strict";var i=a("550e"),e=a.n(i);e.a}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-584fb733"],{7058:function(t,a,e){"use strict";e.r(a);var s=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"suggestions-box"},[e("nav-bar",{attrs:{"left-arrow":"",title:"我的消息"}}),e("div",{staticClass:"body"},[0==t.list.length?e("van-empty",{attrs:{description:"暂无数据"}}):t._e(),e("ul",t._l(t.list,(function(a){return e("li",{key:a.id,on:{click:function(e){return t.to("/dbmessage/detail?id="+a.id,a.id)}}},[e("div",{staticClass:"top"},[e("div",[e("div",{staticClass:"avatar",class:{unread:0==a.isRead}},[e("img",{attrs:{src:a.avatar,alt:""}})]),e("span",[t._v(t._s(a.voterName))])]),e("span",[t._v(t._s(a.formatDateTime))])]),e("div",{staticClass:"bg"}),e("div",{staticClass:"content"},[t._v(t._s(a.suggestContent))]),0==a.status?e("div",{staticClass:"noreply"},[t._v("待回复")]):e("div",{staticClass:"reply"},[e("p",[e("span",[t._v(t._s(a.db)+"回复“"+t._s(a.voterName)+"”:")]),t._v(" "+t._s(a.replyContent)+" ")])])])})),0)],1),0!=t.list.length?e("van-pagination",{attrs:{"total-items":t.totalitems,"items-per-page":t.pageSize,mode:"simple"},on:{change:t.changeFn},model:{value:t.currentPage,callback:function(a){t.currentPage=a},expression:"currentPage"}}):t._e(),"township"==t.usertype?e("tabbar"):t._e()],1)},i=[],n=e("0c6d"),r={data(){return{currentPage:1,pageSize:5,totalitems:"",usertype:localStorage.getItem("usertype"),value:"",list:[]}},created(){this.value="",this.currentPage=1,this.getdata()},methods:{onSearch(t){this.currentPage=1,this.getdata()},changeFn(t){this.getdata()},getdata(){this.$toast.loading({message:"正在加载...",duration:0,forbidClick:!0}),Object(n["M"])({pageNo:this.currentPage,pageSize:this.pageSize}).then(t=>{1==t.data.state?(this.$toast.clear(),this.totalitems=t.data.count,this.list=t.data.data):this.$toast.fail(t.data.msg)}).catch(()=>{this.$toast.fail("加载失败")})},to(t,a){let e={};e.id=a,Object(n["yb"])(e).then(t=>{}),this.$router.push(t)}}},c=r,l=(e("ed17"),e("2877")),o=Object(l["a"])(c,s,i,!1,null,"b15dae7c",null);a["default"]=o.exports},"94a1":function(t,a,e){},ed17:function(t,a,e){"use strict";var s=e("94a1"),i=e.n(s);i.a}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More