forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-10 644d6d2962d93821c45936fea9557d026673cb4e
Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master
1 files added
30 files modified
386 ■■■■ changed files
gz-customerSystem/src/api/appUrl.js 30 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/eventFlow/component/AssignedModel.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/eventFlow/component/BackModel.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/eventFlow/component/EscalationModel.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/eventFlow/component/Examine.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/handleFeedback/component/AuditView.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/handleFeedback/component/handle.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/matterDetail/FileTable.jsx 5 ●●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/matterDetail/FileUpLoad.jsx 51 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/matterDetail/Supervising.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/matterDetail/UniteHandle.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/matterDetail/index.less 3 ●●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/agentDialog.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/applyDialog.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx 9 ●●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/index.jsx 11 ●●●● patch | view | raw | blame | history
gz-wxparty/api/api.js 34 ●●●● patch | view | raw | blame | history
gz-wxparty/pages/AIAide/index.json 2 ●●● patch | view | raw | blame | history
gz-wxparty/pages/homePage/index.js 27 ●●●●● patch | view | raw | blame | history
gz-wxparty/pages/homePage/index.wxml 33 ●●●●● patch | view | raw | blame | history
gz-wxparty/pages/homePage/index.wxss 39 ●●●●● patch | view | raw | blame | history
gz-wxparty/pages/myRegisterList/index.js 30 ●●●●● patch | view | raw | blame | history
gz-wxparty/pages/myRegisterList/index.wxml 28 ●●●● patch | view | raw | blame | history
gz-wxparty/pages/myRegisterList/index.wxss 13 ●●●●● patch | view | raw | blame | history
gz-wxparty/pages/organizeList/index.wxml 6 ●●●● patch | view | raw | blame | history
gz-wxparty/pages/organizeList/index.wxss 5 ●●●●● patch | view | raw | blame | history
gz-wxparty/pages/register/index.js 25 ●●●●● patch | view | raw | blame | history
gz-wxparty/pages/ssimList/index.wxml 6 ●●●● patch | view | raw | blame | history
gz-wxparty/pages/ssimList/index.wxss 5 ●●●●● patch | view | raw | blame | history
gz-wxparty/utils/util.js 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/api/appUrl.js
@@ -2,7 +2,7 @@
 * @Company: hugeInfo
 * @Author: ldh
 * @Date: 2022-02-16 11:25:57
 * @LastEditTime: 2024-09-10 10:36:24
 * @LastEditTime: 2024-09-10 16:55:40
 * @LastEditors: lwh
 * @Version: 1.0.0
 * @Description: api地址
@@ -27,22 +27,22 @@
  fileDocx2: "/InsertSeal/Word/AddSeal1/Word1",
  // 不同服务接口type
  mediate: "dyh-mediate", // dyh-mediate
  cust: "dyh-cust", // dyh-cust
  oper: "dyh-oper", // dyh-oper
  sys: "dyh-sys", // dyh-sys
  disp: "dyh-disp", //dyh-disp
  utils: "dyh-utils",
    mediate: 'dyh-mediate', // dyh-mediate
    cust: 'dyh-cust', // dyh-cust
    oper: 'dyh-oper', // dyh-oper
    sys: 'dyh-sys', // dyh-sys
    disp: 'dyh-disp', //dyh-disp
    utils: 'dyh-utils',
};
// 正式版
export const web = {
  // web服务
  baseUrl: "https://zfw-dyh.by.gov.cn",
    baseUrl: 'https://zfw-dyh.by.gov.cn',
  // baseUrl: 'http://146.4.99.61:8088/byzfw',
  // 附件服务
  fileUrl: "https://zfw-dyh.by.gov.cn",
    fileUrl: 'https://zfw-dyh.by.gov.cn',
    // 文件查看url 后面接附件编号
    fileShowUrl: '/dyh-sys/api/v1/fileInfo/show/',
@@ -54,10 +54,10 @@
    fileDocx2: '/InsertSeal/Word/AddSeal1/Word1',
  // 不同服务接口type
  mediate: "gzdyh-mediate", // dyh-mediate
  cust: "gzdyh-cust", // dyh-cust
  oper: "gzdyh-oper", // dyh-oper
  sys: "gzdyh-sys", // dyh-sys
  disp: "gzdyh-disp", //dyh-disp
  utils: "gzdyh-utils",
    mediate: 'gzdyh-mediate', // dyh-mediate
    cust: 'gzdyh-cust', // dyh-cust
    oper: 'gzdyh-oper', // dyh-oper
    sys: 'gzdyh-sys', // dyh-sys
    disp: 'gzdyh-disp', //dyh-disp
    utils: 'gzdyh-utils',
};
gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx
@@ -22,7 +22,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
function submit(data) {
gz-customerSystem/src/views/register/eventFlow/component/AssignedModel.jsx
@@ -18,7 +18,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
export default function BackModel(props) {
gz-customerSystem/src/views/register/eventFlow/component/BackModel.jsx
@@ -15,7 +15,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
function returnApply(data) {
gz-customerSystem/src/views/register/eventFlow/component/EscalationModel.jsx
@@ -15,7 +15,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
function appearApply(data) {
gz-customerSystem/src/views/register/eventFlow/component/Examine.jsx
@@ -26,7 +26,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
export default function Examine(props) {
gz-customerSystem/src/views/register/handleFeedback/component/AuditView.jsx
@@ -12,7 +12,7 @@
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
gz-customerSystem/src/views/register/handleFeedback/component/handle.jsx
@@ -83,7 +83,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
function getNewTimeIdApi(id) {
gz-customerSystem/src/views/register/matterDetail/FileTable.jsx
@@ -18,11 +18,11 @@
const appUrl = $$.appUrl;
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
function deleteFileByIdApi(data) {
  return $$.ax.request({ url: `fileInfo/deleteFileByIds`, type: 'delete', service: 'sys', data });
  return $$.ax.request({ url: `fileInfo/deleteFileByIds`, type: 'get', service: 'sys', data });
}
//表格数据
@@ -362,6 +362,7 @@
              return (
                <Col span={12} key={t}>
                  <div
                    onClick={() => { x.value !== sourceType && setSourceType(x.value) }}
                    className={`casePerfection-cardTab-tab ${x.value === sourceType && 'casePerfection-cardTab-tabActive'}`}
                  >
                    <img src={x.value === sourceType ? personIconType(x.value)?.[1] : personIconType(x.value)?.[0]} alt="" style={{ width: '40px', height: '40px' }} />
gz-customerSystem/src/views/register/matterDetail/FileUpLoad.jsx
@@ -3,7 +3,7 @@
import * as $$ from '@/utils/utility';
import { Form, Input, Modal, Upload } from '@arco-design/web-react';
import { IconLink } from '@arco-design/web-react/icon';
import './index.less'
const FormItem = Form.Item;
const appUrl = $$.appUrl;
@@ -51,6 +51,30 @@
  return (
    <>
      <Modal
        style={{ width: '944px' }}
        visible={scanImage}
        onCancel={() => setScanImage(false)}
        footer={null}
        title='选择识别范围'
        centered
        unmountOnExit={true}
        maskClosable={false}
      >
        <img
          src={fileView?.url}
          alt=""
          style={{
            display: 'block',
            margin: 'auto',
            maxWidth: '100%',
            maxHeight: '100%',
            objectFit: 'contain',
          }}
        />
        <div><Button type="primary" onClick={() => handleScaned()} style={{ marginTop: '20px' }}>开始识别</Button></div>
      </Modal>
      <Modal
        style={{ width: '1200px' }}
        visible={visible}
@@ -107,30 +131,9 @@
      </Modal>
      <Modal
        style={{ width: '944px' }}
        visible={scanImage}
        onCancel={() => setScanImage(false)}
        footer={null}
        title='选择识别范围'
        centered
        unmountOnExit={true}
        maskClosable={false}
      >
        <img
          src={fileView?.url}
          alt=""
          style={{
            display: 'block',
            margin: 'auto',
            maxWidth: '100%',
            maxHeight: '100%',
            objectFit: 'contain',
          }}
        />
        <div><Button type="primary" onClick={() => handleScaned()} style={{ marginTop: '20px' }}>开始识别</Button></div>
      </Modal>
      <Modal
        className='scan-modal'
        style={{ width: '1200px' }}
        wrapStyle={{ zIndex: 1002 }}
        visible={scaned}
        onCancel={() => setScaned(false)}
        footer={null}
gz-customerSystem/src/views/register/matterDetail/Supervising.jsx
@@ -22,7 +22,7 @@
const appUrl = $$.appUrl;
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
gz-customerSystem/src/views/register/matterDetail/UniteHandle.jsx
@@ -10,7 +10,7 @@
const appUrl = $$.appUrl;
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
gz-customerSystem/src/views/register/matterDetail/index.less
New file
@@ -0,0 +1,3 @@
.scan-modal {
}
gz-customerSystem/src/views/register/visit/component/agentDialog.jsx
@@ -18,7 +18,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
export default function AgentDialog(props) {
gz-customerSystem/src/views/register/visit/component/applyDialog.jsx
@@ -30,7 +30,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
export default function ApplyDialog(props) {
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
@@ -26,6 +26,7 @@
  const [addVisabled, setAddVisabled] = useState(false);//添加当事人弹窗控制
  const [fakeData, setFakeData] = useState([]);//当事人信息数据
  const [scanFile, setScanFile] = useState(false);
  const [ocrText, setOcrText] = useState('');
  const [mapView, setMapView] = useState(false);
  const [visible, setVisible] = useState(false);
@@ -101,7 +102,7 @@
  const handleConfirm = (scanContent) => {
    // 处理确认逻辑
    props.formRef.current.setFieldValue('caseDes', scanContent)
    props.formRef.current.setFieldValue(ocrText, scanContent)
    setScanFile(false);
    console.log(scanContent, 'scanContent')
@@ -330,7 +331,7 @@
                </Tooltip>
                <div className="must" style={{ marginLeft: '4px' }}>必填</div>
                <img src={scan} alt="" style={{ marginRight: '-2px', marginLeft: '8px' }} />
                <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }} onClick={() => setScanFile(true)}>识别上传材料</div>
                <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }} onClick={() => { setScanFile(true); setOcrText('caseDes') }}>识别上传材料</div>
              </div>
              }
              field='caseDes'
@@ -354,7 +355,7 @@
                </Tooltip> */}
                <div className="must">必填</div>
                <img src={scan} alt="" style={{ marginRight: '-2px', marginLeft: '8px' }} />
                <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }} onClick={() => setScanFile(true)}>识别上传材料</div>
                <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }} onClick={() => { setScanFile(true); setOcrText('caseClaim') }}>识别上传材料</div>
              </div>
              }
              field='caseClaim'
@@ -393,8 +394,6 @@
      <div style={{ marginBottom: '65px' }}>
        <FileTable mainId={props.mainId} fileInfoList={props.fileInfoList} isReview={false} />
      </div>
      <DocumentScanner
        visible={scanFile}
        onConfirm={handleConfirm}
gz-customerSystem/src/views/register/visit/index.jsx
@@ -1,8 +1,8 @@
/*
 * @Author: dminyi 1301963064@qq.com
 * @Date: 2024-08-09 09:59:43
 * @LastEditors: dminyi 1301963064@qq.com
 * @LastEditTime: 2024-09-10 10:10:03
 * @LastEditors: lwh
 * @LastEditTime: 2024-09-10 16:59:07
 * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx
 * @Description: 来访登记
 */
@@ -88,12 +88,19 @@
                if (!errors) {
                    const { myCaseType, myQuesAddress, ...rest } = formRef.current.getFields()
                    const params = handleData(rest)
          $$.modalInfo({
            title: '提醒',
            content: '确定提交吗?',
            cancelText: '我再想想',
            onOk: () => {
                    reauestSubmit({
                        ...params,
                        isSelfAccept: 0,
                        isDraft: 0,
                        operateType: 0,
                    })
            },
          });
                }
            });
        }
gz-wxparty/api/api.js
@@ -8,7 +8,7 @@
  // === 测试环境 ===
  // debug: 'https://gz.hugeinfo.com.cn/',
  debug: 'http://8pxgs3.natappfree.cc/',
  debug: 'http://b5qpdu.natappfree.cc/',
  img: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/images/',
  assets: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/js/',
  txt: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/txt/',
@@ -23,24 +23,24 @@
  // 文件下载url 后面接附件编号
  // 不同服务接口type
  // fileShowUrl: 'dyh-sys',
  // fileDownUrl: 'dyh-sys',
  // mediate: 'dyh-mediate', // dyh-mediate
  // cust: 'dyh-cust', // dyh-cust
  // oper: 'dyh-oper', // dyh-oper
  // sys: 'dyh-sys', // dyh-sys
  // disp: 'dyh-disp', //dyh-disp
  // utils: 'dyh-utils', //dyh-utils
  fileShowUrl: 'dyh-sys',
  fileDownUrl: 'dyh-sys',
  mediate: 'dyh-mediate', // dyh-mediate
  cust: 'dyh-cust', // dyh-cust
  oper: 'dyh-oper', // dyh-oper
  sys: 'dyh-sys', // dyh-sys
  disp: 'dyh-disp', //dyh-disp
  utils: 'dyh-utils', //dyh-utils
  // 正式环境
  fileShowUrl: 'gzdyh-sys',
  fileDownUrl: 'gzdyh-sys',
  mediate: 'gzdyh-mediate', // gzdyh-mediate
  cust: 'gzdyh-cust', // gzdyh-cust
  oper: 'gzdyh-oper', // gzdyh-oper
  sys: 'gzdyh-sys', // gzdyh-sys
  disp: 'gzdyh-disp', //gzdyh-disp
  utils: 'gzdyh-utils', //gzdyh-utils
  // fileShowUrl: 'gzdyh-sys',
  // fileDownUrl: 'gzdyh-sys',
  // mediate: 'gzdyh-mediate', // gzdyh-mediate
  // cust: 'gzdyh-cust', // gzdyh-cust
  // oper: 'gzdyh-oper', // gzdyh-oper
  // sys: 'gzdyh-sys', // gzdyh-sys
  // disp: 'gzdyh-disp', //gzdyh-disp
  // utils: 'gzdyh-utils', //gzdyh-utils
};
module.exports = {
gz-wxparty/pages/AIAide/index.json
@@ -1,4 +1,4 @@
{
  "navigationBarTitleText": "解纷助手",
  "navigationBarTitleText": "穗调解数智人",
  "usingComponents": {}
}
gz-wxparty/pages/homePage/index.js
@@ -340,6 +340,24 @@
    })
  },
  // 前往查看
  AiModalClick(e) {
    let item = e.currentTarget.dataset.item;
    wx.navigateTo({
      url: '../../pages/AIAide/index?caseDes=' + item.caseDes + '&caseClaim=' + item.caseClaim + '&caseId=' + item.caseId
    });
    this.setData({
      AiModal: false
    })
  },
  // 关闭AI弹窗
  addClosePopup() {
    this.setData({
      AiModal: false
    })
  },
  /**
   * 生命周期函数--监听页面加载
   */
@@ -350,6 +368,15 @@
      return
    }
    let userInfo = wx.getStorageSync('userInfo') || {};
    let AICase = wx.getStorageSync('AICase') || '';
    if (AICase) {
      this.setData({
        AiModal: AICase
      })
      wx.removeStorage({
        key: 'AICase'
      })
    }
    let appid = wx.getAccountInfoSync().miniProgram.appId;
    this.setData({
      userInfo
gz-wxparty/pages/homePage/index.wxml
@@ -131,3 +131,36 @@
    </view>
  </van-popup>
</block>
<!-- AI弹窗 -->
<van-overlay show="{{ AiModal.caseDes?true:false }}" bind:click="addClosePopup">
</van-overlay>
<view wx:if="{{  AiModal.caseDes?true:false }}" class="AiModal-search">
  <view class="AiModal">
    <image src="{{imgUrl}}AICase.png" mode="" />
    <view class="AiModal-title">穗调解数智人提醒您</view>
    <view class="AiModal-subTitle">为了更好的帮助您解决问题,向您推荐了与您反映问题相似的典型案例和相关法条</view>
    <van-button bind:click="AiModalClick" class="AiModal-button" round block data-item="{{ AiModal }}" type="primary">前往查看</van-button>
  </view>
</view>
<van-overlay show="{{ showModal }}" bind:click="addClosePopup">
</van-overlay>
<view wx:if="{{ showModal }}" class="showModal-search">
  <view bindtap="searchChange" class="search">
    <view class="search-title">{{searchValue}}</view>
    <van-icon size='9' name="{{imgUrl}}down.png" />
  </view>
  <view class="showModal-select">
    <view class="showModal-select-title">办理进度</view>
    <view bindtap="searchSelect" class="showModal-select-flex" wx:for="{{processStatusList}}" data-item="{{ item }}" data-index="{{ index }}" wx:key="index">
      <view class="showModal-select-flex-text {{item.hover&& 'public-color'}}">{{item.label}}</view>
      <van-icon wx:if="{{item.hover}}" size='15' name="{{imgUrl}}myRegisterList_5.png" />
    </view>
  </view>
</view>
gz-wxparty/pages/homePage/index.wxss
@@ -406,3 +406,42 @@
  margin: 0 32rpx;
  border-top: 2rpx solid var(--border-color);
}
.AiModal {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  margin: 120rpx 94rpx 0;
  padding: 24rpx 40rpx;
  align-items: center;
  border-radius: 8px;
}
.AiModal image {
  width: 264rpx;
  height: 352rpx;
  margin-bottom: 20rpx;
}
.AiModal-search {
  position: absolute;
  top: 96rpx;
  width: 100%;
  z-index: 991;
}
.AiModal-title {
  font-size: 34rpx;
  line-height: 50rpx;
  color: var(--main-color);
  margin-bottom:24rpx;
}
.AiModal-subTitle {
  color: rgba(23,26,29,0.60);
  text-align: center;
  margin-bottom: 24rpx;
}
.AiModal-button {
  width: 100%;
}
gz-wxparty/pages/myRegisterList/index.js
@@ -147,6 +147,24 @@
    }
  },
  // 前往查看
  AiModalClick(e) {
    let item = e.currentTarget.dataset.item;
    wx.navigateTo({
      url: '../../pages/AIAide/index?caseDes=' + item.caseDes + '&caseClaim=' + item.caseClaim + '&caseId=' + item.caseId
    });
    this.setData({
      AiModal: false
    })
  },
  // 关闭AI弹窗
  addClosePopup() {
    this.setData({
      AiModal: false
    })
  },
  /**
   * 生命周期函数--监听页面加载
   */
@@ -154,5 +172,15 @@
    this.pageQuery(this.data.search)
  },
  onShow() {
    let AICase = wx.getStorageSync('AICase') || '';
    if (AICase) {
      this.setData({
        AiModal: AICase
      })
      wx.removeStorage({
        key: 'AICase'
      })
    }
  }
})
gz-wxparty/pages/myRegisterList/index.wxml
@@ -13,9 +13,14 @@
<view class="list" wx:for="{{dataList}}" data-item="{{ item }}" data-index="{{ index }}" wx:key="index">
  <view style="{{!item.show&&'border-bottom:none'}}" class="list-top">
    <view><time-format format="YYYY年MM月DD日" value="{{item.createTime}}" />反映诉求</view>
    <view>
      <time-format format="YYYY年MM月DD日" value="{{item.createTime}}" />反映诉求
    </view>
    <view class="list-top-r">
      <view class="list-top-r-tag">{{item.processStatusName||'-'}}</view>
      <view wx:if="{{item.processStatus===1}}" class="list-top-r-tag">{{item.processStatusName||'-'}}</view>
      <view wx:if="{{item.processStatus===2}}" class="list-top-r-tag">{{item.processStatusName||'-'}}</view>
      <view wx:if="{{item.processStatus===3}}" class="list-top-r-tag list-top-r-tag-grey">{{item.processStatusName||'-'}}</view>
      <view wx:if="{{item.processStatus===4}}" class="list-top-r-tag">{{item.processStatusName||'-'}}</view>
      <van-icon wx:if="{{item.show}}" size='16' bindtap="changeShow" data-index="{{ index }}" name="{{imgUrl}}myRegisterList_1.png" />
      <van-icon wx:else size='16' bindtap="changeShow" data-index="{{ index }}" name="{{imgUrl}}myRegisterList_4.png" />
    </view>
@@ -35,22 +40,31 @@
      <view class="list-content-title">被申请方</view>
      <view class="list-content-value">{{item.defendantNames}}</view>
    </view>
    <view wx:if="{{item.processStatus>1}}" class="list-content-flex margin-top">
      <view class="list-content-title">承办部门</view>
      <view class="list-content-value">{{item.mediateDeptName||'-'}}</view>
    </view>
    <view wx:if="{{item.processStatus>2}}" class="list-content-flex margin-top">
      <view class="list-content-title">化解结果</view>
      <view wx:if="{{item.mediResult===1}}" class="list-content-value green-title">{{item.mediResultName||'-'}}</view>
      <view wx:if="{{item.mediResult===2}}" class="list-content-value red-title">{{item.mediResultName||'-'}}</view>
    </view>
    <view class="list-border"></view>
    <view class="list-detail" bindtap="GoPage" data-url="{{'../../pages/myRegisterDetail/index?id='+item.id}}">
      <view class="list-detail-l">
        <van-icon size='16' name="{{imgUrl}}myRegisterList_1.png" />
        <van-icon size='16' name="{{imgUrl}}myRegisterList_6.svg" />
        <view class="list-detail-title">事项详情</view>
      </view>
      <view class="list-detail-r">查看</view>
    </view>
    <view class="list-detail" bindtap="GoPage" data-url="{{'../../pages/AIAide/index?caseDes='+item.caseDes+'&caseClaim='+item.caseClaim+'&caseId='+item.id}}">
    <view wx:if="{{item.processStatus<3}}" class="list-detail" bindtap="GoPage" data-url="{{'../../pages/AIAide/index?caseDes='+item.caseDes+'&caseClaim='+item.caseClaim+'&caseId='+item.id}}">
      <view class="list-detail-l">
        <van-icon size='16' name="{{imgUrl}}myRegisterList_2.png" />
        <view class="list-detail-title">解纷助手</view>
        <van-icon size='16' name="{{imgUrl}}myRegisterList_7.png" />
        <view class="list-detail-title">穗调解数智人</view>
      </view>
      <view class="list-detail-r">查看</view>
    </view>
    <view wx:if="{{item.processStatus !==1}}" bindtap="GoPage" data-url="../../pages/myRegisterFlow/index" class="list-detail">
    <view wx:if="{{item.processStatus>1}}" bindtap="GoPage" data-url="../../pages/myRegisterFlow/index" class="list-detail">
      <view class="list-detail-l">
        <van-icon size='16' name="{{imgUrl}}myRegisterList_3.png" />
        <view class="list-detail-title">办理流程</view>
gz-wxparty/pages/myRegisterList/index.wxss
@@ -82,6 +82,19 @@
  color: var(--main-color);
}
.list-top-r-tag-grey {
  background: #f2f3f5;
  color: #1d2129;
}
.green-title {
  color: #00B42A;
}
.red-title {
  color: #F53F3F;
}
.list-content {
  padding: 24rpx;
}
gz-wxparty/pages/organizeList/index.wxml
@@ -12,7 +12,7 @@
          <van-icon name="search" />
          <van-field bind:change="handleChange" border="{{ false }}" custom-style="padding:0;background-color:#f2f3f5" data-key="keyword" placeholder="请输入中心名称" value="{{ search.keyword }}" />
          <view style="color:#E5E6EB">|</view>
          <view bindtap="searchButton" class="public-color">查询</view>
          <view bindtap="searchButton" class="ssimList-title public-color">查询</view>
        </view>
      </view>
    </view>
@@ -24,8 +24,8 @@
        <view class="card-box" wx:for="{{ data }}" wx:key="index">
          <view class="card-list" bindtap="_handleGoPage" data-id="{{ item.id }}" data-url="../../pages/organizeDetail/index">
            <view class="card-title">{{item.unitName}}</view>
            <view class="card-subTitle"><text class="card-subTitle-l">办公地址:</text>{{item.addr}}</view>
            <view class="card-subTitle"><text class="card-subTitle-l">联系电话:</text>{{item.dutyMobile}}</view>
            <view class="card-subTitle"><text class="card-subTitle-l">办公地址:</text>{{item.addr||'-'}}</view>
            <view class="card-subTitle"><text class="card-subTitle-l">联系电话:</text>{{item.dutyMobile||'-'}}</view>
          </view>
        </view>
        <block>
gz-wxparty/pages/organizeList/index.wxss
@@ -76,3 +76,8 @@
.card-subTitle-l {
  color: rgba(23, 26, 29, 0.60);
}
.ssimList-title {
  font-size: 32rpx;
  white-space: nowrap;
}
gz-wxparty/pages/register/index.js
@@ -41,6 +41,16 @@
  });
}
// 获取案例
function getCaseApi(submitData) {
  return $$.request({
    url: 'case-law/get-case',
    type: 'post',
    ai: true,
    submitData,
    service: 'mediate',
  });
}
function caseRegisterSaveApi(submitData) {
  return $$.request({
@@ -455,6 +465,21 @@
        saveStatus: true
      })
    }
    const res1 = await getCaseApi({
      caseDes: params.caseDes,
      caseClaim: params.caseClaim,
      caseId: params.id,
    });
    if (res1.type) {
      wx.setStorage({
        key: 'AICase',
        data: {
          caseDes: params.caseDes,
          caseClaim: params.caseClaim,
          caseId: params.id,
        }
      });
    }
  },
  //选择纠纷类型 、跳转事项概况语音描述,跳转事项申请语音描述
gz-wxparty/pages/ssimList/index.wxml
@@ -14,7 +14,7 @@
          <van-icon name="search" />
          <van-field bind:change="handleChange" border="{{ false }}" custom-style="padding:0;background-color:#f2f3f5" data-key="keyword" placeholder="请输入中心名称" value="{{ search.keyword }}" />
          <view style="color:#E5E6EB">|</view>
          <view bindtap="searchButton" class="public-color">查询</view>
          <view bindtap="searchButton" class="ssimList-title public-color">查询</view>
        </view>
      </view>
    </view>
@@ -27,8 +27,8 @@
        <view class="card-box" wx:for="{{ data }}" wx:key="index">
          <view class="card-list" bindtap="_handleGoPage" data-id="{{ item.id }}" data-url="../../pages/ssimDetail/index">
            <view class="card-title">{{item.unitName}}</view>
            <view class="card-subTitle"><text class="card-subTitle-l">办公地址:</text>{{item.addr}}</view>
            <view class="card-subTitle"><text class="card-subTitle-l">联系电话:</text>{{item.dutyMobile}}</view>
            <view class="card-subTitle"><text class="card-subTitle-l">办公地址:</text>{{item.addr||'-'}}</view>
            <view class="card-subTitle"><text class="card-subTitle-l">联系电话:</text>{{item.dutyMobile||'-'}}</view>
          </view>
        </view>
        <block>
gz-wxparty/pages/ssimList/index.wxss
@@ -75,3 +75,8 @@
.card-subTitle-l {
  color: rgba(23, 26, 29, 0.60);
}
.ssimList-title {
  font-size: 32rpx;
  white-space: nowrap;
}
gz-wxparty/utils/util.js
@@ -5,7 +5,7 @@
const url = api.url;
// 是否是开发环境
const isDebug = false;
const isDebug = true;
const baseUrl = isDebug ? api.url.debug : api.url.web;