From 173b3d0069802ded2d61f2d0154874585176f096 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Tue, 03 Sep 2024 09:59:23 +0800 Subject: [PATCH] 结案申请 --- gz-customerSystem/src/views/register/visit/component/levelDetail.jsx | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/component/levelDetail.jsx b/gz-customerSystem/src/views/register/visit/component/levelDetail.jsx index b42130c..4152a2a 100644 --- a/gz-customerSystem/src/views/register/visit/component/levelDetail.jsx +++ b/gz-customerSystem/src/views/register/visit/component/levelDetail.jsx @@ -1,3 +1,11 @@ +/* + * @Author: dminyi 1301963064@qq.com + * @Date: 2024-08-27 16:47:12 + * @LastEditors: dminyi 1301963064@qq.com + * @LastEditTime: 2024-09-02 20:21:12 + * @FilePath: \gzDyh\gz-customerSystem\src\views\register\visit\component\levelDetail.jsx + * @Description: 右抽屉提示 + */ import React from 'react'; import MyDrawer from '@/components/MyDrawer'; @@ -69,4 +77,28 @@ ); } -export { EventLevelDrawer, MattersDetail }; \ No newline at end of file +const NoHandleReason = ({ visible, onClose }) => { + return ( + <MyDrawer + visible={visible} + onClose={onClose} + title="无法化解理由" + width={1000} + style={{ position: 'absolute' }} + bodyStyle={{ marginTop: '-8px' }} + titleBefore={true} + > + <div style={{ marginTop: '-8px' }}> + 完整的无法化解理由至少应具备3要素:调解过程中提供的解决方案+调解过程中的主要分歧点+最终难以调和的原因 + 例如: + 调解工作于2024年1月10日在某街道人民调解委员会进行,双方当事人均到场参与。调解员首先听取了双方当事人的陈述,随后进行了多次单独会谈,根据被申请方的实际情况提出分期支付欠款的解决方案。在调解过程中,双方就具体支付方式进行了反复讨论,但未能达成一致意见。双方的主要分歧点在与被申请方不想一次性支付欠款。双方在沟通过程中情绪激动,互不相让。尽管调解员尝试缓和气氛,并引导双方从利益出发寻求解决方案,但双方仍坚持各自的立场,不愿妥协。 + </div> + </MyDrawer> + + ) + +} + + + +export { EventLevelDrawer, MattersDetail, NoHandleReason }; \ No newline at end of file -- Gitblit v1.8.0