lifan
2 天以前 a9c816c513d4caf834362c9108b977f6fd02a45b
jrj/project/business/GDN3.maint.cpp
@@ -1620,7 +1620,7 @@
      xstring ClassifyID = dw_item.GetItemString(row, L"ClassifyID");
      xstring refundRate = L"*";
      alert(L"\r\n--------" + ClassifyID + L"-----------");
      //alert(L"\r\n--------" + ClassifyID + L"-----------");
      xml x = ViewObject::RetrieveData(L"/sale/data/Custom3/custom/classifyinfo", L"ClassifyID", ClassifyID);
      if (x)
      {
@@ -3336,7 +3336,8 @@
      xstring ETD = dw_base.GetItemString(1, L"ETD");
      if (ETD == L"")
      {
         alert(L"填写船期!");
         //alert(L"填写船期!");
         return 1;
      }
      xml x = ViewObject::RetrieveData(L"/sale/data/GDN3/profit/paramS", L"item", L"prepareFeeRate");
      if (x.selectSingleNode(L"root/item/@value"))