gusucode.com > 精典源码Delphi036:思雷特(sunnet)物业管理信息系统源码程序 > 精典源码Delphi036:思雷特(sunnet)物业管理信息系统源码程序/精典源码Delphi036:思雷特(sunnet)物业管理信息系统/物业管理源码/源代码(2002_d6)/difference/pr/phone/ReadMe.txt

    鹏润大厦的话费分为3部分:
   
1.北京市话
    sFeePhone.Cells[1, 0] := '电话号码';
    sFeePhone.Cells[2, 0] := '总金额';
    sFeePhone.Cells[3, 0] := '月租费';
    sFeePhone.Cells[4, 0] := '市话计次费';
    sFeePhone.Cells[5, 0] := 'ADSL超时费';
    sFeePhone.Cells[6, 0] := '上网计次费';
    sFeePhone.Cells[7, 0] := '160费';
    sFeePhone.Cells[8, 0] := '168费';
    sFeePhone.Cells[9, 0] := '169费';
    sFeePhone.Cells[10, 0] := '221费';
    sFeePhone.Cells[11, 0] := '258费';
    sFeePhone.Cells[12, 0] := '260费';
    sFeePhone.Cells[13, 0] := '261费';
    sFeePhone.Cells[14, 0] := '262费';
    sFeePhone.Cells[15, 0] := '263费';
    sFeePhone.Cells[16, 0] := '265费';
    sFeePhone.Cells[17, 0] := '266费';
    sFeePhone.Cells[18, 0] := '268费';
    sFeePhone.Cells[19, 0] := '2698费';
    sFeePhone.Cells[20, 0] := '282费';
    sFeePhone.Cells[21, 0] := '285费';
    sFeePhone.Cells[22, 0] := '291费';
    sFeePhone.Cells[23, 0] := '292费';
    sFeePhone.Cells[24, 0] := '298费';
    sFeePhone.Cells[25, 0] := '95001费';
    sFeePhone.Cells[26, 0] := '95008费';
    sFeePhone.Cells[27, 0] := '229费';
    sFeePhone.Cells[28, 0] := '95168费';
    sFeePhone.Cells[29, 0] := '96890费';
    sFeePhone.Cells[30, 0] := '163费';
    sFeePhone.Cells[31, 0] := '165费';
    sFeePhone.Cells[32, 0] := '95700费';
    sFeePhone.Cells[33, 0] := '96698费';
    sFeePhone.Cells[34, 0] := '95010费';
    sFeePhone.Cells[35, 0] := '2301费';
    sFeePhone.Cells[36, 0] := '2302费';
2.北京长话
  北京长话格式(需要对长话清单在excel中进行处理,留下以下数据)
    sFeePhone.Cells[1, 0] := '合同号/主叫号码';
    sFeePhone.Cells[2, 0] := '国际话单张数';
    sFeePhone.Cells[3, 0] := '国际长话分钟数';
    sFeePhone.Cells[4, 0] := '国际长话费';
    sFeePhone.Cells[5, 0] := '国内话单张数';
    sFeePhone.Cells[6, 0] := '国内长话分钟数';
    sFeePhone.Cells[7, 0] := '国内话费';
    sFeePhone.Cells[8, 0] := '总话费';
3.昌杰长话
    sFeePhone.Cells[1, 0] := '电话号码';
    sFeePhone.Cells[2, 0] := '国际次数';
    sFeePhone.Cells[3, 0] := '国际时长';
    sFeePhone.Cells[4, 0] := '国际话费';
    sFeePhone.Cells[5, 0] := '国内次数';
    sFeePhone.Cells[6, 0] := '国内时长';
    sFeePhone.Cells[7, 0] := '国内话费';
    sFeePhone.Cells[8, 0] := '附加费';
    sFeePhone.Cells[9, 0] := '服务费';
    sFeePhone.Cells[10, 0] :='总金额';