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
da00d2a6
Commit
da00d2a6
authored
May 09, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同查询优化,uat prod增加版本号
parent
81a0eedf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
92 deletions
+11
-92
prod.env.js
config/prod.env.js
+1
-1
uat.env.js
config/uat.env.js
+1
-1
contract-records.vue
src/pages/contractInquire/contract-records.vue
+9
-90
No files found.
config/prod.env.js
View file @
da00d2a6
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://www.xcmgfs.com:8087/r/api"'
,
fileUploadSvcPath
:
'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"0.
3.9
"'
currentVersion
:
'"0.
4.0
"'
}
config/uat.env.js
View file @
da00d2a6
...
...
@@ -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.7.
2
"'
currentVersion
:
'"3.7.
3
"'
}
src/pages/contractInquire/contract-records.vue
View file @
da00d2a6
...
...
@@ -284,16 +284,7 @@ export default {
// 合同记录
recordQuery
(
status
,
arr
)
{
let
vm
=
this
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
||
vm
.
bp_type
===
'MANAGER'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
name
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
// user_phone: window.localStorage.user_phone,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
now_user_bp_bind_id
).
bp_id
,
...
...
@@ -392,16 +383,7 @@ export default {
vm
.
other_pagenum
++
vm
.
pageNum
=
vm
.
other_pagenum
}
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
name
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
// user_phone: window.localStorage.user_phone,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
now_user_bp_bind_id
).
bp_id
,
...
...
@@ -504,16 +486,7 @@ export default {
},
async
searchAll
()
{
let
vm
=
this
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
name
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
contract_status_n
:
'全部'
,
// user_phone: window.localStorage.user_phone,
...
...
@@ -545,16 +518,7 @@ export default {
},
async
searchUnsign
()
{
let
vm
=
this
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
let
url
=
$config
.
basePath
+
name
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
contract_status_n
:
'待首付'
,
// user_phone: window.localStorage.user_phone,
...
...
@@ -586,16 +550,7 @@ export default {
async
searchUnrepay
()
{
let
vm
=
this
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
let
url
=
$config
.
basePath
+
name
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
contract_status_n
:
'首付还款中'
,
// user_phone: window.localStorage.user_phone,
...
...
@@ -627,16 +582,7 @@ export default {
async
searchRepaying
()
{
let
vm
=
this
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
let
url
=
$config
.
basePath
+
name
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
contract_status_n
:
'还款中'
,
// user_phone: window.localStorage.user_phone,
...
...
@@ -668,16 +614,7 @@ export default {
searchRepayed
()
{
let
vm
=
this
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
let
url
=
$config
.
basePath
+
name
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
contract_status_n
:
'已结清'
,
// user_phone: window.localStorage.user_phone,
...
...
@@ -703,16 +640,7 @@ export default {
},
searchUndo
()
{
let
vm
=
this
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
let
url
=
$config
.
basePath
+
name
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
contract_status_n
:
'撤销'
,
// user_phone: window.localStorage.user_phone,
...
...
@@ -738,16 +666,7 @@ export default {
},
searchOther
()
{
let
vm
=
this
let
name
=
''
if
(
vm
.
bp_type
===
'TENANT'
)
{
name
=
'con_contract_list_tenant'
}
else
if
(
vm
.
bp_type
===
'AGENT'
||
vm
.
bp_type
===
'OFFICE'
)
{
name
=
'con_contract_list_saleman'
}
else
if
(
vm
.
bp_type
===
'GUTA'
)
{
name
=
'con_contract_list_guta'
}
let
url
=
$config
.
basePath
+
name
// let url = $config.basePath + 'con_contract_list'
let
url
=
$config
.
basePath
+
'con_contract_list'
let
param
=
{
contract_status_n
:
'其他'
,
// user_phone: window.localStorage.user_phone,
...
...
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