Commit bd8f3739 authored by liudong1993's avatar liudong1993

1

parent 6ae68ef5
......@@ -606,11 +606,12 @@ namespace REBORN.Module.UserModule
GroupId = GroupId,
EmployeeId = EmployeeId
};
var list = new Repository.Dmc.RB_CRMRepository().GetChangePriceOrderPageList(1, 1, out long count, demodel);
if (list != null && list.Any())
{
return "该销售有帐未平订单,请转交订单后再试";
}
//ld 2025-10-31 画途 暂时关闭
//var list = new Repository.Dmc.RB_CRMRepository().GetChangePriceOrderPageList(1, 1, out long count, demodel);
//if (list != null && list.Any())
//{
// return "该销售有帐未平订单,请转交订单后再试";
//}
model.IsLeave = model.IsLeave == 0 ? 1 : 0;
if (model.IsLeave == 1)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment