| jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp
@@ -128,6 +128,11 @@ alert(L"第"+xstring(row)+L"行请输入中文名称"); return 0; } if (dw_list.GetItemString(row, L"Ename") == L"") { alert(L"第" + xstring(row) + L"行请输入英文名称"); return 0; } if(dw_list.GetItemString(row,L"PackingRate") == L"") { alert(L"第"+ xstring(row) +L"行请输入包装方式");