{{ $t("光头") }} |
{{ $t("料号") }}:{{ resultArr[0].itemno }}
{{ $t("扭矩") }}:{{ resultArr[0].torque }}
{{ $t("法兰号") }}:{{ resultArr[0].flh }}
{{ $t("公称通径") }}:{{ resultArr[0].caliber }}
{{ $t("公称压力") }}:{{ tool.nominalPressureSet(resultArr[0].nominalpressure) }}
{{ $t("阀杆材质") }}:{{ resultArr[0].stemmaterial }}
{{ $t("主体材质") }}:{{ resultArr[0].mainmaterial }}
|
||
{{ $t("执行器") }} |
{{ $t("执行器料号") }}:{{ resultArr[1].actuatorno }}
{{ $t("执行器名称") }}:{{ resultArr[1].actuatorname }}
{{ $t("执行器类型") }}:{{ resultArr[1].actuatortype }}
{{ $t("法兰号") }}:{{ resultArr[1].flh.join(",") }}
{{ $t("执行器结构") }}:{{ resultArr[1].bodystructure }}
{{ $t("输出扭矩") }}:{{ resultArr[1].torque }}(Nm)
{{ $t("开关时间") }}:{{ resultArr[1].maxruntime }}(s)
{{ $t("转速") }}:{{ resultArr[1].speed }}(rpm)
{{ $t("减速比") }}:{{ resultArr[1].ratio }}
{{ $t("电压") }}:{{ resultArr[1].supplyvoltage }}(V)
{{ $t("电流") }}:{{ resultArr[1].ratedcurrent }}(A)
{{ $t("功率") }}:{{ resultArr[1].ratedpower }}(KW)
{{ $t("信号类型") }}:{{ resultArr[1].actuatorsignal_choose }}
|
||
{{ $t("辅件") }} | |||
{{ $t("成品料号") }} | {{ Object.keys(product).length ? product.itemno || "-" : "" }} | ||
{{ $t(product.itemno ? "牌价" : "最低经销价") }} |
¥{{
Object.keys(product).length
? tool.formatAmount(product.price, 2)
: "xxxxxx"
}}
*{{ $t("非标准产品,当前价格仅供参考") }}!
|
{{ $t("成本价格") }} | ¥{{ Object.keys(product).length ? tool.formatAmount(product.marketprice, 2) : "xxxxxx" }} |