| | |
| | | "name" : "智云LMES", |
| | | "appid" : "__UNI__B002F49", |
| | | "description" : "", |
| | | "versionName" : "2.0.62", |
| | | "versionCode" : 262, |
| | | "versionName" : "2.0.63", |
| | | "versionCode" : 263, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | checkItemsArray.push(checkItem); |
| | | } |
| | | console.log('checkItemsArray: ', checkItemsArray); |
| | | |
| | | let sMainSub = |
| | | `${JSON.stringify(this.hform)};${JSON.stringify(checkItemsArray)};${this.operationType};${getUserInfo()["Czymc"]};${InspectValuesTrans[0]}`; |
| | | console.log("this.checkItems: ", this.checkItems); |
| | | |
| | | let res = await CommonUtils.doRequest2Sync({ |
| | |
| | | padding: 0 30rpx 0 30rpx; |
| | | display: flex; |
| | | flex-direction: row; |
| | | flex-wrap: wrap; /* 超出自动换行 */ |
| | | flex-wrap: wrap; |
| | | /* 超出自动换行 */ |
| | | /* 可选:设置换行后的对齐方式 */ |
| | | align-content: flex-start; /* 多行对齐方式 */ |
| | | align-content: flex-start; |
| | | |
| | | /* 多行对齐方式 */ |
| | | .form-item { |
| | | width: 600rpx; |
| | | display: flex; |
| | |
| | | font-size: 26rpx; |
| | | padding: 6rpx 0; |
| | | margin-right: 20rpx; |
| | | |
| | | .left { |
| | | width: 208rpx; |
| | | |
| | |
| | | font-size: 26rpx; |
| | | } |
| | | } |
| | | |
| | | .right-select { |
| | | //padding: 8rpx 20rpx; |
| | | font-size: 26rpx; |
| | | flex: 1; |
| | | |
| | | } |
| | | |
| | | .disabled { |
| | | border: 1px solid #e4e4e4; |
| | | background-color: #e4e4e4; |
| | |
| | | ::v-deep .uni-card { |
| | | flex: 500rpx; |
| | | } |
| | | |
| | | .list { |
| | | width: 100%; |
| | | display: flex; /* 添加flex布局 */ |
| | | flex-wrap: wrap; /* 允许换行 */ |
| | | gap: 20rpx; /* 设置卡片间距 */ |
| | | display: flex; |
| | | /* 添加flex布局 */ |
| | | flex-wrap: wrap; |
| | | /* 允许换行 */ |
| | | gap: 20rpx; |
| | | /* 设置卡片间距 */ |
| | | |
| | | .card-detail { |
| | | width: 500rpx; |