• Log in
  • Create an account
  • 首页
  • 关于我们
  • 新闻中心
  • 产品中心
    • 物位 雷达物位计 磁性液位计 射频导纳物位计
    • 限位 音叉物位开关 射频导纳开关 阻旋/外贴/电容/微波开关
    • 压力 压力/差压变送器 压力校验仪
    • 流量 涡街流量计 差压流量计 科里奥利质量流量计
    • 安全栅
    • 多普勒系列

    80G雷达物位计

    from $2,075.00
  • 应用案例
  • 荣誉资质
    • 企业资质
    • 产品资质
  • 联系我们
  • More links

  • Log in
  • Create an account
  • 首页
  • 关于我们
  • 新闻中心
  • 产品中心
    • 产品中心
    • 物位
      • 物位
      • 雷达物位计
      • 磁性液位计
      • 射频导纳物位计
    • 限位
      • 限位
      • 音叉物位开关
      • 射频导纳开关
      • 阻旋/外贴/电容/微波开关
    • 压力
      • 压力
      • 压力/差压变送器
      • 压力校验仪
    • 流量
      • 流量
      • 涡街流量计
      • 差压流量计
      • 科里奥利质量流量计
    • 安全栅
    • 多普勒系列
  • 应用案例
  • 荣誉资质
    • 荣誉资质
    • 企业资质
    • 产品资质
  • 联系我们
  • Log in
  • Create an account
  • (function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide'); if (mdScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide'); if (pcScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })();

    新闻中心

    诺盈技术闪耀 “2024韩国国际工业展”:韩国市场拓展与技术实力展现 诺盈技术闪耀 “2024韩国国际工业展”:韩国市场拓展与技术实力展现
    诺盈技术闪耀 “2024韩国国际工业展”:韩国市场拓展与技术实力展现 by nuoying-subsite2-flowmeter
    走进非洲 展诺盈风采——公司参展埃及国际 电力、照明及新能源展览会 by nuoying-subsite2-flowmeter
    “探索无限,创新不止”-第23届新加坡国际石油及天然气展览会圆满落幕 by nuoying-subsite2-flowmeter
    诺盈佳业受邀参加高端仪器应用及创新发展论坛暨2024年测量控制与仪器仪表高工会 by nuoying-subsite2-flowmeter
    交流促进步,合作促繁荣!2024 俄罗斯化工展:诺盈佳业开启国际合作新征程! by nuoying-subsite2-flowmeter
    喜获2024年度秦创原“科学家+工程师”队伍建设项目批准 by nuoying-subsite2-flowmeter
    诺盈产学研结合,开启新思路,新方向 by nuoying-subsite2-flowmeter

    联系我们

    • 029-8930 3101
    • 2851571250@qq.com
    • 159 0105 0329
    • 网址:www.nyjy-china.com

      地址:陕西省西安市高陵区丝路融豪工业城一期V5栋

    联系我们

    • 029-8930 3101
    • 2851571250@qq.com
    • 159 0105 0329
    • 网址:www.nyjy-china.com

      地址:陕西省西安市高陵区丝路融豪工业城一期V5栋

    Follow us

    Follow us

    哈萨克斯坦代理商- 哈萨克斯担阿拉木图市xitomu 国际旅游贸易有限公司

    • 87008786077
    • 3341887781@qq·com
    • 联系人:Damai

      地址:Bogenbai bater 150

    哈萨克斯坦代理商- 哈萨克斯担阿拉木图市xitomu 国际旅游贸易有限公司

    • 87008786077
    • 3341887781@qq·com
    • 联系人:Damai

      地址:Bogenbai bater 150

    (function () { const TAG = "spz-custom-discount-popup-bxgy"; class SpzCustomPlacementPopup extends SPZ.BaseElement { constructor(element) { super(element); this.deviceTypeMap = { PD_PC_MOBILE: "PD_PC_MOBILE", PD_PC: "PD_PC", PD_MOBILE: "PD_MOBILE" }; this.reportEventMap = { PE_IMPRESSION: 'PE_IMPRESSION',//曝光事件 PE_CLICK: 'PE_CLICK',//点击事件 } this.popup_z_index = 1050; } static deferredMount() { return false; } buildCallback = () => { this.action_ = SPZServices.actionServiceForDoc(this.element); this.templates_ = SPZServices.templatesForDoc(this.element); this.xhr_ = SPZServices.xhrFor(this.win); this.setupAction_(); this.viewport_ = this.getViewport(); } mountCallback = () => { } // 节流处理 每5s内多次点击 算一次点击上报 throttleReport = this.win.SPZCore.Types.throttle( this.win, (data) => { this.reportData(data) }, 5000 ) // 上报数据 reportData = async(data) => { const reqBody = { placement_id: data.placement_id, event: data.event } this.xhr_.fetchJson(`/api/storefront/promotion/placement/data/report`, { method: "post", body: reqBody }).then((res)=>{ // todo ... }) } doRender_ = (data) => { const popupList = data.popupList || []; if(popupList.length){ // 内容配置 序列化字符转化 popupList.forEach(item => { item.parseConfig = JSON.parse(item.config); }) } return this.templates_ .findAndRenderTemplate(this.element, {popupList}) .then((el) => { const children = this.element.querySelector('*:not(template)'); children && SPZCore.Dom.removeElement(children); this.element.appendChild(el); }).then(() =>{ popupList.forEach(item => { // buy x get y 弹窗渲染 this.showPopup(item); }) }) } showPopup = async(itemData) => { // 展示弹窗 符合展示条件的弹窗 const $lightbox_item = document.querySelector(`#popup_bxgy_${itemData.id}`); $lightbox_item && SPZ.whenApiDefined($lightbox_item).then((api)=> { const isPC = this.viewport_.getWidth() >= 768; const isMobile = this.viewport_.getWidth() < 768; const isMatchPCDevice = itemData.device === this.deviceTypeMap.PD_PC_MOBILE || itemData.device === this.deviceTypeMap.PD_PC; const isMatchMobileDevice = itemData.device == this.deviceTypeMap.PD_PC_MOBILE || itemData.device === this.deviceTypeMap.PD_MOBILE; if((isPC && isMatchPCDevice) || (isMobile && isMatchMobileDevice)) { // 根据推送时间 延迟展示弹窗 setTimeout(() => { $lightbox_item.style.zIndex = this.popup_z_index; this.popup_z_index ++; api.open(); }, itemData.delay_seconds * 1000); } }) } setupAction_ = () => { this.registerAction('handleTrack', async(invocation) => { // 如果是主题编辑器则不用处理 if(window.top !== window.self) { return; } const data = invocation.args; const event = data.event; // 点击上报 节流处理 if(event === this.reportEventMap.PE_CLICK) { await this.throttleReport(data); } else { this.reportData(data); } }); this.registerAction('handleLinkto', (invocation) => { const url = invocation.args.url; const isNewOpen = invocation.args.isNewOpen; const target = isNewOpen ? '_blank' : '_self'; if(url) { window.open(url, target); } }); } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, `${ TAG }.${ name }`, data || {}); this.action_.trigger(this.element, name, event); } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } } SPZ.defineElement(TAG, SpzCustomPlacementPopup) })() (function () { const TAG = "spz-custom-discount-placement"; class SpzCustomDiscountPlacement extends SPZ.BaseElement { constructor(element) { super(element); this.placementTypeMap = { PTT_POPUP: "PTT_POPUP", PTT_BANNER: "PTT_BANNER" }; this.placementTemplateMap = { PT_POPUP_BUY_X_GET_Y: "PT_POPUP_BUY_X_GET_Y", PT_BANNER_BUY_X_GET_Y: "PT_BANNER_BUY_X_GET_Y" }; this.progressMap = { PROGRESS_ONGOING: "PROGRESS_ONGOING", PROGRESS_NOT_STARTED: "PROGRESS_NOT_STARTED", PROGRESS_FINISHED: "PROGRESS_FINISHED", PROGRESS_PAUSED: "PROGRESS_PAUSED" }; } static deferredMount() { return false; } buildCallback = () => { this.action_ = SPZServices.actionServiceForDoc(this.element); this.templates_ = SPZServices.templatesForDoc(this.element); this.xhr_ = SPZServices.xhrFor(this.win); this.setupAction_(); this.viewport_ = this.getViewport(); } mountCallback = () => { this.handlePlacement(); } // 上报数据 reportData = async(data) => { const reqBody = { placement_id: data.placement_id, event: data.event } const url = `/api/storefront/promotion/placement/data/report`; this.xhr_.fetchJson(url, { method: "post", body: reqBody }).then((res)=>{ // todo ... }) } // 资源位数据获取 getplacementList = async() => { const reqBody = { page_id: window.SHOPLAZZA.meta.page.template_type } const url = `/api/storefront/promotion/placement/list` const data = await this.xhr_.fetchJson(url, { method: "post", body: reqBody }) return data; } handlePlacement = async() => { const res = await this.getplacementList(); const BXGYPopupList = res.list.filter(item => (item.placement_type == this.placementTypeMap.PTT_POPUP && item.placement_template == this.placementTemplateMap.PT_POPUP_BUY_X_GET_Y)); if(BXGYPopupList.length) { const $spz_custom_popup_bxgy = document.querySelector('#spz_custom_popup_bxgy'); SPZ.whenApiDefined($spz_custom_popup_bxgy).then((api)=> { api.doRender_({popupList: BXGYPopupList}); }) } } doRender_ = (data) => { const renderData = data || {}; return this.templates_ .findAndRenderTemplate(this.element, renderData) .then((el) => { const children = this.element.querySelector('*:not(template)'); children && SPZCore.Dom.removeElement(children); this.element.appendChild(el); }) } setupAction_ = () => { this.registerAction('handleTrack', (invocation) => { const data = invocation.args; this.reportData(data) }); } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, `${ TAG }.${ name }`, data || {}); this.action_.trigger(this.element, name, event); } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } } SPZ.defineElement(TAG, SpzCustomDiscountPlacement) })()

    We accept

    • American Express
    • Apple Pay
    • Mastercard
    • PayPal
    • Visa

    We accept

    • American Express
    • Apple Pay
    • Mastercard
    • PayPal
    • Visa

    诺盈佳业

    • 产品中心
    • 关于诺盈
    • 联系我们
    • 新闻

    诺盈佳业

    • 产品中心
    • 关于诺盈
    • 联系我们
    • 新闻
    © 2025 nuoying-subsite2-flowmeter 产品中心 关于诺盈 联系我们 新闻
    View Cart