lkk
2024-12-02 58726ca61252737d34fbdff9abd46f5f376bccd1
src/views/sampling/sampling/index.vue
@@ -803,11 +803,9 @@
      try {
        // 请求接口并获取宽度值
        const widthResponse = await getTxmkd();
        // console.log("从 getTxmkd 返回的响应:", widthResponse); // 打印后端返回值
        const barcodeWidth = `${Number(widthResponse.msg)}%` || "70%"; // 获取宽度值,默认使用 70%
        const jyxh = this.selectList.map((item) => item.jyxh);
        // console.log(this.selectList, 999);
        await this.$nextTick(); // 确保 DOM 更新
@@ -890,18 +888,22 @@
                display: flex;
                font-size: 19px;
                justify-content: space-between;
                // font-weight: bold;
                // font-family: "Arial Black", sans-serif !important; 
              }
              .last div span {
              // font-weight: bold;
                margin-left: 10px;
                // font-family: "Arial Black", sans-serif !important;
              }
              .last p {
              // font-weight: bold;
                margin-left: 10px; 
                // font-family: "Arial Black", sans-serif !important; 
              }
                p {
                margin-left: 10px; 
                // font-weight: bold;
                // font-family: "Arial Black", sans-serif !important;  
              }
              .tj {
@@ -909,6 +911,7 @@
                display: flex;
                font-size: 19px;
                justify-content: space-between;
                // font-weight: bold;
                 font-family: "Arial Black", sans-serif !important; 
              }
              .tj span {
@@ -1049,5 +1052,6 @@
.el-table .warning-row {
  background-color: #e5f3ff !important;
  /* font-weight: bold; */
}
</style>