This commit is contained in:
wangweidong 2025-11-20 16:38:05 +08:00
commit bf05d362a6
5 changed files with 24 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<view class="content-title"> <view class="content-title">
<image class="title-imge" src="/static/index/indeximage.png" mode="aspectFill"></image> <image class="title-imge" src="/static/index/indeximage.png" mode="aspectFill"></image>
<view class="title-font"> <view class="title-font">
11111 {{ uni.getStorageSync('nuName') }}
</view> </view>
</view> </view>
<view class="wareaitem"> <view class="wareaitem">
@ -40,7 +40,9 @@
</view> </view>
</view> </view>
<view @click="onlyjump(5)" class="zhanwei"></view> <view @click="onlyjump(5)" class="zhanwei"></view>
<!-- <view class="white-dang">
</view> -->
<!-- <view class="operationbtn"> <!-- <view class="operationbtn">
<view v-for="(v,i) in ['请领出库','退货入库','库存盘点','实时监控']" @tap="onTap(i)" <view v-for="(v,i) in ['请领出库','退货入库','库存盘点','实时监控']" @tap="onTap(i)"
:class="beblue === i ? 'click-box-target' : 'click-box'"> :class="beblue === i ? 'click-box-target' : 'click-box'">
@ -611,4 +613,14 @@
font-weight: 600; font-weight: 600;
} }
} }
// .white-dang{
// position: fixed;
// width: 450rpx;
// height: 50rpx;
// bottom: 100rpx;
// left: 550rpx;
// background-color: #fff;
// transform: rotate(20deg);
// transform-origin: left center;
// }
</style> </style>

View File

@ -1162,20 +1162,22 @@
) )
break break
case '2': case '2':
res.url = genPaths( res.url = genPaths(
'/static/index/watch', '/static/index/watch',
'warehouse_', 'delivery_',
6, // 5, //
'png', 'png',
1, // 1 1, // 1
false // false //
) )
break break
case '3': case '3':
res.url = genPaths( res.url = genPaths(
'/static/index/watch', '/static/index/watch',
'delivery_', 'warehouse_',
5, // 6, //
'png', 'png',
1, // 1 1, // 1
false // false //
@ -1319,6 +1321,7 @@
padding-bottom: 50rpx; padding-bottom: 50rpx;
padding-left: 60rpx; padding-left: 60rpx;
display: flex; display: flex;
align-items: center;
.title-img { .title-img {
width: 55rpx; width: 55rpx;
@ -1329,7 +1332,7 @@
.title-font { .title-font {
font-size: 32rpx; font-size: 32rpx;
font-weight: 800; font-weight: 800;
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 152 KiB

View File

@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]); const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
export { export {
camera as default camera as default
}; };

View File

@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]); const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
export { export {
fullcamera as default fullcamera as default
}; };