MrShi
2025-06-09 11fdd9f6b473836df486b7152d34d053c7fca946
提交
已修改6个文件
16 ■■■■ 文件已修改
company/.env.development 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
company/.env.developmentCom 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
company/.env.productionShop 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
company/src/components/business/OpearaCaseEntryWindow.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
company/src/components/enterprise/onlineReporting.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
company/src/views/business/caseEntry.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
company/.env.development
@@ -9,9 +9,9 @@
VUE_APP_COOKIE_NAME='dmplat-auth-token'
# 测试服
VUE_APP_API = 'https://test.doumee.cn:8088/yyb_admin_api/'
# VUE_APP_API = 'https://test.doumee.cn:8088/yyb_admin_api/'
# 任康
# VUE_APP_API = 'http://192.168.0.131:10030/'
VUE_APP_API = 'http://192.168.0.131:10030/'
# VUE_APP_API = 'http://192.168.0.131:10031/'
company/.env.developmentCom
@@ -7,10 +7,10 @@
VUE_APP_CONTEXT_PATH = '/yyb_web'
VUE_APP_COOKIE_NAME='doumee-auth-token'
VUE_APP_API = 'https://test.doumee.cn:8088/yyb_web_api/'
# VUE_APP_API = 'https://test.doumee.cn:8088/yyb_web_api/'
# VUE_APP_API = 'http://localhost:10031/'
# VUE_APP_API = 'http://192.168.0.131:10031/'
VUE_APP_API = 'http://192.168.0.131:10031/'
# VUE_APP_API = 'https://www.yyb.red/yyb_web_api/'
company/.env.productionShop
@@ -6,7 +6,7 @@
VUE_APP_COOKIE_NAME='dmshop-auth-token'
VUE_APP_CONTEXT_PATH = '/yyb_shop'
# 平台端
VUE_APP_API = 'https://dmtest.ahapp.net/yyb_shop_api/'
VUE_APP_API = 'https://test.doumee.cn:8088/yyb_shop_api/'
VUE_APP_SYSTEM_TITLE = '云易保客户服务系统-商户端'
company/src/components/business/OpearaCaseEntryWindow.vue
@@ -186,7 +186,7 @@
                            <el-form-item label="报案时间" prop="reportDate">
                                <el-date-picker
                                    v-model="ruleForm.extData.reportDate"
                                    type="date"
                                    type="datetime"
                                    placeholder="选择日期"
                                    format="yyyy-MM-dd HH:mm:ss"
                                    value-format="yyyy-MM-dd HH:mm:ss">
company/src/components/enterprise/onlineReporting.vue
@@ -724,7 +724,7 @@
    getSolutions (id) {
      const row = this.user.filter(item => item.id === id)
      this.form.idcardNo = row[0].idcardNo
      findList({ memberId: id })
      findList({ memberId: id, isSettleClaims: 1 })
        .then(res => {
          this.form.insuranceApplyId = ''
          res.forEach(item => {
company/src/views/business/caseEntry.vue
@@ -76,7 +76,7 @@
                <el-table-column prop="reportNum" label="案件号" min-width="150px" align="center"></el-table-column>
                <el-table-column prop="companyName" label="投保单位" min-width="150px" align="center"></el-table-column>
                <el-table-column prop="informantName" label="报案人" min-width="150px" align="center"></el-table-column>
                <el-table-column prop="createDateStr" label="报案时间" min-width="100px" align="center"></el-table-column>
                <el-table-column prop="reportDate" label="报案时间" min-width="100px" align="center"></el-table-column>
                <el-table-column prop="happenTime" label="出险时间" min-width="120px" align="center"></el-table-column>
                <el-table-column prop="memberName" label="出险人" min-width="120px" align="center"></el-table-column>
                <el-table-column prop="memberIdcardNo" label="身份证号" min-width="120px" align="center"></el-table-column>