| | |
| | | //çäº§æ¥æ |
| | | string ProductDate = saveModel.MainData["ProductDate"].ToString(); |
| | | |
| | | // æ åå¼ |
| | | string Standard_value = saveModel.MainData["Standard_value"].ToString(); |
| | | |
| | | if (string.IsNullOrEmpty(madeUnit) || string.IsNullOrEmpty(materielId) || string.IsNullOrEmpty(materielType) || string.IsNullOrEmpty(NewOrOld)) |
| | | throw new Exception($"åå®¶/轮对/åå·/æ£ä¿®ç±»åé½ä¸è½ä¸ºç©º"); |
| | | |
| | |
| | | info.mesInfo_createType = "mes"; |
| | | info.mesInfo_qrCode = qrCode; |
| | | info.mesInfo_createDate = DateTime.Now; |
| | | info.mesInfo_bak_3 = Standard_value; // ä»¥åæ åå¼ä»è¿éè·å èä½¼æ°å¢ |
| | | |
| | | Dt_mes_goods_infoRepository.Instance.Add(info, true); |
| | | |
| | | |
| | | |
| | | |
| | | //è·åç©ºè´§ä½ |
| | | Dt_locationinfo emptyLocation = CommonFunction.GetEmptyLocationAction(); |
| | | //è·åä»»å¡ |