防腐记录

This commit is contained in:
2026-07-03 10:23:03 +08:00
parent cc4b55ed8e
commit 451e8b4bc3
2 changed files with 99 additions and 41 deletions
+7 -5
View File
@@ -46,10 +46,6 @@
</view>
</view>
</view>
<!-- 防腐记录 -->
<nbd-anti-record :params="{ materialCode: form.MaterialCode, projectId: currentProject.ProjectId }" />
<!-- 防腐填报 -->
<view class="section">
<view class="section__header">
@@ -110,7 +106,8 @@
</view>
</view>
</view>
<!-- 自检 -->
<!-- 自检 -->
<view class="section">
<view class="section__header">
<view class="section__bar"></view>
@@ -165,6 +162,11 @@
</view>
</view>
<!-- 防腐记录 -->
<nbd-anti-record :params="{ materialCode: form.MaterialCode, projectId: currentProject.ProjectId }" />
<nbd-submit-bar text="提交" :loading="submitting" @click="handleSubmit" />
</view>