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
e779af2a
Commit
e779af2a
authored
Dec 27, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
08246560
6b6d8173
Pipeline
#4347
canceled with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
7 deletions
+15
-7
contract-create-list.vue
src/pages/contractCreate/contract-create-list.vue
+5
-2
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+2
-1
pay-entry.vue
src/pages/pay/firstPay/pay-entry.vue
+4
-2
pay-entry.vue
src/pages/pay/payment/pay-entry.vue
+4
-2
No files found.
src/pages/contractCreate/contract-create-list.vue
View file @
e779af2a
...
...
@@ -29,7 +29,7 @@
>
<div
class=
"wrap"
>
<div
v-for=
"(item,index) in showLists"
:key=
"index"
class=
"contract-lists"
>
<div
class=
"pro-code"
@
click=
"changeBase"
>
<div
class=
"pro-code"
@
click=
"changeBase
(item)
"
>
<img
src=
"@/assets/distributorSign/fileIcon.png"
alt=
""
class=
"file-icon"
>
<p>
<span>
合同号
</span>
...
...
@@ -345,7 +345,7 @@ export default {
name
:
'SalesInfo'
,
})
},
changeBase
()
{
changeBase
(
item
)
{
if
(
this
.
num
===
1
)
{
window
.
localStorage
.
setItem
(
'contractReadonly'
,
false
)
window
.
localStorage
.
setItem
(
'formPage'
,
'list'
)
...
...
@@ -355,6 +355,9 @@ export default {
}
this
.
$router
.
push
({
name
:
'CreateBaseInfo'
,
params
:
{
bp_id
:
item
.
bp_id
,
},
})
},
goDetails
()
{
...
...
src/pages/contractCreate/creat-rent-info.vue
View file @
e779af2a
...
...
@@ -25,7 +25,7 @@
</div>
<div
class=
"userInfo"
>
租赁产品
</div>
<list-item
:item-height=
"44"
>
<item
v-if=
"!isReadOnly"
>
:showArrow="true" @click.native="selectProductLine">
<item
v-if=
"!isReadOnly"
:showArrow=
"true"
@
click
.
native=
"selectProductLine"
>
<div
slot=
"name"
>
产品线
</div>
<input
slot=
"content"
v-model=
"saveInfo.division_n"
readonly
placeholder=
"请选择"
>
</item>
...
...
@@ -330,6 +330,7 @@ export default {
if
(
vm
.
fromPage
===
'sale'
)
{
vm
.
fromList
=
false
}
else
if
(
vm
.
fromPage
===
'list'
)
{
debugger
vm
.
fromList
=
true
vm
.
rentInfoQuery
()
}
...
...
src/pages/pay/firstPay/pay-entry.vue
View file @
e779af2a
...
...
@@ -301,7 +301,9 @@ export default {
},
confirmToPay
(
e
)
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'update_order_info'
let
randomString
=
Math
.
floor
(
Math
.
random
()
*
21
)
let
url
=
process
.
env
.
basePath
+
'update_order_info'
+
'&index'
+
`'
${
randomString
}
'`
if
(
e
)
{
vm
.
pay_type
=
e
.
pay_type
vm
.
bank_account_id
=
e
.
bank_account_id
...
...
@@ -316,8 +318,8 @@ export default {
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
hideLoading
()
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
src/pages/pay/payment/pay-entry.vue
View file @
e779af2a
...
...
@@ -264,7 +264,9 @@ export default {
},
confirmToPay
(
e
)
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'update_order_info'
let
randomString
=
Math
.
floor
(
Math
.
random
()
*
21
)
let
url
=
process
.
env
.
basePath
+
'update_order_info'
+
'&index'
+
`'
${
randomString
}
'`
if
(
e
)
{
vm
.
pay_type
=
e
.
pay_type
vm
.
bank_account_id
=
e
.
bank_account_id
...
...
@@ -279,8 +281,8 @@ export default {
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
hideLoading
()
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
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