合同
Showing
2 changed files
with
26 additions
and
5 deletions
| ... | @@ -304,7 +304,7 @@ | ... | @@ -304,7 +304,7 @@ |
| 304 | }) | 304 | }) |
| 305 | }, | 305 | }, |
| 306 | handleContract () { | 306 | handleContract () { |
| 307 | this.$popupDialog('合同信息', 'workflow/main/swxx/jyht', { bsmSldy: this.propsParam.bsmSldy }, '50%', true) | 307 | this.$popupDialog('合同信息', 'workflow/main/swxx/jyht', { bsmSldy: this.propsParam.bsmSldy }, '70%', true) |
| 308 | } | 308 | } |
| 309 | } | 309 | } |
| 310 | } | 310 | } | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 交易合同 | 2 | * @Description: 交易合同 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-03-21 16:36:22 | 4 | * @LastEditTime: 2024-03-21 16:55:15 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class='jyht'> | 7 | <div class='jyht'> |
| 8 | <el-form :model="queryForm"> | 8 | <el-form :model="queryForm"> |
| 9 | <el-row :gutter="10"> | 9 | <el-row :gutter="10"> |
| 10 | <el-col :span="8"> | 10 | <el-col :span="5"> |
| 11 | <el-form-item label="合同号"> | 11 | <el-form-item label="合同号"> |
| 12 | <el-input v-model="queryForm.hth"></el-input> | 12 | <el-input v-model="queryForm.htbh"></el-input> |
| 13 | </el-form-item> | 13 | </el-form-item> |
| 14 | </el-col> | 14 | </el-col> |
| 15 | <el-col :span="16" class="btnColRight"> | 15 | <el-col :span="5"> |
| 16 | <el-form-item label="买受人"> | ||
| 17 | <el-input v-model="queryForm.nsrmc"></el-input> | ||
| 18 | </el-form-item> | ||
| 19 | </el-col> | ||
| 20 | <el-col :span="5"> | ||
| 21 | <el-form-item label="证件号码"> | ||
| 22 | <el-input v-model="queryForm.sfzjhm"></el-input> | ||
| 23 | </el-form-item> | ||
| 24 | </el-col> | ||
| 25 | <el-col :span="5"> | ||
| 26 | <el-form-item label="业务号"> | ||
| 27 | <el-input v-model="queryForm.ywh"></el-input> | ||
| 28 | </el-form-item> | ||
| 29 | </el-col> | ||
| 30 | <el-col :span="4" class="btnColRight"> | ||
| 16 | <el-button type="primary" @click="handleSearch">查询</el-button> | 31 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 17 | </el-col> | 32 | </el-col> |
| 18 | </el-row> | 33 | </el-row> |
| ... | @@ -43,6 +58,12 @@ | ... | @@ -43,6 +58,12 @@ |
| 43 | return { | 58 | return { |
| 44 | key: 0, | 59 | key: 0, |
| 45 | radioVal: '', | 60 | radioVal: '', |
| 61 | queryForm: { | ||
| 62 | htbh: '', | ||
| 63 | nsrmc: '', | ||
| 64 | sfzjhm: '', | ||
| 65 | ywh: '' | ||
| 66 | }, | ||
| 46 | tableData: { | 67 | tableData: { |
| 47 | data: [], | 68 | data: [], |
| 48 | columns: [ | 69 | columns: [ | ... | ... |
-
Please register or sign in to post a comment