56f4ed3a by renchao@pashanhoo.com

合同

1 parent 3d0e51ce
...@@ -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 }, '70%', true) 307 this.$popupDialog('合同信息', 'workflow/main/swxx/jyht', { bsmSldy: this.propsParam.bsmSldy }, '60%', 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:57:09 4 * @LastEditTime: 2024-03-21 16:58:45
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="5"> 10 <el-col :span="6">
11 <el-form-item label="合同号"> 11 <el-form-item label="合同号">
12 <el-input v-model="queryForm.htbh"></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="5"> 15 <el-col :span="6">
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="证件号码"> 16 <el-form-item label="证件号码">
22 <el-input v-model="queryForm.sfzjhm"></el-input> 17 <el-input v-model="queryForm.sfzjhm"></el-input>
23 </el-form-item> 18 </el-form-item>
24 </el-col> 19 </el-col>
25 <el-col :span="5"> 20 <el-col :span="6">
26 <el-form-item label="业务号"> 21 <el-form-item label="业务号">
27 <el-input v-model="queryForm.ywh"></el-input> 22 <el-input v-model="queryForm.ywh"></el-input>
28 </el-form-item> 23 </el-form-item>
29 </el-col> 24 </el-col>
30 <el-col :span="4" class="btnColRight"> 25 <el-col :span="6" class="btnColRight">
31 <el-button type="primary" @click="handleSearch">查询</el-button> 26 <el-button type="primary" @click="handleSearch">查询</el-button>
32 </el-col> 27 </el-col>
33 </el-row> 28 </el-row>
......