Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
0054a797
Commit
0054a797
authored
Dec 18, 2023
by
王建文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
融资方案列表页面跳转
parent
f11e6654
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+10
-6
No files found.
src/pages/contractSigning/contract-signing.vue
View file @
0054a797
...
...
@@ -6,7 +6,7 @@
<span>
融租方案确认
</span>
</div>
</h-header>
<div
class=
"tab-style has-header"
>
<
!--
<
div
class=
"tab-style has-header"
>
<div
:class=
"
{ 'done': num === 1, 'undone': num !== 1 }" @click="num = 1; isRadio = false">
<img
:src=
"num === 1 ? check1 : uncheck1"
/>
<span>
待确认
</span>
...
...
@@ -15,7 +15,7 @@
<img
:src=
"num === 2 ? check2 : uncheck2"
/>
<span>
已确认
</span>
</div>
</div>
</div>
-->
<!-- 搜索 -->
<div
class=
"search"
>
<input
v-model=
"searchInput"
type=
"text"
placeholder=
"请输入承租人名称"
/>
...
...
@@ -27,7 +27,7 @@
<div
class=
"pro-code"
@
click=
"goDetails(item)"
>
<img
src=
"@/assets/distributorSign/fileIcon.png"
alt
class=
"file-icon"
/>
<p>
<span>
承租人
</span>
<span>
项目编号
</span>
<span>
{{
item
.
project_number
}}
</span>
</p>
<img
v-if=
"item.read_check === 'N'"
src=
"@/assets/constractSigning/unread.png"
alt
class=
"unread"
/>
...
...
@@ -59,7 +59,7 @@
<!--
</div>
-->
<div>
<p>
设备总价
</p>
<p
class=
"money"
>
{{
item
.
total
_price
|
currency
}}
</p>
<p
class=
"money"
>
{{
item
.
equip
_price
|
currency
}}
</p>
</div>
<!--
<div>
-->
<!--
<p>
产品名称
</p>
-->
...
...
@@ -67,7 +67,7 @@
<!--
</div>
-->
<div>
<p>
申请时间
</p>
<p>
{{
dateConverse
(
item
.
confirm_start
_date
)
}}
</p>
<p>
{{
dateConverse
(
item
.
sale
_date
)
}}
</p>
</div>
</div>
</div>
...
...
@@ -290,6 +290,7 @@ export default {
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
now_user_bp_bind_id
).
bp_id
,
pagesize
:
10
,
pagenum
:
vm
.
submitPagenum
,
phone
:
window
.
localStorage
.
user_phone
,
confirm_status
:
'SUBMIT'
,
searchInput
:
vm
.
searchInput
,
}
...
...
@@ -328,6 +329,7 @@ export default {
pagesize
:
10
,
pagenum
:
vm
.
approvedPagenum
,
confirm_status
:
'APPROVED'
,
phone
:
window
.
localStorage
.
user_phone
,
searchInput
:
vm
.
searchInput
,
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
@@ -365,6 +367,7 @@ export default {
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
now_user_bp_bind_id
).
bp_id
,
pagesize
:
10
,
pagenum
:
vm
.
submitPagenum
,
phone
:
window
.
localStorage
.
user_phone
,
confirm_status
:
'SUBMIT'
,
searchInput
:
vm
.
searchInput
,
}
...
...
@@ -401,6 +404,7 @@ export default {
pagesize
:
10
,
pagenum
:
vm
.
approvedPagenum
,
confirm_status
:
'APPROVED'
,
phone
:
window
.
localStorage
.
user_phone
,
searchInput
:
vm
.
searchInput
,
}
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
...
...
@@ -587,7 +591,7 @@ export default {
width: 100%;
z-index: 100;
margin-bottom: 8px;
margin-top: 52px;
//
margin-top: 52px;
input {
padding-left: 12px;
border-radius: 4px;
...
...
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