|
|
@ -102,7 +102,8 @@ |
|
|
|
<el-table-column prop="hours" label="工时数" align="center" /> |
|
|
|
<el-table-column prop="price" label="销售价" align="center" /> |
|
|
|
</el-table> |
|
|
|
<el-pagination :page.sync="serviceQuery.current" :page-size="serviceQuery.size" layout="total, pager" :total="serviceQuery.total" @current-change="serviceInput"/> |
|
|
|
<pagination v-show="serviceData.length > 0" :total="serviceQuery.total" :page.sync="serviceQuery.current" :limit.sync="serviceQuery.size" class="pagination" @pagination="serviceInput"/> |
|
|
|
<!-- <el-pagination :page.sync="serviceQuery.current" :page-size="serviceQuery.size" layout="total, pager" :total="serviceQuery.total" @current-change="serviceInput"/>--> |
|
|
|
</div> |
|
|
|
<el-input slot="reference" v-model="scope.row.serviceItem" @input="serviceInput(scope.row.serviceItem)" clearable placeholder="项目名称、拼音"/> |
|
|
|
</el-popover> |
|
|
@ -147,12 +148,14 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import req from '@/api/operation/preregistration' |
|
|
|
import Pagination from '@/components/pagination' |
|
|
|
import { selAllByOrgSidPath, selSubjectInfo, getServiceItemListPage } from '@/api/Common/dictcommons' |
|
|
|
import selectCustomer from '@/components/publicPage/selectCustomer' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'PreregistrationAdd', |
|
|
|
components: { |
|
|
|
Pagination, |
|
|
|
selectCustomer |
|
|
|
}, |
|
|
|
data() { |
|
|
|