CINXE.COM
从检查任务创建观察任务 - 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>从检查任务创建观察任务 - Procore</title> <link media="screen" type="text/css" rel="stylesheet" href="https://a.mtstatic.com/@cache/layout/legacy.css?_=814adc7572602bc7c2a39e3e9899638a_emgtc2cuc3VwcG9ydC5wcm9jb3JlLmNvbQ==:site_13854" id="mt-screen-css" /> <link media="print" type="text/css" rel="stylesheet" href="https://a.mtstatic.com/@cache/layout/print.css?_=a87985e947b3b92ebec6cfe4689bceb3:site_13854" id="mt-print-css" /> <script type="text/javascript" nonce="4981f10eb0d0ce73c2829e2bede7a6cc980862658352eea2726c4ed2a014f9fb" src="https://a.mtstatic.com/deki/javascript/out/grape.min.js?_=76f77a33377b2f0da26a22ff3a2c3345f92f980b:site_13854"></script><script type="application/json" id="mt-global-settings" nonce="4981f10eb0d0ce73c2829e2bede7a6cc980862658352eea2726c4ed2a014f9fb">{"apiToken":"xhr_2_1732814455_c24db6124832f9a9277687cc91903e3a61a3e755d45a86590dacfd2eaddd9917","pageId":2208,"pageViewId":"bcc2c365-902d-4e62-aae4-fdfda08d1394"}</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-tutorial columbia-breadcrumb-home-products-online-user-guide-project-level-inspections-tutorials-create-an-observation-from-an-inspection 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_%3D76f77a33377b2f0da26a22ff3a2c3345f92f980b: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=products%2Fonline%2Fuser-guide%2Fproject-level%2Finspections%2Ftutorials%2Fcreate-an-observation-from-an-inspection" 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/products"> <span class="mt-icon-article-category"></span> 产品 </a> </li> <li> <a href="https://zh-sg.support.procore.com/products/online"> <span class="mt-icon-article-category"></span> Procore Web (app.procore.com) </a> </li> <li> <a href="https://zh-sg.support.procore.com/products/online/user-guide"> <span class="mt-icon-article-category"></span> Procore 用户指南 </a> </li> <li> <a href="https://zh-sg.support.procore.com/products/online/user-guide/project-level"> <span class="mt-icon-article-category"></span> 项目级别 </a> </li> <li> <a href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections"> <span class="mt-icon-article-tool-landing-page"></span> 项目检查任务 </a> </li> <li> <a href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials"> <span class="mt-icon-article-tutorial-list"></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;"> 从检查任务创建观察任务 </h1> <div class="mt-last-updated"> <strong>Last updated:</strong> <span class="modified mt-last-updated-timestamp" data-timestamp="2024-04-28T17:10:23Z"></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="#.E7.9B.AE.E6.A0.87" rel="internal">目标</a></li><li><a href="#.E8.83.8C.E6.99.AF" rel="internal">背景</a></li><li><a href="#.E9.9C.80.E8.A6.81.E8.80.83.E8.99.91.E7.9A.84.E4.BA.8B.E9.A1.B9" rel="internal">需要考虑的事项</a></li><li><a href="#.E5.85.88.E5.86.B3.E6.9D.A1.E4.BB.B6" rel="internal">先决条件</a></li><li><a href="#.E6.AD.A5.E9.AA.A4" rel="internal">步骤</a></li><li><a href="#.E5.8F.A6.E8.AF.B7.E5.8F.82.E9.98.85" rel="internal">另请参阅</a></li><li><a href="#" rel="internal"> </a></li></ol> </div> </div> <div id="page-top"> <div id="topic"> <div id="pageText"><p style="text-align:right"><span class="mt-color-808080"><sub>也可用于</sub><a title="从检查任务创建观察任务 (iOS)" href="https://zh-sg.support.procore.com/procore-mobile-ios/user-guide/inspections-ios/tutorials/create-an-observation-from-an-inspection-ios" rel="internal"><img class="internal default" alt="ios-gray-icon.jpg" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/10066/ios-gray-icon.jpg?revision=1" /></a> <a title="从检查任务创建观察任务 (Android)" href="https://zh-sg.support.procore.com/procore-mobile-android/user-guide/inspections-android/tutorials/create-an-observation-from-an-inspection-android" rel="internal"><img class="internal default" alt="android-gray-icon.jpg" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/9895/android-gray-icon.jpg?revision=1" /></a></span></p> <div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" class="mt-section" id="section_1"><span id=".E7.9B.AE.E6.A0.87"></span><h2 class="editable">目标</h2> <p>从检查任务创建观察任务。</p> </div><div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" class="mt-section" id="section_2"><span id=".E8.83.8C.E6.99.AF"></span><h2 class="editable">背景</h2> <p>如果任务有缺陷或需要检查任务联系人完成后续工程,你可能希望通过检查任务创建观察任务。如启用,在将检查任务项标记为未通过后,系统可能会提示自动创建观察任务。请参阅<a title="配置高级设置:项目级别检查任务" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/configure-advanced-settings-project-level-inspections#Configure_the_Inspections_Tool's_Settings" rel="internal">配置高级设置:项目级别检查任务</a>。</p> </div><div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" class="mt-section" id="section_3"><span id=".E9.9C.80.E8.A6.81.E8.80.83.E8.99.91.E7.9A.84.E4.BA.8B.E9.A1.B9"></span><h2 class="editable">需要考虑的事项</h2> <ul> <li><strong>所需用户权限:</strong> <ul> <li>项目级别检查任务工具的“标准”或“管理员”级别权限。<br />而且</li> <li>项目观察任务工具的“标准”或“管理员”级别权限。</li> </ul> </li> <li><strong>其他信息:</strong> <ul> <li>当从检查任务创建观察任务时,将有一个名为来源的字段,该字段将提供指向创建观察任务的检查任务的链接。</li> <li>还可以从观察任务工具<a title="创建观察任务" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/observations/tutorials/create-an-observation" rel="internal">创建观察任务</a>。</li> <li>如果从检查任务中创建观察任务,则不会自动发送该项。如果你有等待发送的观察任务,你会在“观察任务”工具页面顶部看到“需要进行操作”横幅。你可以直接从横幅发送项。</li> </ul> </li> </ul> </div><div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" class="mt-section" id="section_4"><span id=".E5.85.88.E5.86.B3.E6.9D.A1.E4.BB.B6"></span><h2 class="editable">先决条件</h2> <ul> <li>要查看创建观察任务按钮,你必须将<a title="观察任务" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/observations" rel="internal">观察任务工具</a>添加到你的项目中。请联系 Procore 联系人,请求将观察任务添加到贵公司的 Procore 账户。</li> <li>检查任务必须具有"未完成"状态。<br /> <em>注意</em>:"已关闭"或"审核中"状态将不显示创建观察任务的选项。</li> </ul> </div><div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" class="mt-section" id="section_5"><span id=".E6.AD.A5.E9.AA.A4"></span><h2 class="editable">步骤</h2> <ol> <li>导航到项目级别<strong>检查任务</strong>工具。</li> <li>点击要从中创建观察任务的检查任务旁边的<strong>查看</strong>。</li> <li>滚动到相关检查任务并点击 <img class="internal default" style="width: 17px; height: 17px;" width="17px" height="17px" alt="icon-info3.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/12301/icon-info3.png?revision=1&size=bestfit&width=17&height=17" /> <strong>活动。</strong></li> <li>点击<strong>加号<img class="internal default" style="width: 18px; height: 18px;" width="18px" height="18px" alt="icon-plus.png" loading="lazy" src="https://zh-sg.support.procore.com/@api/deki/files/12320/icon-plus.png?revision=1&size=bestfit&width=18&height=18" /></strong>图标并选择<strong>创建观察任务</strong>。<br /><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#Configure_the_Inspections_Tool's_Settings" rel="internal">配置高级设置:项目级别检查任务</a>。</li> <li><span><span>通过在窗口中填写信息来创建观察任务。</span></span> <ul> <li><strong><span>类型</span></strong><span><strong>:</strong>选择最适合观察任务分类的类型。该类型将帮助你根据观察任务类型进行筛选和报告。创建观察任务时,不会对将出现哪些字段产生任何影响。请参阅</span><a title="默认观察任务类型有何用途?" href="https://zh-sg.support.procore.com/faq/what-are-the-default-observation-types-used-for" rel="internal"><span><span>默认观察任务类型有何用途?</span></span></a></li> <li><span><strong>状态:</strong>设置观察任务的状态。</span> <ul> <li>已<strong><span>启动</span></strong><span><strong>:</strong>当创建观察任务时,任务设置为"已启动"。这意味着已在任务分配 对象中建立观察任务,并正在等待任务分配对象做出答复。</span></li> <li><strong><span>可供审核</span></strong><span><strong>:</strong>任务分配 对象分配对象对观察任务采取行动后(无论是通过修复缺陷、解决安全问题等),会将状态更改为"可供审核"来答复观察任务。这会通过电子邮件,通知创建者观察任务已准备好供其审核。</span></li> <li><strong><span>未接受</span></strong><span><strong>:</strong>创建者审核工程后,可能会将其标记为"未接受"。这意味着创建者认为工作未解决。将观察任务放回任务分配对象。</span></li> <li><strong><span>已关闭</span></strong><span><strong>:</strong>创建者审核工程后,可能会将其标记为"已关闭"。这意味着创建者视为工作已解决和获批,并已关闭该项。</span></li> </ul> </li> <li><strong><span>标题</span></strong><span><strong>:</strong>为观察任务添加标题以宣布一般主题。这将自动填充检查任务名称。<br /><strong><em>重要提示:</em></strong>观察任务的标题不能超过 255 个字符。</span></li> <li><strong><span>优先级</span></strong><span><strong>:</strong>选择此项的优先级。这不会改变观察任务的显示方式或地点。但是,它将告诉责任方该项的紧急程度。</span></li> <li><strong><span>数量</span></strong><span><strong>:</strong>根据你和你的团队在 Procore 中创建的观察任务数量,观察任务数量将自动填充为下一个数字。你可以根据需要编辑。</span></li> <li><strong><span>行业</span></strong><span><strong>:</strong>为此观察任务选择相关的行业。它表示解决观察任务涉及哪个行业。在公司 级别 管理员标签页中的"行业 配置"下设置行业。请参阅</span><a title="添加或删除行业" href="https://zh-sg.support.procore.com/products/online/user-guide/company-level/admin/tutorials/add-a-custom-trade" rel="internal"><span><span>添加或删除行业</span></span></a><span>。</span></li> <li><strong><span>地点</span></strong><span><strong>:</strong>选择发现观察任务的地点。这将自动填充检查任务的地点。</span> <a title="如何将多层地点添加到项?" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/admin/tutorials/add-a-multi-tiered-location-to-an-item" rel="internal"><span><span>如何将多层地点添加到项目?</span></span></a></li> <li><span><strong>规范分项:</strong>选择与此观察任务关联的规范分项。 如果检查任务具有与其关联的规范分项,这将自动填充到观察任务中。</span></li> <li>任务<strong><span>分配对象</span></strong><span><strong>:</strong>选择将完成观察任务所需工程的用户。这将自动填充检查任务的"联系人"。<br /><em>注意:</em>如果指定为检查任务联系人的人员拥有"标准"或更高级别的权限,则该人员的姓名将作为新观察任务中的任务分配对象字段预先填写。如果指定为检查任务联系人的人员拥有"只读"权限或更低权限,则新观察任务上的任务分配对象字段将为空白。</span></li> <li><strong><span>分发</span></strong><span><strong>:</strong>将人员添加到通讯名单中,当观察任务的状态更改或有人添加备注时,你希望其收到更新电子邮件。<br /><em>注意:</em>如果你希望某些人员始终在观察任务的通讯名单中,你可以将他们添加到配置设置中的默认通讯名单中。</span></li> <li><strong>截止日期:</strong>从日历中选择一个观察截止日期。<br /><em>注意:</em>“截止日期”字段会根据观察任务工具的“配置设置”页面上指定的默认天数自动填充。请参阅<a title="配置高级设置:观察任务" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/observations/tutorials/configure-advanced-settings-observations" rel="internal">配置高级设置:观察任务</a>。截止日期还会考虑到哪些日期被设置为项目的“工作日”。请参阅<a title="设置项目工作日" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/admin/tutorials/set-project-working-days" rel="internal">设置项目工作日</a>。</li> <li><strong><span>私密</span></strong><span><strong>:</strong>如果希望观察任务管理员用户、任务分配对象和任务分配 对象上的人员可以查看此观察任务,请选中此复选框。</span></li> <li><strong><strong>描述</strong>:</strong>为观察任务添加描述,详细说明报告或完成工程所需的相关信息。</li> <li><strong><span>附件</span></strong><span><strong>:</strong>点击添加文件,从 Procore 或本地计算机中选择文件,或通过拖放到灰色框中,附加相关信息,如照片或质量保修文档。</span></li> <li><strong><strong>危害</strong>:</strong>选择与观察任务相关的危害。</li> <li><strong><strong>影响条件</strong>:</strong>选择与观察任务相关的影响条件。</li> <li><strong><strong>影响行为</strong>:</strong>选择与观察任务相关的影响行为。</li> </ul> </li> <li><span>点击<strong>创建</strong>。</span></li> <li>观察现在将出现在检查任务的活动 提要和观察任务工具的观察任务日志中。 请参阅<a title="查看检查任务中项的活动提要" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/view-the-activity-feed-of-items-in-an-inspection" rel="internal">查看检查任务中项的活动提要</a>。<br /> <em>注意:</em>指向创建观察任务的检查任务的链接将出现在观察任务的"来源"字段中。</li> </ol> </div><div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" class="mt-section" id="section_6"><span id=".E5.8F.A6.E8.AF.B7.E5.8F.82.E9.98.85"></span><h2 class="editable">另请参阅</h2> <ul> <li><a title="创建观察任务" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/observations/tutorials/create-an-observation" rel="internal">创建观察任务</a></li> <li><a title="默认观察任务类型有何用途?" href="https://zh-sg.support.procore.com/faq/what-are-the-default-observation-types-used-for" rel="internal"><span><span>默认观察任务类型有何用途?</span></span></a></li> </ul> </div><div mt-section-origin="products/online/user-guide/project-level/inspections/tutorials/create-an-observation-from-an-inspection" class="mt-section" id="section_7"><span id=""></span><h2 class="editable"> </h2> <style>/*<![CDATA[*/body #deki-page-title::before {content: url("/@api/deki/pages/:ccaec8e887044385a1dfc2a3a0f71434/files/=tool-icon_inspections_web-project-level.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/products/online/user-guide/project-level/inspections/tutorials/create-an-inspection-schedule" title="创建检查任务进度计划"><span>创建检查任务进度计划</span></a> </li> <li class="mt-pagination-next"> <a class="mt-icon-next-article" href="https://zh-sg.support.procore.com/products/online/user-guide/project-level/inspections/tutorials/customize-the-column-display-in-the-inspections-tool" title="在检查任务工具中自定义列显示"><span>在检查任务工具中自定义列显示</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?_=76f77a33377b2f0da26a22ff3a2c3345f92f980b: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>