From 00d508740cd6eef96cfedc98965239e69ac2d9d6 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 10:43:57 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 62b0528..9e6e43c 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -408,25 +408,25 @@
getPrintInfo() {
var mac = "";
- //mac = "74:24:ca:4f:b7:9b";
- //this.$post({
- // url: "/DevMachine/GetDevMachineByPdaMac",
- // data: {
- // pdaMac: mac,
- // }
- //}).then(res => {
- // let devMachine = res.data.tbBillList;
- // this.machineNo = devMachine.machineNo;
- // this.machineName = "璋冭瘯妯″紡锛�" + this.machineNo + "鍙烽娇杞満"
+ mac = "74:24:ca:4f:b7:9b";
+ this.$post({
+ url: "/DevMachine/GetDevMachineByPdaMac",
+ data: {
+ pdaMac: mac,
+ }
+ }).then(res => {
+ let devMachine = res.data.tbBillList;
+ this.machineNo = devMachine.machineNo;
+ this.machineName = "璋冭瘯妯″紡锛�" + this.machineNo + "鍙烽娇杞満"
- // uni.setStorageSync('machineNo', this.machineNo);
- // uni.setStorageSync('printMac', devMachine.printMac);
+ uni.setStorageSync('machineNo', this.machineNo);
+ uni.setStorageSync('printMac', devMachine.printMac);
- // console.log(devMachine.printMac);
+ console.log(devMachine.printMac);
- // this.getWomdaaIsShow();
- //});
- //return;
+ this.getWomdaaIsShow();
+ });
+ return;
if (plus.os.name == "Android") {
@@ -1022,23 +1022,23 @@
/* 鏀惧湪 style 鏍囩鏈�鍚庯紝纭繚浼樺厛绾� */
::v-deep .uni-table .uni-checkbox-wrapper,
::v-deep .uni-table .uni-checkbox-input {
- width: 44px !important;
- height: 44px !important;
- min-width: 44px !important;
- min-height: 44px !important;
+ width: 55px !important;
+ height: 55px !important;
+ min-width: 55px !important;
+ min-height: 55px !important;
display: flex;
align-items: center;
justify-content: center;
}
::v-deep .uni-table .uni-checkbox-input {
- border-radius: 8px !important;
+ border-radius: 10px !important;
border: 2.5px solid #007aff !important;
}
::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
font-size: 38px !important;
- line-height: 44px !important;
+ line-height: 55px !important;
}
/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
--
Gitblit v1.9.3