123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607 |
- <template>
- <div class="jg-page-wrap onlinePayOrderList-wrap">
- <a-card size="small" :bordered="false" class="table-page-search-wrapper">
- <!-- 搜索条件 -->
- <div ref="tableSearch">
- <a-form layout="inline" @keyup.enter.native="searchForm">
- <a-row type="flex" justify="start" :gutter="15">
- <a-col :span="6">
- <a-form-item label="创建时间">
- <rangeDate
- id="onlinePayOrderList-creatdate"
- :allowClear="isByCustQuery"
- :hasDisabledAreaTime="false"
- ref="rangeDate"
- :value="time"
- @change="dateChange" />
- </a-form-item>
- </a-col>
- <a-col :span="6">
- <a-form-item label="客户名称" :label-col="{ span:7 }" :wrapper-col="{ span:17}" :required="isByCustQuery">
- <custList id="onlinePayOrderList-custList" ref="custList" @change="custChange"></custList>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="销售单号">
- <a-input id="onlinePayOrderList-salesBillNo" v-model.trim="queryParam.salesBillNo" allowClear placeholder="请输入销售单号"/>
- </a-form-item>
- </a-col>
- <template v-if="advanced">
- <a-col :md="6" :sm="24">
- <a-form-item label="业务状态">
- <v-select
- v-model="queryParam.billStatus"
- @change="setIsHomeNav($route.name, null)"
- ref="billStatus"
- id="onlinePayOrderList-billStatus"
- code="SALES_BILL_STATUS"
- :notIn="['WAIT_SUBMIT','SUPERIOR_CHANGE']"
- placeholder="请选择业务状态"
- allowClear></v-select>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="出库时间">
- <rangeDate id="onlinePayOrderList-outWareTime" ref="outWareRangeDate" v-model="outWareTime" @change="outWareDateChange" />
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-model-item label="客户关系">
- <v-select code="CUSTOMER_RELATION_TYPE" id="chainTransferOutList-buyerRelationType" v-model="queryParam.buyerRelationType" allowClear placeholder="请选择客户关系"></v-select>
- </a-form-model-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="采购单号">
- <a-input id="onlinePayOrderList-purchaseBillNo" v-model.trim="queryParam.purchaseBillNo" allowClear placeholder="请输入采购单号"/>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="财务状态">
- <v-select
- v-model="queryParam.financialStatus"
- ref="financialStatus"
- id="onlinePayOrderList-financialStatus"
- code="FINANCIAL_ONLINE_RECEIVE_STATUS"
- placeholder="请选择财务状态"
- allowClear></v-select>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="审核时间">
- <rangeDate id="onlinePayOrderList-auditTime" ref="auditRangeDate" v-model="auditTime" @change="auditDateChange" />
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="取消时间">
- <rangeDate id="onlinePayOrderList-cancelTime" ref="cancelRangeDate" v-model="cancelTime" @change="cancelDateChange" />
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="收款方式">
- <v-select
- code="ONLINE_SETTLE_STYLE"
- id="onlinePayOrderList-settleStyleSn"
- v-model="queryParam.settleStyleSn"
- allowClear
- placeholder="请选择收款方式"
- ></v-select>
- </a-form-item>
- </a-col>
- </template>
- <a-col :md="6" :sm="24">
- <a-button id="onlinePayOrderList-search" type="primary" :disabled="disabled" @click="searchForm">查询</a-button>
- <a-button id="onlinePayOrderList-reset" style="margin-left: 5px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
- <a-button
- type="primary"
- v-if="$hasPermissions('B_onlinePayExport')"
- class="button-warning"
- @click="handleExport"
- :disabled="disabled"
- :loading="exportLoading"
- id="onlinePayOrderList-export">导出</a-button>
- <a @click="advanced=!advanced" style="margin-left: 5px" id="onlinePayOrderList-advanced">
- {{ advanced ? '收起' : '展开' }}
- <a-icon :type="advanced ? 'up' : 'down'"/>
- </a>
- </a-col>
- <a-col :span="24" style="display:flex;align-items: center;">
- <div style="text-align:left;width:50%;">
- <a-checkbox v-model="isByCustQuery" id="sales-byCustQuery">按客户查询</a-checkbox>
- <a-popover placement="right">
- <template slot="content">
- 使用此查询时,时间可清空,必须选择一个客户
- </template>
- <a-icon type="question-circle" />
- </a-popover>
- <a-checkbox id="onlinePayOrderList-custQuery" style="margin-left:10px;" v-model="isAbandonOrder" @change="handleAbandonOrder">包括废弃单</a-checkbox>
- <a-popover placement="right">
- <template slot="content">
- 废弃单:指【已取消】和【审核不通过】状态的订单
- </template>
- <a-icon type="question-circle" />
- </a-popover>
- </div>
- </a-col>
- </a-row>
- </a-form>
- </div>
- </a-card>
- <a-card size="small" :bordered="false">
- <a-spin :spinning="spinning" tip="Loading...">
- <!-- 统计 -->
- <div class="table-operator" style="display:flex;align-items:center;justify-content: space-between;">
- <div class="alert-message">
- 合计:
- 总单数:<strong>{{ totalData&&(totalData.totalRecord || totalData.totalRecord==0) ? totalData.totalRecord : '--' }}</strong>;
- 总款数:<strong>{{ totalData&&(totalData.totalCategory || totalData.totalCategory==0) ? totalData.totalCategory : '--' }}</strong>;
- 总数量:<strong>{{ totalData&&(totalData.totalQty || totalData.totalQty==0) ? totalData.totalQty : '--' }}</strong>;
- 总售价:<strong>{{ totalData&&(totalData.totalAmount || totalData.totalAmount==0) ? toThousands(totalData.totalAmount) : '--' }}</strong>;
- 已收款金额:<strong>{{ totalData&&(totalData.paymentAmount || totalData.paymentAmount==0) ? toThousands(totalData.paymentAmount) : '--' }}</strong>;
- 退款中金额:<strong>{{ totalData&&(totalData.refundingAmount || totalData.refundingAmount==0) ? toThousands(totalData.refundingAmount) : '--' }}</strong>;
- 已退款金额:<strong>{{ totalData&&(totalData.refundedAmount || totalData.refundedAmount==0) ? toThousands(totalData.refundedAmount) : '--' }}</strong>;
- </div>
- <div class="action-buttons">
- <hideCellMenus id="onlinePayOrderList-showCellMenus" placeholder="显示" :defHiddenKes="colsArr" v-model="showCell"></hideCellMenus>
- </div>
- </div>
- <!-- 列表 -->
- <s-table
- class="sTable fixPagination"
- ref="table"
- :style="{ height: tableHeight+64+'px' }"
- size="small"
- :rowKey="(record) => record.id"
- :columns="columns"
- :data="loadData"
- :scroll="{ y:tableHeight }"
- :defaultLoadData="false"
- bordered>
- <!-- 销售单号 -->
- <template slot="salesBillNo" slot-scope="text, record">
- <span class="table-td-link" :id="'onlinePayOrderList-detail-'+record.id" v-if="$hasPermissions('M_onlinePayOrderDetail')" @click="handleDetail(record)">{{ record.salesBillNo }}</span>
- <span v-else>{{ record.salesBillNo }}</span>
- <a-badge count="改" :number-style="{ zoom:'80%',marginLeft:'5px' }" v-if="record.billStatus=='SUPERIOR_CHANGE'"></a-badge>
- </template>
- <!-- 取消时间 -->
- <template slot="cancelTime" slot-scope="text, record">
- <span v-if="record.billStatus=='CANCEL'">{{ record.customCancelDate || '--' }}</span>
- <span v-else>--</span>
- </template>
- <!-- 审核icon -->
- <template slot="audit" slot-scope="text, record">
- <stateIcon :title="record.billStatusDictValue" v-if="record.billStatus!='AUDIT_REJECT'" :state="record.billStatus == 'WAIT_OUT_WAREHOUSE'||record.billStatus == 'FINISH'?'1':'2'"></stateIcon>
- <stateIcon :title="record.billStatusDictValue" v-else :state="0"></stateIcon>
- </template>
- <!-- 急件icon -->
- <template slot="oosFlag" slot-scope="text, record">
- <stateIcon :state="record.oosFlag==1?'1':'2'"></stateIcon>
- </template>
- <!-- 出库icon -->
- <template slot="waitOut" slot-scope="text, record">
- <stateIcon :state="record.billStatus == 'FINISH'?'1':'2'"></stateIcon>
- </template>
- <!-- 收款icon -->
- <template slot="financial" slot-scope="text, record">
- <stateIcon :title="record.financialStatusDictValue" :state="record.financialStatus == 'REFUNDED'?'3':record.financialStatus == 'FINISH'?'1':'4'"></stateIcon>
- </template>
- <!-- 操作按钮 -->
- <!-- billStatus WAIT_SUBMIT待提交 WAIT_AUDIT待审核 AUDIT_REJECT审核不通过 WAIT_OUT_WAREHOUSE待出库 FINISH已完结 SUPERIOR_CHANGE上级改单 CANCEL已取消 -->
- <template slot="action" slot-scope="text, record">
- <a-button
- :id="'onlinePayOrderList-audit-'+record.id"
- size="small"
- type="link"
- class="button-primary"
- v-if="record.billStatus == 'WAIT_AUDIT' && $hasPermissions('B_onlinePayAudit')"
- @click="handleEexamine(record)"
- >审核</a-button>
- <a-button
- :id="'onlinePayOrderList-outStock-'+record.id"
- size="small"
- type="link"
- v-if="record.billStatus == 'WAIT_OUT_WAREHOUSE' && $hasPermissions('B_onlinePayStockOut')"
- class="button-primary"
- @click="handleSend(record)"
- >出库</a-button>
- <span v-if="record.billStatus != 'WAIT_AUDIT' && record.billStatus != 'WAIT_OUT_WAREHOUSE'">--</span>
- </template>
- </s-table>
- </a-spin>
- <!-- 审核 -->
- <auditModal :openModal="visibleAudit" :spinning="spinningAudit" @close="visibleAudit=false" @ok="auditOrder('WAIT_OUT_WAREHOUSE')" @fail="auditOrder('AUDIT_REJECT')" />
- </a-card>
- </div>
- </template>
- <script>
- import { commonMixin } from '@/utils/mixin'
- import getDate from '@/libs/getDate.js'
- import { downloadExcel } from '@/libs/JGPrint.js'
- // 组件
- import { STable, VSelect } from '@/components'
- import auditModal from '@/views/common/auditModal.vue'
- import rangeDate from '@/views/common/rangeDate.vue'
- import custList from '@/views/common/custList.vue'
- import stateIcon from '@/views/common/stateIcon'
- import hideCellMenus from '@/views/common/hideCellMenus'
- // 接口
- import { salesList, salesWriteAudit, salesWriteStockOut, salesCount, salesExport } from '@/api/sales'
- import moment from 'moment'
- export default {
- name: 'OnlinePayOrderList',
- components: { STable, VSelect, rangeDate, auditModal, custList, stateIcon, hideCellMenus },
- mixins: [commonMixin],
- data () {
- return {
- spinning: false,
- tableHeight: 0, // 表格高度
- advanced: true, // 高级搜索 展开/关闭
- disabled: false, // 查询、重置按钮是否可操作
- exportLoading: false, // 导出loading
- isByCustQuery: false, // 是否按客户查询
- time: [ // 创建时间
- getDate.getMonthDays(3).starttime,
- getDate.getMonthDays(3).endtime
- ],
- auditTime: [], // 审核时间
- outWareTime: [], // 出库时间
- cancelTime: [], // 取消时间
- // 查询参数
- queryParam: {
- beginDate: getDate.getMonthDays(3).starttime, // 开始创建时间
- endDate: getDate.getMonthDays(3).endtime, // 结束创建时间
- auditBeginDate: '', // 开始审核时间
- auditEndDate: '', // 结束审核时间
- outWarehouseBeginDate: '', // 开始出库时间
- outWarehouseEndDate: '', // 结束出库时间
- buyerNameCurrent: undefined, // 客户名称
- buyerSn: undefined, // 客户sn
- salesBillNo: '', // 销售单号
- purchaseBillNo: '', // 采购单号
- payType: undefined, // 支付方式
- settleStyleSn: undefined, // 收款方式
- billStatus: undefined, // 业务状态
- financialStatus: undefined, // 财务状态
- buyerRelationType: undefined, // 客户关系
- payOnlineFlag: 1, // 线上订单
- cancelStartDate: undefined,
- cancelEndDate: undefined
- },
- totalData: { // 统计数据
- totalAmount: 0, // 总销价
- totalCategory: 0, // 总款数
- totalQty: 0, // 总数量
- totalRecord: 0 // 总条数
- },
- // 加载数据方法 必须为 Promise 对象
- loadData: parameter => {
- this.disabled = true
- this.spinning = true
- // 是否包含废弃单
- this.queryParam.disuseFlag = this.isAbandonOrder ? '1' : '0'
- // 查询总计
- salesCount(Object.assign(parameter, this.queryParam)).then(res => {
- this.totalData = res.data
- })
- // 查询列表
- return salesList(Object.assign(parameter, this.queryParam)).then(res => {
- let data
- if (res.status == 200) {
- data = res.data
- const no = (data.pageNo - 1) * data.pageSize
- for (var i = 0; i < data.list.length; i++) {
- data.list[i].no = no + i + 1
- }
- this.disabled = false
- }
- this.spinning = false
- return data
- })
- },
- visibleAudit: false, // 审核弹框
- auditInfo: null, // 审核信息
- spinningAudit: false, // 审核操作loading
- isAbandonOrder: true, // 包含废弃单
- colsArr: [// 需要显示的列
- {
- title: '客户关系',
- key: 'buyerRelationTypeDictValue',
- disabled: false,
- checked: false
- },
- {
- title: '取消时间',
- key: 'customCancelDate',
- disabled: false,
- checked: false
- },
- {
- title: '退款时间',
- key: 'refundData',
- disabled: false,
- checked: false
- },
- {
- title: '采购单号',
- key: 'purchaseBillNo',
- disabled: false,
- checked: false
- }
- ],
- showCell: []// 已选要显示的列
- }
- },
- computed: {
- columns () {
- const _this = this
- const arr = [
- { title: '序号', dataIndex: 'no', align: 'center', width: '4%' },
- { title: '来源', dataIndex: 'sourceTypeDictValue', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '销售单号', scopedSlots: { customRender: 'salesBillNo' }, width: '6%', align: 'center' },
- { title: '采购单号', dataIndex: 'purchaseBillNo', width: '7%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '客户名称', dataIndex: 'buyerNameCurrent', align: 'center', width: '10%', customRender: function (text) { return text || '--' }, ellipsis: true },
- { title: '客户关系', dataIndex: 'buyerRelationTypeDictValue', align: 'center', width: '8%', customRender: function (text) { return text || '--' } },
- { title: '总款数', dataIndex: 'totalCategory', align: 'center', width: '5%', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
- { title: '总数量', dataIndex: 'totalQty', align: 'center', width: '5%', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
- { title: '总售价', dataIndex: 'totalAmount', align: 'right', width: '5%', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
- { title: '收款方式', dataIndex: 'settleStyleSnDictValue', width: '5%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '创建时间', dataIndex: 'createDate', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '审核时间', dataIndex: 'auditDate', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '取消时间', dataIndex: 'customCancelDate', width: '8%', align: 'center', scopedSlots: { customRender: 'cancelTime' } },
- { title: '退款时间', dataIndex: 'refundData', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '业务状态', dataIndex: 'billStatusDictValue', width: '5%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '审核', scopedSlots: { customRender: 'audit' }, width: '3%', align: 'center' },
- { title: '急件', scopedSlots: { customRender: 'oosFlag' }, width: '3%', align: 'center' },
- { title: '出库', scopedSlots: { customRender: 'waitOut' }, width: '3%', align: 'center' },
- { title: '收款', scopedSlots: { customRender: 'financial' }, width: '3%', align: 'center' },
- { title: '操作', scopedSlots: { customRender: 'action' }, width: '5%', align: 'center' }
- ]
- return arr.filter(item => !this.showCell.includes(item.dataIndex))
- }
- },
- methods: {
- // 包含废弃单
- handleAbandonOrder () {
- this.$refs.table.refresh()
- },
- // 选择创建时间
- dateChange (date) {
- this.queryParam.beginDate = date[0]
- this.queryParam.endDate = date[1]
- },
- // 选择审核时间
- auditDateChange (date) {
- this.auditTime = date
- this.queryParam.auditBeginDate = date[0]
- this.queryParam.auditEndDate = date[1]
- },
- // 选择出库时间
- outWareDateChange (date) {
- this.outWareTime = date
- this.queryParam.outWarehouseBeginDate = date[0]
- this.queryParam.outWarehouseEndDate = date[1]
- },
- // 取消时间
- cancelDateChange (date) {
- this.cancelTime = date
- this.queryParam.cancelStartDate = date[0]
- this.queryParam.cancelEndDate = date[1]
- },
- // 选择客户
- custChange (v, row) {
- console.log(v, row)
- if (row && row.customerSn) {
- this.queryParam.buyerSn = row.customerSn
- this.queryParam.buyerNameCurrent = undefined
- } else {
- this.queryParam.buyerNameCurrent = v
- this.queryParam.buyerSn = undefined
- }
- },
- // 打开审核弹框
- handleEexamine (row) {
- this.auditInfo = row
- this.visibleAudit = true
- },
- // 提交审核
- auditOrder (billStatus) {
- this.spinningAudit = true
- salesWriteAudit({
- id: this.auditInfo.id,
- billStatus: billStatus
- }).then(res => {
- if (res.status == 200) {
- this.$message.success(res.message)
- this.$refs.table.refresh()
- this.visibleAudit = false
- }
- this.spinningAudit = false
- })
- },
- // 出库
- handleSend (row) {
- const _this = this
- this.$confirm({
- title: '提示',
- content: '确认要出库吗?',
- centered: true,
- closable: true,
- onOk () {
- _this.spinning = true
- salesWriteStockOut({
- salesBillSn: row.salesBillSn
- }).then(res => {
- if (res.status == 200) {
- _this.$message.success(res.message)
- _this.$refs.table.refresh()
- }
- _this.spinning = false
- })
- }
- })
- },
- // 详情
- handleDetail (row) {
- this.$router.push({ name: 'onlinePayOrderDetail', params: { sn: row.salesBillSn } })
- },
- // 选择客户成功
- chooseCustomOk (data) {
- this.$router.push({ name: 'salesNewAdd', params: { id: data.id, sn: data.salesBillSn, priceType: data.priceType } })
- },
- // 查询列表
- searchForm (flag) {
- // 是否按客户查询
- if (!this.isByCustQuery) {
- const a = moment(this.queryParam.beginDate)
- const b = moment(this.queryParam.endDate)
- // 最多只能选择2年的时间区间
- if (b.diff(a, 'days') > 730) {
- this.$message.info('最多只能选择2年的时间区间')
- return false
- }
- this.$refs.table.refresh(!flag)
- } else {
- // 按客户查询
- if (this.queryParam.buyerSn) {
- this.$refs.table.refresh(!flag)
- } else {
- this.$message.info('请选择客户')
- return false
- }
- }
- },
- // 重置
- resetSearchForm () {
- this.resetData()
- this.$refs.table.refresh(true)
- },
- // 重置数据
- resetData (flag) {
- this.$refs.rangeDate.resetDate(flag ? '' : this.time)
- this.queryParam.beginDate = flag ? '' : getDate.getMonthDays(3).starttime
- this.queryParam.endDate = flag ? '' : getDate.getMonthDays(3).endtime
- this.queryParam.auditBeginDate = ''
- this.queryParam.auditEndDate = ''
- this.queryParam.outWarehouseBeginDate = ''
- this.queryParam.outWarehouseEndDate = ''
- this.auditTime = []
- this.outWareTime = []
- this.cancelTime = []
- if (this.advanced) {
- this.$refs.auditRangeDate.resetDate('')
- this.$refs.outWareRangeDate.resetDate('')
- this.$refs.cancelRangeDate.resetDate('')
- }
- this.queryParam.buyerNameCurrent = undefined
- this.queryParam.buyerSn = undefined
- this.queryParam.salesBillNo = ''
- this.queryParam.purchaseBillNo = ''
- this.queryParam.payType = undefined
- this.queryParam.settleStyleSn = undefined
- this.queryParam.billStatus = undefined
- this.queryParam.financialStatus = undefined
- this.queryParam.buyerRelationType = undefined
- this.queryParam.cancelStartDate = undefined
- this.queryParam.cancelEndDate = undefined
- this.queryParam.payOnlineFlag = 1
- this.$refs.custList.resetForm()
- if (!flag) {
- // 重置单据状态
- this.setIsHomeNav(this.$route.name, null)
- }
- },
- // 导出
- handleExport () {
- const _this = this
- const params = this.queryParam
- params.showDiscountAmountFlag = 0
- this.exportLoading = true
- _this.spinning = true
- salesExport(params).then(res => {
- this.exportLoading = false
- _this.spinning = false
- if (res.type == 'application/json') {
- var reader = new FileReader()
- reader.addEventListener('loadend', function () {
- const obj = JSON.parse(reader.result)
- _this.$notification.error({
- message: '提示',
- description: obj.message
- })
- })
- reader.readAsText(res)
- } else {
- downloadExcel(res, '销售列表')
- }
- })
- },
- // 表格高度
- setTableH () {
- const tableSearchH = this.$refs.tableSearch.offsetHeight
- this.tableHeight = window.innerHeight - tableSearchH - 247
- },
- // 初始化页面
- pageInit () {
- const _this = this
- this.$nextTick(() => { // 页面渲染完成后的回调
- _this.setTableH()
- })
- // 是否打开的页签
- const a = this.$store.state.app.isNewTab
- // 是否要刷新列表
- const b = this.$store.state.app.updateList
- // 是否从首页点击进入
- const isHomeNav = this.getIsHomeNav()[this.$route.name]
- // 从首页进入,判断式新建还式待办查询
- if (isHomeNav) {
- // 待办
- if (isHomeNav.type == 'todo') {
- this.resetData(true)
- this.$refs.rangeDate.resetDate([isHomeNav.pageParams.beginDate, isHomeNav.pageParams.endDate])
- this.queryParam = Object.assign(this.queryParam, isHomeNav.pageParams)
- this.$refs.table.refresh(true)
- }
- } else {
- // 如果是新页签打开,则重置当前页面
- if (a && !b) {
- this.resetSearchForm()
- }
- // 仅刷新列表,不重置页面
- if (b || a == b) {
- this.$refs.table.refresh()
- }
- }
- }
- },
- watch: {
- // 展开收起查询条件
- advanced (newValue, oldValue) {
- const _this = this
- this.$nextTick(() => { // 页面渲染完成后的回调
- _this.setTableH()
- })
- },
- // 窗口变更时,需同时更改表格高度
- '$store.state.app.winHeight' (newValue, oldValue) {
- this.setTableH()
- },
- // 按客户查询复选框变更
- isByCustQuery (newValue, oldValue) {
- if (!newValue) {
- this.resetSearchForm()
- }
- }
- },
- activated () {
- this.pageInit()
- },
- beforeRouteEnter (to, from, next) {
- next(vm => {
- })
- }
- }
- </script>
|