| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376 |
- <template>
- <ele-modal
- custom-class="ele-dialog-form long-dialog-form"
- :centered="true"
- :visible.sync="paymentListDialogFlag"
- :title="title"
- :append-to-body="true"
- :close-on-click-modal="false"
- width="60%"
- :before-close="cache"
- :maxable="true"
- :resizable="true"
- >
- <!-- 数据表格 -->
- <ele-pro-table
- ref="table"
- :columns="columns"
- :datasource="datasource"
- tool-class="ele-toolbar-form"
- cache-key="eomContactPageTable"
- :page-size="20"
- >
- <!-- 操作 -->
- <template v-slot:action="{ row }">
- <el-link
- type="primary"
- :underline="false"
- icon="el-icon-plus"
- v-if="canAddInvoice(row)"
- @click="done(row, 'view')"
- >
- 新增发票
- </el-link>
- </template>
- </ele-pro-table>
- <detail-dialog1
- ref="detailDialogRef"
- v-if="detailDialogFlag1"
- :detail-dialog-flag1.sync="detailDialogFlag1"
- @done="done"
- :isPay="true"
-
- ></detail-dialog1>
- <div slot="footer">
- <el-button @click="cache">返回</el-button>
- </div>
- </ele-modal>
- </template>
- <script>
- import { finPayablePageListAPI } from '@/api/financialManage/payableManage';
- import detailDialog1 from './detailDialog1.vue';
- import { paymentStatus, invoiceStatusOp, transactionMethodsOp } from '@/enum/dict.js';
- import { reviewStatus } from '@/enum/dict';
- export default {
- name: 'collectionDialog',
- components: { detailDialog1 },
- computed: {
- columns() {
- // 当columnsVersion变化时会重新计算,用作更新列配置
- // const version = this.columnsVersion;
- return [
- {
- width: 45,
- type: 'selection',
- columnKey: 'selection',
- align: 'center'
- },
- {
- width: 60,
- label: '序号',
- type: 'index',
- columnKey: 'index',
- align: 'center'
- },
- {
- minWidth: 150,
- prop: 'code',
- label: '应收编码',
- align: 'center',
- // slot: 'code',
- showOverflowTooltip: true
- },
- {
- minWidth: 160,
- prop: 'receiptPlanOrderNo',
- label: '收款计划编码',
- align: 'center',
- slot: 'receiptPlanOrderNo',
- showOverflowTooltip: true
- },
- {
- minWidth: 160,
- prop: 'saleOrderNo',
- label: '订单编码',
- align: 'center',
- slot: 'saleOrderNo',
- showOverflowTooltip: true
- },
- {
- minWidth: 150,
- prop: 'contractCode',
- label: '合同编码',
- align: 'center',
- slot: 'contractCode',
- showOverflowTooltip: true
- },
- {
- minWidth: 150,
- prop: 'contractNo',
- label: '合同编号',
- align: 'center',
- slot: 'contractNo',
- showOverflowTooltip: true
- },
- {
- minWidth: 150,
- prop: 'contractName',
- label: '合同名称',
- align: 'center',
- slot: 'contactName',
- showOverflowTooltip: true
- },
- {
- minWidth: 150,
- prop: 'invoiceCode',
- label: '关联发票编码',
- slot: 'invoiceCode',
- align: 'center',
- showOverflowTooltip: true
- },
- {
- minWidth: 150,
- prop: 'invoiceNos',
- label: '发票号',
- align: 'center',
- slot: 'invoiceNos',
- showOverflowTooltip: true
- },
- {
- minWidth: 150,
- prop: 'customerNo',
- label: '客户编码',
- align: 'center',
- slot: 'customerNo',
- showOverflowTooltip: true
- },
- {
- minWidth: 150,
- prop: 'contactName',
- label: '客户名称',
- align: 'center',
- slot: 'contactName',
- showOverflowTooltip: true
- },
- {
- minWidth: 130,
- prop: 'paymentTypeName',
- label: '款项类型',
- align: 'center',
- slot: 'paymentTypeName',
- showOverflowTooltip: true
- },
- {
- minWidth: 100,
- prop: 'receivableTotalPrice',
- label: '应付金额',
- align: 'center',
- slot: 'receivableTotalPrice',
- showOverflowTooltip: true
- },
- {
- minWidth: 100,
- prop: 'receivedTotalPrice',
- label: '已付金额',
- align: 'center',
- slot: 'receivedTotalPrice',
- showOverflowTooltip: true
- },
- {
- minWidth: 100,
- prop: 'unreceiveTotalPrice',
- label: '未付金额',
- align: 'center',
- slot: 'unreceiveTotalPrice',
- showOverflowTooltip: true
- },
- {
- minWidth: 100,
- prop: 'invoiceAmount',
- label: '已开票金额',
- align: 'center',
- slot: 'invoiceAmount',
- showOverflowTooltip: true
- },
- {
- minWidth: 100,
- prop: 'unInvoiceAmount;',
- label: '未开票金额',
- align: 'center',
- slot: 'unInvoiceAmount;',
- showOverflowTooltip: true
- },
- {
- minWidth: 140,
- prop: 'receivableDate',
- label: '实际付款日期',
- slot: 'receivableDate',
- align: 'center',
- showOverflowTooltip: true
- },
-
- {
- minWidth: 120,
- prop: 'createUserName',
- label: '创建人',
- align: 'center',
- slot: 'createUserName',
- showOverflowTooltip: true
- },
- {
- minWidth: 120,
- prop: 'createTime',
- label: '创建时间',
- align: 'center',
- slot: 'createTime',
- showOverflowTooltip: true
- },
- {
- minWidth: 120,
- prop: 'accountingSubjectName',
- label: '会计科目',
- align: 'center',
- slot: 'accountingSubjectName',
- showOverflowTooltip: true
- },
- {
- prop: 'transactionMode',
- label: '交易方式',
- align: 'center',
- showOverflowTooltip: true,
- minWidth: 200,
- formatter: (row) => {
- return this.transactionMethodsOp.find(item => item.value == row.transactionMode)?.label || '';
- }
- },
- {
- prop: 'invoiceStatus',
- label: '开票状态',
- align: 'center',
- showOverflowTooltip: true,
- minWidth: 100,
- formatter: (_row, _column, cellValue) => {
- return this.invoiceStatusOp.find(item => item.value == cellValue)?.label || '';
- }
- },
- {
- minWidth: 100,
- prop: 'status',
- label: '付款状态',
- align: 'center',
- slot: 'status',
- showOverflowTooltip: true,
- formatter: (_row, _column, cellValue) => {
- return this.paymentType.find((item) => item.value == cellValue)
- .label;
- }
- },
- {
- minWidth: 130,
- prop: 'remark',
- label: '备注',
- align: 'center',
- showOverflowTooltip: true
- },
- {
- prop: 'externalId',
- label: '是否推送',
- align: 'center',
- showOverflowTooltip: true,
- minWidth: 120,
- formatter: (_row, _column, cellValue) => {
- return _row.externalId? '已推送' : '未推送';
- }
- },
- {
- minWidth: 100,
- prop: 'approvalStatus',
- label: '审核状态',
- align: 'center',
- slot: 'approvalStatus',
- formatter: (_row, _column, cellValue) => {
- return reviewStatus[_row.approvalStatus];
- }
- },
-
- {
- columnKey: 'action',
- label: '操作',
- width: 150,
- align: 'center',
- resizable: false,
- slot: 'action',
- showOverflowTooltip: true,
- fixed: 'right'
- }
- ];
- },
- canAddInvoice() {
- return function(row) {
- if (!row) return false;
- return [2].includes(row.approvalStatus) && row.transactionMode == 2 && row.invoiceStatus != 2 && row.unInvoiceAmount && +row.unInvoiceAmount > 0;
- };
- }
- },
- data() {
- return {
- title: '应付列表',
- transactionMethodsOp,
- detailDialogFlag1: false,
- paymentType,
- invoiceStatusOp,
- statusList: [
- {
- label: '未付款',
- value: 0
- },
- {
- label: '部分付款',
- value: 1
- },
- {
- label: '已付全款',
- value: 2
- }
- ],
- };
- },
- props: {
- paymentListDialogFlag: {
- type: Boolean,
- default: false,
- },
- },
- created() {},
- methods: {
- handleDetail(row = {}, type) {
- this.detailDialogFlag1 = true;
- this.$nextTick(() => {
- this.$refs.detailDialogRef.init(row.id);
- });
- },
- done(data){
- console.log(data,'data')
- this.$emit('receivableDone',[data])
- this.cache()
- },
- cache(){
- this.$emit('update:paymentListDialogFlag', false)
- },
- /* 表格数据源 */
- datasource({ page, limit, where, order }) {
- return finPayablePageListAPI({
- pageNum: page,
- size: limit,
- approvalStatus:2,
- transactionMode:2,
- ...where
- });
- }
- }
- };
- </script>
- <style scoped lang="scss"></style>
|