Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cf8639b0
authored
2024-03-21 16:56:16 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
合同
1 parent
4dcb3332
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
5 deletions
src/views/workflow/main/swxx/index.vue
src/views/workflow/main/swxx/jyht.vue
src/views/workflow/main/swxx/index.vue
View file @
cf8639b
...
...
@@ -304,7 +304,7 @@
})
},
handleContract
()
{
this
.
$popupDialog
(
'合同信息'
,
'workflow/main/swxx/jyht'
,
{
bsmSldy
:
this
.
propsParam
.
bsmSldy
},
'
5
0%'
,
true
)
this
.
$popupDialog
(
'合同信息'
,
'workflow/main/swxx/jyht'
,
{
bsmSldy
:
this
.
propsParam
.
bsmSldy
},
'
7
0%'
,
true
)
}
}
}
...
...
src/views/workflow/main/swxx/jyht.vue
View file @
cf8639b
<!--
* @Description: 交易合同
* @Autor: renchao
* @LastEditTime: 2024-03-21 16:
36:22
* @LastEditTime: 2024-03-21 16:
55:15
-->
<
template
>
<div
class=
'jyht'
>
<el-form
:model=
"queryForm"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"合同号"
>
<el-input
v-model=
"queryForm.hth"
></el-input>
<el-input
v-model=
"queryForm.ht
b
h"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
class=
"btnColRight"
>
<el-col
:span=
"5"
>
<el-form-item
label=
"买受人"
>
<el-input
v-model=
"queryForm.nsrmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"证件号码"
>
<el-input
v-model=
"queryForm.sfzjhm"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"业务号"
>
<el-input
v-model=
"queryForm.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
</el-col>
</el-row>
...
...
@@ -43,6 +58,12 @@
return
{
key
:
0
,
radioVal
:
''
,
queryForm
:
{
htbh
:
''
,
nsrmc
:
''
,
sfzjhm
:
''
,
ywh
:
''
},
tableData
:
{
data
:
[],
columns
:
[
...
...
Please
register
or
sign in
to post a comment