| | |
| | | if (o.selectSingleNode(L"VATRates")) |
| | | { |
| | | xstring str1 = o.selectSingleNode(L"VATRates").text(); |
| | | if (str1.find(L",L") >= 0) str1 = str1.left(str1.find(L",L")); |
| | | if (str1.find(L",") >= 0) str1 = str1.left(str1.find(L",")); |
| | | dw_custom.SetItemString(i, L"VATRates", str1); |
| | | } |
| | | if (o.selectSingleNode(L"CustEName")) |
| | |
| | | if(o.selectSingleNode(L"VATRates")) |
| | | { |
| | | xstring str1 = o.selectSingleNode(L"VATRates").text(); |
| | | if(str1.find(L",L")) str1 = str1.left(str1.find(L",L")); |
| | | if(str1.find(L",")) str1 = str1.left(str1.find(L",")); |
| | | dw_custom.SetItemString(i,L"VATRates",str1); |
| | | } |
| | | if(o.selectSingleNode(L"CustEName")) |
| | |
| | | if (o.selectSingleNode(L"VATRates")) |
| | | { |
| | | xstring str1 = o.selectSingleNode(L"VATRates").text(); |
| | | if (str1.find(L",L")) str1 = str1.left(str1.find(L",L")); |
| | | if (str1.find(L",")) str1 = str1.left(str1.find(L",")); |
| | | dw_custom.SetItemString(i, L"VATRates", str1); |
| | | dw_customex.SetItemString(i, L"VATRates", str1); |
| | | } |
| | |
| | | } |
| | | else if (SONos.find(SONo) < 0) |
| | | { |
| | | SONos += L",L" + SONo; |
| | | SONos += L"," + SONo; |
| | | costs += cost; |
| | | } |
| | | } |
| | |
| | | xstring CustomerPONo = t.selectSingleNode(L"CustomerPONo").text(); |
| | | if (OrderNos == L"") |
| | | OrderNos = CustomerPONo; |
| | | else if (OrderNos.find(CustomerPONo) < 0) OrderNos += L",L" + CustomerPONo; |
| | | else if (OrderNos.find(CustomerPONo) < 0) OrderNos += L"," + CustomerPONo; |
| | | } |
| | | |
| | | if (t.selectSingleNode(L"OperationTips")) |
| | |
| | | } |
| | | else if (SONo_s.find(SONo) < 0) |
| | | { |
| | | SONo_s += L",L" + SONo; |
| | | SONo_s += L"," + SONo; |
| | | } |
| | | xstring PONo = dw_item.GetItemString(k, L"PONo"); |
| | | if (PONo_s == L"") |
| | |
| | | } |
| | | else if (PONo_s.find(PONo) < 0) |
| | | { |
| | | PONo_s += L",L" + PONo; |
| | | PONo_s += L"," + PONo; |
| | | } |
| | | } |
| | | dw_base.SetItemString(1, L"OrderNos", PONo_s); |