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
fd107659
Commit
fd107659
authored
Jan 04, 2020
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'1.4'
parent
e5799e19
Pipeline
#4477
canceled with stages
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
100 additions
and
76 deletions
+100
-76
uat.env.js
config/uat.env.js
+1
-1
create-enclosure-info.vue
src/pages/contractCreate/create-enclosure-info.vue
+15
-3
sales-info.vue
src/pages/contractCreate/sales-info.vue
+2
-1
bank-info.vue
src/pages/userBindNew/np/bank-info.vue
+13
-12
bankInfo.vue
src/pages/userBindNew/org/bankInfo.vue
+67
-57
baseInfo.vue
src/pages/userBindNew/org/baseInfo.vue
+1
-1
index.html
www/index.html
+1
-1
No files found.
config/uat.env.js
View file @
fd107659
...
@@ -11,5 +11,5 @@ module.exports = {
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_DEV&apiName="'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_DEV&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.3.
5
"'
currentVersion
:
'"1.3.
6
"'
}
}
src/pages/contractCreate/create-enclosure-info.vue
View file @
fd107659
...
@@ -94,14 +94,15 @@
...
@@ -94,14 +94,15 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"card-upload plus"
@
click=
"ocrShow('特批申请书',checkId)"
>
<div
class=
"card-upload plus"
v-if=
"!isReadOnly"
@
click=
"ocrShow('特批申请书',checkId)"
>
<img
src=
"@/assets/userBind/camera.png"
class=
"upload-btn"
>
<img
src=
"@/assets/userBind/camera.png"
class=
"upload-btn"
>
</div>
</div>
</div>
</div>
</h-content>
</h-content>
<bottom-tab
class=
"add-box"
>
<bottom-tab
class=
"add-box"
>
<tab-button
class=
"before"
@
click
.
native=
"handSave"
>
保存
</tab-button>
<tab-button
v-if=
"!isReadOnly"
class=
"before"
@
click
.
native=
"handSave"
>
保存
</tab-button>
<tab-button
class=
"next"
@
click
.
native=
"isSubmit"
>
提交
</tab-button>
<tab-button
v-if=
"!isReadOnly"
class=
"next"
@
click
.
native=
"isSubmit"
>
提交
</tab-button>
<tab-button
v-if=
"isReadOnly"
class=
"before"
@
click
.
native=
"$routeGo()"
>
上一步
</tab-button>
</bottom-tab>
</bottom-tab>
</h-view>
</h-view>
</
template
>
</
template
>
...
@@ -131,6 +132,8 @@ export default {
...
@@ -131,6 +132,8 @@ export default {
license_id
:
''
,
license_id
:
''
,
status
:
''
,
// 审批状态
status
:
''
,
// 审批状态
bpClass
:
''
,
bpClass
:
''
,
isReadOnly
:
false
,
// 是否只读
fromPage
:
window
.
localStorage
.
fromPage
,
}
}
},
},
watch
:
{
watch
:
{
...
@@ -152,6 +155,15 @@ export default {
...
@@ -152,6 +155,15 @@ export default {
vm
.
status
=
window
.
localStorage
.
user_bp_status
vm
.
status
=
window
.
localStorage
.
user_bp_status
vm
.
loadItemList
()
vm
.
loadItemList
()
vm
.
queryCheckId
()
vm
.
queryCheckId
()
if
(
vm
.
fromPage
===
'sale'
)
{
vm
.
isReadOnly
=
false
}
else
if
(
vm
.
fromPage
===
'list'
)
{
if
(
window
.
localStorage
.
contractReadonly
===
'true'
)
{
vm
.
isReadOnly
=
true
}
else
{
vm
.
isReadOnly
=
false
}
}
}
}
})
})
},
},
...
...
src/pages/contractCreate/sales-info.vue
View file @
fd107659
...
@@ -474,7 +474,7 @@ export default {
...
@@ -474,7 +474,7 @@ export default {
}
else
if
(
!
vm
.
salesInfo
.
manu_manager
)
{
}
else
if
(
!
vm
.
salesInfo
.
manu_manager
)
{
hlsPopup
.
showLongCenter
(
'主机厂业务员不能为空!'
)
hlsPopup
.
showLongCenter
(
'主机厂业务员不能为空!'
)
}
else
if
(
!
vm
.
salesInfo
.
sale_date
)
{
}
else
if
(
!
vm
.
salesInfo
.
sale_date
)
{
hlsPopup
.
showLongCenter
(
'
签约日期不能为空
!'
)
hlsPopup
.
showLongCenter
(
'
请选择签约日期
!'
)
}
else
{
}
else
{
let
url
=
process
.
env
.
basePath
+
'prj_sales_info_save'
let
url
=
process
.
env
.
basePath
+
'prj_sales_info_save'
window
.
localStorage
.
setItem
(
'bp_id_tenant'
,
this
.
salesInfo
.
bp_id_tenant
)
window
.
localStorage
.
setItem
(
'bp_id_tenant'
,
this
.
salesInfo
.
bp_id_tenant
)
...
@@ -487,6 +487,7 @@ export default {
...
@@ -487,6 +487,7 @@ export default {
if
(
res
.
result
===
'S'
)
{
if
(
res
.
result
===
'S'
)
{
hlsPopup
.
showLongCenter
(
'创建成功!'
)
hlsPopup
.
showLongCenter
(
'创建成功!'
)
window
.
localStorage
.
setItem
(
'project_id'
,
res
.
project_id
)
window
.
localStorage
.
setItem
(
'project_id'
,
res
.
project_id
)
window
.
localStorage
.
setItem
(
'fromPage'
,
'sale'
)
vm
.
$router
.
push
({
vm
.
$router
.
push
({
name
:
'CreateBaseInfo'
,
name
:
'CreateBaseInfo'
,
})
})
...
...
src/pages/userBindNew/np/bank-info.vue
View file @
fd107659
...
@@ -151,7 +151,7 @@ export default {
...
@@ -151,7 +151,7 @@ export default {
beforeRouteEnter
(
to
,
from
,
next
)
{
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
next
(
vm
=>
{
vm
.
getBankInfo
()
vm
.
getBankInfo
()
vm
.
getNpCertificationUrl
()
//
vm.getNpCertificationUrl()
})
})
},
},
methods
:
{
methods
:
{
...
@@ -198,7 +198,8 @@ export default {
...
@@ -198,7 +198,8 @@ export default {
let
vm
=
this
let
vm
=
this
let
bp_id
=
window
.
localStorage
.
getItem
(
'bp_id'
)
let
bp_id
=
window
.
localStorage
.
getItem
(
'bp_id'
)
let
isCheck
=
await
vm
.
checkElectonic
()
let
isCheck
=
await
vm
.
checkElectonic
()
if
(
bp_id
)
{
let
urlTemp
=
await
vm
.
getNpCertificationUrl
()
if
(
urlTemp
)
{
this
.
hlsPopup
.
showConfirm
({
this
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
title
:
'提示'
,
content
:
'您确认提交吗?'
,
content
:
'您确认提交吗?'
,
...
@@ -241,22 +242,22 @@ export default {
...
@@ -241,22 +242,22 @@ export default {
this
.
hlsPopup
.
showLongCenter
(
'请先保存'
)
this
.
hlsPopup
.
showLongCenter
(
'请先保存'
)
}
}
},
},
getNpCertificationUrl
()
{
async
getNpCertificationUrl
()
{
let
vm
=
this
let
vm
=
this
let
url
=
$config
.
basePath
+
'auth_user_sign'
let
url
=
$config
.
basePath
+
'auth_user_sign'
let
param
=
{
let
param
=
{
phone
:
window
.
localStorage
.
user_phone
,
phone
:
window
.
localStorage
.
user_phone
,
}
}
hlsPopup
.
showLoading
(
'请稍候'
)
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
let
res
=
await
vm
.
$post
(
url
,
param
)
hlsPopup
.
hideLoading
()
hlsPopup
.
hideLoading
()
console
.
log
(
'获取个人认证url'
,
res
)
if
(
res
.
info
.
code
===
0
)
{
if
(
res
.
info
.
code
===
0
)
{
vm
.
authUrl
=
res
.
info
.
data
.
authUrl
vm
.
authUrl
=
res
.
info
.
data
.
authUrl
return
vm
.
authUrl
}
else
{
}
else
{
hlsPopup
.
showLongCente
r
(
res
.
info
.
msg
)
hlsPopup
.
showErro
r
(
res
.
info
.
msg
)
}
return
''
}
)
}
},
},
addBankInfo
()
{
addBankInfo
()
{
this
.
hlsPopup
.
showConfirm
({
this
.
hlsPopup
.
showConfirm
({
...
...
src/pages/userBindNew/org/bankInfo.vue
View file @
fd107659
...
@@ -160,11 +160,11 @@ export default {
...
@@ -160,11 +160,11 @@ export default {
vm
.
certification_status
=
''
vm
.
certification_status
=
''
vm
.
getBankInfo
()
vm
.
getBankInfo
()
vm
.
electQuery
()
vm
.
electQuery
()
if
(
window
.
localStorage
.
bp_identity
===
'ORG_NO'
)
{
/*
if (window.localStorage.bp_identity === 'ORG_NO') {
vm.getOrgCertificationUrl() // 获取企业认证url
vm.getOrgCertificationUrl() // 获取企业认证url
} else {
} else {
vm.getNpCertificationUrl()
vm.getNpCertificationUrl()
}
}
*/
}
}
})
})
},
},
...
@@ -264,82 +264,92 @@ export default {
...
@@ -264,82 +264,92 @@ export default {
})
})
},
},
// 提交
// 提交
handSubmit
()
{
async
handSubmit
()
{
this
.
hlsPopup
.
showConfirm
({
let
vm
=
this
title
:
'提示'
,
if
(
window
.
localStorage
.
bp_identity
===
'ORG_NO'
)
{
content
:
'您确认提交吗?'
,
var
urlTemp
=
await
vm
.
getOrgCertificationUrl
()
// 获取企业认证url
onConfirm
:
data
=>
{
}
else
{
if
(
data
)
{
var
urlTemp
=
await
vm
.
getNpCertificationUrl
()
let
url
=
$config
.
basePath
+
'bp_bind_submit'
}
let
param
=
{
if
(
urlTemp
){
master
:
{
this
.
hlsPopup
.
showConfirm
({
bp_id
:
this
.
$route
.
params
.
bp_id
,
title
:
'提示'
,
company_id
:
'2145'
,
content
:
'您确认提交吗?'
,
},
onConfirm
:
data
=>
{
}
if
(
data
)
{
let
vm
=
this
let
url
=
$config
.
basePath
+
'bp_bind_submit'
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
let
param
=
{
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
master
:
{
vm
.
hlsPopup
.
hideLoading
()
bp_id
:
this
.
$route
.
params
.
bp_id
,
if
(
res
.
result
===
'S'
)
{
company_id
:
'2145'
,
vm
.
hlsPopup
.
showSuccess
(
'提交成功'
)
},
if
(
vm
.
certification_status
===
'Y'
)
{
}
vm
.
$router
.
push
({
let
vm
=
this
name
:
'MyInfo'
,
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
})
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
}
else
{
vm
.
hlsPopup
.
hideLoading
()
if
(
vm
.
authUrl
)
{
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
showSuccess
(
'提交成功'
)
if
(
vm
.
certification_status
===
'Y'
)
{
vm
.
$router
.
push
({
vm
.
$router
.
push
({
name
:
'Certification'
,
name
:
'MyInfo'
,
params
:
{
authUrl
:
vm
.
authUrl
,
},
})
})
}
else
{
}
else
{
vm
.
hlsPopup
.
showSuccess
(
vm
.
errorMsg
)
if
(
vm
.
authUrl
)
{
vm
.
$router
.
push
({
name
:
'Certification'
,
params
:
{
authUrl
:
vm
.
authUrl
,
},
})
}
else
{
vm
.
hlsPopup
.
showSuccess
(
vm
.
errorMsg
)
}
}
}
}
}
}
}
)
}
)
}
}
}
,
}
,
}
)
}
)
}
},
},
// 获取个人认证url
// 获取个人认证url
getNpCertificationUrl
()
{
async
getNpCertificationUrl
()
{
let
vm
=
this
let
vm
=
this
let
url
=
$config
.
basePath
+
'auth_user_sign'
let
url
=
$config
.
basePath
+
'auth_user_sign'
let
param
=
{
let
param
=
{
phone
:
window
.
localStorage
.
user_phone
,
phone
:
window
.
localStorage
.
user_phone
,
}
}
hlsPopup
.
showLoading
(
'请稍候'
)
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
let
res
=
await
vm
.
$post
(
url
,
param
)
hlsPopup
.
hideLoading
()
hlsPopup
.
hideLoading
()
console
.
log
(
'获取个人认证url'
,
res
)
if
(
res
.
info
.
code
===
0
)
{
if
(
res
.
info
.
code
===
0
)
{
vm
.
authUrl
=
res
.
info
.
data
.
authUrl
vm
.
authUrl
=
res
.
info
.
data
.
authUrl
return
vm
.
authUrl
}
else
{
}
else
{
vm
.
errorMsg
=
res
.
info
.
msg
hlsPopup
.
showError
(
res
.
info
.
msg
)
}
//vm.errorMsg = res.info.msg
})
return
''
}
},
},
// 获取企业认证url
// 获取企业认证url
getOrgCertificationUrl
()
{
async
getOrgCertificationUrl
()
{
let
vm
=
this
let
vm
=
this
let
url
=
$config
.
basePath
+
'auth_company_sign'
let
url
=
$config
.
basePath
+
'auth_company_sign'
let
param
=
{
let
param
=
{
phone
:
window
.
localStorage
.
user_phone
,
phone
:
window
.
localStorage
.
user_phone
,
}
}
hlsPopup
.
showLoading
(
'请稍候'
)
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
let
res
=
await
vm
.
$post
(
url
,
param
)
hlsPopup
.
hideLoading
()
hlsPopup
.
hideLoading
()
console
.
log
(
res
)
if
(
res
.
info
.
code
===
0
)
{
if
(
res
.
info
.
code
===
0
)
{
vm
.
authUrl
=
res
.
info
.
data
.
authUrl
vm
.
authUrl
=
res
.
info
.
data
.
authUrl
return
vm
.
authUrl
}
else
{
}
else
{
vm
.
errorMsg
=
res
.
info
.
msg
hlsPopup
.
showError
(
res
.
info
.
msg
)
}
return
''
})
//vm.errorMsg = res.info.msg
}
},
},
// ocr识别入口
// ocr识别入口
ocrShow
(
ocrType
,
type
)
{
ocrShow
(
ocrType
,
type
)
{
...
...
src/pages/userBindNew/org/baseInfo.vue
View file @
fd107659
...
@@ -1283,7 +1283,7 @@ export default {
...
@@ -1283,7 +1283,7 @@ export default {
vm
.
authMsg
.
auth_cell_phone
=
res
.
info
.
auth_cell_phone
vm
.
authMsg
.
auth_cell_phone
=
res
.
info
.
auth_cell_phone
// delete res.info.agent_username
// delete res.info.agent_username
vm
.
legal_personMsg
.
id_card_no
=
res
.
info
.
id_card_no
vm
.
legal_personMsg
.
id_card_no
=
res
.
info
.
id_card_no
// vm.legal_personMsg.legal_person = res.info.legal_person
vm
.
legal_personMsg
.
bp_legal_name
=
res
.
info
.
bp_legal_name
vm
.
legal_personMsg
.
cell_phone
=
res
.
info
.
cell_phone
vm
.
legal_personMsg
.
cell_phone
=
res
.
info
.
cell_phone
vm
.
legal_personMsg
.
living_address
=
res
.
info
.
living_address
vm
.
legal_personMsg
.
living_address
=
res
.
info
.
living_address
vm
.
legal_personMsg
.
id_card_date_from
=
res
.
info
.
id_card_date_from
vm
.
legal_personMsg
.
id_card_date_from
=
res
.
info
.
id_card_date_from
...
...
www/index.html
View file @
fd107659
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=o7fTnpVAGzXKN7SirV8xGU2xzWQS2NrI"
></script><title>
徐工融租
</title><link
href=
./static/css/app.caaffc6951749ad1f79385dd38e30df1.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.e547499500fbe65e7169.js
></script><script
type=
text/javascript
src=
./static/js/app.9bcaf3138c14643fa44a.js
></script></body></html>
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=o7fTnpVAGzXKN7SirV8xGU2xzWQS2NrI"
></script><title>
徐工融租
</title><link
href=
./static/css/app.0d6ce6f53f6d0be63ad82254b9c5ec69.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.e547499500fbe65e7169.js
></script><script
type=
text/javascript
src=
./static/js/app.47cccd495060b77a815b.js
></script></body></html>
\ No newline at end of file
\ No newline at end of file
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