licp
2024-07-02 238de511e070c23bfd87a24f33da5c507875a259
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -274,7 +274,7 @@
          </el-radio-group>
        </div>
      </div>
      <div class="center-box" id="nav" v-loading="tableLoading">
      <div class="center-box" id="nav" v-loading="tableLoading" v-if="!tableLists.find(m=>m.templateId==currentTable)||tableLists.find(m=>m.templateId==currentTable).templateName!='温度循环检验原始记录'">
        <table border="1" class="tables" cellpadding="10" v-for="(item,index) in tableList" :key="index">
          <tbody>
            <tr v-for="(m,i) in item.arr" :key="i">
@@ -380,6 +380,9 @@
          </tbody>
        </table>
      </div>
      <div class="center-box" v-loading="tableLoading" v-else>
        <h4>温度循环检验原始记录</h4>
      </div>
      <el-upload :action="action"
      :data="{
        orderId:id