@@ -257,6 +257,8 @@ namespace UAS_MES_NEW.Make
//}
if (AllCheck)
{
+
//如果称重到了50个,则重量信息重新自动设置到产品信息
int weight_count = dh.getRowCount("makeserial", " ms_makecode='" + ma_code.Text + "' and ms_midboxweight is not null");
if (weight_count == 50)