Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
7fcd7431
Commit
7fcd7431
authored
Feb 15, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复申请
parent
a5f9f552
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
483 additions
and
8 deletions
+483
-8
property.js
src/api/property.js
+4
-0
element.scss
src/styles/element.scss
+1
-1
index.vue
src/views/property/audit-manage/index.vue
+2
-2
index.vue
src/views/property/case-back/index.vue
+2
-0
index.vue
src/views/property/case-detail/index.vue
+2
-2
index.vue
src/views/property/case-repair/index.vue
+467
-0
index.vue
src/views/property/case-return/index.vue
+2
-0
index.vue
src/views/workplace/audit/index.vue
+3
-3
No files found.
src/api/property.js
View file @
7fcd7431
...
...
@@ -100,3 +100,7 @@ export const importExcel = (params) => {
export
const
RepairRecordStatusByIds
=
(
params
)
=>
{
return
request
.
get
(
'/RepairRecord/flowStatusByIds'
,
params
);
};
// 发起修复
export
const
sendRepairRecord
=
(
params
)
=>
{
return
request
.
get
(
'/RepairRecord/sendRepairRecord'
,
params
);
};
src/styles/element.scss
View file @
7fcd7431
...
...
@@ -324,5 +324,5 @@ td {
text-align
:
center
;
}
.vxe-table--tooltip-wrapper
{
z-index
:
99999999
;
z-index
:
99999999
!
important
;
}
\ No newline at end of file
src/views/property/audit-manage/index.vue
View file @
7fcd7431
...
...
@@ -45,7 +45,7 @@
import
{
inject
}
from
'vue'
;
import
{
computed
}
from
'vue'
;
import
callDrawer
from
'./components/callDrawer.vue'
;
import
{
ElMessageBox
,
ElButton
,
ElTag
}
from
'element-plus'
;
import
{
ElMessageBox
,
ElMessage
,
ElButton
,
ElTag
}
from
'element-plus'
;
import
{
onMounted
}
from
'vue'
;
import
{
getAppEnvConfig
}
from
'@/utils/env'
;
import
{
getTrackRecord
}
from
'@/api/property'
;
...
...
@@ -476,7 +476,7 @@
ElMessage
({
type
:
'success'
,
message
:
'稽核成功!'
,
message
:
'稽核
申请发起
成功!'
,
plain
:
true
,
});
query
();
...
...
src/views/property/case-back/index.vue
View file @
7fcd7431
...
...
@@ -86,6 +86,8 @@
param
[
'loanIds'
]
=
ids
;
}
else
{
param
=
{
...
curParam
.
value
};
delete
param
[
'current'
];
delete
param
[
'size'
];
}
if
(
type
===
'withdraw'
)
{
await
back
(
param
);
...
...
src/views/property/case-detail/index.vue
View file @
7fcd7431
...
...
@@ -5,9 +5,9 @@
</div>
<div
class=
"h-full w-full flex flex-col"
>
<div
class=
"mt-2"
>
<el-button
type=
"primary"
@
click=
"repair"
<
!--
<
el-button
type=
"primary"
@
click=
"repair"
v-permission=
"'repair_apply'"
>
修复申请
</el-button>
>
修复申请
</el-button>
-->
<el-button
type=
"primary"
@
click=
"reduce"
>
减免申请
</el-button>
<el-button
type=
"primary"
@
click=
"split"
>
分期申请
</el-button>
</div>
...
...
src/views/property/case-repair/index.vue
0 → 100644
View file @
7fcd7431
This diff is collapsed.
Click to expand it.
src/views/property/case-return/index.vue
View file @
7fcd7431
...
...
@@ -65,6 +65,8 @@
param
[
'loanIds'
]
=
ids
;
}
else
{
param
=
{
...
curParam
.
value
};
delete
param
[
'current'
];
delete
param
[
'size'
];
}
if
(
type
===
'withdraw'
)
{
await
backDistribute
(
param
);
...
...
src/views/workplace/audit/index.vue
View file @
7fcd7431
...
...
@@ -45,7 +45,7 @@
import
{
inject
}
from
'vue'
;
import
{
computed
}
from
'vue'
;
import
callDrawer
from
'./components/callDrawer.vue'
;
import
{
ElMessageBox
,
ElButton
,
ElTag
}
from
'element-plus'
;
import
{
ElMessageBox
,
ElMessage
,
ElButton
,
ElTag
}
from
'element-plus'
;
import
{
onMounted
}
from
'vue'
;
import
{
getAppEnvConfig
}
from
'@/utils/env'
;
import
{
getTrackRecord
}
from
'@/api/property'
;
...
...
@@ -216,7 +216,7 @@
},
},
enum
:
()
=>
getTenantPage
({
current
:
1
,
size
:
999999999
,
status
:
'enable'
}),
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
key
:
'tenant
Id
'
,
labelWidth
:
78
},
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
key
:
'tenant'
,
labelWidth
:
78
},
fieldNames
:
{
label
:
'name'
,
value
:
'id'
},
title
:
'调解中心'
,
width
:
100
,
...
...
@@ -476,7 +476,7 @@
ElMessage
({
type
:
'success'
,
message
:
'稽核成功!'
,
message
:
'稽核
申请发起
成功!'
,
plain
:
true
,
});
query
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment