123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894 |
- <template>
- <div>
- <a-card size="small" :bordered="false" class="searchBoxNormal">
- <!-- 搜索条件 -->
- <div ref="tableSearch" class="table-page-search-wrapper">
- <a-form layout="inline">
- <a-row :gutter="15">
- <a-col :md="6" :sm="24">
- <a-form-item label="创建时间">
- <rangeDate ref="rangeDate" :value="time" @change="dateChange" />
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="客户名称">
- <dealerSubareaScopeList ref="dealerSubareaScopeList" id="salesManagementList-buyerName" @change="custChange" />
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="销售单号">
- <a-input id="salesManagementList-salesBillNo" v-model.trim="queryParam.salesBillNo" allowClear placeholder="请输入销售单号"/>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="采购单号">
- <a-input id="salesManagementList-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.printStatus"
- ref="printStatus"
- id="salesManagementList-printStatus"
- code="PRINT_STATUS"
- placeholder="请选择打印状态"
- allowClear></v-select>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="业务状态">
- <v-select
- v-model="queryParam.billStatus"
- ref="billStatus"
- id="salesManagementList-billStatus"
- code="SALES_BILL_STATUS"
- placeholder="请选择业务状态"
- allowClear></v-select>
- </a-form-item>
- </a-col>
- <template v-if="advanced">
- <a-col :md="6" :sm="24">
- <a-form-item label="财务状态">
- <v-select
- v-model="queryParam.financialStatus"
- ref="financialStatus"
- id="salesManagementList-financialStatus"
- code="FINANCIAL_RECEIVE_STATUS"
- placeholder="请选择财务状态"
- allowClear></v-select>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="单据来源">
- <v-select
- v-model="queryParam.salesBillSource"
- ref="salesBillSource"
- id="salesManagementList-salesBillSource"
- code="SALES_SOURCE"
- placeholder="请选择单据来源"
- allowClear></v-select>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="所在区域">
- <subarea ref="subarea" id="salesManagementList-subarea" @change="subareaChange"></subarea>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="地区" prop="shippingAddrProvinceSn">
- <Area id="salesManagementList-shippingAddrProvinceSn" v-model="queryParam.shippingAddrProvinceSn" placeholder="请选择省"></Area>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="出库仓库">
- <chooseWarehouse ref="warehouse" v-model="queryParam.warehouseSn"></chooseWarehouse>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="促销单">
- <v-select
- v-model="queryParam.promoFlag"
- ref="cxFlag"
- code="FLAG"
- placeholder="请选择是否促销单"
- allowClear></v-select>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="发货经销商">
- <custList id="salesManagementList-transferDealerSn" dataAuthFlag="0" placeholder="请输入发货经销商" ref="dealerTireScopeList" @change="custTireChange" />
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24">
- <a-form-item label="转费用报销单">
- <a-select v-model="queryParam.expenseClainFlag" placeholder="请选择转费用报销单状态" allowClear>
- <a-select-option value="N">待转</a-select-option>
- <a-select-option value="Y">已转</a-select-option>
- <a-select-option value="ALL">全部</a-select-option>
- </a-select>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="24" v-show="isShowCustomerSearch">
- <a-form-item label="客服">
- <customerService ref="customerName" v-model="queryParam.bizUserSn"></customerService>
- </a-form-item>
- </a-col>
- </template>
- <a-col :md="6" :sm="24">
- <a-button type="primary" :disabled="disabled" @click="$refs.table.refresh(true)">查询</a-button>
- <a-button style="margin-left: 10px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
- <a-button
- style="margin-left: 10px"
- type="primary"
- class="button-warning"
- @click="handleExport"
- :disabled="disabled"
- :loading="exportLoading"
- v-if="$hasPermissions('B_sales_export')"
- >导出</a-button>
- <a @click="advanced=!advanced" style="margin-left: 8px">
- {{ advanced ? '收起' : '展开' }}
- <a-icon :type="advanced ? 'up' : 'down'"/>
- </a>
- </a-col>
- </a-row>
- </a-form>
- </div>
- </a-card>
- <a-card size="small" :bordered="false" class="salesManagementList-wrap">
- <a-spin :spinning="spinning" tip="Loading...">
- <!-- 操作按钮 -->
- <div class="table-operator" style="display: flex;justify-content: space-between;align-items: center;">
- <div style="padding-right: 15px;">
- <a-button type="primary" v-if="$hasPermissions('B_salesAdd')" @click="handleAdd">新增</a-button>
- <a-button type="primary" class="button-info" v-if="$hasPermissions('B_convertExpense')" @click="toWaitCostOrder">批量转</a-button>
- </div>
- <div style="flex-grow: 1;display: flex;justify-content: space-between;align-items: center;">
- <div class="tongji-bar">
- <div>
- 总单数:<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.totalPushedQty || totalData.totalPushedQty==0) ? totalData.totalPushedQty : '--' }}</strong>;
- 已发货数量:<strong>{{ totalData&&(totalData.totalDispatchQty || totalData.totalDispatchQty==0) ? totalData.totalDispatchQty : '--' }}</strong>;
- 已取消数量:<strong>{{ totalData&&(totalData.totalCancelQty || totalData.totalCancelQty==0) ? totalData.totalCancelQty : '--' }}</strong>;
- 待下推数量:<strong>{{ totalData&&(totalData.totalUnpushedQty || totalData.totalUnpushedQty==0) ? totalData.totalUnpushedQty : '--' }}</strong>;
- </div>
- <div v-if="$hasPermissions('M_salesQueryList_salesPrice')">
- 总售价:<strong>{{ totalData&&(totalData.totalAmount || totalData.totalAmount==0) ? toThousands(totalData.totalAmount) : '--' }}</strong>;
- 已下推金额:<strong>{{ totalData&&(totalData.totalPushedAmount || totalData.totalPushedAmount==0) ? toThousands(totalData.totalPushedAmount) : '--' }}</strong>;
- 已取消金额:<strong>{{ totalData&&(totalData.totalCancelAmount || totalData.totalCancelAmount==0) ? toThousands(totalData.totalCancelAmount) : '--' }}</strong>;
- 待下推金额:<strong>{{ totalData&&(totalData.totalUnpushedAmount || totalData.totalUnpushedAmount==0) ? toThousands(totalData.totalUnpushedAmount) : '--' }}</strong>;
- 已发货金额:<strong>{{ totalData&&(totalData.totalDispatchAmount || totalData.totalDispatchAmount==0) ? toThousands(totalData.totalDispatchAmount) : '--' }}</strong>;
- </div>
- </div>
- <div>
- <span>显示:</span>
- <a-tree-select
- size="small"
- v-model="showCols"
- style="min-width: 200px"
- dropdownMatchSelectWidth
- :maxTagCount="3"
- :tree-data="colsArr"
- tree-checkable
- placeholder="请选择要显示的列(多选)"
- />
- </div>
- </div>
- </div>
- <!-- 列表 -->
- <s-table
- class="sTable fixPagination"
- ref="table"
- :style="{ height: tableHeight+87+'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 v-if="$hasPermissions('B_salesDetail')" class="link-bule" @click="handleDetail(record,'salesNewDetail')">{{ record.salesBillNo }}</span>
- <span v-else>{{ record.salesBillNo }}</span>
- <a-badge :count="'改'+record.changeTimes" :number-style="{ zoom:'80%' }" v-if="record.changeTimes>0"></a-badge>
- <a-badge count="促" v-if="record.promoFlag==1" :number-style="{ backgroundColor: '#52c41a', zoom:'80%' }"></a-badge>
- <a-badge count="转" v-if="record.transferFlag==1" :number-style="{ backgroundColor: '#ccb01e', zoom:'80%' }"></a-badge>
- </template>
- <!-- 出库仓库 -->
- <template slot="warehouseBox" slot-scope="text, record">
- <a-tooltip placement="right" v-if="record.warehouseNameSet && record.warehouseNameSet.length>0">
- <template slot="title">
- <span>{{ record.warehouseNameSet.toString() }}</span>
- </template>
- <div class="warehouse_box">
- <span>{{ record.warehouseNameSet.toString() }}</span>
- </div>
- </a-tooltip>
- <div v-else>--</div>
- </template>
- <!-- 总数量 -->
- <template slot="totalQty" slot-scope="text, record">
- {{ record.totalQty }}
- </template>
- <!-- 操作 -->
- <template slot="action" slot-scope="text, record">
- <div>
- <a-button
- size="small"
- type="link"
- class="button-warning"
- v-if="(record.billStatus == 'WAIT_AUDIT' || record.billStatus == 'SUPERIOR_AUDIT_REJECT' || record.billStatus == 'TRANSFER_AUDIT_REJECT')&&$hasPermissions('B_salesAudit')"
- @click="handleDetail(record,'salesNewDetailAudit')"
- >审核</a-button>
- <a-button
- size="small"
- type="link"
- class="button-warning"
- v-if="record.billStatus == 'WAIT_PUSH'&&$hasPermissions('B_salesDispatch')"
- @click="handleDispatch(record)"
- >下推</a-button>
- <a-button
- size="small"
- type="link"
- class="button-info"
- v-if="(record.salesBillSource == 'SALES' && (record.billStatus == 'WAIT_SUBMIT' || record.billStatus == 'WAIT_AUDIT' || record.billStatus == 'AUDIT_REJECT' || record.billStatus == 'HQ_CHANGE'))&&$hasPermissions('B_salesEdit')"
- @click="handleEdit(record)"
- >
- 编辑
- </a-button>
- <a-button
- size="small"
- type="link"
- class="button-info"
- v-if="record.salesBillSource == 'PURCHASE' && (record.billStatus == 'WAIT_AUDIT' || record.billStatus == 'HQ_CHANGE' || record.billStatus == 'SUPERIOR_AUDIT_REJECT' || record.billStatus == 'TRANSFER_AUDIT_REJECT') && $hasPermissions('B_salesEdit')"
- @click="handleChangeOrder(record)"
- >
- 改单
- </a-button>
- <!-- 转单显示条件: 业务状态 待审核;非促销单;下级提交,且产品类型是“轮胎产品”的销售单 -->
- <a-button
- size="small"
- type="link"
- class="button-success"
- v-if="$hasPermissions('B_salesTransfer')&&record.promoFlag!=1&&(record.billStatus == 'WAIT_AUDIT'||record.billStatus == 'SUPERIOR_AUDIT_REJECT' || record.billStatus == 'TRANSFER_AUDIT_REJECT')&&record.salesBillSource=='PURCHASE'&&record.orderType==='TIRE'"
- @click="handleDetail(record,'salesNewDetailTransfer')"
- >
- 转单
- </a-button>
- <!-- 上级审核 -->
- <a-button
- size="small"
- type="link"
- class="button-info"
- v-if="$hasPermissions('B_higherLevelAudit')&&record.billStatus == 'SUPERIOR_WAIT_AUDIT'"
- @click="handleDetail(record,'salesNewDetailTransfer')"
- >
- 上级审核
- </a-button>
- <a-button
- size="small"
- type="link"
- class="button-error"
- v-if="(record.salesBillSource == 'SALES' && (record.billStatus == 'WAIT_SUBMIT' || record.billStatus == 'WAIT_AUDIT' || record.billStatus == 'AUDIT_REJECT' || record.billStatus == 'HQ_CHANGE'))&&$hasPermissions('B_salesDel')"
- @click="handleDel(record)"
- >
- 删除
- </a-button>
- <a-button
- size="small"
- type="link"
- class="button-error"
- v-if="record.salesBillSource == 'PURCHASE' && (record.billStatus == 'WAIT_AUDIT' || record.billStatus == 'HQ_CHANGE'||record.billStatus == 'SUPERIOR_AUDIT_REJECT' || record.billStatus == 'TRANSFER_AUDIT_REJECT') && $hasPermissions('B_salesDel')"
- @click="handleDel(record)"
- >
- 取消
- </a-button>
- <a-button
- size="small"
- type="link"
- class="button-warning"
- v-if="record.printStatus=='UNABLE_PRINT'&&$hasPermissions('B_Sales_UNABLE_PRINT')"
- @click="handlePrint(record)"
- >允许备货打印</a-button>
- <a-button
- size="small"
- type="link"
- class="button-warning"
- v-if="record.billStatus=='FINISH' &&(record.expenseClainFlag == 'N' ||record.expenseClainFlag == 'M' )&&$hasPermissions('B_convertExpense')"
- @click="handleExpense(record)"
- >转费用报销单</a-button>
- </div>
- </template>
- </s-table>
- </a-spin>
- <!-- 选择客户弹框 -->
- <choose-custom-modal :show="openModal" @ok="chooseCustomOk" @cancel="openModal=false"></choose-custom-modal>
- <!-- 操作提示 -->
- <commonModal modalTit="操作提示" :width="this.tipData&&this.tipData.length == 1?'500px':'800px'" :openModal="showTipModal" @cancel="canselModal" @ok="updatePrintStatus">
- <div style="text-align: center;" v-if="this.tipData&&this.tipData.length">
- <div style="margin-bottom: 15px;font-size: 14px;"><strong>确认允许此单进行备货打印吗?</strong></div>
- <div style="line-height: 24px;" v-if="this.tipData.length == 1">
- <div>备货单号:{{ tipData[0]&&tipData[0].dispatchBillNo }}</div>
- <div>客户名称:{{ tipData[0]&&tipData[0].buyerName }}</div>
- </div>
- <div v-else>
- <a-table
- :row-selection="{ selectedRowKeys: selectedRowKeys,onChange: onSelectChange, getCheckboxProps: record => ({ props: { disabled: record.printStatus!=='UNABLE_PRINT' }})}"
- :columns="bhColumns"
- :data-source="tipData"
- :pagination="false"
- />
- </div>
- </div>
- </commonModal>
- <!-- 新增费用单 -->
- <baseDataModal ref="expenseModal" @expenseSaveOk="expenseSaveOk" :show="openBaseModal" @close="openBaseModal=false"></baseDataModal>
- <!-- 导出提示框 -->
- <reportModal :visible="showExport" @close="showExport=false"></reportModal>
- <!-- 改单 -->
- <tipModal ref="tipModal" :openModal="openTipModal" :dataList="sourceData" @close="closeTipModal" @ok="openTipModalOk"></tipModal>
- </a-card>
- </div>
- </template>
- <script>
- import moment from 'moment'
- import { commonMixin } from '@/utils/mixin'
- import getDate from '@/libs/getDate.js'
- import { hdExportExcel } from '@/libs/exportExcel'
- // 组件
- import subarea from '@/views/common/subarea.js'
- import Area from '@/views/common/area.js'
- import rangeDate from '@/views/common/rangeDate.vue'
- import { STable, VSelect } from '@/components'
- import commonModal from '@/views/common/commonModal.vue'
- import chooseCustomModal from './chooseCustomModal.vue'
- import tipModal from './tipModal.vue'
- import dealerSubareaScopeList from '@/views/common/dealerSubareaScopeList.vue'
- import baseDataModal from '@/views/expenseManagement/expenseReimbursement/baseDataModal.vue'
- import reportModal from '@/views/common/reportModal.vue'
- import chooseWarehouse from '@/views/common/chooseWarehouse'
- import customerService from '@/views/common/customerService'
- import custList from '@/views/common/custList.vue'
- // 接口
- import { dispatchBatchPrintStatus, queryBySalesBillSn } from '@/api/dispatch'
- import { salesList, salesDel, salesCancle, salesCount, queryCreateBySalesBillSn, expenseAccountSave, changeBillCheckUpdatePrice, changeBillCheck } from '@/api/salesNew'
- import { salesDetailExport } from '@/api/salesBillReport'
- export default {
- name: 'SalesQueryList',
- mixins: [commonMixin],
- components: { STable, VSelect, tipModal, chooseCustomModal, dealerSubareaScopeList, Area, rangeDate, subarea, commonModal, reportModal, custList, chooseWarehouse, baseDataModal, customerService },
- data () {
- return {
- spinning: false,
- advanced: true, // 高级搜索 展开/关闭
- disabled: false, // 查询、重置按钮是否可操作
- openModal: false, // 选择客户弹框是否显示
- openBaseModal: false, // 费用弹框
- showTipModal: false, // 备货打印弹框
- showExport: false, // 导出提示框
- exportLoading: false, // 导出按钮加载状态
- expenseOption: false, // 已选转费用报销单状态
- tableHeight: 0, // 表格高度
- openTipModal: false, // 改单提示弹窗
- sourceData: [], // 改单表格数据
- // 默认时间
- time: [
- moment(getDate.getThreeMonthDays().starttime, 'YYYY-MM-DD'),
- moment(getDate.getCurrMonthDays().endtime, 'YYYY-MM-DD')
- ],
- // 查询参数
- queryParam: {
- beginDate: getDate.getThreeMonthDays().starttime, // 开始时间
- endDate: getDate.getCurrMonthDays().endtime, // 结束时间
- buyerSn: undefined, // 客户名称
- salesBillNo: '', // 销售单号
- purchaseBillNo: '', // 采购单号
- printStatus: undefined, // 打印状态
- billStatus: undefined, // 业务状态
- financialStatus: undefined, // 财务状态
- salesBillSource: undefined, // 单据来源
- subareaArea: {
- subareaSn: undefined, // 区域
- subareaAreaSn: undefined // 分区
- },
- shippingAddrProvinceSn: undefined, // 省
- warehouseSn: undefined, // 仓库
- promoFlag: undefined, // 是否促销单
- expenseClainFlag: undefined, // 转费用报销单状态
- bizUserSn: undefined, // 客服
- transferDealerSn: undefined// 发货经销商
- },
- // 统计数据
- totalData: {
- totalCategory: 0, // 总款数
- totalQty: 0, // 总数量
- totalRecord: 0, // 总单数
- totalPushedQty: 0, // 已下推数量
- totalDispatchQty: 0, // 已发货数量
- totalCancelQty: 0, // 已取消数量
- totalUnpushedQty: 0, // 待下推数量
- totalAmount: 0, // 总售价
- totalPushedAmount: 0, // 已下推金额
- totalCancelAmount: 0, // 已取消金额
- totalUnpushedAmount: 0, // 待下推金额
- totalDispatchAmount: 0 // 已发货金额
- },
- // 加载数据方法 必须为 Promise 对象
- loadData: parameter => {
- this.disabled = true
- this.spinning = true
- delete parameter.tableId
- delete parameter.index
- // 如果按业务状态排序
- if (parameter.sortOrder) {
- parameter['sortAlias'] = 'sales_bill'
- } else {
- delete parameter.sortField
- }
- // 查询总计
- 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
- data.list.forEach((con, i) => {
- con.no = no + i + 1
- })
- this.disabled = false
- }
- this.spinning = false
- return data
- })
- },
- // 允许备货打印弹框
- tipData: null, // 备货单信息
- tempSalesBillSn: null, // 关联的下推单sn
- selectedRowKeys: [], // 允许备货打印选项
- bhColumns: [
- {
- title: '备货单号',
- dataIndex: 'dispatchBillNo'
- },
- {
- title: '客户名称',
- dataIndex: 'buyerName'
- },
- {
- title: '备货打印状态',
- dataIndex: 'printStatusDictValue'
- }
- ],
- // 列表列显示
- showCols: [], // 已勾选的列
- colsArr: [
- {
- title: '已取消数量',
- value: 'totalCancelQty',
- key: 'totalCancelQty',
- disabled: false
- },
- {
- title: '待下推数量',
- value: 'totalUnpushedQty',
- key: 'totalUnpushedQty',
- disabled: false
- },
- {
- title: '待下推金额',
- value: 'totalUnpushedAmount',
- key: 'totalUnpushedAmount',
- disabled: !this.$hasPermissions('M_salesQueryList_salesPrice')
- },
- {
- title: '转采购额数量',
- value: 'totalConvertPromoGiftsQty',
- key: 'totalConvertPromoGiftsQty',
- disabled: false
- },
- {
- title: '转采购额金额',
- value: 'totalConvertPromoGiftsAmount',
- key: 'totalConvertPromoGiftsAmount',
- disabled: !this.$hasPermissions('M_salesQueryList_salesPrice')
- }
- ]
- }
- },
- computed: {
- columns () {
- const _this = this
- const arr = [
- { title: '创建时间', dataIndex: 'createDate', width: '6%', align: 'center', customRender: function (text) { return text || '--' }, sorter: true },
- { title: '销售单号', scopedSlots: { customRender: 'salesBillNo' }, width: '8%', align: 'center' },
- { title: <a-tooltip placement='top' title='第一次提交时间'>提交时间 <a-icon type="question-circle" /></a-tooltip>, dataIndex: 'firstSubmitDate', width: '8%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') }, sorter: true },
- { title: '客户名称', dataIndex: 'buyerName', width: '8%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
- { title: '出库仓库', scopedSlots: { customRender: 'warehouseBox' }, width: '7%', align: 'center', ellipsis: true },
- { title: '总数量', dataIndex: 'totalQty', scopedSlots: { customRender: 'totalQty' }, width: '4%', align: 'center' },
- { title: '总售价', dataIndex: 'totalAmount', width: '4%', align: 'right', isShow: false, customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
- { title: '已下推数量', dataIndex: 'totalPushedQty', width: '4%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
- { title: '下推总金额', dataIndex: 'totalPushedAmount', width: '4%', align: 'right', isShow: false, customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
- { title: '待下推数量', dataIndex: 'totalUnpushedQty', width: '4%', align: 'center', isShow: false, customRender: function (text) { return ((text || text == 0) ? text : '--') } },
- { title: '待下推金额', dataIndex: 'totalUnpushedAmount', width: '4%', align: 'right', isShow: false, customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
- { title: '已发货数量', dataIndex: 'totalDispatchQty', width: '4%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
- { title: '已取消数量', dataIndex: 'totalCancelQty', width: '4%', align: 'center', isShow: false, customRender: function (text) { return ((text || text == 0) ? text : '--') } },
- { title: '转采购额数量', dataIndex: 'totalConvertPromoGiftsQty', width: '4%', align: 'center', isShow: false, customRender: function (text) { return ((text || text == 0) ? text : '--') } },
- { title: '转采购额金额', dataIndex: 'totalConvertPromoGiftsAmount', width: '4%', align: 'right', isShow: false, customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
- { title: '收款方式', dataIndex: 'settleStyleSnDictValue', width: '5%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '审核时间', dataIndex: 'auditDate', width: '6%', align: 'center', customRender: function (text) { return text || '--' }, sorter: true },
- { title: '最近备货时间', dataIndex: 'lastStockUpDate', width: '6%', align: 'center', customRender: function (text) { return text || '--' }, sorter: true },
- { title: '业务状态', dataIndex: 'billStatusDictValue', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '财务状态', dataIndex: 'financialStatusDictValue', width: '5%', align: 'center', customRender: function (text) { return text || '--' } },
- { title: '备货打印状态', dataIndex: 'printStatusDictValue', width: '5%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
- { title: '操作', scopedSlots: { customRender: 'action' }, width: '7%', align: 'center' }
- ]
- // 根据权限及勾选按固定顺序动态显示列
- arr.map(item => {
- if (this.$hasPermissions('M_salesQueryList_salesPrice')) {
- item.isShow = ['totalAmount', 'totalPushedAmount', 'totalUnpushedAmount', 'totalConvertPromoGiftsAmount'].includes(item.dataIndex)
- }
- if (this.colsArr.find(k => k.value == item.dataIndex)) {
- item.isShow = this.showCols.includes(item.dataIndex)
- }
- })
- return arr.filter(item => !this.colsArr.find(k => k.value == item.dataIndex) || item.isShow)
- }
- },
- methods: {
- // 导出
- handleExport () {
- const _this = this
- _this.$store.state.app.curActionPermission = 'B_sales_export'
- _this.exportLoading = true
- _this.spinning = true
- hdExportExcel(salesDetailExport, _this.queryParam, '销售明细', function () {
- _this.exportLoading = false
- _this.spinning = false
- _this.showExport = true
- _this.$store.state.app.curActionPermission = ''
- })
- },
- // 选择时间 change
- dateChange (date) {
- this.queryParam.beginDate = date[0]
- this.queryParam.endDate = date[1]
- },
- // 选择客户
- custChange (val) {
- this.queryParam.buyerSn = val.key
- },
- // 选择发货经销商
- custTireChange (val) {
- this.queryParam.transferDealerSn = val.key
- },
- // 所在区域
- subareaChange (val) {
- this.queryParam.subareaArea.subareaSn = val[0] ? val[0] : undefined
- this.queryParam.subareaArea.subareaAreaSn = val[1] ? val[1] : undefined
- },
- // 打开批量转费用单页面
- toWaitCostOrder () {
- this.$router.push({ name: 'waitCostOrder' })
- },
- // 新增销售单先打开选择客户弹框
- handleAdd () {
- this.openModal = true
- },
- // 选择客户成功
- chooseCustomOk (data) {
- this.$router.push({ name: 'salesNewAdd', params: { sn: data.salesBillSn } })
- },
- // 下推
- handleDispatch (row) {
- this.$router.push({ name: 'waitDispatchNew', params: { salesBillSn: row.salesBillSn } })
- },
- // 详情 审核 转单
- handleDetail (row, name) {
- this.$router.push({ name, params: { sn: row.salesBillSn, pageType: name } })
- },
- // 编辑
- handleEdit (row) {
- this.$router.push({ name: 'salesNewEdit', params: { sn: row.salesBillSn } })
- },
- // 改单
- handleChangeOrder (row) {
- const _this = this
- _this.tempSalesBillSn = row.salesBillSn
- changeBillCheck({ salesBillSn: row.salesBillSn }).then(res => {
- let data
- if (res.status == 200) {
- data = res.data
- if (data && data.length > 0) {
- _this.sourceData = res.data
- const obj = {
- buyerName: row.buyerName,
- salesBillNo: row.salesBillNo
- }
- _this.$refs.tipModal.getShowInfo(obj)
- _this.openTipModal = true
- } else {
- _this.$router.push({ name: 'salesNewEdit', params: { sn: row.salesBillSn } })
- }
- }
- })
- },
- // 改单成功 关闭弹窗
- openTipModalOk (ajaxData) {
- ajaxData.salesBillSn = this.tempSalesBillSn
- ajaxData.detailList = this.sourceData
- changeBillCheckUpdatePrice(ajaxData).then(res => {
- if (res.status == 200) {
- this.$message.success(res.message)
- this.openTipModal = false
- this.$nextTick(() => {
- this.$router.push({ name: 'salesNewEdit', params: { sn: this.tempSalesBillSn } })
- })
- }
- })
- },
- // 取消时,跳转编辑页面
- closeTipModal () {
- this.openTipModal = false
- this.$router.push({ name: 'salesNewEdit', params: { sn: this.tempSalesBillSn } })
- this.$nextTick(() => {
- this.tempSalesBillSn = null
- })
- },
- // 删除
- handleDel (row) {
- const _this = this
- this.$confirm({
- title: '提示',
- content: row.salesBillSource == 'PURCHASE' ? '确认要取消吗?' : '确认要删除吗?',
- centered: true,
- closable: true,
- onOk () {
- _this.spinning = true
- const fun = row.salesBillSource == 'PURCHASE' ? salesCancle : salesDel
- fun({ salesBillSn: row.salesBillSn }).then(res => {
- if (res.status == 200) {
- _this.$message.success(res.message)
- _this.$refs.table.refresh()
- _this.spinning = false
- } else {
- _this.spinning = false
- }
- })
- }
- })
- },
- // 转费用单
- async handleExpense (row) {
- const _this = this
- _this.spinning = true
- const hasExpense = await queryCreateBySalesBillSn({ salesBillSn: row.salesBillSn }).then(res => res.data || [])
- const showModalFlag = []
- const optionsKey = [
- {
- id: 'balance',
- name: '采购额结余'
- },
- {
- id: 'exceed',
- name: '采购额超出'
- },
- {
- id: 'giftConvertAmount',
- name: '促销产品转采购额'
- }
- ]
- optionsKey.map(key => {
- if (hasExpense[key.id]) {
- showModalFlag.push(key)
- }
- })
- if (showModalFlag.length) {
- // 直接转费用单
- if (showModalFlag.length == 1) {
- _this.expenseSave(hasExpense[showModalFlag[0].id])
- }
- // 有2个以上采购额时
- if (showModalFlag.length > 1) {
- _this.$confirm({
- title: '转费用报销单?',
- centered: true,
- class: 'confirm-center',
- content: <div>
- <div style="padding:10px 0;text-align:center;">请选择费用报销单类型</div>
- <div style="padding:0 0 10px 0;text-align:center;">
- <aRadioGroup onChange={_this.changeDaOpt}>
- {showModalFlag.map(item => <aRadio key={item.id} style="height: '30px';lineHeight: '30px';padding:5px 0;" value={item.id}>{item.name}</aRadio>)}
- </aRadioGroup>
- </div>
- </div>,
- onOk () {
- if (_this.expenseOption) {
- _this.expenseSave(hasExpense[_this.expenseOption])
- } else {
- _this.$message.info('请选择费用报销单类型!')
- return true
- }
- },
- onCancel () {
- _this.expenseOption = null
- }
- })
- }
- }
- _this.spinning = false
- },
- // 选择费用报销单类型
- changeDaOpt (e) {
- this.expenseOption = e.target.value
- },
- // 转费用单确定
- expenseSave (data) {
- if (data) {
- this.openBaseModal = true
- this.$refs.expenseModal.setDetail(data, 'sales')
- }
- },
- // 转费用单成功
- expenseSaveOk (params) {
- expenseAccountSave(params).then(res => {
- if (res.status == 200) {
- this.$message.info(res.message)
- this.$refs.table.refresh()
- this.openBaseModal = false
- this.expenseOption = null
- this.$refs.expenseModal.spinning = false
- this.$router.push({ name: 'expenseReimbursementEdit', params: { sn: res.data.expenseAccountSn } })
- }
- })
- },
- // 允许备货打印
- handlePrint (row) {
- // 获取关联的下推单
- this.tempSalesBillSn = row.salesBillSn
- queryBySalesBillSn({ salesBillSn: row.salesBillSn }).then(res => {
- this.tipData = res.data || []
- this.tipData.map(item => {
- item.key = item.dispatchBillSn
- if (item.printStatus == 'UNABLE_PRINT') {
- this.selectedRowKeys.push(item.dispatchBillSn)
- }
- })
- this.showTipModal = true
- })
- },
- // 关闭允许备货打印弹框
- canselModal () {
- this.tipData = null
- this.showTipModal = false
- this.tempSalesBillSn = null
- this.selectedRowKeys = []
- },
- // 选择要备货打印的
- onSelectChange (selectedRowKeys) {
- this.selectedRowKeys = selectedRowKeys
- },
- // 确定允许备货打印
- updatePrintStatus () {
- const isOne = this.tipData.length
- if (isOne > 1 && this.selectedRowKeys.length == 0) {
- this.$message.info('请选择备货单!')
- return
- }
- const dispatchBillSnList = []
- this.tipData.map(item => {
- dispatchBillSnList.push(item.dispatchBillSn)
- })
- const params = {
- 'salesBillSn': this.tempSalesBillSn,
- 'dispatchBillSnList': isOne > 1 ? this.selectedRowKeys : dispatchBillSnList,
- 'printStatus': 'NO_PRINT'
- }
- dispatchBatchPrintStatus(params).then(res => {
- if (res.status == 200) {
- this.canselModal()
- this.$message.info(res.message)
- this.$refs.table.refresh()
- }
- })
- },
- // 重置列表
- resetSearchForm () {
- this.$refs.rangeDate.resetDate(this.time)
- this.queryParam.beginDate = getDate.getThreeMonthDays().starttime
- this.queryParam.endDate = getDate.getCurrMonthDays().endtime
- this.$refs.dealerSubareaScopeList.resetForm()
- this.queryParam.buyerSn = undefined
- this.queryParam.salesBillNo = ''
- this.queryParam.purchaseBillNo = ''
- this.queryParam.printStatus = undefined
- this.queryParam.billStatus = undefined
- this.queryParam.financialStatus = undefined
- this.queryParam.salesBillSource = undefined
- this.queryParam.subareaArea.subareaSn = undefined
- this.queryParam.subareaArea.subareaAreaSn = undefined
- this.queryParam.shippingAddrProvinceSn = undefined
- this.queryParam.warehouseSn = undefined
- this.queryParam.promoFlag = undefined
- this.queryParam.expenseClainFlag = undefined
- this.queryParam.bizUserSn = undefined
- this.queryParam.transferDealerSn = undefined
- if (this.advanced) {
- this.$refs.subarea.clearData()
- this.$refs.dealerTireScopeList.resetForm()
- }
- this.$refs.table.refresh(true)
- },
- // 初始化
- pageInit () {
- this.$nextTick(() => { // 页面渲染完成后的回调
- this.setTableH()
- })
- },
- // 计算表格高度
- setTableH () {
- const tableSearchH = this.$refs.tableSearch.offsetHeight
- this.tableHeight = window.innerHeight - tableSearchH - 260
- }
- },
- watch: {
- // 展开收起
- advanced (newValue, oldValue) {
- this.pageInit()
- },
- '$store.state.app.winHeight' (newValue, oldValue) { // 窗口变更时,需同时更改表格高度
- this.setTableH()
- }
- },
- mounted () {
- if (!this.$store.state.app.isNewTab) { // 页签刷新时调用
- this.pageInit()
- this.resetSearchForm()
- }
- },
- activated () {
- // 如果是新页签打开,则重置当前页面
- if (this.$store.state.app.isNewTab) {
- this.pageInit()
- this.resetSearchForm()
- }
- // 仅刷新列表,不重置页面
- if (this.$store.state.app.updateList) {
- this.pageInit()
- this.$refs.table.refresh()
- }
- },
- beforeRouteEnter (to, from, next) {
- next(vm => {})
- }
- }
- </script>
- <style lang="less" scoped>
- .salesManagementList-wrap{
- .sTable{
- .badge-con-t{
- .ant-badge-count{
- transform: scale(0.8);
- font-size: 13px;
- }
- }
- .warehouse_box{
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- }
- }
- </style>
|