CINXE.COM

如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板? - Procore

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板? - Procore</title> <link media="screen" type="text/css" rel="stylesheet" href="https://a.mtstatic.com/@cache/layout/legacy.css?_=4697dd37726fed7979fe7b0f4ce2bd05_emgtc2cuc3VwcG9ydC5wcm9jb3JlLmNvbQ==:site_13854" id="mt-screen-css" /> <link media="print" type="text/css" rel="stylesheet" href="https://a.mtstatic.com/@cache/layout/print.css?_=c5d69afcac31700ff9758fde125e8285:site_13854" id="mt-print-css" /> <script type="text/javascript" nonce="82e7bb2f1d8420cc566df3978b14bf269ab65467deef22cab01637259af26f5e" src="https://a.mtstatic.com/deki/javascript/out/grape.min.js?_=aae9f894b8b9c897d72439fee4980c96b51ba5ff:site_13854"></script><script type="application/json" id="mt-global-settings" nonce="82e7bb2f1d8420cc566df3978b14bf269ab65467deef22cab01637259af26f5e">{"apiToken":"xhr_2_1732485212_7dc1eafff7c6e2e003d0cec4f243f1a50ca1a14f8223339cb5496e00cbdc8973","pageId":3212,"pageViewId":"a6bf37e2-e870-43dd-9e98-553bf38b91a7"}</script> <!-- Recaptcha for contact support form - --> <script defer src="https://www.google.com/recaptcha/api.js"></script> <!-- Back to Top Button by Tie Dec 14 2023 --> <script defer>/*<![CDATA[*/ window.onscroll = function () { scrollFunction(); }; function scrollFunction() { if (!document.querySelector(".columbia-article-topic-category")) { const backToTopButton = document.querySelector("#back-to-top-button"); const pageText = document.querySelector(".mt-content-container"); if (pageText.getBoundingClientRect().top < -20) { backToTopButton.style.display = "block"; } else { backToTopButton.style.display = "none"; } } } function scrollToTop() { const pageText = document.querySelector(".mt-content-container"); pageText.scrollIntoView({ behavior: "smooth", block: "start", inline: "nearest", }); } /*]]>*/</script> <!-- Global Responsive Book Functions Added by Tie Jun 14 2023 --> <script>/*<![CDATA[*/ function displaySection(id){ $(".content-section").hide(); $(id).show(); var $menuButton = $('#mobile-menu-toggle'); var $toc = $('.toc-sop'); var $content = $('.content-sop'); if ($(window).scrollTop() > $(".content-sop").offset().top) { $([document.documentElement, document.body]).animate({ scrollTop: $(id).offset().top - 84 }, 100); } $('.toc-sop a').removeClass('selected-chapter'); str1=".toc-sop a[onclick*=\\'\\"; str3="\\']"; fin_str=str1.concat(id,str3); $(fin_str).addClass('selected-chapter'); $menuButton.attr("aria-expanded","false"); $content.attr("data-mobile-visible","true"); $toc.attr("data-mobile-visible","false"); const newURL = new URL(window.location.href); newURL.hash = id; history.pushState({},'',newURL); return false; } function toggleToc(){ var $menuButton = $('#mobile-menu-toggle'); var $toc = $('.toc-sop'); var $content = $('.content-sop'); if ($menuButton.attr("aria-expanded") === "false") { $menuButton.attr("aria-expanded","true"); $content.attr("data-mobile-visible","false"); $toc.attr("data-mobile-visible","true"); } else { $menuButton.attr("aria-expanded","false"); $content.attr("data-mobile-visible","true"); $toc.attr("data-mobile-visible","false"); } } /*]]>*/</script> <!-- Put Page ID on Page Settings Added by Tie Apr 14, 2022 --> <script>/*<![CDATA[*/ document.addEventListener("DOMContentLoaded", function (e) { if (document.querySelector("#mt-summary")) { var pageId = document.querySelector("#mt-summary").dataset.pageId; var text = document.createElement("p"); var box = document.querySelector(".mt-collapsible-section"); text.innerText = `Page ID: ${pageId}`; box.appendChild(text); var line = document.querySelector(".elm-meta-data.elm-meta-top"); if (document.querySelector("#mt-summary")) { line.style.display = "block"; box.appendChild(line); } } }); /*]]>*/</script> <!-- Define Deprecated Video Hiding Function Sitewide Added by Tie Marc 30, 2022 --> <script>/*<![CDATA[*/ function hideDeprecatedVideos() { let thisurl = window.location.href; if (thisurl.includes('Media_Library') || thisurl.includes('/tc') || thisurl.includes('/tutorials')) { $('.deprecated-video').show(); }; } $(function () { if ($('.deprecated-video').length) { hideDeprecatedVideos(); } }) /*]]>*/</script> <!-- Define Sorting functions sitewide Added by Tie Marc 11, 2022 --> <script>/*<![CDATA[*/ const language = 'zh-cn' //Change this two lines during localization const noAlphabetArray = ['zh-cn']; const compareFun = (a, b) => { return new Intl.Collator(language).compare(a.title, b.title); } let sortTerms = (elementType, section, skipFirst) => { let terms = [...section.querySelectorAll(elementType)] let firstElement = section.firstElementChild; let termHeaders = terms.map(e => e.innerText) let termObject = [] termHeaders.forEach((title, index) => { termObject.push({ title }); termObject[index].header = terms[index]; }); termObject.sort(compareFun); section.innerHTML = ''; if (skipFirst) { section.append(firstElement); } termObject.forEach((element) => { section.append(element.header); }); } const sortItems = (definitionSelector, sortItemSelector, skipFirst = false) => { let definitionsSections = [...document.querySelectorAll(definitionSelector)]; definitionsSections.forEach(section => sortTerms(sortItemSelector, section, skipFirst)); } /*]]>*/</script> <!-- Hide content from other regions Added by Tie Marc 7, 2022 --> <script>/*<![CDATA[*/ function getSubdomain() { let host = window.location.host; let subdomain = host.split(".")[0]; return subdomain; } function getLocaleBySubdomain(subdomain) { if (subdomain == "de") { return "de-de"; } if (subdomain == "es") { return "es-419"; } if (subdomain == "fr") { return "fr-fr"; } if (subdomain == "support") { return "en-us"; } return subdomain; } function getAllLocales() { var listedLocales = $(".localization-group") .map(function () { return $(this).data("locale"); }) .get(); return listedLocales; } function hideOtherLocales() { const subdomain = getSubdomain(); const locale = getLocaleBySubdomain(subdomain); let styleElement = document.createElement("style"); styleElement.setAttribute("type", "text/css"); styleElement.innerText = `.localization-group:not([data-locale*='${locale}']) {\ndisplay: none;\n}\n`; styleElement.innerText += '.localization-group[data-locale="else"] {\ndisplay: unset;\n}'; styleElement.innerText += `.localization-group[data-locale*="${locale}"] ~ .localization-group[data-locale="else"] {\ndisplay: none;\n}`; document.head.appendChild(styleElement); } $(function () { hideOtherLocales(); }) /*]]>*/</script> <!-- Collapsible Content. Added by Tie Apr 21, 2020 --> <script>/*<![CDATA[*/ $(window).on('load', function(e){ $('.collapsible').find('.trigger').on('click',function(){ $(this).closest('.collapsible').find('.col_content').slideToggle('350'); if ($(this).find('.arrowclass').hasClass('fa-chevron-circle-right')){ $(this).find('.arrowclass').removeClass('fas fa-chevron-circle-right'); $(this).find('.arrowclass').addClass('fas fa-chevron-circle-down'); } else if ($(this).find('.arrowclass').hasClass('fa-chevron-circle-down')){ $(this).find('.arrowclass').removeClass('fas fa-chevron-circle-down'); $(this).find('.arrowclass').addClass('fas fa-chevron-circle-right'); } else if ($(this).find('.arrowclass').hasClass('fa-chevron-right')){ $(this).find('.arrowclass').removeClass('fas fa-chevron-right'); $(this).find('.arrowclass').addClass('fas fa-chevron-down'); } else { $(this).find('.arrowclass').removeClass('fas fa-chevron-down'); $(this).find('.arrowclass').addClass('fas fa-chevron-right'); } }); }); function colex(el) { $(el).closest(".collapsible").find(".col_content").slideToggle("350"); if ($(el).find(".arrowclass").hasClass("fa-chevron-circle-right")) { $(el).find(".arrowclass").removeClass("fas fa-chevron-circle-right"); $(el).find(".arrowclass").addClass("fas fa-chevron-circle-down"); } else if ($(el).find(".arrowclass").hasClass("fa-chevron-circle-down")) { $(el).find(".arrowclass").removeClass("fas fa-chevron-circle-down"); $(el).find(".arrowclass").addClass("fas fa-chevron-circle-right"); } else if ($(el).find(".arrowclass").hasClass("fa-chevron-right")) { $(el).find(".arrowclass").removeClass("fas fa-chevron-right"); $(el).find(".arrowclass").addClass("fas fa-chevron-down"); } else { $(el).find(".arrowclass").removeClass("fas fa-chevron-down"); $(el).find(".arrowclass").addClass("fas fa-chevron-right"); } } /*]]>*/</script> <!-- Start Custom Print Style --> <!-- User ID Tracking. Added by Dean Feb 21, 2018 --> <script>/*<![CDATA[*/document.addEventListener("DOMContentLoaded", function() { var json = JSON.parse(document.getElementById('mt-global-settings').textContent) if (!json['userIsAnonymous']) { var dataLayer = window.dataLayer || {}; dataLayer.push({ 'event': 'setUserId', 'userId': json['userId'] }); window.Procore = window.Procore || {}; window.Procore.metrics = window.Procore.metrics || {}; window.Procore.metrics.user = window.Procore.metrics.user || {}; window.Procore.metrics.user.mtid = json['userId']; } }); /*]]>*/</script> <!-- End User ID Tracking --> <!-- Adobe Launch: Added 9/10/2019 by Joshua Bradley --> <script src="//assets.adobedtm.com/launch-EN162b61ce5645478888c92738b130b2f3.min.js" async="async"></script> <!-- End Adobe Launch--> <!-- Google Tag Manager --> <script>/*<![CDATA[*/(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NWZQ5W6');/*]]>*/</script> <!-- End Google Tag Manager --> <!-- Start Typography --> <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6912732/682666/css/fonts.css"> <link rel="stylesheet" type="text/css" href="https://mkt-cdn.procore.com/fonts/sctogrotesk/sctogrotesk.css"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet" as="style"> <!-- End Typography --> <!-- Start of FontAwesome --> <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"> <!-- End of FontAwesome --> <!-- Start Service Cloud Header for Ticket Form --> <!-- End Service Cloud Header for Ticket Form --> <!-- OneTrust Cookies Consent Notice start for procore.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="cbdfc14e-1f05-4d37-82a6-11d3228b4df5"></script> <script type="text/javascript">/*<![CDATA[*/ function OptanonWrapper() { } /*]]>*/</script> <!-- OneTrust Cookies Consent Notice end for procore.com --> </head> <body class="columbia-page-main columbia-article-faq columbia-breadcrumb-home-faq-how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project columbia-live no-touch columbia-lang-zh-cn columbia-skin-grape"> <div class="grape-messaging"> </div> <div class="grape-header-custom"> <div class="mt-custom-header-div"><div class="mt-custom-header-container"><div class="mt-custom-header-logo"><a target="_self" href="https://zh-sg.support.procore.com/" rel="internal"><img src="https://zh-sg.support.procore.com/@api/deki/site/logo.png?default=https://a.mtstatic.com/skins/common/logo/logo.png%3F_%3Daae9f894b8b9c897d72439fee4980c96b51ba5ff:site_13854" /><span id="support-logo">&#25903;&#25345;</span></a></div><ul class="mt-custom-header-right"><li class="mt-custom-header-marketing"><a target="_blank" href="https://www.procore.com/en-sg?journey=supporttoprocore" rel="external noopener nofollow" class="link-https">procore.com</a></li><li class="dropdown dropdown-hover"><a href="#" class="dropdown-toggle mt-icon-earth mt-icon-arrow-down7" role="button"> &#26032;&#21152;&#22369;&#65288;&#31616;&#20307;&#20013;&#25991;&#65289;</a><ul class="dropdown-menu" id="lang-dd" style="display: none;"><li><a target="_self" href="https://es.support.procore.com/" rel="external nofollow" class="link-https">Am&eacute;rica Latina (Espa&ntilde;ol)</a></li><li><a target="_self" href="https://en-au.support.procore.com/" rel="external nofollow" class="link-https">Australia (English)</a></li><li><a target="_self" href="https://pt-br.support.procore.com/" rel="external nofollow" class="link-https">Brasil (Portugu&ecirc;s)</a></li><li><a target="_self" href="https://en-ca.support.procore.com/" rel="external nofollow" class="link-https">Canada (English)</a></li><li><a target="_self" href="https://fr-ca.support.procore.com/" rel="external nofollow" class="link-https">Canada (Fran&ccedil;ais)</a></li><li><a target="_self" href="https://de.support.procore.com/" rel="external nofollow" class="link-https">Deutschland (Deutsch)</a></li><li><a target="_self" href="https://es-es.support.procore.com/" rel="external nofollow" class="link-https">Espa&ntilde;a (Espa&ntilde;ol)</a></li><li><a target="_self" href="https://fr.support.procore.com/" rel="external nofollow" class="link-https">France (Fran&ccedil;ais)</a></li><li><a target="_self" href="https://en-gb.support.procore.com/" rel="external nofollow" class="link-https">United Kingdom (English)</a></li><li><a target="_self" href="https://support.procore.com/" rel="external nofollow" class="link-https">United States (English)</a></li><li><a target="_self" class="internal" href="https://zh-sg.support.procore.com/" rel="internal">&#26032;&#21152;&#22369;&#65288;&#31616;&#20307;&#20013;&#25991;&#65289;</a></li></ul></li><li class="mt-custom-header-listitem"><a target="_blank" href="https://zh-sg.support.procore.com/references/contact-support" rel="internal">&#32852;&#31995;&#20154;</a></li><li class="mt-custom-header-listitem-login"><a target="_blank" href="https://app.procore.com?journey=supporttologin" rel="external noopener nofollow" class="link-https">&#30331;&#24405; Procore &#24212;&#29992;</a></li></ul></div></div><div class="mt-prepend-home mt-custom-home elm-nav" id="header-search"><div class="elm-nav-container"><script type="application/json" id="mt-localizations-help-widget">/*<![CDATA[*/{"Help.Widget.button.text":"\u641c\u7d22","Help.Widget.label.text":"\u67e5\u8be2","Help.Widget.placeholder.text":"\u6211\u4eec\u80fd\u4e3a\u4f60\u63d0\u4f9b\u54ea\u4e9b\u5e2e\u52a9\uff1f"}/*]]>*/</script><div class="mt-inputredirect" data-query-key="q" data-path=""></div></div></div> <script type="text/javascript">/*<![CDATA[*/ $(document).ready(function(){ $('.mt-custom-header-right .dropdown').hover(function(){ $(this).children('.dropdown-menu').toggle(); }) });/*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ /* Adds Training Center Help action to Pro Member Nav. Dean Jan 11, 2018 */ $(document).ready(function(){ $('.elm-header-user-nav.elm-nav .elm-nav-container>ol').prepend('<li><a class="mt-icon-editor-training-link" style="display:inline" target="_blank" href="/tc/1-Author_Training_Center_Documentation">Training Center Help</a></li>'); });/*]]>*/</script> </div> <div class="grape-header grape-wrapper"> <div class="grape-header-container grape-wrapper-container"> <div class="grape-site-logo"> <a class="logo-anonymous" href="/" title="Procore"> <img class="mt-cdn" src="https://a.mtstatic.com/@public/production/site_13854/1681518206-logo.png" alt="Procore" title="Procore"> </a> </div> <div class="grape-site-navigation"> <ul class="mt-site-nav"> <li class="mt-login-sign-in"> <a class="mt-icon-quick-sign-in" href="https://zh-sg.support.procore.com/Special:AuthenticationProviders?returntotitle=faq%2Fhow-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" title="登录"> 登录 </a> </li> <li class="mt-login-forgot-password"> <a class="mt-icon-login-forgot-password" href="https://zh-sg.support.procore.com/Special:UserPassword" title="找回丢失的密码"> 忘记密码 </a> </li> </ul> </div> <div class="grape-site-search"> <div class="mt-quick-search-container"> <form action="/Special:Search"> <input name="path" id="mt-search-path" type="hidden" value="" /> <label class="mt-label" for="mt-site-search-input"> 搜索 </label> <input class="mt-text mt-search search-field" name="q" id="mt-site-search-input" placeholder="我们可如何帮助您?" type="search" /> <button class="mt-button ui-button-icon mt-icon-site-search-button search-button" type="submit"> 搜索 </button> </form> </div> </div> </div> <div class="grape-site-nav grape-wrapper-container"> <ul class="mt-breadcrumbs"> <li> <a href="https://zh-sg.support.procore.com/"> <span class="mt-icon-article-category mt-icon-article-home"></span> Home </a> </li> <li> <a href="https://zh-sg.support.procore.com/faq"> <span class="mt-icon-article-guide"></span> 常见问题 </a> </li> </ul> </div> </div> <div class="grape-content grape-wrapper"> <div class="grape-content-container grape-wrapper-container"> <div id="flash-messages"><div class="dekiFlash"></div></div> <h1 id="title" class="no-edit" style="visibility: visible;"> 如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板? </h1> <div class="mt-last-updated"> <strong>Last updated:</strong> <span class="modified mt-last-updated-timestamp" data-timestamp="2023-12-14T18:35:51Z"></span> </div> <div class="mt-content-header"></div> <div class="mt-content-side"></div> <div id="mt-toc-container" data-title="目录" data-collapsed="true"> <button class="mt-toggle mt-summary-toggle ui-button-icon mt-toggle-expand">目录</button> <div class="mt-toc-content mt-collapsible-section mt-toc-hide"> <ol><li><a href="#.E8.83.8C.E6.99.AF" rel="internal">&#32972;&#26223;</a><ol><li><a href="#.E9.87.8D.E8.A6.81.E6.8F.90.E7.A4.BA" rel="internal">&nbsp;&#37325;&#35201;&#25552;&#31034;</a></li></ol></li><li><a href="#.E9.A2.84.E8.A7.88" rel="internal">&#39044;&#35272;</a></li><li><a href="#.E6.AD.A5.E9.AA.A4" rel="internal">&#27493;&#39588;</a><ol><li><ol><li><a href="#.E7.AC.AC_1_.E6.AD.A5.EF.BC.9A.E5.8F.AF.E9.80.89.E3.80.82.E5.9C.A8.E5.85.AC.E5.8F.B8.E7.BA.A7.E5.88.AB.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E6.A8.A1.E6.9D.BF" rel="internal">&#31532; 1 &#27493;&#65306;&#21487;&#36873;&#12290;&#22312;&#20844;&#21496;&#32423;&#21035;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</a></li></ol></li><li><a href="#.E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E7.AD.94.E5.A4.8D.E7.B1.BB.E5.9E.8B" rel="internal">&#25209;&#37327;&#32534;&#36753;&#31572;&#22797;&#31867;&#22411;</a></li><li><a href="#.E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E8.A6.81.E6.B1.82" rel="internal">&#25209;&#37327;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#35201;&#27714;</a></li><li><a href="#.E6.B7.BB.E5.8A.A0.E9.83.A8.E5.88.86.E5.92.8C.E9.A1.B9" rel="internal">&#28155;&#21152;&#37096;&#20998;&#21644;&#39033;</a><ol><li><a href="#.E7.AC.AC_2_.E6.AD.A5.EF.BC.9A.E5.B0.86.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E6.A8.A1.E6.9D.BF.E6.B7.BB.E5.8A.A0.E5.88.B0.E9.A1.B9.E7.9B.AE" rel="internal">&#31532; 2 &#27493;&#65306;&#23558;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#28155;&#21152;&#21040;&#39033;&#30446;</a></li><li><a href="#.E7.AC.AC_3_.E6.AD.A5.EF.BC.9A.E5.8F.AF.E9.80.89.E3.80.82.E5.9C.A8.E9.A1.B9.E7.9B.AE.E7.BA.A7.E5.88.AB.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E6.A8.A1.E6.9D.BF" rel="internal">&#31532; 3 &#27493;&#65306;&#21487;&#36873;&#12290;&#22312;&#39033;&#30446;&#32423;&#21035;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</a></li></ol></li><li><a href="#.E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E7.AD.94.E5.A4.8D.E7.B1.BB.E5.9E.8B_2" rel="internal">&#25209;&#37327;&#32534;&#36753;&#31572;&#22797;&#31867;&#22411;</a></li><li><a href="#.E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E8.A6.81.E6.B1.82_2" rel="internal">&#25209;&#37327;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#35201;&#27714;</a></li><li><a href="#.E6.B7.BB.E5.8A.A0.E9.83.A8.E5.88.86.E5.92.8C.E9.A1.B9_2" rel="internal">&#28155;&#21152;&#37096;&#20998;&#21644;&#39033;</a><ol><li><a href="#.E7.AC.AC_4_.E6.AD.A5.EF.BC.9A.E6.89.A7.E8.A1.8C.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1" rel="internal">&#31532; 4 &#27493;&#65306;&#25191;&#34892;&#26816;&#26597;&#20219;&#21153;</a><ol><li><a href="#.E6.8F.90.E7.A4.BA" rel="internal">&nbsp;&#25552;&#31034;</a></li><li><a href="#.E6.8F.90.E7.A4.BA_2" rel="internal">&nbsp;&#25552;&#31034;</a></li></ol></li><li><a href="#.E7.AC.AC_5_.E6.AD.A5.EF.BC.9A.E5.85.B3.E9.97.AD.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1" rel="internal">&#31532; 5 &#27493;&#65306;&#20851;&#38381;&#26816;&#26597;&#20219;&#21153;</a></li></ol></li></ol></li><li><a href="#" rel="internal">&nbsp;</a></li></ol> </div> </div> <div id="page-top"> <div id="topic"> <div id="pageText"> <div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_1"><span id=".E8.83.8C.E6.99.AF"></span><h2 class="editable">&#32972;&#26223;</h2> <p>Procore &#28155;&#21152;&#20102;&#19968;&#20010;&#21517;&#20026;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#30340;&#26032;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#12290;&#27492;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#24050;&#33258;&#21160;&#28155;&#21152;&#21040;&#25152;&#26377;&#24050;&#21551;&#29992;&#26816;&#26597;&#20219;&#21153;&#24037;&#20855;&#30340;&#20844;&#21496;&#30340;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#24037;&#20855;&#20013;&#12290;&#26377;&#20851;&#22914;&#20309;&#23558;&#27492;&#27169;&#26495;&#28155;&#21152;&#21040;&#39033;&#30446;&#30340;&#19968;&#20010;&#25110;&#22810;&#20010;&#26816;&#26597;&#20219;&#21153;&#24037;&#20855;&#30340;&#35828;&#26126;&#65292;&#35831;&#21442;&#38405;<a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Steps" rel="internal">&#20197;&#19979;&#27493;&#39588;&#12290;</a></p> <p>&#27492;&#27169;&#26495;&#24182;&#38750;&#38754;&#38754;&#20465;&#21040;&#12290;&#25105;&#20204;&#24314;&#35758;&#20320;&#28155;&#21152;&#25110;&#21024;&#38500;&#19981;&#36866;&#29992;&#20110;&#20320;&#30340;&#19994;&#21153;&#30340;&#39033;&#12290;&#25105;&#20204;&#24314;&#35758;&#20320;&#22312;&#20915;&#23450;&#21024;&#38500;&#20043;&#21069;&#20180;&#32454;&#32771;&#34385;&#27599;&#20010;&#39033;&#12290;&#25105;&#20204;&#24314;&#35758;&#20320;&#21442;&#32771; OSHA &#26631;&#20934;&#20197;&#33719;&#21462;&#21487;&#33021;&#36866;&#29992;&#20110;&#20320;&#30340;&#24037;&#31243;&#24773;&#20917;&#30340;&#20855;&#20307;&#25351;&#21335;&#12290;</p> <div class="callout callout-important"> <div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section"><span id=".E9.87.8D.E8.A6.81.E6.8F.90.E7.A4.BA"></span><h5 class="editable"><i class="fas fa-exclamation-circle">&nbsp;</i>&#37325;&#35201;&#25552;&#31034;</h5> &#20351;&#29992;&#27492;&#27169;&#26495;&#24182;&#19981;&#20445;&#35777;&#36981;&#23432;&#20219;&#20309;&#36866;&#29992;&#30340;&#27861;&#24459;&#27861;&#35268;&#65292;&#20063;&#19981;&#20445;&#35777;&#36991;&#20813;&#20219;&#20309;&#29305;&#23450;&#20107;&#20214;&#12290;&#25105;&#20204;&#24314;&#35758;&#20320;&#32852;&#31995;&#20320;&#30340;&#24459;&#24072;&#20197;&#33719;&#21462;&#26377;&#20851;&#20219;&#20309;&#29305;&#23450;&#38382;&#39064;&#30340;&#24314;&#35758;&#12290;</div></div> </div><div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_2"><span id=".E9.A2.84.E8.A7.88"></span><h2 class="editable">&#39044;&#35272;</h2> <p><img alt="inspections-osha-daily-inspection-of-trenches-and-excavations.png" class="internal default" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/6869/inspections-osha-daily-inspection-of-trenches-and-excavations.png?revision=1" /></p> </div><div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_3"><span id=".E6.AD.A5.E9.AA.A4"></span><h2 class="editable">&#27493;&#39588;</h2> <ul> <li><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Step_1:_Optional._Edit_the_Inspection_Template_at_the_Company_Level" rel="internal">&#31532; 1 &#27493;&#65306;<em>&#21487;&#36873;&#12290;</em>&#22312;&#20844;&#21496;&#32423;&#21035;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</a></li> <li><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Step_2:_Add_the_Inspection_Template_to_a_Project" rel="internal">&#31532; 2 &#27493;&#65306;&#23558;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#28155;&#21152;&#21040;&#39033;&#30446;</a></li> <li><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Step_3:_Optional._Edit_the_Inspection_Template_at_the_Project_Level" rel="internal">&#31532; 3 &#27493;&#65306;<em>&#21487;&#36873;&#12290;</em>&#22312;&#39033;&#30446;&#32423;&#21035;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</a></li> <li><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Step_4:_Perform_the_Inspection" rel="internal">&#31532; 4 &#27493;&#65306;&#25191;&#34892;&#26816;&#26597;&#20219;&#21153;</a></li> <li><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Step_5:_Close_the_Inspection" rel="internal">&#31532; 5 &#27493;&#65306;&#20851;&#38381;&#26816;&#26597;&#20219;&#21153;</a></li> </ul> <p>&nbsp;</p> <div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_4"><span id=".E7.AC.AC_1_.E6.AD.A5.EF.BC.9A.E5.8F.AF.E9.80.89.E3.80.82.E5.9C.A8.E5.85.AC.E5.8F.B8.E7.BA.A7.E5.88.AB.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E6.A8.A1.E6.9D.BF"></span><h4 class="editable">&#31532; 1 &#27493;&#65306;<em>&#21487;&#36873;&#12290;</em>&#22312;&#20844;&#21496;&#32423;&#21035;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</h4> <p>&#22914;&#26524;&#20320;&#24819;&#26356;&#25913;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65292;&#32780;&#35813;&#27169;&#26495;&#20250;&#24433;&#21709;&#20351;&#29992;&#35813;&#27169;&#26495;&#30340;&#25152;&#26377;&#39033;&#30446;&#65292;&#25105;&#20204;&#24314;&#35758;&#22312;&#23558;&#27169;&#26495;&#28155;&#21152;&#21040;&#20320;&#30340;&#39033;&#30446;&#20043;&#21069;&#22312;&#20844;&#21496;&#32423;&#21035;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#12290;</p> <p>&#35831;&#21442;&#38405;<a rel="custom" title="&#32534;&#36753;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="/products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template">&#32534;&#36753;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</a>&#25110;</p> <div class="collapsible"> <p class="trigger"><strong>&#28857;&#20987;<span style="color:#ff5200;">&#27492;&#22788;</span>&#26597;&#30475;&#27493;&#39588;&#12290;<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;">&nbsp;</i></strong></p> <div class="col_content"> <div class="mt-contentreuse-widget" data-page="products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template" data-section="&#27493;&#39588;" data-show="false"> <div class="mt-include" id="s1558"> <ol> <li>&#23548;&#33322;&#21040;&#20844;&#21496;&#32423;&#21035;<strong>&#26816;&#26597;&#20219;&#21153;</strong>&#24037;&#20855;&#12290;</li> <li>&#25214;&#21040;&#27169;&#26495;&#24182;&#28857;&#20987;<strong>&#32534;&#36753;</strong>&#12290;</li> <li>&#22312;<strong>&#19968;&#33324;&#20449;&#24687;</strong>&#19979;&#65292;&#28857;&#20987;&#20219;&#20309;&#21487;&#32534;&#36753;&#23383;&#27573;&#20197;&#36827;&#34892;&#26356;&#25913;&#12290;</li> <li>&#22312;<b>&#26816;&#26597;&#20219;&#21153;&#39033;&#19979;&#65292;</b>&#28857;&#20987;&#20219;&#20309;&#21487;&#32534;&#36753;&#23383;&#27573;&#20197;&#36827;&#34892;&#26356;&#25913;&#12290;</li> <li>&#35201;&#21024;&#38500;&#27169;&#26495;&#37096;&#20998;&#25110;&#39033;&#65292;&#35831;&#28857;&#20987;<strong><strong>&#22403;&#22334;&#26742;</strong></strong><img alt="icon-delete-trash6.png" height="15px" loading="lazy" width="15px" class="internal" src="https://zh-sg.support.procore.com/@api/deki/files/10553/icon-delete-trash6.png?revision=1&amp;size=bestfit&amp;width=15&amp;height=15" />&#22270;&#26631;&#65288;&#20301;&#20110;&#37096;&#20998;&#25110;&#39033;&#26411;&#23614;&#65289;&#12290;</li> <li>&#35201;<strong>&#25209;&#37327; &#32534;&#36753;</strong>&#26816;&#26597;&#20219;&#21153;&#39033;&#65292;&#35831;&#36873;&#20013;<strong>#</strong>&#31526;&#21495;&#26049;&#36793;&#30340;&#22797;&#36873;&#26694;&#20197;&#36873;&#25321;&#26816;&#26597;&#20219;&#21153;&#30340;&#25152;&#26377;&#37096;&#20998;&#12290; <br /><img alt="bulk-edit-inspections.png" class="internal default" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/15790/bulk-edit-inspections.png?revision=1" /></li> <li>&#20174;&#20854;&#20182;&#32534;&#36753;&#36873;&#39033;&#20013;&#36827;&#34892;&#36873;&#25321;: <ul> <li><a title="&#32534;&#36753;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template#Bulk_Edit_Response_Type" rel="internal">&#25209;&#37327;&#32534;&#36753;&#31572;&#22797;&#31867;&#22411;</a></li> <li><a title="&#32534;&#36753;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template#Bulk_Edit_Inspection_Requirements" rel="internal">&#25209;&#37327;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#35201;&#27714;</a></li> <li><a title="&#32534;&#36753;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template#Add_Sections_and_Items" rel="internal">&#28155;&#21152;&#37096;&#20998;&#21644;&#39033;</a></li> </ul> </li> </ol> <div mt-section-origin="products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template" class="mt-section" id="section_4"><span id=".E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E7.AD.94.E5.A4.8D.E7.B1.BB.E5.9E.8B"></span><h3 id=".E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E7.AD.94.E5.A4.8D.E7.B1.BB.E5.9E.8B-1558">&#25209;&#37327;&#32534;&#36753;&#31572;&#22797;&#31867;&#22411;</h3> <ol start="8"> <li>&#28857;&#20987;<strong>&#32534;&#36753;&#31572;&#22797;&#31867;&#22411;</strong></li> <li>&#20174;&#31572;&#22797;&#31867;&#22411;&#33756;&#21333;&#20013;&#36873;&#25321;&#31572;&#22797;&#31867;&#22411;&#12290;</li> <li>&#28857;&#20987;<strong>&#24212;&#29992;</strong>&#12290;</li> </ol> </div><div mt-section-origin="products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template" class="mt-section" id="section_5"><span id=".E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E8.A6.81.E6.B1.82"></span><h3 id=".E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E8.A6.81.E6.B1.82-1558">&#25209;&#37327;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#35201;&#27714;</h3> <ol start="11"> <li>&#28857;&#20987;<strong>&#32534;&#36753;&#38656;&#35201;&#35266;&#23519;&#20219;&#21153;</strong>&#65292;&#26102;&#38388;&#20026; &#25110;<strong>&#32534;&#36753;&#38656;&#35201;&#29031;&#29255;&#65292;&#26102;&#38388;&#20026;</strong>&#12290;<br /><em>&#27880;&#24847;:</em><strong>&nbsp;</strong>&#22914;&#26524;&#29992;&#25143;&#26410;&#25552;&#20379;&#35201;&#27714;&#65292;&#21017;&#19981;&#20250;&#20445;&#23384;&#26816;&#26597;&#31572;&#22797;&#12290; <ol start="1" style="list-style-type: lower-alpha;"> <li><strong><strong>&#29366;&#24577;</strong></strong>:&#20320;&#21487;&#20197;&#36873;&#25321;&quot;&#21512;&#26684;&quot;&#25110;&quot;&#32570;&#38519;&quot;&#29366;&#24577;&#65292;&#20063;&#21487;&#20197;&#36873;&#25321;&#20004;&#32773;&#12290;</li> <li><strong>&#31572;&#22797;</strong>:&#20320;&#21487;&#20197;&#36873;&#25321;&quot;&#36890;&#36807;&quot;&#12289;&quot;&#22833;&#36133;&quot;&#25110;&quot;&#26410;&#29992;&quot;&#31572;&#22797;&#65292;&#20063;&#21487;&#20197;&#36873;&#25321;&#19977;&#32773;&#30340;&#32452;&#21512;&#12290; &#20320;&#20063;&#21487;&#20197;&#36873;&#25321;&quot;&#19981;&#38656;&#35201;&quot;&#12290;</li> <li>&#28857;&#20987;&quot;X&quot;&#20197;&#21024;&#38500;&#20219;&#20309;&#31572;&#22797;&#31867;&#22411;&#12290;</li> </ol> </li> </ol> </div><div mt-section-origin="products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template" class="mt-section" id="section_6"><span id=".E6.B7.BB.E5.8A.A0.E9.83.A8.E5.88.86.E5.92.8C.E9.A1.B9"></span><h3 id=".E6.B7.BB.E5.8A.A0.E9.83.A8.E5.88.86.E5.92.8C.E9.A1.B9-1558">&#28155;&#21152;&#37096;&#20998;&#21644;&#39033;</h3> <ol start="12"> <li>&#28857;&#20987;<strong>+ &#28155;&#21152;&#37096;&#20998;</strong>&#20197;&#28155;&#21152;&#26356;&#22810;&#37096;&#20998;&#12290;</li> <li>&#28857;&#20987;<strong>+ &#28155;&#21152;&#39033;&#20197;&#28155;&#21152;&#26356;&#22810;&#39033;&#12290;</strong></li> <li>&#28857;&#20987;<strong>+ &#24555;&#36895;&#28155;&#21152;</strong>&#19968;&#27425;&#24555;&#36895;&#28155;&#21152;&#22810;&#20010;&#20998;&#39033;&#39033;&#12290;<strong> </strong><br /> <em>&#27880;&#24847;&#65306;</em>&#20320;&#21487;&#20197;&#37325;&#26032;&#25490;&#24207;&#27169;&#26495;&#30340;&#19968;&#37096;&#20998;&#20013;&#30340;&#21333;&#20010;&#39033;&#65292;&#26041;&#27861;&#26159;&#20351;&#29992;<strong>&#37325;&#26032;&#25490;&#24207;&#24037;&#20855;&#26639;</strong>&#25302;&#21160;&#39033;&#30446;<img class="internal default" style="width: 14px; height: 14px;" width="14px" height="14px" alt="icon-reorder-grip.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/11294/icon-reorder-grip.png?revision=1&amp;size=bestfit&amp;width=14&amp;height=14" />&#22270;&#26631;&#12290; &#35201;&#37325;&#26032;&#25490;&#24207;&#25972;&#20010;&#37096;&#20998;&#65292;&#35831;&#28857;&#20987;<strong>&#20999;&#25442;&#21040;</strong><img class="internal default" style="width: 24px; height: 24px;" width="24px" height="24px" alt="icon-toggle-on-android.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/11426/icon-toggle-on-android.png?revision=1&amp;size=bestfit&amp;width=24&amp;height=24" /><strong>&#37325;&#26032;&#25490;&#24207;&#37096;&#20998;</strong>&#26049;&#36793;&#30340;&#22270;&#26631;&#65292;&#24182;&#25302;&#21160;&#20320;&#36873;&#25321;&#30340;&#37096;&#20998;&#12290; &#20851;&#38381;&quot;&#20877;<strong>&#25490;&#24207;&#37096;&#20998;&quot;</strong>&#20197;&#32487;&#32493;&#21019;&#24314;&#27169;&#26495;&#12290;</li> <li>&#28857;&#20987;<strong>+ &#28155;&#21152;&#21442;&#32771;</strong>&#20197;&#20174;&#35745;&#31639;&#26426;&#28155;&#21152;&#25991;&#20214;&#65292;&#20197;&#20102;&#35299;&#20854;&#20182;&#26816;&#26597;&#20219;&#21153;&#39033;&#35814;&#32454;&#20449;&#24687;&#12290;</li> <li>&#28857;&#20987;<strong>&#26356;&#26032;</strong>&#20197;&#20445;&#23384;&#26356;&#25913;&#12290;</li> </ol> </div></div> </div> </div> </div> <p style="text-align: right;"><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Steps" rel="internal"><span class="mt-font-size-10">&#36820;&#22238;&#27493;&#39588;</span></a></p> <hr /> </div><div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_5"><span id=".E7.AC.AC_2_.E6.AD.A5.EF.BC.9A.E5.B0.86.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E6.A8.A1.E6.9D.BF.E6.B7.BB.E5.8A.A0.E5.88.B0.E9.A1.B9.E7.9B.AE"></span><h4 class="editable">&#31532; 2 &#27493;&#65306;&#23558;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#28155;&#21152;&#21040;&#39033;&#30446;</h4> <p>&#38656;&#35201;&#23558;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#28155;&#21152;&#21040;&#39033;&#30446;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#24037;&#20855;&#20013;&#65292;&#20197;&#20415;&#22312;&#35813;&#39033;&#30446;&#20013;&#20351;&#29992;&#12290;</p> <p>&#35831;&#21442;&#38405;<a rel="custom" title="&#23558;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#28155;&#21152;&#21040;&#39033;&#30446;" href="/products/online/user-guide/project-level/inspections/tutorials/add-company-level-inspection-templates-to-your-project">&#23558;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#28155;&#21152;&#21040;&#20320;&#30340;&#39033;&#30446;</a>&#25110;</p> <div class="collapsible"> <p class="trigger"><strong>&#28857;&#20987;<span style="color:#ff5200;">&#27492;&#22788;</span>&#26597;&#30475;&#27493;&#39588;&#12290;<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;">&nbsp;</i></strong></p> <div class="col_content"> <div class="mt-contentreuse-widget" data-page="products/online/user-guide/project-level/inspections/tutorials/add-company-level-inspection-templates-to-your-project" data-section="&#27493;&#39588;" data-show="false"> <div class="mt-include" id="s2199"> <ol> <li>&#23548;&#33322;&#21040;&#39033;&#30446;&#32423;&#21035;<strong>&#26816;&#26597;&#20219;&#21153;</strong>&#24037;&#20855;&#12290;</li> <li>&#28857;&#20987;<strong>&#37197;&#32622;&#35774;&#32622;</strong><img class="internal default" style="width: 15px; height: 15px;" width="15px" height="15px" alt="icons-settings-gear.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/11487/icons-settings-gear.png?revision=1&amp;size=bestfit&amp;width=15&amp;height=15" />&#22270;&#26631;&#12290;<br /><em>&#27880;&#24847;</em><em>&#65306;</em>&#26377;&#20851;&#37197;&#32622;&#39640;&#32423;&#35774;&#32622;&#30340;&#35814;&#32454;&#20449;&#24687;&#65292;&#35831;&#21442;&#38405;<a title="&#37197;&#32622;&#39640;&#32423;&#35774;&#32622;&#65306;&#26816;&#26597;&#20219;&#21153;" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/configure-advanced-settings-project-level-inspections" rel="internal">&#37197;&#32622;&#39640;&#32423;&#35774;&#32622;&#65306;&#26816;&#26597;&#20219;&#21153;</a>&#12290;</li> <li>&#28857;&#20987;<strong>&#27169;&#26495;</strong>&#26631;&#31614;&#39029;&#12290;</li> <li>&#28857;&#20987;<strong>&#23548;&#20837;&#20844;&#21496;&#27169;&#26495;&#12290;</strong><br /><em>&#27880;&#24847;&#65306;</em>&#22914;&#26524;&#20320;&#27809;&#26377;&#39318;&#20808;<a title="&#21019;&#24314;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/create-a-company-level-inspection-template" rel="internal">&#21019;&#24314;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65292;&#21017;</a>&#27492;&#25353;&#38062;&#23558;&#34987;&#31105;&#29992;&#12290;</li> <li>&#36873;&#20013;&#19968;&#20010;&#25110;&#22810;&#20010;&#20844;&#21496;&#26816;&#26597;&#35745;&#21010;&#27169;&#26495;&#26049;&#36793;&#30340;&#22797;&#36873;&#26694;&#20197;&#29992;&#20110;&#35813;&#39033;&#30446;&#12290;<br /><em>&#27880;&#24847;&#65306;</em> <ul> <li>&#21482;&#26377;&#23578;&#26410;&#28155;&#21152;&#21040;&#39033;&#30446;&#20013;&#30340;&#27169;&#26495;&#25165;&#20250;&#20986;&#29616;&#24182;&#20379;&#20320;&#36873;&#25321;&#12290;</li> <li>&#35201;&#32553;&#23567;&#36873;&#39033;&#33539;&#22260;&#65292;&#35831;&#28857;&#20987;<strong>&#28155;&#21152;&#31579;&#36873;&#22120;</strong>&#19979;&#25289;&#33756;&#21333;&#25353;&#31867;&#22411;&#25110;&#34892;&#19994;&#31579;&#36873;&#27169;&#26495;&#12290;</li> </ul> </li> <li>&#28857;&#20987;<strong>&#23548;&#20837;&#27169;&#26495;</strong>&#12290;<br /><em>&#27880;&#24847;&#65306;</em>&#22312;&#25972;&#20010;&#39033;&#30446;&#26399;&#38388;&#65292;&#21487;&#22312;&#27492;&#22788;&#20462;&#25913;&#39033;&#30446;&#27169;&#26495;&#65292;&#20294;&#26356;&#25913;&#21482;&#20250;&#21453;&#26144;&#22312;&#20174;&#20462;&#25913;&#21518;&#30340;&#27169;&#26495;&#21019;&#24314;&#30340;&#39033;&#30446;&#26816;&#26597;&#20219;&#21153;&#20013;&#12290;</li> </ol> </div> </div> </div> </div> <p style="text-align: right;"><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Steps" rel="internal"><span class="mt-font-size-10">&#36820;&#22238;&#27493;&#39588;</span></a></p> <hr /> </div><div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_6"><span id=".E7.AC.AC_3_.E6.AD.A5.EF.BC.9A.E5.8F.AF.E9.80.89.E3.80.82.E5.9C.A8.E9.A1.B9.E7.9B.AE.E7.BA.A7.E5.88.AB.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E6.A8.A1.E6.9D.BF"></span><h4 class="editable">&#31532; 3 &#27493;&#65306;<em>&#21487;&#36873;&#12290;</em>&#22312;&#39033;&#30446;&#32423;&#21035;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</h4> <p>&#22914;&#26524;&#20320;&#24819;&#23545;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#36827;&#34892;&#26356;&#25913;&#65292;&#32780;&#35813;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#21482;&#20250;&#24433;&#21709;&#20351;&#29992;&#35813;&#27169;&#26495;&#30340;&#19968;&#20010;&#39033;&#30446;&#65292;&#25105;&#20204;&#24314;&#35758;&#20320;&#22312;&#23558;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#28155;&#21152;&#21040;&#39033;&#30446;&#21518;&#65292;&#22312;&#39033;&#30446;&#32423;&#21035;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#12290;</p> <p>&#35831;&#21442;&#38405;<a rel="custom" title="&#32534;&#36753;&#39033;&#30446;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="/products/online/user-guide/project-level/inspections/tutorials/edit-a-project-level-inspection-template">&#32534;&#36753;&#39033;&#30446;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</a>&#25110;</p> <div class="collapsible"> <p class="trigger"><strong>&#28857;&#20987;<span style="color:#ff5200;">&#27492;&#22788;</span>&#26597;&#30475;&#27493;&#39588;&#12290;<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;">&nbsp;</i></strong></p> <div class="col_content"> <div class="mt-contentreuse-widget" data-page="products/online/user-guide/project-level/inspections/tutorials/edit-a-project-level-inspection-template" data-section="&#27493;&#39588;" data-show="false"> <div class="mt-include" id="s2210"> <ol> <li>&#23548;&#33322;&#21040;&#39033;&#30446;&#32423;&#21035;<strong>&#26816;&#26597;&#20219;&#21153;</strong>&#24037;&#20855;&#12290;</li> <li>&#28857;&#20987;<strong>&#37197;&#32622;&#35774;&#32622;<img class="internal default" style="width: 18px; height: 18px;" width="18px" height="18px" alt="icon-settings-gear-android.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/11359/icon-settings-gear-android.png?revision=1&amp;size=bestfit&amp;width=18&amp;height=18" /></strong>&#22270;&#26631;&#12290;</li> <li>&#28857;&#20987;<strong>&#27169;&#26495;</strong>&#12290;</li> <li>&#28857;&#20987;&#35201;<strong>&#32534;&#36753;</strong>&#30340;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#26049;&#36793;&#30340;&#32534;&#36753;&#12290;<br /> <em>&#27880;&#24847;:</em>&#19968;&#20010;<img class="internal default" style="width: 17px; height: 17px;" width="17px" height="17px" alt="icon-company-level.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10455/icon-company-level.png?revision=1&amp;size=bestfit&amp;width=17&amp;height=17" />&#22270;&#26631;&#34920;&#31034;&#20844;&#21496;&#32423;&#21035;&#30340;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#24050;&#28155;&#21152;&#21040;&#39033;&#30446;&#20013;&#12290;<br /> <img alt="inspections-company-level-managed.png" class="internal default" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/13654/inspections-company-level-managed.png?revision=1" /><br /> &nbsp;</li> <li>&#22312;&quot;&#19968;&#33324;&#20449;&#24687;&quot;&#19979;&#65292;&#32534;&#36753;&#20197;&#19979;&#23383;&#27573;:<br /><em>&#27880;&#24847;:</em>&#22914;&#26524;&#20320;&#27491;&#22312;&#32534;&#36753;&#30340;&#27169;&#26495;&#26159;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65292;&#21017;&#26080;&#27861;&#22312;&#39033;&#30446;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#24037;&#20855;&#20013;&#32534;&#36753;&#26576;&#20123;&#23383;&#27573;&#12290; &#36825;&#20123;&#23383;&#27573;&#30001;<img class="internal default" style="width: 17px; height: 17px;" width="17px" height="17px" alt="icon-company-level.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10455/icon-company-level.png?revision=1&amp;size=bestfit&amp;width=17&amp;height=17" />&#22270;&#26631;&#12290; <ul> <li><strong>&#22995;&#21517;</strong><img class="internal default" style="width: 17px; height: 17px;" width="17px" height="17px" alt="icon-company-level.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10455/icon-company-level.png?revision=1&amp;size=bestfit&amp;width=17&amp;height=17" /> :&#20026;&#26816;&#26597;&#20219;&#21153;&#21629;&#21517;&#12290; &#36825;&#23558;&#26174;&#31034;&#22312;&#26816;&#26597;&#20219;&#21153;&#26085;&#24535;&#39029;&#38754;&#19978;&#65292;&#24110;&#21161;&#20320;&#21306;&#20998;&#39033;&#30446;&#20013;&#30340;&#26816;&#26597;&#20219;&#21153;&#12290; &#36825;&#26159;&#24517;&#22635;&#23383;&#27573;&#12290;</li> <li><strong>&#31867;&#22411;<img class="internal default" style="width: 17px; height: 17px;" width="17px" height="17px" alt="icon-company-level.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10455/icon-company-level.png?revision=1&amp;size=bestfit&amp;width=17&amp;height=17" /></strong> :&#20174;&#28155;&#21152;&#21040;&#20844;&#21496;&#30340;&#26816;&#26597;&#20219;&#21153;&#31867;&#22411;&#21015;&#34920;&#20013;&#36873;&#25321;&#65288;&#20363;&#22914; &#23433;&#20840;&#65289;&#12290; &#65288;<em>&#27880;&#24847;</em>:&#22914;&#26524;&#23578;&#26410;&#23558;&#26816;&#26597;&#20219;&#21153;&#31867;&#22411;&#28155;&#21152;&#21040;&#39033;&#30446;&#20013;&#65292;&#35831;&#21442;&#38405;<a title="&#37197;&#32622;&#39640;&#32423;&#35774;&#32622;&#65306;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/configure-advanced-settings-company-level-inspections#Type_Configuration" rel="internal">&#37197;&#32622;&#39640;&#32423;&#35774;&#32622;:&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;</a>&#12290; &#20320;&#38656;&#35201;&#25317;&#26377;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#24037;&#20855;&#30340;&quot;&#31649;&#29702;&#21592;&quot;&#32423;&#21035;&#26435;&#38480;&#12290;&#65289;</li> <li><strong>&#34892;&#19994;<img class="internal default" style="width: 17px; height: 17px;" width="17px" height="17px" alt="icon-company-level.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10455/icon-company-level.png?revision=1&amp;size=bestfit&amp;width=17&amp;height=17" /></strong> <em>&#65288;&#21487;&#36873;&#65289;:</em>&#26816;&#26597;&#20219;&#21153;&#34892;&#19994;&#65288;&#20363;&#22914; &#30005;&#27668;&#12289;&#31649;&#36947;&#65289;&#12290; &#65288;<em>&#27880;&#24847;&#65306;</em>&#21487;&#22312;&#20844;&#21496;&#32423;&#21035;&#30340;&quot;&#31649;&#29702;&#21592;&quot;&#26631;&#31614;&#39029;&#30340;&quot;&#34892;&#19994;&#37197;&#32622;&quot;&#19979;&#31649;&#29702;&#36149;&#20844;&#21496;&#30340;&#34892;&#19994;&#28165;&#21333;&#12290;&#65289;</li> <li><strong>&#20844;&#21496;&#25551;&#36848;</strong><img class="internal default" style="width: 17px; height: 17px;" width="17px" height="17px" alt="icon-company-level.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10455/icon-company-level.png?revision=1&amp;size=bestfit&amp;width=17&amp;height=17" />&#27880;&#24847;:&#20844;&#21496;&#32423;&#21035;&#30340;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#21487;&#33021;&#21253;&#25324;&#21333;&#29420;&#30340;&#25551;&#36848;&#12290;</li> <li><strong>&#25551;&#36848;</strong><em>&#65288;&#21487;&#36873;&#65289;&#65306;</em>&#21253;&#25324;&#26377;&#20851;&#26816;&#26597;&#20219;&#21153;&#30340;&#20219;&#20309;&#30456;&#20851;&#32454;&#33410;&#12290;</li> <li><strong>&#38468;&#20214;</strong>:&#36890;&#36807;&#28857;&#20987;&#38468;&#21152;&#25991;&#20214;&#23558;&#20219;&#20309;&#30456;&#20851;&#25991;&#20214;&#38468;&#21152;&#21040;&#27169;&#26495;&#12290;<br /><em>&#27880;&#24847;:</em>&#22914;&#26524;&#23581;&#35797;&#21019;&#24314;&#27809;&#26377;&#21517;&#31216;&#25110;&#21517;&#31216;&#24050;&#23384;&#22312;&#30340;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65292;&#21017;&#23558;&#20250;&#20986;&#29616;&#19968;&#26465;&#38169;&#35823;&#28040;&#24687;&#65292;&#35814;&#32454;&#35828;&#26126;&#21407;&#22240;&#12290;&#21487;&#20197;&#21019;&#24314;&#19982;&#22238;&#25910;&#31449;&#20013;&#30340;&#26816;&#26597;&#20219;&#21153;&#21516;&#21517;&#30340;&#26816;&#26597;&#20219;&#21153;&#65292;&#20294;&#19968;&#26086;&#21629;&#21517;&#65292;&#23601;&#24517;&#39035;&#20808;<a rel="custom" title="&#32534;&#36753;&#39033;&#30446;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="/products/online/user-guide/project-level/inspections/tutorials/edit-a-project-level-inspection-template">&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;</a>&#20197;&#26356;&#25913;&#21517;&#31216;&#65292;&#25165;&#33021;&#24674;&#22797;&#22238;&#25910;&#31449;&#20013;&#30340;&#27169;&#26495;&#12290;</li> </ul> </li> <li>&#35201;&#32534;&#36753;&#27169;&#26495;&#19978;&#30340;&#29616;&#26377;&#37096;&#20998;&#21644;&#39033;&#65292;&#35831;&#28857;&#20987;&#35201;&#32534;&#36753;&#30340;&#23383;&#27573;&#12290;<br /><em>&#27880;&#24847;:</em>&#26080;&#27861;&#22312;&#39033;&#30446;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#24037;&#20855;&#20013;&#30340;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#19978;&#32534;&#36753;&#29616;&#26377;&#20998;&#39033;&#21644;&#39033;&#12290;</li> <li><strong>&#35201;&#21024;&#38500;&#27169;&#26495;&#20998;&#39033;&#25110;&#39033;</strong>&#65292;&#35831;&#28857;&#20987;<strong>&#22403;&#22334;&#26742;</strong><img class="internal default" style="width: 15px; height: 15px;" width="15px" height="15px" alt="icon-delete-trash6.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10553/icon-delete-trash6.png?revision=1&amp;size=bestfit&amp;width=15&amp;height=15" />&#22270;&#26631;&#12290;</li> <li>&#35201;<strong>&#25209;&#37327; &#32534;&#36753;</strong>&#26816;&#26597;&#20219;&#21153;&#39033;&#65292;&#35831;&#36873;&#20013;<strong>#</strong>&#31526;&#21495;&#26049;&#36793;&#30340;&#22797;&#36873;&#26694;<strong>&nbsp;</strong>&#20197;&#36873;&#25321;&#26816;&#26597;&#20219;&#21153;&#30340;&#25152;&#26377;&#20998;&#39033;&#12290; <br /><img alt="bulk-edit-inspections.png" class="internal default" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/15821/bulk-edit-inspections.png?revision=1" /></li> <li>&#20174;&#20854;&#20182;&#32534;&#36753;&#36873;&#39033;&#20013;&#36827;&#34892;&#36873;&#25321;: <ul> <li><a title="&#32534;&#36753;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template#Bulk_Edit_Response_Type" rel="internal">&#25209;&#37327;&#32534;&#36753;&#31572;&#22797;&#31867;&#22411;</a></li> <li><a title="&#32534;&#36753;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template#Bulk_Edit_Inspection_Requirements" rel="internal">&#25209;&#37327;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#35201;&#27714;</a></li> <li><a title="&#32534;&#36753;&#20844;&#21496;&#32423;&#21035;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template#Add_Sections_and_Items" rel="internal">&#28155;&#21152;&#37096;&#20998;&#21644;&#39033;</a></li> </ul> </li> </ol> <div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/edit-a-project-level-inspection-template" class="mt-section" id="section_5"><span id=".E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E7.AD.94.E5.A4.8D.E7.B1.BB.E5.9E.8B_2"></span><h3 id=".E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E7.AD.94.E5.A4.8D.E7.B1.BB.E5.9E.8B-2210">&#25209;&#37327;&#32534;&#36753;&#31572;&#22797;&#31867;&#22411;</h3> <ol start="8"> <li>&#28857;&#20987;<strong>&#32534;&#36753;&#31572;&#22797;&#31867;&#22411;</strong></li> <li>&#20174;&#31572;&#22797;&#31867;&#22411;&#33756;&#21333;&#20013;&#36873;&#25321;&#31572;&#22797;&#31867;&#22411;&#12290;</li> <li>&#28857;&#20987;<strong>&#24212;&#29992;&#12290;</strong></li> </ol> </div><div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/edit-a-project-level-inspection-template" class="mt-section" id="section_6"><span id=".E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E8.A6.81.E6.B1.82_2"></span><h3 id=".E6.89.B9.E9.87.8F.E7.BC.96.E8.BE.91.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1.E8.A6.81.E6.B1.82-2210">&#25209;&#37327;&#32534;&#36753;&#26816;&#26597;&#20219;&#21153;&#35201;&#27714;</h3> <ol start="11"> <li>&#28857;&#20987;<strong>&#32534;&#36753;&#38656;&#35201;&#35266;&#23519;&#20219;&#21153;</strong>&#65292;&#26102;&#38388;&#20026; &#25110;<strong>&#32534;&#36753;&#38656;&#35201;&#29031;&#29255;&#65292;&#26102;&#38388;&#20026;</strong>&#12290;<br /><em>&#27880;&#24847;:</em><strong>&nbsp;</strong>&#22914;&#26524;&#29992;&#25143;&#26410;&#25552;&#20379;&#35201;&#27714;&#65292;&#21017;&#19981;&#20250;&#20445;&#23384;&#26816;&#26597;&#31572;&#22797;&#12290; <ol start="1" style="list-style-type: lower-alpha;"> <li><strong><strong>&#29366;&#24577;</strong></strong>:&#20320;&#21487;&#20197;&#36873;&#25321;&quot;&#21512;&#26684;&quot;&#25110;&quot;&#32570;&#38519;&quot;&#29366;&#24577;&#65292;&#20063;&#21487;&#20197;&#36873;&#25321;&#20004;&#32773;&#12290;</li> <li><strong>&#31572;&#22797;</strong>:&#20320;&#21487;&#20197;&#36873;&#25321;&quot;&#36890;&#36807;&quot;&#12289;&quot;&#22833;&#36133;&quot;&#25110;&quot;&#26410;&#29992;&quot;&#31572;&#22797;&#65292;&#20063;&#21487;&#20197;&#36873;&#25321;&#19977;&#32773;&#30340;&#32452;&#21512;&#12290; &#20320;&#20063;&#21487;&#20197;&#36873;&#25321;&quot;&#19981;&#38656;&#35201;&quot;&#12290;</li> <li>&#28857;&#20987;&quot;X&quot;&#20197;&#21024;&#38500;&#20219;&#20309;&#31572;&#22797;&#31867;&#22411;&#12290;</li> </ol> </li> </ol> </div><div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/edit-a-project-level-inspection-template" class="mt-section" id="section_7"><span id=".E6.B7.BB.E5.8A.A0.E9.83.A8.E5.88.86.E5.92.8C.E9.A1.B9_2"></span><h3 id=".E6.B7.BB.E5.8A.A0.E9.83.A8.E5.88.86.E5.92.8C.E9.A1.B9-2210">&#28155;&#21152;&#37096;&#20998;&#21644;&#39033;</h3> <ol start="12"> <li>&#28857;&#20987;<strong>+ &#28155;&#21152;&#37096;&#20998;</strong>&#20197;&#28155;&#21152;&#26356;&#22810;&#37096;&#20998;&#12290;</li> <li>&#28857;&#20987;<strong>+ &#28155;&#21152;&#39033;&#20197;&#28155;&#21152;&#26356;&#22810;&#39033;&#12290;</strong></li> <li>&#28857;&#20987;<strong>+ &#24555;&#36895;&#28155;&#21152;</strong>&#19968;&#27425;&#24555;&#36895;&#28155;&#21152;&#22810;&#20010;&#20998;&#39033;&#39033;&#12290;<strong> </strong><br /> <em>&#27880;&#24847;&#65306;</em>&#20320;&#21487;&#20197;&#37325;&#26032;&#25490;&#24207;&#27169;&#26495;&#30340;&#19968;&#37096;&#20998;&#20013;&#30340;&#21333;&#20010;&#39033;&#65292;&#26041;&#27861;&#26159;&#20351;&#29992;<strong>&#37325;&#26032;&#25490;&#24207;&#24037;&#20855;&#26639;</strong>&#25302;&#21160;&#39033;&#30446;<img class="internal default" style="width: 14px; height: 14px;" width="14px" height="14px" alt="icon-reorder-grip.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/11294/icon-reorder-grip.png?revision=1&amp;size=bestfit&amp;width=14&amp;height=14" />&#22270;&#26631;&#12290; &#35201;&#37325;&#26032;&#25490;&#24207;&#25972;&#20010;&#37096;&#20998;&#65292;&#35831;&#28857;&#20987;<strong>&#20999;&#25442;&#21040;</strong><img class="internal default" style="width: 24px; height: 24px;" width="24px" height="24px" alt="icon-toggle-on-android.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/11426/icon-toggle-on-android.png?revision=1&amp;size=bestfit&amp;width=24&amp;height=24" /><strong>&#37325;&#26032;&#25490;&#24207;&#37096;&#20998;</strong>&#26049;&#36793;&#30340;&#22270;&#26631;&#65292;&#24182;&#25302;&#21160;&#20320;&#36873;&#25321;&#30340;&#37096;&#20998;&#12290; &#20851;&#38381;&quot;&#20877;<strong>&#25490;&#24207;&#37096;&#20998;&quot;</strong>&#20197;&#32487;&#32493;&#21019;&#24314;&#27169;&#26495;&#12290;</li> <li>&#28857;&#20987;<strong>+ &#28155;&#21152;&#21442;&#32771;</strong>&#20197;&#20174;&#35745;&#31639;&#26426;&#28155;&#21152;&#25991;&#20214;&#65292;&#20197;&#20102;&#35299;&#20854;&#20182;&#26816;&#26597;&#20219;&#21153;&#39033;&#35814;&#32454;&#20449;&#24687;&#12290;</li> <li>&#28857;&#20987;<strong>&#26356;&#26032;</strong>&#20197;&#20445;&#23384;&#26356;&#25913;&#12290;</li> </ol> </div></div> </div> </div> </div> <p style="text-align: right;"><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Steps" rel="internal"><span class="mt-font-size-10">&#36820;&#22238;&#27493;&#39588;</span></a></p> <hr /> </div><div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_7"><span id=".E7.AC.AC_4_.E6.AD.A5.EF.BC.9A.E6.89.A7.E8.A1.8C.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1"></span><h4 class="editable">&#31532; 4 &#27493;&#65306;&#25191;&#34892;&#26816;&#26597;&#20219;&#21153;</h4> <div class="callout callout-tip"> <div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section"><span id=".E6.8F.90.E7.A4.BA"></span><h5 class="editable"><i class="fas fa-check-circle">&nbsp;</i>&#25552;&#31034;</h5> &#36824;&#21487;&#20197;&#20351;&#29992; Procore &#30340; iOS &#21644; Android &#31227;&#21160;&#24212;&#29992;&#31243;&#24207;&#25191;&#34892;&#26816;&#26597;&#20219;&#21153;&#12290;&#35831;&#21442;&#38405;<a title="&#25191;&#34892;&#26816;&#26597;&#20219;&#21153; (iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/inspections-ios/tutorials/perform-an-inspection-ios" rel="internal">&#25191;&#34892;&#26816;&#26597;&#20219;&#21153; (iOS)</a> &#21644;<a title="&#25191;&#34892;&#26816;&#26597;&#20219;&#21153; (Android)" href="https://zh-sg.support.procore.com/procore-mobile-android/user-guide/inspections-android/tutorials/perform-an-inspection-android" rel="internal">&#25191;&#34892;&#26816;&#26597;&#20219;&#21153; (Android)</a>&#12290;</div></div> <p>&#35831;&#21442;&#38405;<a rel="custom" title="&#25191;&#34892;&#26816;&#26597;&#20219;&#21153;" href="/products/online/user-guide/project-level/inspections/tutorials/perform-an-inspection">&#25191;&#34892;&#26816;&#26597;&#20219;&#21153;</a>&#25110;</p> <div class="collapsible"> <p class="trigger"><strong>&#28857;&#20987;<span style="color:#ff5200;">&#27492;&#22788;</span>&#26597;&#30475;&#27493;&#39588;&#12290;<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;">&nbsp;</i></strong></p> <div class="col_content"> <div class="mt-contentreuse-widget" data-page="products/online/user-guide/project-level/inspections/tutorials/perform-an-inspection" data-section="&#27493;&#39588;" data-show="false"> <div class="mt-include" id="s2213"> <div class="callout callout-tip"> <div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/perform-an-inspection" class="mt-section"><span id=".E6.8F.90.E7.A4.BA_2"></span><h5 id=".E6.8F.90.E7.A4.BA-2213"><i class="fas fa-check-circle">&nbsp;</i>&#25552;&#31034;</h5> <p>&#20026;&#20102;&#33410;&#30465;&#26102;&#38388;&#65292;&#35831;&#20351;&#29992;&#38190;&#30424;&#19978;&#30340;&#30340; <strong>TAB</strong> &#21644; <strong>ENTER</strong> &#38190;&#22312;&#19981;&#21516;&#20998;&#39033;&#21644;&#25353;&#38062;&#20043;&#38388;&#20999;&#25442;&#12290;</p> <ul> <li>&#25353;&#19979; <strong>TAB</strong> &#38190;&#26102;&#65292;&#31995;&#32479;&#23558;&#20445;&#23384;&#20320;&#30340;&#36755;&#20837;&#24182;&#31227;&#33267;&#19979;&#20010;&#37096;&#20998;&#25110;&#25353;&#38062;&#12290;</li> <li>&#25353;&#19979; <strong>ENTER</strong> &#26102;&#65292;&#21017;&#20250;&#28608;&#27963;&#24403;&#21069;&#25152;&#22312;&#30340;&#25353;&#38062;&#12290;</li> </ul> </div></div> <ol> <li>&#23548;&#33322;&#21040;&#39033;&#30446;&#32423;&#21035;<strong>&#26816;&#26597;&#20219;&#21153;</strong>&#24037;&#20855;&#12290;</li> <li>&#28857;&#20987;&#35201;&#25191;&#34892;&#30340;&#26816;&#26597;<strong>&#20219;&#21153;&#26049;&#36793;&#30340;&#12290;&#26597;&#30475;</strong>&#12290;<br /> <em>&#27880;&#24847;:</em>&#20320;&#20250;&#22312;&#26816;&#26597;&#20219;&#21153;&#26631;&#39064;&#21518;&#38754;&#30475;&#21040;&#19968;&#20010;&#25968;&#23383;&#12290; &#27492;&#25968;&#23383;&#34920;&#31034;&#20320;&#27491;&#22312;&#25191;&#34892;&#30340;&#26816;&#26597;&#31867;&#22411;&#30340;&#32534;&#21495;&#12290;</li> <li>&#21521;&#19979;&#28378;&#21160;&#21040;&quot;&#26816;&#26597;&#20219;&#21153;&#39033;&quot;&#37096;&#20998;&#12290; &#26681;&#25454;&#31572;&#22797;&#36873;&#39033;&#31572;&#22797;&#39033;&#25110;&#37096;&#20998;&#12290;<br /> <em>&#27880;&#24847;:</em>&#27599;&#20010;&#26816;&#26597;&#20219;&#21153;&#39033;&#37117;&#26377;&#19968;&#20010;&#27963;&#21160; &#25552;&#35201;&#65292;&#20854;&#20013;&#21253;&#25324;&#20197;&#19979;&#20449;&#24687;:<em>&#31572;&#22797;&#26356;&#25913;</em>&#12289;<em>&#38468;&#20214;</em>&#12289;<em>&#29031;&#29255;</em>&#12289;<em>&#35780;&#35770;</em>&#21644;<em>&#35266;&#23519;&#20219;&#21153;</em>&#12290;</li> <li>&#26681;&#25454;&#20320;&#30340;&#31572;&#22797;&#65292;&#26576;&#20123;&#26816;&#26597;&#20219;&#21153;&#39033;&#21487;&#33021;&#38656;&#35201;&#20320;&#28155;&#21152;&#29031;&#29255;&#25110;&#35266;&#23519;&#20219;&#21153;&#12290;<br /> <em>&#27880;&#24847;:</em>&#22914;&#26524;&#20320;&#34987;&#35201;&#27714;&#28155;&#21152;&#29031;&#29255;&#65292;&#20320;&#23558;&#34987;&#20801;&#35768;&#28155;&#21152;&#29031;&#29255;&#12290; &#22914;&#26524;&#38656;&#35201;&#36827;&#34892;&#35266;&#23519;&#20219;&#21153;&#65292;&#21487;&#22312;&#35813;&#24037;&#20855;&#20013;&#21019;&#24314;&#35266;&#23519;&#20219;&#21153;&#12290;</li> <li>&#22914;&#26524;&#27491;&#22312;&#25191;&#34892;&#21253;&#21547;&#19981;&#20877;&#36866;&#29992;&#20110;&#39033;&#30446;&#30340;&#20998;&#39033;&#30340;&#26816;&#26597;&#20219;&#21153;&#65292;&#35831;&#25171;&#24320;<strong>&#23558;&#27492;&#20998;&#39033;&#26631;&#35760;&#20026;&ldquo;&#19981;&#36866;&#29992;&rdquo;</strong>&#65292;&#23558;&#35813;&#20998;&#39033;&#20013;&#30340;&#25152;&#26377;&#26816;&#26597;&#20219;&#21153;&#39033;&#26631;&#35760;&#20026;&ldquo;&#19981;&#36866;&#29992;&rdquo;&#12290;&#35813;&#20998;&#39033;&#20013;&#20219;&#20309;&#20808;&#21069;&#24050;&#26631;&#35760;&#30340;&#26816;&#26597;&#20219;&#21153;&#39033;&#23558;&#34987;&#35206;&#30422;&#20026;&ldquo;&#19981;&#36866;&#29992;&rdquo;&#65292;&#24182;&#19988;&#23558;&#34987;&#25240;&#21472;&#12290;&#28857;&#20987;&#21491;&#20391;&#30340;&#31661;&#22836;&#20877;&#27425;&#23637;&#24320;&#35813;&#20998;&#39033;&#65292;&#25110;&#20877;&#27425;&#28857;&#20987;&#20197;&#20851;&#38381;&#20999;&#25442;&#12290;&#36825;&#26679;&#20570;&#20250;&#35753;&#35813;&#20998;&#39033;&#20013;&#30340;&#39033;&#27809;&#26377;&#29366;&#24577;&#65292;&#21382;&#21490;&#35760;&#24405;&#23558;&#21453;&#26144;&#29366;&#24577;&#26356;&#25913;&#12290;</li> <li><em>&#21487;&#36873;:</em> <a title="&#20026;&#26816;&#26597;&#20219;&#21153;&#39033;&#28155;&#21152;&#22791;&#27880;" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/add-comments-to-an-inspection-item" rel="internal">&#21521;&#26816;&#26597;&#20219;&#21153;&#39033;&#28155;&#21152;&#22791;&#27880;</a>&#12290;</li> <li><em>&#21487;&#36873;:</em> <a title="&#20026;&#26816;&#26597;&#20219;&#21153;&#39033;&#28155;&#21152;&#38468;&#20214;" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/add-attachments-to-an-inspection-item" rel="internal">&#23558;&#38468;&#20214;&#28155;&#21152;&#21040;&#26816;&#26597;&#20219;&#21153;&#39033;</a>&#12290;</li> <li><em>&#21487;&#36873;:</em> <a title="&#20174;&#26816;&#26597;&#20219;&#21153;&#21019;&#24314;&#35266;&#23519;&#20219;&#21153;" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" rel="internal">&#20174;&#26816;&#26597;&#20219;&#21153;&#21019;&#24314;&#35266;&#23519;&#20219;&#21153;</a>&#12290;</li> <li>&#24403;&#20320;&#25191;&#34892;&#26816;&#26597;&#20219;&#21153;&#26102;&#65292;&#39029;&#38754;&#39030;&#37096;&#30340;&#28378;&#36718;&#23558;&#20026;&#20320;&#30340;&#22238;&#31572;&#25552;&#20379;&#32454;&#20998;&#12290;</li> </ol> </div> </div> </div> </div> <p style="text-align: right;"><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Steps" rel="internal"><span class="mt-font-size-10">&#36820;&#22238;&#27493;&#39588;</span></a></p> <hr /> </div><div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_8"><span id=".E7.AC.AC_5_.E6.AD.A5.EF.BC.9A.E5.85.B3.E9.97.AD.E6.A3.80.E6.9F.A5.E4.BB.BB.E5.8A.A1"></span><h4 class="editable">&#31532; 5 &#27493;&#65306;&#20851;&#38381;&#26816;&#26597;&#20219;&#21153;</h4> <p>&#25191;&#34892;&#23436;&#26816;&#26597;&#20219;&#21153;&#21518;&#65292;&#26368;&#21518;&#19968;&#27493;&#26159;&#20851;&#38381;&#26816;&#26597;&#20219;&#21153;&#12290;</p> <p>&#35831;&#21442;&#38405;<a rel="custom" title="&#20851;&#38381;&#26816;&#26597;&#20219;&#21153;" href="/products/online/user-guide/project-level/inspections/tutorials/close-an-inspection">&#20851;&#38381;&#26816;&#26597;&#20219;&#21153;</a>&#25110;</p> <div class="collapsible"> <p class="trigger"><strong>&#28857;&#20987;<span style="color:#ff5200;">&#27492;&#22788;</span>&#26597;&#30475;&#27493;&#39588;&#12290;<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;">&nbsp;</i></strong></p> <div class="col_content"> <div class="mt-contentreuse-widget" data-page="products/online/user-guide/project-level/inspections/tutorials/close-an-inspection" data-section="&#27493;&#39588;" data-show="false"> <div class="mt-include" id="s2200"> <ol> <li>&#23548;&#33322;&#21040;&#39033;&#30446;&#32423;&#21035;<strong>&#26816;&#26597;&#20219;&#21153;</strong>&#24037;&#20855;&#12290;</li> <li>&#28857;&#20987;&#35201;&#20851;&#38381;&#30340;&#26816;&#26597;&#20219;&#21153;&#26049;&#36793;&#30340;<strong>&#26597;&#30475;</strong>&#12290;</li> <li>&#28857;&#20987;<strong>&#22402;&#30452;</strong><strong>&#30465;&#30053;&#21495;</strong><img class="internal default" style="width: 4px; height: 15px;" width="4px" height="15px" alt="icon-ellipsis-options-menu.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10665/icon-ellipsis-options-menu.png?revision=1&amp;size=bestfit&amp;width=4&amp;height=15" />&#24182;&#36873;&#25321;<strong>&#20851;&#38381;</strong>&#12290;</li> <li>&#28857;&#20987;<strong>&#30830;&#35748;</strong>&#12290;</li> </ol> </div> </div> </div> </div> <p style="text-align: right;"><a title="&#22914;&#20309;&#22312;&#25105;&#30340;&#39033;&#30446;&#20013;&#20351;&#29992;&ldquo;[OSHA] &#27807;&#27133;&#21644;&#25366;&#25496;&#26085;&#24120;&#26816;&#26597;&rdquo;&#26816;&#26597;&#20219;&#21153;&#27169;&#26495;&#65311;" href="#Steps" rel="internal"><span class="mt-font-size-10">&#36820;&#22238;&#27493;&#39588;</span></a></p> <hr /> </div></div><div mt-section-origin="faq/how-can-i-use-the-osha-daily-inspection-of-trenches-and-excavations-inspection-template-on-my-project" class="mt-section" id="section_9"><span id=""></span><h2 class="editable">&nbsp;</h2> <style>/*<![CDATA[*/body #deki-page-title::before {content: url("/@api/deki/pages/:ccaec8e887044385a1dfc2a3a0f71434/files/=tool-icon_faq.png");}/*]]>*/</style> <div class="mt-contentreuse-widget" data-page="Media_Library/Language_Specific_Media/Reusable_Snippets/Marketing_Snippet" data-section="&#26816;&#26597;&#20219;&#21153;" data-show="false"> </div> </div></div> </div> </div> <div class="mt-content-footer"></div> <ol class="grape-meta-data grape-meta-article-navigation"> <li class="grape-back-to-top"><a class="mt-icon-back-to-top" href="#title" id="mt-back-to-top" title="返回到本文章顶部">返回顶部</a></li> <li class="grape-article-pagination"><ul class="mt-article-pagination"> <li class="mt-pagination-previous"> <a class="mt-icon-previous-article" href="https://zh-sg.support.procore.com/faq/how-can-i-use-the-oac-management-inc-pre-roofing-checklist-inspection-template-on-my-project" title="如何在我的项目中使用“[OAC Management Inc.] 铺盖屋顶前检查清单”检查任务模板?"><span>如何在我的项目中使用“[OAC Management Inc.] 铺盖屋顶前检查清单”检查任务模板?</span></a> </li> <li class="mt-pagination-next"> <a class="mt-icon-next-article" href="https://zh-sg.support.procore.com/faq/how-can-i-use-the-osha-lockout-tagout-procedures-inspection-template-on-my-project" title="如何在我的项目中使用“[OSHA] 上锁/挂牌程序”检查任务模板?"><span>如何在我的项目中使用“[OSHA] 上锁/挂牌程序”检查任务模板?</span></a> </li> </ul> </li> </ol> </div> </div> <div class="grape-footer grape-wrapper"> <div class="grape-wrapper-container"> <ol> <li class="grape-footer-copyright">&copy; 版权所有 2024 Procore</li> <li class="grape-footer-powered-by"><a href="https://mindtouch.com/demo" class="mt-poweredby product " title="MindTouch" target="_blank"> CXone Expert提供 <span class="mt-registered">&reg;</span> </a></li> </ol> </div> </div> <div class="grape-footer-custom"> <div class="mt-custom-footer-container"><div class="mt-custom-footer-left"><ul class="mt-custom-footer-links"><li class="mt-custom-footer-link"><a target="_blank" href="https://www.linkedin.com/company/procore-technologies" rel="external noopener nofollow" class="mt-icon-linkedin2 link-https"></a></li><li class="mt-custom-footer-link"><a target="_blank" href="https://www.facebook.com/procore.tech" rel="external noopener nofollow" class="mt-icon-facebook5 link-https"></a></li><li class="mt-custom-footer-link"><a target="_blank" href="https://www.twitter.com/procoretech" rel="external noopener nofollow" class="mt-icon-twitter4 link-https"></a></li><li class="mt-custom-footer-link"><a target="_blank" href="https://www.instagram.com/procoretech" rel="external noopener nofollow" class="mt-icon-instagram3 link-https"></a></li><li class="mt-custom-footer-link"><a target="_blank" href="https://www.youtube.com/user/ProcoreVideo" rel="external noopener nofollow" class="mt-icon-youtube link-https"></a></li></ul></div><div class="mt-custom-footer-right"><div class="mt-custom-footer-copyright"><span>&copy; 2024 Procore Technologies, Inc.</span></div><ul class="mt-custom-footer-links"><li class="mt-custom-footer-link"><a href="https://www.procore.com/legal/privacy" target="_blank" rel="external noopener nofollow" class="link-https">&#38544;&#31169;&#22768;&#26126;</a></li><li class="mt-custom-footer-link"><a href="https://www.procore.com/legal/terms-of-service" target="_blank" rel="external noopener nofollow" class="link-https">&#26381;&#21153;&#26465;&#27454;</a></li><li class="mt-custom-footer-link"><a href="https://www.procore.com/en-sg" target="_blank" rel="external noopener nofollow" class="link-https">procore.com</a></li><li class="mt-custom-footer-link" id="last-item"><a href="https://app.procore.com/mindtouch/auth" target="_blank" rel="external noopener nofollow" class="link-https">&#30331;&#24405;</a></li></ul></div></div> <script type="text/javascript">/*<![CDATA[*/ <!-- Change default from Draft to Live in Edit and New screens. Added by Dean May 13, 2020 --> $("a.mt-icon-new-page").click(function () { setTimeout( function () { $("label[for='mt-new-templates-create-live']").click(); }, 10000); });/*]]>*/</script> </div> <script type="text/javascript" data-mindtouch-module="true" src="https://a.mtstatic.com/deki/javascript/out/standalone/ui.widget.helpWidget.js?_=aae9f894b8b9c897d72439fee4980c96b51ba5ff:site_13854"></script><!-- Scroll to Top Button --> <div><button id="back-to-top-button" onclick="scrollToTop()"><i class="fa fa-angle-up">&zwnj;&zwj;&#8203;</i></button></div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NWZQ5W6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10