666
lkk
2024-12-06 ae93592f70846480e937999b897a6e6151aab13f
src/views/sampling/sampling/index.vue
@@ -111,7 +111,12 @@
        <el-button type="primary" :disabled="!disabled" @click="Cancellation"
          >撤销合并</el-button
        >
        <el-button type="primary" @click="Confirmreceipt" :disabled="!selectList.length">采样打码</el-button>
        <el-button
          type="primary"
          @click="Confirmreceipt"
          :disabled="!selectList.length"
          >采样打码</el-button
        >
      </el-col>
      <el-col
        :span="12"
@@ -188,9 +193,9 @@
          </el-table-column>
        </el-table>
      </div>
      <div style="width: 50%" v-if="this.rightTabShow">
      <div style="width: 50%">
        <!-- v-if="this.rightTabShow" -->
        <el-table
          v-loading="loading"
          :data="tableList"
          @selection-change="handleChange"
@@ -454,7 +459,7 @@
      form: {},
      // 表单校验
      rules: {},
      rightTabShow: false
      // rightTabShow: false
    };
  },
  created() {
@@ -462,7 +467,6 @@
    getTxmmccd().then((res) => {
      this.msg = Number(res.msg);
      console.log(res,444);
    });
    this.getdate();
  },
@@ -470,7 +474,6 @@
    this.$nextTick(() => {
      this.$refs.inputName.focus();
    });
  },
  computed: {
    disabled() {
@@ -599,9 +602,8 @@
              this.$refs.tb.toggleRowSelection(this.samplingList[0], true);
              // this.fetchData(this.samplingList[0].tjNumber);
              // ddddddddddddddd
              this.rightTabShow = true
              // this.rightTabShow = true
            });
          }
          this.total = response.data.total;
          this.loading1 = false;
@@ -920,11 +922,11 @@
              }
              .last p {
              // font-weight: bold;
                margin-left: 10px;
                margin-left: 1px;
                // font-family: "Arial Black", sans-serif !important; 
              }
                p {
                margin-left: 10px;
                margin-left: 1px;
                // font-weight: bold;
                // font-family: "Arial Black", sans-serif !important;  
              }
@@ -937,7 +939,7 @@
                 font-family: "Arial Black", sans-serif !important; 
              }
              .tj span {
                margin-left: 10px;
                margin-left: 1px;
              }
            }
          </style>