| | |
| | | style="width: 100%;" |
| | | > |
| | | <el-table-column label="序号" type="index" align="center" width="60"/> |
| | | <el-table-column label="地区" prop="city" align="center" width="150"> |
| | | </el-table-column> |
| | | <!-- <el-table-column label="地区" prop="city" align="center" width="150">--> |
| | | <!-- </el-table-column>--> |
| | | <el-table-column label="公司名称" prop="enterprisename" align="center" width="200"> |
| | | </el-table-column> |
| | | <el-table-column label="公司编号" prop="companynumber" align="center"> |
| | |
| | | <script> |
| | | import personPurchaseDetail from './personPurchaseDetail/index' |
| | | import { computePageCount } from "../../utils"; |
| | | import {exportPerson, getDLPersonListData, getPersonListData} from "../../api/productPurchaseSearch"; |
| | | import {exportDLPerson, exportPerson, getDLPersonListData, getPersonListData} from "../../api/productPurchaseSearch"; |
| | | import {getCityListData, getProvinceListData , } from "../../api/area"; |
| | | import uploadDialog from "./customerPhoto/index"; |
| | | import Cookies from "js-cookie"; |
| | |
| | | } |
| | | let res = await getDLPersonListData(this.listQuery) |
| | | let data = JSON.parse(Base64.decode(res.data)) |
| | | console.log(data,'data') |
| | | if(data.code === "200"){ |
| | | this.recordTotal = data.result.total |
| | | this.pageSize = data.result.size |
| | |
| | | }, |
| | | |
| | | showPurchaseDetail(val){ |
| | | this.$refs.person.openPersonPurchaseDetail(this.listQuery.filter.starttime,this.listQuery.filter.endtime,val.identify,val.companynumber,this.listQuery.filter.directioncode) |
| | | this.$refs.person.openPersonPurchaseDetail(this.listQuery.filter.starttime,this.listQuery.filter.endtime,val.identify,val.companynumber,this.listQuery.filter.directioncode,2) |
| | | }, |
| | | showUploadDialogHandler(idCard) { |
| | | this.$refs.upload.showDialog(idCard) |
| | |
| | | this.listQuery.filter.starttime = '' |
| | | this.listQuery.filter.endtime = '' |
| | | } |
| | | let res = await exportPerson(this.listQuery) |
| | | let res = await exportDLPerson(this.listQuery) |
| | | if(res.data.code === '200'){ |
| | | this.reClickTip = false |
| | | if(res.data.result === null ||res.data.result === [] || res.data.result.length === 0){ |