| | |
| | | |
| | | 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) |
| | | { |
| | |
| | | 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")) |