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
a6d57512
Commit
a6d57512
authored
Dec 30, 2021
by
胡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 页面优化
parent
d0c5ef59
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
7 deletions
+19
-7
uat.env.js
config/uat.env.js
+1
-1
batchSign.vue
src/pages/carConfirm/batchSign.vue
+1
-1
sales-info.vue
src/pages/contractCreate/sales-info.vue
+5
-0
my-info.vue
src/pages/myInfo/my-info.vue
+5
-2
myBindUser.vue
src/pages/myInfo/myBindUser.vue
+7
-3
No files found.
config/uat.env.js
View file @
a6d57512
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"3.4.
1
"'
currentVersion
:
'"3.4.
4
"'
}
src/pages/carConfirm/batchSign.vue
View file @
a6d57512
...
...
@@ -301,7 +301,7 @@ export default {
img {
height: 22px;
vertical-align:
text-bottom
;
vertical-align:
middle
;
margin-right: 7px;
}
...
...
src/pages/contractCreate/sales-info.vue
View file @
a6d57512
...
...
@@ -163,6 +163,7 @@ export default {
officeLists
:
[],
// 办事处查询结果
factoryLists
:
[],
// 主机厂
bp_agent_id
:
''
,
// 经销商id
bp_user_id
:
''
,
bp_agent_name
:
''
,
// 经销商名称
salesInfo
:
{
bp_type
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
)).
bp_type
,
...
...
@@ -210,6 +211,7 @@ export default {
vm
.
office_name
=
''
vm
.
factory_name
=
''
vm
.
bp_agent_id
=
''
vm
.
bp_user_id
=
''
vm
.
bp_agent_name
=
''
vm
.
inflow_line
=
''
// 授信总额度
vm
.
inflow_used
=
''
// 已使用授信额度
...
...
@@ -299,6 +301,7 @@ export default {
let
url
=
process
.
env
.
basePath
+
'prj_bp_master_query'
let
param
=
{
bp_agent_id
:
vm
.
bp_agent_id
,
bp_user_id
:
vm
.
bp_user_id
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
...
...
@@ -356,6 +359,7 @@ export default {
if
(
res
.
result
===
'S'
&&
res
.
info
)
{
vm
.
bp_agent_name
=
res
.
info
.
bp_agent_name
vm
.
bp_agent_id
=
res
.
info
.
bp_agent_id
vm
.
bp_user_id
=
res
.
info
.
bp_user_id
;
if
(
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
)).
bp_type
===
'OFFICE'
)
{
vm
.
office_name
=
res
.
info
.
bp_agent_name
vm
.
salesInfo
.
office_id
=
res
.
info
.
bp_agent_id
...
...
@@ -424,6 +428,7 @@ export default {
let
url
=
process
.
env
.
basePath
+
'prj_bp_agent_user'
let
param
=
{
bp_agent_id
:
vm
.
bp_agent_id
,
bp_user_id
:
vm
.
bp_user_id
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
...
...
src/pages/myInfo/my-info.vue
View file @
a6d57512
...
...
@@ -1323,10 +1323,13 @@ export default {
.more {
height: 31px;
display: flex;
justify-content: center;
align-items: center;
color: rgb(213, 217, 224);
font-size: 85%;
text-align: center;
line-height: 31px;
//
text-align: center;
//
line-height: 31px;
font-weight: 600;
}
}
...
...
src/pages/myInfo/myBindUser.vue
View file @
a6d57512
...
...
@@ -32,8 +32,12 @@
>
<!--
<span
style=
"font-size: .3rem;"
>
{{
item
.
bp_status
===
'APPROVED'
?
'×'
:
''
}}
</span>
-->
<img
v-if=
"item.bp_status === 'APPROVED'"
src=
"../../assets/login/cha.png"
alt=
"cha"
>
>
{{
item
.
bp_status
===
'APPROVED'
?
'×'
:
''
}}
</span>
-->
<img
v-if=
"item.bp_status === 'APPROVED'"
src=
"../../assets/login/cha.png"
alt=
"cha"
/>
{{
item
.
bp_status
===
'APPROVED'
?
' 解绑'
:
item
.
bp_status
===
'NEW'
?
'待提交'
:
item
.
bp_status_n
}}
</div>
</div>
...
...
@@ -375,7 +379,7 @@ export default {
align-items: center;
img {
height: 1
2px;
height: 1
1px;
margin-right: 3px;
}
}
...
...
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