取消日志
This commit is contained in:
parent
964924f9f2
commit
71bf72991d
@ -268,7 +268,7 @@ namespace VOL.WebApi
|
|||||||
filterFields: x => new { x.OrderType, x.Qty, x.CreateID, x.SellNo }, //审批过滤条件的字段
|
filterFields: x => new { x.OrderType, x.Qty, x.CreateID, x.SellNo }, //审批过滤条件的字段
|
||||||
formFields: x => new { x.OrderType, x.TranNo, x.Qty, x.SellNo, x.Creator }//审批界面显示的字段
|
formFields: x => new { x.OrderType, x.TranNo, x.Qty, x.SellNo, x.Creator }//审批界面显示的字段
|
||||||
)
|
)
|
||||||
.Use<App_Expert>()
|
.Use<App_Expert>()
|
||||||
//run方法必须写在最后位置
|
//run方法必须写在最后位置
|
||||||
.Run();
|
.Run();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user