Browse Source

11月8日库存管理

XMLWAN 2 years ago
parent
commit
f0737d5224
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/his_api_controller.go

+ 1 - 0
controllers/his_api_controller.go View File

@@ -1052,6 +1052,7 @@ func (c *HisApiController) CreateHisPrescription() {
1052 1052
 												c.ServeDynamicFailJsonSend(drug.DrugName + "该批次剩余库存不足,剩余库存:" + strconv.FormatInt(info.StockMaxNumber, 10) + drug.MaxUnit + strconv.FormatInt(info.StockMinNumber, 10) + drug.MinUnit)
1053 1053
 												return
1054 1054
 											}
1055
+
1055 1056
 										}
1056 1057
 
1057 1058
 									}