合同显示机床组
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
size="small"
|
||||
icon="el-icon-search"
|
||||
style="margin-left: 10px"
|
||||
@click="pageCurrent11=1;pageSize11=10;total11=0;searchTable11()">查询</el-button>
|
||||
@click="pageCurrent11=1;pageSize11=150;total11=0;searchTable11()">查询</el-button>
|
||||
<el-button
|
||||
type="warning"
|
||||
size="small"
|
||||
@@ -224,7 +224,7 @@
|
||||
size="small"
|
||||
icon="el-icon-search"
|
||||
style="margin-left: 10px"
|
||||
@click="pageCurrent12=1;pageSize12=10;total12=0;searchTable12()">查询</el-button>
|
||||
@click="pageCurrent12=1;pageSize12=150;total12=0;searchTable12()">查询</el-button>
|
||||
<el-button
|
||||
type="warning"
|
||||
size="small"
|
||||
@@ -877,11 +877,11 @@ export default {
|
||||
tableData11: [], // 外购件列表
|
||||
total11: 0,
|
||||
pageCurrent11: 1,
|
||||
pageSize11: 10,
|
||||
pageSize11: 150,
|
||||
tableData12: [], // 基本件列表
|
||||
total12: 0,
|
||||
pageCurrent12: 1,
|
||||
pageSize12: 10,
|
||||
pageSize12: 150,
|
||||
remarkFilters: [],
|
||||
supplierFilters: [],
|
||||
tableData2: [], // 询价单列表
|
||||
|
||||
Reference in New Issue
Block a user