value
2024-06-07 a2ad875701f2eb05250d78af4abf15e08a57798d
src/components/do/b1-ins-order/add.vue
@@ -117,7 +117,7 @@
            <span style="color: #3A7BFA;">保存模板</span>
          </el-button>
          <el-button size="medium" type="primary" @click="openEquipConfig"
            v-if="PROJECT==='装备电缆'">电缆配置</el-button>
            v-if="PROJECT==='装备电缆' && active==1">电缆配置</el-button>
          <el-button size="medium" type="primary" @click="openConfig"
            v-if="addObj.sampleType==='光缆'">光纤配置</el-button>
          <el-button size="medium" type="primary" @click="save" :loading="saveLoad" v-show="active==1">提交</el-button>
@@ -1060,6 +1060,7 @@
          this.sample.standardMethodListId = null
          this.sample.insProduct = []
          this.sample.id = this.count
          this.sample.childSampleList = []
          this.sampleList.push(this.HaveJson(this.sample))
          this.count++
        }