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
037b54a0
Commit
037b54a0
authored
Nov 18, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
9813631d
Pipeline
#3061
canceled with stages
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
16 deletions
+27
-16
contract-record.vue
src/pages/pay/firstPay/contract-record.vue
+3
-6
contract-record.vue
src/pages/pay/payment/contract-record.vue
+8
-2
invoiceInfo.vue
src/pages/userBind/np/invoiceInfo.vue
+4
-2
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+4
-2
enterprise.vue
src/pages/userBind/org/enterprise.vue
+4
-2
invoiceInfo.vue
src/pages/userBind/org/invoiceInfo.vue
+4
-2
No files found.
src/pages/pay/firstPay/contract-record.vue
View file @
037b54a0
...
...
@@ -36,9 +36,7 @@
<div
class=
"item-right"
>
<p>
{{
parseFloat
(
e
.
due_amount
).
toFixed
(
2
)
|
currency
}}
</p>
<p>
{{
e
.
received_amount
|
currency
}}
</p>
<!--
<input
v-model=
"e.amount"
type=
"number"
placeholder=
"请输入还款金额"
>
-->
<input
:value=
"e.amount"
type=
"number"
placeholder=
"请输入还款金额"
>
<input
v-model=
"e.amount"
type=
"number"
placeholder=
"请输入还款金额"
>
</div>
</div>
</div>
...
...
@@ -73,7 +71,6 @@ export default {
watch
:
{
'prj_lists'
:
{
handler
(
newName
,
oldName
)
{
console
.
log
(
1
)
let
vm
=
this
let
sumL
=
[]
for
(
let
i
of
this
.
prj_lists
)
{
...
...
@@ -123,8 +120,8 @@ export default {
vm
.
prj_lists
=
res
.
prj_lists
vm
.
prj_lists
.
forEach
(
i
=>
{
i
.
cf_lists
.
forEach
(
j
=>
{
console
.
log
(
2
)
j
.
amount
=
(
parseFloat
(
j
.
due_amount
)
-
parseFloat
(
j
.
received_amount
)
)
let
num
=
(
parseFloat
(
j
.
due_amount
)
-
parseFloat
(
j
.
received_amount
)
)
vm
.
$set
(
j
,
'amount'
,
num
)
})
})
}
else
{
...
...
src/pages/pay/payment/contract-record.vue
View file @
037b54a0
...
...
@@ -71,7 +71,7 @@
<div>
<span>
本次还款
</span>
<section>
<input
v-model=
"detail.amount"
type=
"
text
"
placeholder=
"请输入还款金额"
>
<input
v-model=
"detail.amount"
type=
"
number
"
placeholder=
"请输入还款金额"
>
</section>
</div>
</div>
...
...
@@ -173,6 +173,12 @@ export default {
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
info
=
res
.
prj_lists
vm
.
info
.
forEach
(
i
=>
{
i
.
con_lists
.
forEach
(
j
=>
{
let
num
=
(
parseFloat
(
j
.
due_amount
)
-
parseFloat
(
j
.
received_amount
))
vm
.
$set
(
j
,
'amount'
,
num
)
})
})
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
@@ -366,7 +372,7 @@ export default {
flex: 1;
}
input {
text-align:
center
;
text-align:
left
;
width: 96px;
height: 28px;
border-bottom: 1px solid #00469c;
...
...
src/pages/userBind/np/invoiceInfo.vue
View file @
037b54a0
...
...
@@ -34,7 +34,7 @@
slot=
"content"
ref=
"myTestarea"
v-model=
"invoiceInfo.invoice_adds"
cols=
"
30
"
rows=
"1"
type=
"text"
placeholder=
"请输入发票地址"
cols=
"
22
"
rows=
"1"
type=
"text"
placeholder=
"请输入发票地址"
@
input=
"addRows(invoiceInfo.invoice_adds)"
/>
</item>
<item>
...
...
@@ -47,7 +47,7 @@
slot=
"content"
ref=
"myTestareaLive"
v-model=
"invoiceInfo.open_bank"
cols=
"
30
"
cols=
"
22
"
rows=
"1"
type=
"text"
placeholder=
"请输入发票开户行及账号"
...
...
@@ -102,6 +102,8 @@ export default {
created
()
{
this
.
getInvoiceType
()
this
.
getTaxpayer
()
this
.
addRows
(
this
.
invoiceInfo
.
invoice_adds
)
this
.
addRowsLive
(
this
.
invoiceInfo
.
open_bank
)
},
updated
()
{
this
.
sendList
()
...
...
src/pages/userBind/np/naturePerson.vue
View file @
037b54a0
...
...
@@ -106,7 +106,7 @@
ref=
"myTestarea"
v-model=
"baseInfo.address_on_resident_booklit"
readonly
cols=
"
30
"
cols=
"
22
"
rows=
"1"
placeholder=
"上传身份证自动填充"
class=
"auto"
...
...
@@ -180,7 +180,7 @@
ref=
"myTestareaLive"
v-model=
"baseInfo.living_address"
rows=
"1"
cols=
"
30
"
cols=
"
22
"
placeholder=
"请输入联系地址"
@
input=
"addRowsLive(baseInfo.living_address)"
/>
...
...
@@ -564,6 +564,8 @@ export default {
if
(
res
.
result
===
'S'
)
{
Object
.
assign
(
vm
.
baseInfo
,
res
.
info
)
vm
.
from
=
true
vm
.
addRows
(
vm
.
baseInfo
.
address_on_resident_booklit
)
vm
.
addRowsLive
(
vm
.
baseInfo
.
living_address
)
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
src/pages/userBind/org/enterprise.vue
View file @
037b54a0
...
...
@@ -114,7 +114,7 @@
slot=
"content"
ref=
"myTestarea"
v-model=
"baseInfo.registered_place"
cols=
"
30
"
cols=
"
22
"
rows=
"1"
readonly
class=
"auto"
...
...
@@ -164,7 +164,7 @@
slot=
"content"
ref=
"myTestareaLive"
v-model=
"baseInfo.business_address"
cols=
"
34
"
cols=
"
22
"
rows=
"1"
placeholder=
"请输入经营地址"
@
input=
"addRowsLive(baseInfo.business_address)"
...
...
@@ -1308,6 +1308,8 @@ export default {
vm
.
legal_personMsg
.
id_card_date_from
=
res
.
info
.
id_card_date_from
vm
.
legal_personMsg
.
id_card_date_to
=
res
.
info
.
id_card_date_to
Object
.
assign
(
vm
.
saveInfo
,
res
.
info
)
vm
.
addRows
(
vm
.
baseInfo
.
registered_place
)
vm
.
addRowsLive
(
vm
.
baseInfo
.
business_address
)
if
(
vm
.
baseInfo
.
auth_flag
===
'是'
)
{
vm
.
flag
=
false
}
else
if
(
vm
.
baseInfo
.
auth_flag
===
'否'
)
{
...
...
src/pages/userBind/org/invoiceInfo.vue
View file @
037b54a0
...
...
@@ -36,7 +36,7 @@
<item>
<div
slot=
"name"
class=
"font-color"
>
发票地址
</div>
<textarea
slot=
"content"
ref=
"myTestarea"
v-model=
"invoiceInfo.invoice_adds"
cols=
"
30
"
slot=
"content"
ref=
"myTestarea"
v-model=
"invoiceInfo.invoice_adds"
cols=
"
22
"
rows=
"1"
type=
"text"
placeholder=
"请输入发票地址"
@
input=
"addRows(invoiceInfo.invoice_adds)"
/>
</item>
...
...
@@ -50,7 +50,7 @@
slot=
"content"
ref=
"myTestareaLive"
v-model=
"invoiceInfo.open_bank"
cols=
"
30
"
cols=
"
22
"
rows=
"1"
type=
"text"
placeholder=
"请输入发票开户行"
...
...
@@ -125,6 +125,8 @@ export default {
created
()
{
this
.
getInvoiceType
()
this
.
getTaxpayer
()
this
.
addRows
(
this
.
invoiceInfo
.
invoice_adds
)
this
.
addRowsLive
(
this
.
invoiceInfo
.
open_bank
)
},
updated
()
{
this
.
sendList
()
...
...
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