给交接柜补药时出库记录dm_machine_record表status设为2,等交接柜做处方核销时再修改
This commit is contained in:
parent
c20686d2c3
commit
367923e19f
|
@ -363,6 +363,7 @@ namespace DM_Weight.ViewModels
|
||||||
OperationTime = DateTime.Now,
|
OperationTime = DateTime.Now,
|
||||||
Quantity = it.TakeQuantity,
|
Quantity = it.TakeQuantity,
|
||||||
Type = 2,
|
Type = 2,
|
||||||
|
Status= 2,//给交接柜补药不用还空瓶,等真正用了以后再还空瓶,所以先把状态置为2
|
||||||
InvoiceId = InvoiceId
|
InvoiceId = InvoiceId
|
||||||
}).ExecuteCommand();
|
}).ExecuteCommand();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue