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&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">支持</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"> 新加坡(简体中文)</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érica Latina (Españ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ê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ç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ña (Español)</a></li><li><a target="_self" href="https://fr.support.procore.com/" rel="external nofollow" class="link-https">France (Franç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">新加坡(简体中文)</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">联系人</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">登录 Procore 应用</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">背景</a><ol><li><a href="#.E9.87.8D.E8.A6.81.E6.8F.90.E7.A4.BA" rel="internal"> 重要提示</a></li></ol></li><li><a href="#.E9.A2.84.E8.A7.88" rel="internal">预览</a></li><li><a href="#.E6.AD.A5.E9.AA.A4" rel="internal">步骤</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">第 1 步:可选。在公司级别编辑检查任务模板</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">批量编辑答复类型</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">批量编辑检查任务要求</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">添加部分和项</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">第 2 步:将检查任务模板添加到项目</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">第 3 步:可选。在项目级别编辑检查任务模板</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">批量编辑答复类型</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">批量编辑检查任务要求</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">添加部分和项</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">第 4 步:执行检查任务</a><ol><li><a href="#.E6.8F.90.E7.A4.BA" rel="internal"> 提示</a></li><li><a href="#.E6.8F.90.E7.A4.BA_2" rel="internal"> 提示</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">第 5 步:关闭检查任务</a></li></ol></li></ol></li><li><a href="#" rel="internal"> </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">背景</h2> <p>Procore 添加了一个名为“[OSHA] 沟槽和挖掘日常检查”的新检查任务模板。此检查任务模板已自动添加到所有已启用检查任务工具的公司的公司级别检查任务工具中。有关如何将此模板添加到项目的一个或多个检查任务工具的说明,请参阅<a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Steps" rel="internal">以下步骤。</a></p> <p>此模板并非面面俱到。我们建议你添加或删除不适用于你的业务的项。我们建议你在决定删除之前仔细考虑每个项。我们建议你参考 OSHA 标准以获取可能适用于你的工程情况的具体指南。</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"> </i>重要提示</h5> 使用此模板并不保证遵守任何适用的法律法规,也不保证避免任何特定事件。我们建议你联系你的律师以获取有关任何特定问题的建议。</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">预览</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">步骤</h2> <ul> <li><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Step_1:_Optional._Edit_the_Inspection_Template_at_the_Company_Level" rel="internal">第 1 步:<em>可选。</em>在公司级别编辑检查任务模板</a></li> <li><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Step_2:_Add_the_Inspection_Template_to_a_Project" rel="internal">第 2 步:将检查任务模板添加到项目</a></li> <li><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Step_3:_Optional._Edit_the_Inspection_Template_at_the_Project_Level" rel="internal">第 3 步:<em>可选。</em>在项目级别编辑检查任务模板</a></li> <li><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Step_4:_Perform_the_Inspection" rel="internal">第 4 步:执行检查任务</a></li> <li><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Step_5:_Close_the_Inspection" rel="internal">第 5 步:关闭检查任务</a></li> </ul> <p> </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">第 1 步:<em>可选。</em>在公司级别编辑检查任务模板</h4> <p>如果你想更改检查任务模板,而该模板会影响使用该模板的所有项目,我们建议在将模板添加到你的项目之前在公司级别编辑检查任务模板。</p> <p>请参阅<a rel="custom" title="编辑公司级别检查任务模板" href="/products/online/user-guide/company-level/inspections/tutorials/edit-a-company-level-inspection-template">编辑公司级别检查任务模板</a>或</p> <div class="collapsible"> <p class="trigger"><strong>点击<span style="color:#ff5200;">此处</span>查看步骤。<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;"> </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="步骤" data-show="false"> <div class="mt-include" id="s1558"> <ol> <li>导航到公司级别<strong>检查任务</strong>工具。</li> <li>找到模板并点击<strong>编辑</strong>。</li> <li>在<strong>一般信息</strong>下,点击任何可编辑字段以进行更改。</li> <li>在<b>检查任务项下,</b>点击任何可编辑字段以进行更改。</li> <li>要删除模板部分或项,请点击<strong><strong>垃圾桶</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&size=bestfit&width=15&height=15" />图标(位于部分或项末尾)。</li> <li>要<strong>批量 编辑</strong>检查任务项,请选中<strong>#</strong>符号旁边的复选框以选择检查任务的所有部分。 <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>从其他编辑选项中进行选择: <ul> <li><a title="编辑公司级别检查任务模板" 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">批量编辑答复类型</a></li> <li><a title="编辑公司级别检查任务模板" 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">批量编辑检查任务要求</a></li> <li><a title="编辑公司级别检查任务模板" 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">添加部分和项</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">批量编辑答复类型</h3> <ol start="8"> <li>点击<strong>编辑答复类型</strong></li> <li>从答复类型菜单中选择答复类型。</li> <li>点击<strong>应用</strong>。</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">批量编辑检查任务要求</h3> <ol start="11"> <li>点击<strong>编辑需要观察任务</strong>,时间为 或<strong>编辑需要照片,时间为</strong>。<br /><em>注意:</em><strong> </strong>如果用户未提供要求,则不会保存检查答复。 <ol start="1" style="list-style-type: lower-alpha;"> <li><strong><strong>状态</strong></strong>:你可以选择"合格"或"缺陷"状态,也可以选择两者。</li> <li><strong>答复</strong>:你可以选择"通过"、"失败"或"未用"答复,也可以选择三者的组合。 你也可以选择"不需要"。</li> <li>点击"X"以删除任何答复类型。</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">添加部分和项</h3> <ol start="12"> <li>点击<strong>+ 添加部分</strong>以添加更多部分。</li> <li>点击<strong>+ 添加项以添加更多项。</strong></li> <li>点击<strong>+ 快速添加</strong>一次快速添加多个分项项。<strong> </strong><br /> <em>注意:</em>你可以重新排序模板的一部分中的单个项,方法是使用<strong>重新排序工具栏</strong>拖动项目<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&size=bestfit&width=14&height=14" />图标。 要重新排序整个部分,请点击<strong>切换到</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&size=bestfit&width=24&height=24" /><strong>重新排序部分</strong>旁边的图标,并拖动你选择的部分。 关闭"再<strong>排序部分"</strong>以继续创建模板。</li> <li>点击<strong>+ 添加参考</strong>以从计算机添加文件,以了解其他检查任务项详细信息。</li> <li>点击<strong>更新</strong>以保存更改。</li> </ol> </div></div> </div> </div> </div> <p style="text-align: right;"><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Steps" rel="internal"><span class="mt-font-size-10">返回步骤</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">第 2 步:将检查任务模板添加到项目</h4> <p>需要将检查任务模板添加到项目级别检查任务工具中,以便在该项目中使用。</p> <p>请参阅<a rel="custom" title="将公司级别检查任务模板添加到项目" href="/products/online/user-guide/project-level/inspections/tutorials/add-company-level-inspection-templates-to-your-project">将公司级别检查任务模板添加到你的项目</a>或</p> <div class="collapsible"> <p class="trigger"><strong>点击<span style="color:#ff5200;">此处</span>查看步骤。<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;"> </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="步骤" data-show="false"> <div class="mt-include" id="s2199"> <ol> <li>导航到项目级别<strong>检查任务</strong>工具。</li> <li>点击<strong>配置设置</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&size=bestfit&width=15&height=15" />图标。<br /><em>注意</em><em>:</em>有关配置高级设置的详细信息,请参阅<a title="配置高级设置:检查任务" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/configure-advanced-settings-project-level-inspections" rel="internal">配置高级设置:检查任务</a>。</li> <li>点击<strong>模板</strong>标签页。</li> <li>点击<strong>导入公司模板。</strong><br /><em>注意:</em>如果你没有首先<a title="创建公司级别检查任务模板" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/inspections/tutorials/create-a-company-level-inspection-template" rel="internal">创建公司级别检查任务模板,则</a>此按钮将被禁用。</li> <li>选中一个或多个公司检查计划模板旁边的复选框以用于该项目。<br /><em>注意:</em> <ul> <li>只有尚未添加到项目中的模板才会出现并供你选择。</li> <li>要缩小选项范围,请点击<strong>添加筛选器</strong>下拉菜单按类型或行业筛选模板。</li> </ul> </li> <li>点击<strong>导入模板</strong>。<br /><em>注意:</em>在整个项目期间,可在此处修改项目模板,但更改只会反映在从修改后的模板创建的项目检查任务中。</li> </ol> </div> </div> </div> </div> <p style="text-align: right;"><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Steps" rel="internal"><span class="mt-font-size-10">返回步骤</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">第 3 步:<em>可选。</em>在项目级别编辑检查任务模板</h4> <p>如果你想对检查任务模板进行更改,而该检查任务模板只会影响使用该模板的一个项目,我们建议你在将检查任务模板添加到项目后,在项目级别编辑检查任务模板。</p> <p>请参阅<a rel="custom" title="编辑项目级别检查任务模板" href="/products/online/user-guide/project-level/inspections/tutorials/edit-a-project-level-inspection-template">编辑项目级别检查任务模板</a>或</p> <div class="collapsible"> <p class="trigger"><strong>点击<span style="color:#ff5200;">此处</span>查看步骤。<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;"> </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="步骤" data-show="false"> <div class="mt-include" id="s2210"> <ol> <li>导航到项目级别<strong>检查任务</strong>工具。</li> <li>点击<strong>配置设置<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&size=bestfit&width=18&height=18" /></strong>图标。</li> <li>点击<strong>模板</strong>。</li> <li>点击要<strong>编辑</strong>的检查任务模板旁边的编辑。<br /> <em>注意:</em>一个<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&size=bestfit&width=17&height=17" />图标表示公司级别的检查任务模板已添加到项目中。<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 /> </li> <li>在"一般信息"下,编辑以下字段:<br /><em>注意:</em>如果你正在编辑的模板是公司级别检查任务模板,则无法在项目级别检查任务工具中编辑某些字段。 这些字段由<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&size=bestfit&width=17&height=17" />图标。 <ul> <li><strong>姓名</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&size=bestfit&width=17&height=17" /> :为检查任务命名。 这将显示在检查任务日志页面上,帮助你区分项目中的检查任务。 这是必填字段。</li> <li><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&size=bestfit&width=17&height=17" /></strong> :从添加到公司的检查任务类型列表中选择(例如 安全)。 (<em>注意</em>:如果尚未将检查任务类型添加到项目中,请参阅<a title="配置高级设置:公司级别检查任务" 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">配置高级设置:公司级别检查任务</a>。 你需要拥有公司级别检查任务工具的"管理员"级别权限。)</li> <li><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&size=bestfit&width=17&height=17" /></strong> <em>(可选):</em>检查任务行业(例如 电气、管道)。 (<em>注意:</em>可在公司级别的"管理员"标签页的"行业配置"下管理贵公司的行业清单。)</li> <li><strong>公司描述</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&size=bestfit&width=17&height=17" />注意:公司级别的检查任务模板可能包括单独的描述。</li> <li><strong>描述</strong><em>(可选):</em>包括有关检查任务的任何相关细节。</li> <li><strong>附件</strong>:通过点击附加文件将任何相关文件附加到模板。<br /><em>注意:</em>如果尝试创建没有名称或名称已存在的检查任务模板,则将会出现一条错误消息,详细说明原因。可以创建与回收站中的检查任务同名的检查任务,但一旦命名,就必须先<a rel="custom" title="编辑项目级别检查任务模板" href="/products/online/user-guide/project-level/inspections/tutorials/edit-a-project-level-inspection-template">编辑检查任务模板</a>以更改名称,才能恢复回收站中的模板。</li> </ul> </li> <li>要编辑模板上的现有部分和项,请点击要编辑的字段。<br /><em>注意:</em>无法在项目级别检查任务工具中的公司级别检查任务模板上编辑现有分项和项。</li> <li><strong>要删除模板分项或项</strong>,请点击<strong>垃圾桶</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&size=bestfit&width=15&height=15" />图标。</li> <li>要<strong>批量 编辑</strong>检查任务项,请选中<strong>#</strong>符号旁边的复选框<strong> </strong>以选择检查任务的所有分项。 <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>从其他编辑选项中进行选择: <ul> <li><a title="编辑公司级别检查任务模板" 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">批量编辑答复类型</a></li> <li><a title="编辑公司级别检查任务模板" 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">批量编辑检查任务要求</a></li> <li><a title="编辑公司级别检查任务模板" 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">添加部分和项</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">批量编辑答复类型</h3> <ol start="8"> <li>点击<strong>编辑答复类型</strong></li> <li>从答复类型菜单中选择答复类型。</li> <li>点击<strong>应用。</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">批量编辑检查任务要求</h3> <ol start="11"> <li>点击<strong>编辑需要观察任务</strong>,时间为 或<strong>编辑需要照片,时间为</strong>。<br /><em>注意:</em><strong> </strong>如果用户未提供要求,则不会保存检查答复。 <ol start="1" style="list-style-type: lower-alpha;"> <li><strong><strong>状态</strong></strong>:你可以选择"合格"或"缺陷"状态,也可以选择两者。</li> <li><strong>答复</strong>:你可以选择"通过"、"失败"或"未用"答复,也可以选择三者的组合。 你也可以选择"不需要"。</li> <li>点击"X"以删除任何答复类型。</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">添加部分和项</h3> <ol start="12"> <li>点击<strong>+ 添加部分</strong>以添加更多部分。</li> <li>点击<strong>+ 添加项以添加更多项。</strong></li> <li>点击<strong>+ 快速添加</strong>一次快速添加多个分项项。<strong> </strong><br /> <em>注意:</em>你可以重新排序模板的一部分中的单个项,方法是使用<strong>重新排序工具栏</strong>拖动项目<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&size=bestfit&width=14&height=14" />图标。 要重新排序整个部分,请点击<strong>切换到</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&size=bestfit&width=24&height=24" /><strong>重新排序部分</strong>旁边的图标,并拖动你选择的部分。 关闭"再<strong>排序部分"</strong>以继续创建模板。</li> <li>点击<strong>+ 添加参考</strong>以从计算机添加文件,以了解其他检查任务项详细信息。</li> <li>点击<strong>更新</strong>以保存更改。</li> </ol> </div></div> </div> </div> </div> <p style="text-align: right;"><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Steps" rel="internal"><span class="mt-font-size-10">返回步骤</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">第 4 步:执行检查任务</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"> </i>提示</h5> 还可以使用 Procore 的 iOS 和 Android 移动应用程序执行检查任务。请参阅<a title="执行检查任务 (iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/inspections-ios/tutorials/perform-an-inspection-ios" rel="internal">执行检查任务 (iOS)</a> 和<a title="执行检查任务 (Android)" href="https://zh-sg.support.procore.com/procore-mobile-android/user-guide/inspections-android/tutorials/perform-an-inspection-android" rel="internal">执行检查任务 (Android)</a>。</div></div> <p>请参阅<a rel="custom" title="执行检查任务" href="/products/online/user-guide/project-level/inspections/tutorials/perform-an-inspection">执行检查任务</a>或</p> <div class="collapsible"> <p class="trigger"><strong>点击<span style="color:#ff5200;">此处</span>查看步骤。<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;"> </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="步骤" 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"> </i>提示</h5> <p>为了节省时间,请使用键盘上的的 <strong>TAB</strong> 和 <strong>ENTER</strong> 键在不同分项和按钮之间切换。</p> <ul> <li>按下 <strong>TAB</strong> 键时,系统将保存你的输入并移至下个部分或按钮。</li> <li>按下 <strong>ENTER</strong> 时,则会激活当前所在的按钮。</li> </ul> </div></div> <ol> <li>导航到项目级别<strong>检查任务</strong>工具。</li> <li>点击要执行的检查<strong>任务旁边的。查看</strong>。<br /> <em>注意:</em>你会在检查任务标题后面看到一个数字。 此数字表示你正在执行的检查类型的编号。</li> <li>向下滚动到"检查任务项"部分。 根据答复选项答复项或部分。<br /> <em>注意:</em>每个检查任务项都有一个活动 提要,其中包括以下信息:<em>答复更改</em>、<em>附件</em>、<em>照片</em>、<em>评论</em>和<em>观察任务</em>。</li> <li>根据你的答复,某些检查任务项可能需要你添加照片或观察任务。<br /> <em>注意:</em>如果你被要求添加照片,你将被允许添加照片。 如果需要进行观察任务,可在该工具中创建观察任务。</li> <li>如果正在执行包含不再适用于项目的分项的检查任务,请打开<strong>将此分项标记为“不适用”</strong>,将该分项中的所有检查任务项标记为“不适用”。该分项中任何先前已标记的检查任务项将被覆盖为“不适用”,并且将被折叠。点击右侧的箭头再次展开该分项,或再次点击以关闭切换。这样做会让该分项中的项没有状态,历史记录将反映状态更改。</li> <li><em>可选:</em> <a title="为检查任务项添加备注" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/add-comments-to-an-inspection-item" rel="internal">向检查任务项添加备注</a>。</li> <li><em>可选:</em> <a title="为检查任务项添加附件" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/add-attachments-to-an-inspection-item" rel="internal">将附件添加到检查任务项</a>。</li> <li><em>可选:</em> <a title="从检查任务创建观察任务" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" rel="internal">从检查任务创建观察任务</a>。</li> <li>当你执行检查任务时,页面顶部的滚轮将为你的回答提供细分。</li> </ol> </div> </div> </div> </div> <p style="text-align: right;"><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Steps" rel="internal"><span class="mt-font-size-10">返回步骤</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">第 5 步:关闭检查任务</h4> <p>执行完检查任务后,最后一步是关闭检查任务。</p> <p>请参阅<a rel="custom" title="关闭检查任务" href="/products/online/user-guide/project-level/inspections/tutorials/close-an-inspection">关闭检查任务</a>或</p> <div class="collapsible"> <p class="trigger"><strong>点击<span style="color:#ff5200;">此处</span>查看步骤。<i class="arrowclass fas fa-chevron-circle-right" style="color:#ff5200;"> </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="步骤" data-show="false"> <div class="mt-include" id="s2200"> <ol> <li>导航到项目级别<strong>检查任务</strong>工具。</li> <li>点击要关闭的检查任务旁边的<strong>查看</strong>。</li> <li>点击<strong>垂直</strong><strong>省略号</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&size=bestfit&width=4&height=15" />并选择<strong>关闭</strong>。</li> <li>点击<strong>确认</strong>。</li> </ol> </div> </div> </div> </div> <p style="text-align: right;"><a title="如何在我的项目中使用“[OSHA] 沟槽和挖掘日常检查”检查任务模板?" href="#Steps" rel="internal"><span class="mt-font-size-10">返回步骤</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"> </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="检查任务" 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">© 版权所有 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">®</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>© 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">隐私声明</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">服务条款</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">登录</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">‌‍​</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>