| | |
| | | <SearchCommonView |
| | | :add-title="'新建'" |
| | | :showAdd="false" |
| | | :placeholder="'请输入参考'" |
| | | :placeholder="'请根据单号、产品、业务类型进行搜索'" |
| | | :amount-view="false" |
| | | @addCommonClick="addBtnClick" |
| | | @searchClick="getList" |
| | |
| | | default: true |
| | | }, |
| | | { |
| | | label: "业务类型", |
| | | prop: "baseOperationType", |
| | | isShowColumn: true, |
| | | default: true |
| | | }, |
| | | { |
| | | label: "从", |
| | | prop: "fromLocation", |
| | | isShowColumn: true, |
| | |
| | | // 搜索 |
| | | getList(val) { |
| | | console.log(val) |
| | | // getHistory({ |
| | | // page: this.pagerOptions.currPage, |
| | | // pageSize: this.pagerOptions.pageSize |
| | | // }).then((res) => { |
| | | // if (res.code === 200) { |
| | | // this.tableList.tableInfomation = res.data |
| | | // this.pagerOptions.totalCount = res.total |
| | | // } |
| | | // }) |
| | | }, |
| | | // 行点击 |
| | | tableRowClick(row) { |