| | |
| | | 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 更新 |
| | | |
| | |
| | | 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 { |
| | |
| | | display: flex; |
| | | font-size: 19px; |
| | | justify-content: space-between; |
| | | // font-weight: bold; |
| | | font-family: "Arial Black", sans-serif !important; |
| | | } |
| | | .tj span { |
| | |
| | | |
| | | .el-table .warning-row { |
| | | background-color: #e5f3ff !important; |
| | | /* font-weight: bold; */ |
| | | } |
| | | </style> |