You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.2 KiB
1 lines
1.2 KiB
const e="报销编号",t="请输入报销编号",s="申请人ID",c="请输入申请人ID",o="报销金额",r="请输入报销金额",a="报销描述",n="请输入报销描述",d="发票或收据URL",l="请输入发票或收据URL",i="状态",p="请输入状态",m="关联的审批流程ID",u="请输入关联的审批流程ID",h="添加报销记录",P="编辑报销记录",I="确定要删除该数据吗?",D="请选择开始时间",b="请选择结束时间",R={id:e,idPlaceholder:t,applicantId:s,applicantIdPlaceholder:c,amount:o,amountPlaceholder:r,description:a,descriptionPlaceholder:n,receiptUrl:d,receiptUrlPlaceholder:l,status:i,statusPlaceholder:p,processId:m,processIdPlaceholder:u,addReimbursement:h,updateReimbursement:P,reimbursementDeleteTips:I,startDate:D,endDate:b};export{h as addReimbursement,o as amount,r as amountPlaceholder,s as applicantId,c as applicantIdPlaceholder,R as default,a as description,n as descriptionPlaceholder,b as endDate,e as id,t as idPlaceholder,m as processId,u as processIdPlaceholder,d as receiptUrl,l as receiptUrlPlaceholder,I as reimbursementDeleteTips,D as startDate,i as status,p as statusPlaceholder,P as updateReimbursement};
|
|
|