demand: TMS系统 - 费用确认管理 - 网点费用申请 - 总部账号支持查询所有网点登记的费用申请记录
committer: heyu
This commit is contained in:
parent
17a8d15a2b
commit
d843ba57f3
@ -1,11 +1,11 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @Project: emis
|
* @Project: emis
|
||||||
* @Title: EmisWaybillAjustApplyController.java
|
* @Title: EmisWaybillAjustApplyController.java
|
||||||
* @author linfso
|
* @author linfso
|
||||||
* @date 2024-06-25 23:39:28
|
* @date 2024-06-25 23:39:28
|
||||||
* @Copyright: ShangHai Duta 2022 All rights reserved.
|
* @Copyright: ShangHai Duta 2022 All rights reserved.
|
||||||
* @version v1.0
|
* @version v1.0
|
||||||
* @Description: <p> 运单调整申请 控制器 </p>
|
* @Description: <p> 运单调整申请 控制器 </p>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ import com.xdadan.erp.emis.service.IEmisWaybillAjustApplyService;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 运单调整申请Controller
|
* 运单调整申请Controller
|
||||||
*
|
*
|
||||||
* @author linfso
|
* @author linfso
|
||||||
* @date 2024-06-25 23:39:28
|
* @date 2024-06-25 23:39:28
|
||||||
*/
|
*/
|
||||||
@ -78,6 +78,9 @@ public class EmisWaybillAjustApplyController extends EmisBaseController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if("88888".equals(emisWaybillAjustApply.getApplySiteCode())){
|
||||||
|
emisWaybillAjustApply.setApplySiteCode(null);
|
||||||
|
}
|
||||||
List<EmisWaybillAjustApply> list = emisWaybillAjustApplyService.selectEmisWaybillAjustApplyList(emisWaybillAjustApply);
|
List<EmisWaybillAjustApply> list = emisWaybillAjustApplyService.selectEmisWaybillAjustApplyList(emisWaybillAjustApply);
|
||||||
return getDataTable(list);
|
return getDataTable(list);
|
||||||
}
|
}
|
||||||
@ -85,8 +88,8 @@ public class EmisWaybillAjustApplyController extends EmisBaseController
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 检查是否重复
|
* 检查是否重复
|
||||||
*
|
*
|
||||||
* @param emisWaybillAjustApply
|
* @param emisWaybillAjustApply
|
||||||
* @return 数量
|
* @return 数量
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('emis:emisWaybillAjustApply:list')")
|
@PreAuthorize("@ss.hasPermi('emis:emisWaybillAjustApply:list')")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user