Compare commits

..

2 Commits
prd ... main

Author SHA1 Message Date
cdf39a40e7 修改还款凭证bug 2025-03-20 14:30:08 +08:00
d60d983e03 调解失败 2025-03-20 14:17:23 +08:00
3 changed files with 7 additions and 6 deletions

View File

@ -1,13 +1,13 @@
variables: variables:
#docker仓库地址 #docker仓库地址
REGISTRY_HOST: ccr.ccs.tencentyun.com REGISTRY_HOST: registry.dev.trydotec.com
#准度科技信息化项目 #准度科技信息化项目
PROJECT_NAME: jqyt PROJECT_NAME: mediate
#注册中心 #注册中心
SUB_PROJECT_NAME: mediate-manage-web SUB_PROJECT_NAME: mediate-manage-web
CEWCS_IMAGE: $REGISTRY_HOST/$PROJECT_NAME/$SUB_PROJECT_NAME:1.0.0-dev CEWCS_IMAGE: $REGISTRY_HOST/$PROJECT_NAME/$SUB_PROJECT_NAME:1.0.0-dev
CEWCS_IMAGE_STG: $REGISTRY_HOST/$PROJECT_NAME/$SUB_PROJECT_NAME:1.0.0-stg CEWCS_IMAGE_STG: $REGISTRY_HOST/$PROJECT_NAME/$SUB_PROJECT_NAME:1.0.0-stg
CEWCS_IMAGE_PRD: ccr.ccs.tencentyun.com/jqyt/$SUB_PROJECT_NAME:1.0.0-prd CEWCS_IMAGE_PRD: $REGISTRY_HOST/$PROJECT_NAME/$SUB_PROJECT_NAME:1.0.0-prd
stages: stages:
- build - build
@ -15,7 +15,7 @@ stages:
- clean - clean
before_script: before_script:
- docker login --username=100040304246 --password=zd123456 $REGISTRY_HOST - docker login --username=trydo --password=zd123456 $REGISTRY_HOST
构建: 构建:
stage: build stage: build

View File

@ -642,7 +642,7 @@ export default {
} }
let resultmsg = '成功' let resultmsg = '成功'
if(resultStatus == 4){resultmsg = '失败'} if(resultStatus == 6){resultmsg = '失败'}
this.$confirm("请确定是否将案件标记为"+resultmsg+"?", "提示", { this.$confirm("请确定是否将案件标记为"+resultmsg+"?", "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "取消", cancelButtonText: "取消",

View File

@ -210,7 +210,7 @@ import smapi from "@/services/systemManage";
mediatorId:'',//id mediatorId:'',//id
current:1, current:1,
size:10, size:10,
status:'OK', status:2,
}, },
usageOption: ['今日','昨日', '近一周', '近一月', '近半年', '近一年'], usageOption: ['今日','昨日', '近一周', '近一月', '近半年', '近一年'],
@ -284,6 +284,7 @@ import smapi from "@/services/systemManage";
getCaseInfoList(val){ getCaseInfoList(val){
this.queryParam.current = val this.queryParam.current = val
this.queryParam.startTime = this.queryParam.beginTime this.queryParam.startTime = this.queryParam.beginTime
this.queryParam.status = 2
api.gettraceProof_page(this.queryParam).then(res => { api.gettraceProof_page(this.queryParam).then(res => {
if (!res.code) { if (!res.code) {
this.tableData = res.records; this.tableData = res.records;