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
966977f2
Commit
966977f2
authored
Dec 18, 2023
by
王建文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
融资方案确认
parent
acf90b99
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
137 additions
and
32 deletions
+137
-32
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+4
-5
contract-new.vue
src/pages/contractSigning/contract-new.vue
+133
-27
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
966977f2
...
...
@@ -238,13 +238,13 @@
<list-item
:item-height=
"44"
>
<item>
<div
slot=
"name"
>
账户名称
</div>
<input
slot=
"content"
v-model=
"ba
nk_lists
.bank_account_name"
placeholder=
"请输入账户名称"
>
<input
slot=
"content"
v-model=
"ba
seInfo
.bank_account_name"
placeholder=
"请输入账户名称"
>
</item>
<item>
<div
slot=
"name"
>
开户行
</div>
<input
slot=
"content"
v-model=
"ba
nk_lists
.bank_full_name"
v-model=
"ba
seInfo
.bank_full_name"
placeholder=
"请输入开户行"
>
</item>
...
...
@@ -252,13 +252,13 @@
<div
slot=
"name"
>
银行账号
</div>
<input
slot=
"content"
v-model=
"ba
nk_lists
.bank_account_num"
v-model=
"ba
seInfo
.bank_account_num"
placeholder=
"请输入银行账号"
>
</item>
<item>
<div
slot=
"name"
>
联行号
</div>
<input
slot=
"content"
v-model=
"ba
nk_lists
.bank_branch_name"
placeholder=
"请输入联行号"
>
<input
slot=
"content"
v-model=
"ba
seInfo
.bank_branch_name"
placeholder=
"请输入联行号"
>
</item>
</list-item>
<div
class=
"equipment-list"
>
...
...
@@ -1213,7 +1213,6 @@ export default {
// 方案信息保存&更新接口
calculationSave
()
{
let
vm
=
this
<<<<<<<
HEAD
if
(
!
vm
.
quotationInfo
.
equip_price
)
{
hlsPopup
.
showLongCenter
(
'请输入设备总价'
)
}
else
if
(
!
vm
.
quotationInfo
.
gps_fee
)
{
...
...
src/pages/contractSigning/contract-new.vue
View file @
966977f2
This diff is collapsed.
Click to expand it.
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