正在加载客户系统信息,请稍候...
-
系统名称:
{{systemname}}
-
系统分类:
{{systemtypename}}
-
维保期:
{{starttime}}~{{endtime}}
-
建成时间:
{{createtime}}
-
建设单位:
{{createcompany}}
-
系统造价:
{{systemcost}}
-
系统位置:
{{systemlocation}}
-
系统规模:
{{systemscale}}
-
保修期(月):
{{guaranteetime}}
-
系统图:{{#systemdiagram}}
-
点位图:
{{if customer_intelligent_info_bitmaps.length == 0}}
无
{{/if}}
{{each customer_intelligent_info_bitmaps as customer_intelligent_info_bitmap j}}
-
{{customer_intelligent_info_bitmap.filename}}
{{/each}}
-
布线图:
{{if customer_intelligent_info_wiringdiagrams.length == 0}}
无
{{/if}}
{{each customer_intelligent_info_wiringdiagrams as customer_intelligent_info_wiringdiagram j}}
-
{{customer_intelligent_info_wiringdiagram.filename}}
{{/each}}
-
走线图:
{{if customer_intelligent_info_walklinediagrams.length == 0}}
无
{{/if}}
{{each customer_intelligent_info_walklinediagrams as customer_intelligent_info_walklinediagram j}}
-
{{customer_intelligent_info_walklinediagram.filename}}
{{/each}}
-
核心设备布置图:
{{if customer_intelligent_info_equiparrangediagrams.length == 0}}
无
{{/if}}
{{each customer_intelligent_info_equiparrangediagrams as customer_intelligent_info_equiparrangediagram j}}
-
{{customer_intelligent_info_equiparrangediagram.filename}}
{{/each}}
-
设备安装大样图:
{{if customer_intelligent_info_equipsamplediagrams.length == 0}}
无
{{/if}}
{{each customer_intelligent_info_equipsamplediagrams as customer_intelligent_info_equipsamplediagram j}}
-
{{customer_intelligent_info_equipsamplediagram.filename}}
{{/each}}
-
点位图:
{{if customer_intelligent_info_bitmaps.length == 0}}
无
{{/if}}
{{each customer_intelligent_info_bitmaps as customer_intelligent_info_bitmap j}}
-
{{customer_intelligent_info_bitmap.filename}}
{{/each}}
-
备注:
{{remark}}
-
设备列表:
{{if equipmentlist.length==0}}该系统下暂未添加设备
{{else}}
{{each equipmentlist as item j}}
-
-
设备名称:{{item.equipmentname}} 设备信息:{{item.model}}{{if item.location}}({{item.location}}){{/if}}
{{/each}}
{{/if}}