This commit is contained in:
sujiaqi
2020-02-10 10:26:17 +08:00
parent 30e041c70f
commit 244db8d7c4
18 changed files with 82 additions and 76 deletions

View File

@@ -6,15 +6,17 @@
<el-input v-model="supplierName" placeholder="供应商" size="small" clearable style="width:180px;margin: 0px 10px"/>
<el-input v-model="contractNumber" placeholder="合同编号" size="small" clearable style="width:180px;margin: 0px 10px"/>
<el-button
type="success"
type="primary"
size="small"
icon="el-icon-search"
plain
style="margin-left:10px"
@click="total1=0;pageCurrent1=1;pageSize1=10;searchTable1()">查询</el-button>
<el-button
type="danger"
size="small"
icon="el-icon-back"
plain
style="margin-left:10px"
@click="back">打回</el-button>
</el-row>
@@ -28,6 +30,7 @@
:data="tableData1"
size="mini"
border
stripe
style="width: 100%"
height="700px"
highlight-current-row