This commit is contained in:
linfso 2025-06-17 08:39:51 +08:00
parent 0f05e1d72a
commit e0420de664

View File

@ -239,7 +239,7 @@ public class EmisWaybillAjustApplyServiceImpl extends EmisBaseService implements
emisWaybillAjustApply.setCenterConfirmManCode(getCurrentUser().getEmpCode());
// 财务中心费用审核:数据部人员通过岗位登记的费用申请:修改项目“运费调整”,财务审批通过后数据直接修改不用再进行层层审核;
emisWaybillAjustApply.getApplyType()
// emisWaybillAjustApply.getApplyType()
// 获取账单状态,若账单处于非未确认状态,不允许审核
List<EmisSettleSubBill> emisSettleSubBillList=getSettleSubBillListByBillCode(emisWaybillAjustApply.getBillCode());