@ -287,6 +287,7 @@ namespace SCP.BasicData
{
BindData();
Alert.Show(GetResourceKey("导入成功!"));
FileUp.Reset();
return;
}
else
@ -247,6 +247,7 @@ namespace SCP.PlanData
if (saveret.State == ReturnStatus.Succeed && saveret.Result == true)
BindOrder();
Alert.Show("订单编号" + saveret.Message + "导入成功!");