pay.data-23576811.js 1.96 KB
import{f as e}from"./vue-5a35c3f5.js";import{bb as d}from"./antd-6b087f69.js";const l=[{field:"checkNo",label:"生产科对账单号",component:"Input",colProps:{span:8}},{field:"productionDepartment",label:"生产科",component:"Input",colProps:{span:8}},{field:"status",label:"总经理审核",component:"Select",colProps:{span:8},componentProps:{options:[{label:"未提交审核",value:-1},{label:"待审核",value:0},{label:"审核通过",value:10},{label:"审核驳回",value:20}]}},{field:"customerCode",label:"客户编码",component:"Input",colProps:{span:8}}],o=[{title:"生产科对账单号",dataIndex:"checkNo",width:120},{title:"生产科应付款日期",dataIndex:"payedDate",width:140},{title:"生产科扣款金额¥",dataIndex:"deductAmount",width:160},{title:"扣款责任部门",dataIndex:"deductDept",width:120},{title:"上传扣款单",dataIndex:"deductUrl",width:120,customRender:t=>{if(t.record.deductUrl!=null)return e(d,{style:"font-size:25px"},null)}},{title:"生产科实际应付金额¥",dataIndex:"actualPayedAmount",width:180},{title:"生产科发票上传",dataIndex:"invoiceUrl",width:80,customRender:t=>{if(t.record.invoiceUrl!=null)return e(d,{style:"font-size:25px"},null)}},{title:"实际付款金额1¥",dataIndex:"actualPayedAmount1",width:160},{title:"实际付款金额2¥",dataIndex:"actualPayedAmount2",width:160},{title:"实际付款金额3¥",dataIndex:"actualPayedAmount3",width:160},{title:"生产科发票审核",dataIndex:"departmentInvoiceStatus",width:120,customRender:t=>{if(t.record.departmentInvoiceStatus==0)return"待审核";if(t.record.departmentInvoiceStatus==10)return"审核通过";if(t.record.departmentInvoiceStatus==20)return"审核驳回"}},{title:"总经理审核",dataIndex:"status",width:120,customRender:t=>{if(t.record.status==-1)return"未提交审核";if(t.record.status==0)return"待审核";if(t.record.status==10)return"审核通过";if(t.record.status==20)return"审核驳回"}}];export{o as columns,l as searchFormSchema};