筑安施工小程序发布

dev_xd
lj7788@126.com 2025-09-11 18:08:01 +08:00
parent bdda89d737
commit f1575e2bba
9 changed files with 379 additions and 368 deletions

View File

@ -1,4 +1,3 @@
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">研筑-临时工程项目管理App</h1> <h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">研筑-临时工程项目管理App</h1>
<h4 align="center">基于RuoYi+Flowable 6.x的工作流管理平台</h4> <h4 align="center">基于RuoYi+Flowable 6.x的工作流管理平台</h4>
<p align="center"> <p align="center">
@ -18,6 +17,7 @@
- 阿里云折扣场:[点我进入](https://www.aliyun.com/activity/daily/bestoffer?userCode=q2b8atsa),腾讯云秒杀场:[点我进入](https://curl.qcloud.com/W5KFkBG4)&nbsp;&nbsp; - 阿里云折扣场:[点我进入](https://www.aliyun.com/activity/daily/bestoffer?userCode=q2b8atsa),腾讯云秒杀场:[点我进入](https://curl.qcloud.com/W5KFkBG4)&nbsp;&nbsp;
- 阿里云优惠券:[点我领取](https://www.aliyun.com/daily-act/ecs/activity_selection?userCode=q2b8atsa),腾讯云优惠券:[点我领取](https://curl.qcloud.com/AacfyRxq)&nbsp;&nbsp; - 阿里云优惠券:[点我领取](https://www.aliyun.com/daily-act/ecs/activity_selection?userCode=q2b8atsa),腾讯云优惠券:[点我领取](https://curl.qcloud.com/AacfyRxq)&nbsp;&nbsp;
- 特别鸣谢:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue) - 特别鸣谢:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)
## 内置功能 ## 内置功能
- 在线流程设计器 - 在线流程设计器
@ -38,3 +38,6 @@
- [[智慧农业认养系统]](https://gitee.com/tony2y/smart-breed)基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv支持认养、商城、营销、会员、进销存、多租户等功能包含小程序系统管理后台。 - [[智慧农业认养系统]](https://gitee.com/tony2y/smart-breed)基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv支持认养、商城、营销、会员、进销存、多租户等功能包含小程序系统管理后台。
- [[智慧景区管理系统]](https://gitee.com/tony2y/scenic-spot)基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv支持景区管理、售票、地块管理、认养、商城、农资管理、积分兑换等功能包含小程序系统管理后台。 - [[智慧景区管理系统]](https://gitee.com/tony2y/scenic-spot)基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv支持景区管理、售票、地块管理、认养、商城、农资管理、积分兑换等功能包含小程序系统管理后台。
数字项管wx46466c7828eede2b
筑安施工wx007a8fd50dc185b2

View File

@ -1,10 +1,12 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
timeout: 60000, timeout: 60000,
appId: "wx46466c7828eede2b", appId: "wx007a8fd50dc185b2",
//baseUrl: "https://xiangguan.sxyanzhu.com/wechat", //baseUrl: "https://xiangguan.sxyanzhu.com/wechat",
baseUrl: "http://127.0.0.1:8080", baseUrl: "https://jaszpt.crfeb.com.cn/wechat",
baseImgUrl: "https://xiangguan.sxyanzhu.com", //baseUrl: "http://127.0.0.1:8080",
//baseImgUrl: "https://xiangguan.sxyanzhu.com",
baseImgUrl: "https://jaszpt.crfeb.com.cn",
//baseImgUrl: 'http://127.0.0.1:9300', //baseImgUrl: 'http://127.0.0.1:9300',
noSecuritys: [ noSecuritys: [
"/code", "/code",

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

View File

@ -92,8 +92,8 @@ Page({
latitude: cfgData.attLatitude, latitude: cfgData.attLatitude,
title: cfgData.attAddress || "当前位置", title: cfgData.attAddress || "当前位置",
iconPath: "/images/location-marker.png", // 使用项目中已有的图标文件 iconPath: "/images/location-marker.png", // 使用项目中已有的图标文件
width: 30, width: 23,
height: 30, height: 25,
callout: { callout: {
content: cfgData.attAddress || "当前位置", content: cfgData.attAddress || "当前位置",
display: "ALWAYS", display: "ALWAYS",
@ -112,9 +112,9 @@ Page({
longitude: cfgData.longitude, longitude: cfgData.longitude,
latitude: cfgData.latitude, latitude: cfgData.latitude,
title: cfgData.address || "考勤地点", title: cfgData.address || "考勤地点",
iconPath: "/images/location-marker.png", // 使用项目中已有的图标文件 iconPath: "/images/marker_blue.png", // 使用项目中已有的图标文件
width: 30, width: 20,
height: 30, height: 32,
callout: { callout: {
content: cfgData.address || "考勤地点", content: cfgData.address || "考勤地点",
display: "ALWAYS", display: "ALWAYS",
@ -317,8 +317,8 @@ Page({
latitude: latitude, latitude: latitude,
title: "当前位置", title: "当前位置",
iconPath: "/images/location-marker.png", iconPath: "/images/location-marker.png",
width: 30, width: 23,
height: 30, height: 25,
callout: { callout: {
content: "当前位置", content: "当前位置",
display: "ALWAYS", display: "ALWAYS",

View File

@ -54,7 +54,8 @@
</view> </view>
<view class="box_map"> <view class="box_map">
<map id="attendanceMap" longitude="{{cfgData.attLongitude || cfgData.longitude}}" latitude="{{cfgData.attLatitude || cfgData.latitude}}" scale="15" <map id="attendanceMap" longitude="{{cfgData.attLongitude || cfgData.longitude}}" latitude="{{cfgData.attLatitude || cfgData.latitude}}" scale="15"
show-location markers="{{mapMarkers}}" circles="{{mapCircles}}" style="width: 100%; height: 400rpx;"> show-location markers="{{mapMarkers}}" circles="{{mapCircles}}"
>
</map> </map>
</view> </view>
</view> </view>
@ -66,16 +67,18 @@
<text class="txt-blue"> 考勤人像刷脸</text> <text class="txt-blue"> 考勤人像刷脸</text>
</view> </view>
<view class="content_box_content att-img"> <view class="content_box_content att-img">
<view class="att-img-box">
<image src="{{faceImage}}" mode="aspectFit" bindtap="openCamera" wx:if="{{faceImage}}" /> <image src="{{faceImage}}" mode="aspectFit" bindtap="openCamera" wx:if="{{faceImage}}" />
<view wx:else class="placeholder-text" bindtap="openCamera">点击摄像头刷脸</view> <view wx:else class="placeholder-text" bindtap="openCamera">点击摄像头刷脸</view>
<!-- <button bindtap="openCamera">点击打开摄像头刷脸</button> --> <!-- <button bindtap="openCamera">点击打开摄像头刷脸</button> -->
</view> </view>
</view> </view>
</view>
<view class="problem_submit_to"> <view class="problem_submit_to">
<view class="problem_submit_to_btn problem_submit_to_save" bindtap="doSave">打卡</view> <view class="problem_submit_to_btn problem_submit_to_save" bindtap="doSave">打卡</view>
<!--
<view class="problem_submit_to_btn" bindtap="returnToPage">返回</view> <view class="problem_submit_to_btn" bindtap="returnToPage">返回</view> -->
</view> </view>
</scroll-view> </scroll-view>

View File

@ -33,8 +33,8 @@
} }
.arrow_box view{ .arrow_box view{
height: 100rpx; height: 160rpx;
line-height: 100rpx; line-height: 160rpx;
width:100% ; width:100% ;
text-align: center; text-align: center;
} }
@ -42,7 +42,7 @@
/* 地图样式 */ /* 地图样式 */
#attendanceMap { #attendanceMap {
width: 100%; width: 100%;
height: 200rpx; height: 280rpx;
border-radius: 10rpx; border-radius: 10rpx;
} }
.box_row{ .box_row{
@ -64,26 +64,29 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 20rpx 0; padding: 20rpx 0;
}
.att-img image {
width: 400rpx;
height: 200rpx;
margin-bottom: 20rpx;
border-radius: 10rpx;
background-color: #1E2737;
} }
.att-img-box{
.att-img .placeholder-text { width: 80%;
width: 400rpx; height: 280rpx;
height: 200rpx;
margin-bottom: 20rpx;
border-radius: 10rpx;
background-color: #1E2737; background-color: #1E2737;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #999; }
.att-img .att-img-box image {
width: 100%;
height: 100%;
margin-bottom: 20rpx;
border-radius: 10rpx;
background-color: #1E2737;
border-radius: 10rpx;
}
.att-img .att-img-box .placeholder-text {
padding: 20rpx;
background-color: #46B5B2;
color: #fff;
font-size: 36rpx; font-size: 36rpx;
} }

View File

@ -315,8 +315,8 @@ Page({
longitude: this.data.form.longitude, longitude: this.data.form.longitude,
title: "考勤点", title: "考勤点",
iconPath: "/images/location-marker.png", iconPath: "/images/location-marker.png",
width: 30, width: 23,
height: 30, height: 25,
}, },
] ]
: [], : [],
@ -352,8 +352,8 @@ Page({
longitude: longitude, longitude: longitude,
title: "考勤点", title: "考勤点",
iconPath: "/images/location-marker.png", iconPath: "/images/location-marker.png",
width: 30, width: 23,
height: 30, height: 25,
}, },
], ],
}); });
@ -375,8 +375,8 @@ Page({
longitude: this.data.mapLongitude, longitude: this.data.mapLongitude,
title: "考勤点", title: "考勤点",
iconPath: "/images/location-marker.png", iconPath: "/images/location-marker.png",
width: 30, width: 23,
height: 30, height: 25,
}, },
], ],
searchKeyword: "", searchKeyword: "",
@ -450,8 +450,8 @@ Page({
longitude: lng, longitude: lng,
title: item.title, title: item.title,
iconPath: "/images/location-marker.png", iconPath: "/images/location-marker.png",
width: 30, width: 23,
height: 30, height: 25,
}, },
], ],
searchResults: [], // 清空搜索结果 searchResults: [], // 清空搜索结果

View File

@ -1,5 +1,5 @@
{ {
"appid": "wx46466c7828eede2b", "appid": "wx007a8fd50dc185b2",
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.8.9", "libVersion": "3.8.9",
"packOptions": { "packOptions": {