...
|
...
|
@@ -68,7 +68,7 @@ |
|
|
|
|
|
<script>
|
|
|
import _ from 'lodash';
|
|
|
import {tableCols, tableData, pageData} from './store/list-table';
|
|
|
import {tableCols, tableData} from './store/list-table';
|
|
|
import CreateModal from './components/create-modal';
|
|
|
import InvoiceService from 'services/repository/invoice-service';
|
|
|
|
...
|
...
|
@@ -80,7 +80,11 @@ |
|
|
return {
|
|
|
tableCols: tableCols.call(this),
|
|
|
tableData,
|
|
|
pageData,
|
|
|
pageData: {
|
|
|
total: 0,
|
|
|
current: 1,
|
|
|
pageSize: 20
|
|
|
},
|
|
|
filters: {
|
|
|
id: {
|
|
|
label: '入库单号',
|
...
|
...
|
|