卢江海、出货改动

This commit is contained in:
卢江海
2025-03-12 17:31:32 +08:00
parent 7d23adb53b
commit ab8c1dbb9b
3 changed files with 43 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ public interface IReportFlowService: IBaseService<ProReportwork01>
bool ProcessReportWork(string workorder, int process, int finish_num,int bad_num,string Worker);
bool ShipmentProcessReportwork(string workorder, int processId, int finish_num, int bad_num, string customer_order, string Worker);
int ShipmentProcessReportwork(string workorder, int processId, int finish_num, int bad_num, string customer_order, string Worker);
List<ProReportWorkDetialDto> GetWorkOrderReportWorkList(string workorder);
PagedInfo<ProReportWorkDetialDto> GetReportInfoByName(ProReportWorkDto2 query);