spring
2025-03-11 bdd5fd12d584a71b03d0f7a7a10f3364b8e5f0e1
src/views/business/inspectionOrder/add.vue
@@ -1,8 +1,11 @@
<template>
  <div>
    <div v-show="!configShow && !equipConfigShow && !cableConfigShow">
  <div class="bg-1">
    <div
      v-show="!configShow && !equipConfigShow && !cableConfigShow"
      style="margin: 5px 15px"
    >
      <el-row class="title">
        <el-col :span="6" style="padding-left: 20px; text-align: left"
        <el-col :span="6"
          >委托单信息&nbsp;&nbsp;&nbsp;总价:<span style="color: #3a7bfa"
            >¥{{ total }}</span
          ></el-col
@@ -38,18 +41,6 @@
          >
            <span style="color: #3a7bfa">保存模板</span>
          </el-button>
          <el-button
            size="medium"
            type="primary"
            @click="openCableConfig"
            v-if="
              active == 1 &&
              PROJECT == '装备电缆' &&
              addObj.sampleType != undefined &&
              addObj.sampleType.indexOf('电缆') > -1
            "
            >电缆配置</el-button
          >
          <el-button
            size="medium"
            type="primary"
@@ -4454,17 +4445,21 @@
  line-height: 24px;
  margin-top: 5px;
}
.circulateTable {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.opticalProject {
  width: 38%;
}
.temperatureList {
  width: 60%;
}
.temperatureListTitle {
  display: flex;
  flex-direction: row;
@@ -4515,15 +4510,18 @@
.ins_order_add .el-select .is-disabled .el-input__inner {
  background: transparent !important;
}
.company_input .el-form-item__content,
.sample_input .el-form-item__content {
  width: 72%;
  width: 70%;
}
.engineeringEn_input .el-form-item__content,
.otcCode_input .el-form-item__content,
.productionEn_input .el-form-item__content {
  width: 65%;
  width: 63%;
}
.processing_input .el-form-item__content {
  width: 60%;
}