lifan
8 天以前 5476e162d57371e42b4db7c3d57301c6dcd1781d
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"行请输入包装方式");