diff --git a/miniprogram/app.json b/miniprogram/app.json index 61e6172..4916d38 100644 --- a/miniprogram/app.json +++ b/miniprogram/app.json @@ -10,26 +10,12 @@ "pages/ranyuanguanli-map/map", "pages/map/map", "pages/shebeiguanli-map/jixiedingwei", - "pages/deepExcavation/index", - "pages/newAddPage/safetyManagement/index", - "pages/learn-page/index", "pages/winter-training/index", "pages/saft-education-user-bind/index", - "pages/temporaryToExamine/index", - "pages/tempRegistration/index", "pages/Highlight-photos/index", - "pages/newAddPage/letterCommitment/index", - "pages/newAddPage2/letterCommitment/index", "pages/Security-control-echarts/index", - "pages/Concrete-usage/index", - "pages/Quality-Assurance/index", - "pages/Standard-maintenance-room-monitoring/index", - "pages/hnt-strong/index", "pages/construction/index", "pages/Construction-Log/index", - "pages/construction-details/index", - "pages/measures/index", - "pages/measures-Chakan/index", "pages/updatePassword/updatePassword", "pages/safety_manage/index", "pages/quality_manage/index" @@ -50,14 +36,7 @@ "AIWarningList/index", "vehicleManage/index", "shipinquanping/shipingquanping", - "voucherManagement/index", - "voucherManagementAddto/index", "biangeng/index", - "suishoupai/suishoupai", - "suishoupai-psh/suishoupai-psh", - "lw-index/lw-index", - "lw-gerenxinxi/lw-gerenxinxi", - "lw-jibenxinxi/lw-jibenxinxi", "safetyManagement/securityCheckGR/index", "safetyManagement/securityCheck/index", "safetyManagement/problemRectificationGR/index", diff --git a/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.js b/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.js deleted file mode 100644 index e023021..0000000 --- a/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.js +++ /dev/null @@ -1,97 +0,0 @@ -// pages/lw-gerenxinxi/lw-gerenxinxi.js -const app = getApp() -Page({ - - /** - * 页面的初始数据 - */ - data: { - register:'', // 1 已注册 2 未注册 - userInfoData:{}, - //人员信息 - userphoto:'', - name:'', - workType:'', - uninName:'', - date:'', - loadShow:false, - }, - onClickShow() { - this.setData({ loadShow: true }); - }, - - onClickHide() { - this.setData({ loadShow: false }); - }, - - /** - * 生命周期函数--监听页面加载 - */ - onLoad: function (options) { - var date = new Date(); - var dateYaer = date.getFullYear(); - var dateMonth = date.getMonth() + 1; - var dateDay = date.getDate(); - if(options.register == 1){ - var json =JSON.parse(decodeURIComponent(options.userInfo)); - this.setData({ - register:options.register, - userphoto:'data:image/jpeg;base64,'+json.pathUrl, - name:json.name, - workType:json.workType, - uninName:json.uninName, - date: dateYaer+'-'+dateMonth+ '-'+dateDay, - userInfoData:json, - }); - }else{ - this.setData({ - register:options.register, - userphoto:'data:image/jpeg;base64,'+decodeURIComponent(options.pathUrl), - }); - } - }, - - /** - * 打卡确认 - */ - returnData:function(){ - var that = this; - that.onClickShow(); - wx.request({ - url: app.globalData.reqUrl+'/weixin/labour/synClockData', - header: { - "Content-Type": "application/x-www-form-urlencoded" - }, - method:"POST", - data:{ - id:app.globalData.projectId, - userInfoData:JSON.stringify(this.data.userInfoData), - }, - success:function(res){ - that.onClickHide(); - app.toast(res.data.msg); - wx.redirectTo({ - url: '../lw-index/lw-index', - }) - } - }) - }, - - /** - * 返回劳务管控页面 - */ - goBack:function(){ - wx.redirectTo({ - url: '../lw-index/lw-index', - }) - }, - - /** - * 返回到注册页面 - */ - goRegisterPage:function(){ - wx.redirectTo({ - url: '../lw-jibenxinxi/lw-jibenxinxi', - }) - } -}) \ No newline at end of file diff --git a/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.json b/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.json deleted file mode 100644 index 3c2c0f7..0000000 --- a/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "usingComponents": { - "van-row": "@vant/weapp/row", - "van-col": "@vant/weapp/col", - "van-overlay": "@vant/weapp/overlay/index" - }, - "navigationStyle":"custom" -} \ No newline at end of file diff --git a/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.wxml b/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.wxml deleted file mode 100644 index 75f7021..0000000 --- a/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.wxml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - 个人信息 - - - - - - - - - - - - - - - - - - 姓名 - - - {{name}} - - - - - - - - 工种 - - - {{workType}} - - - - - - - - 劳务公司 - - - {{uninName}} - - - - - - - - 时间 - - - {{date}} - - - - 确认 - - - - - - 该人员信息未注册,是否录入基本信息? - - - - - - - - - - - - - 数据加载中!请稍后... - - \ No newline at end of file diff --git a/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.wxss b/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.wxss deleted file mode 100644 index ce3fd59..0000000 --- a/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.wxss +++ /dev/null @@ -1,75 +0,0 @@ -/* pages/lw-gerenxinxi/lw-gerenxinxi.wxss */ -.lw_info_padding{ - padding: 50rpx 0; -} -.lw_info_img{ - width: 300rpx; - height: 300rpx; - margin: auto; - background: url("http://fileimg.makalu.cc/WEB_84250138634B44129412859F8877F7FB.png") no-repeat center/100% 100%; -} -.lw_info_img image{ - width: 300rpx; - height: 300rpx; -} -.lw_info_list{ - padding: 30rpx 40rpx; - font-size: 26rpx; - color: #8ba2ee; -} -.lw_info_list image{ - width: 35rpx; - height: 35rpx; - margin-right: 10rpx; -} -.lw_info_list text{ - position: relative; - top: -8rpx; -} -.lw_info_right{ - text-align: right; - color: #ffffff; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.lw_tips{ - text-align: center; - color: #8ba2ee; - font-size: 30rpx; - padding: 30rpx 0; -} -.lw_bnt{ - padding: 30rpx; -} -.lw_bnt button{ - border-radius: 50rpx; - font-weight: 400; - font-size: 30rpx; -} -.lw_bnt_1{ - background:#7067fe ; - color: #ffffff; -} -.lw_bnt_1:active{ - background: #6487ff; -} -.lw_bnt_2{ - background:#28345a ; - color: #8ba3ed; -} -.lw_bnt_2:active{ - background: #323b57; -} -.lw_btn_zc{ - width:70%; - margin: 50rpx auto 0; - text-align: center; - height: 70rpx; - line-height: 70rpx; - background: #687bfe; - border-radius: 30rpx; -} -.lw_btn_zc:active{ - background: #7655fc; -} diff --git a/miniprogram/pageage/lw-index/lw-index.js b/miniprogram/pageage/lw-index/lw-index.js deleted file mode 100644 index 1303c83..0000000 --- a/miniprogram/pageage/lw-index/lw-index.js +++ /dev/null @@ -1,151 +0,0 @@ -// pages/lw-index/lw-index.js -const app = getApp() -Page({ - - /** - * 页面的初始数据 - */ - data: { - show: false, - projectId:'', - projectName:'' , - loginName:'', - userName:'', - loadShow:false, - remark:'' - }, - - onClickShow() { - this.setData({ loadShow: true }); - }, - - onClickHide() { - this.setData({ loadShow: false }); - }, - - showPopup() { - this.setData({ show: true }); - }, - - onClose() { - this.setData({ show: false }); - }, - - /** - * 生命周期函数--监听页面加载 - */ - onLoad: function (options) { - var that = this; - //获取缓存数据 - wx.getStorage({ - key: 'userinfo', - success:function(res){ - that.setData({ - remark:res.data.remark, - loginName:res.data.loginName, - userName:res.data.userName, - projectId:app.globalData.projectId, - projectName:app.globalData.projectName, - }) - } - }) - - }, - - /** - * 人脸照片识别 - * file 图片地址 - * type == "" 人脸图片 - */ - selectIDCardInfo:function(file,projectId){ - var that = this; - that.onClickShow(); - wx.uploadFile({ - url: app.globalData.reqUrl+'/weixin/labour/selectUserInfoDiscern', - header: { - "Content-Type": "application/x-www-form-urlencoded" - }, - filePath: file[0], - name: 'file', - formData: {'projectId':projectId}, - method:"post", - success:function(res){ - that.onClickHide(); - var json = JSON.parse(res.data); - if(json.code == '200'){ - wx.redirectTo({ - url: '../lw-gerenxinxi/lw-gerenxinxi?register=1'+'&userInfo='+encodeURIComponent(JSON.stringify(json.data)), - }) - }else if(json.code == '400'){ - wx.redirectTo({ - url: '../lw-gerenxinxi/lw-gerenxinxi?register=2'+'&pathUrl='+encodeURIComponent(json.data), - }) - }else{ - app.toast(json.msg); - } - }, - }) - }, - - /** - * 跳转到考勤打卡 - */ - KQDK:function(){ - var _this = this; - var Type = _this.data.sourceType - wx.chooseImage({ - count: 1, // 默认9 - sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 - sourceType: Type, // 可以指定来源是相册还是相机,默认二者都有 - success: function (res) { - // 返回选定照片的本地文件路径列表,tempFilePath可以作为img标签的src属性显示图片 - - _this.selectIDCardInfo(res.tempFilePaths,app.globalData.projectId); - } - }) - - }, - - /** - * 跳转到报表查询 - */ - BBCX:function(){ - wx.redirectTo({ - url: '../lw-baobiaochaxun/lw-baobiaochaxun', - }) - }, - - /** - * 跳转信息录入 - */ - XXLR:function(){ - wx.redirectTo({ - url: '../lw-jibenxinxi/lw-jibenxinxi', - }) - }, - - /** - * 返回更多功能 - */ - goBack:function(){ - wx.redirectTo({ - url: '../../pages/gengduogongneng/gengduogongneng' - }) - }, - - /** - * 退出登录 - */ - TCDL:function(){ - wx.clearStorageSync(); - wx.setStorageSync('isReload', "1") - wx.redirectTo({ - url: '../login/login', - }) - }, - - - - - -}) \ No newline at end of file diff --git a/miniprogram/pageage/lw-index/lw-index.json b/miniprogram/pageage/lw-index/lw-index.json deleted file mode 100644 index 8eb5a96..0000000 --- a/miniprogram/pageage/lw-index/lw-index.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "usingComponents": { - "van-row": "@vant/weapp/row", - "van-col": "@vant/weapp/col", - "van-popup": "@vant/weapp/popup", - "van-overlay": "@vant/weapp/overlay/index" - }, - "navigationStyle":"custom" -} \ No newline at end of file diff --git a/miniprogram/pageage/lw-index/lw-index.wxml b/miniprogram/pageage/lw-index/lw-index.wxml deleted file mode 100644 index 406fa2d..0000000 --- a/miniprogram/pageage/lw-index/lw-index.wxml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - 返回 - - - - 劳务管控 - - - - - - - - - - - - - - - {{userName}} - {{loginName}} - - - - - - - - - - - - - - - - 考勤打卡 - - - - - - - 报表查询 - - - - - - - - - - 数据加载中!请稍后... - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/miniprogram/pageage/lw-index/lw-index.wxss b/miniprogram/pageage/lw-index/lw-index.wxss deleted file mode 100644 index f2655da..0000000 --- a/miniprogram/pageage/lw-index/lw-index.wxss +++ /dev/null @@ -1,35 +0,0 @@ -/* pages/lw-index/lw-index.wxss */ -.lw_max{ - padding: 20rpx 50rpx; -} -.lw_min{ - padding: 20rpx; - background: #2b345b; - border-radius: 15rpx; - font-size: 30rpx; -} -.lw_min .lw_img_1{ - width: 40rpx; - height: 40rpx; - position: relative; - top: 8rpx; - margin-right: 15rpx; -} -.lw_img_right{ - float: right; - width: 40rpx; - height: 40rpx; - position: relative; - top: 5rpx; -} - - - - - - - - - - - diff --git a/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.js b/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.js deleted file mode 100644 index 65c0f41..0000000 --- a/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.js +++ /dev/null @@ -1,480 +0,0 @@ -// // pages/lw-jibenxinxi/lw-jibenxinxi.js -// const app = getApp() -// Page({ -// /** -// * 页面的初始数据 -// */ -// data: { -// radio: '1', -// nameGz:'请选择工种', -// showGz: false, -// columnsGz:[], -// nameGx:'请选择班组', -// showGx: false, -// columnsGx:[], -// nameLwgs:'请选择劳务公司', -// showLwgs: false, -// columnsLwgs:[], -// date:'请选择入场时间', -// showDate: false, -// today:'', -// minDate: new Date(2020, 0, 1).getTime(), -// maxDate: new Date().getTime(), -// //上传证件 -// tempFilePaths: '', -// sourceType: ['album', 'camera'], -// FilePaths:'', -// recitePaths:'', -// photographImg:'', -// idCardPositiveMap:{}, -// idCardVersoMap:{}, -// facePhotos:{}, -// idCardPositiveErrorMap:{}, -// idCardVersoErrorMap:{}, -// facePhotosError:{}, -// //个人信息 -// phone:'', -// teamid:'', -// worktypeid:'', -// labourId:'', -// loadShow:false, -// }, - -// onClickShow() { -// this.setData({ loadShow: true }); -// }, - -// onClickHide() { -// this.setData({ loadShow: false }); -// }, - -// onChange(event) { -// this.setData({ -// radio: event.detail, -// }); -// }, -// onClose() { -// this.setData({ showGz: false }); -// this.setData({ showGx: false }); -// this.setData({ showLwgs : false }); -// this.setData({ showDate: false }); -// }, -// //劳务工种 -// showPopupGz() { -// this.setData({ showGz: true }); -// }, -// onChangeGz(event) { -// this.setData({ nameGz: event.detail.value.text,worktypeid:event.detail.value.id }); -// this.setData({ showGz: false }); -// }, -// //劳务班组 -// showPopupGx() { -// this.setData({ showGx: true }); -// }, -// onChangeGx(event) { -// this.setData({ nameGx: event.detail.value.text,teamid: event.detail.value.id}); -// this.setData({ showGx: false }); -// }, -// //劳务公司 -// showPopupLwgs () { -// this.setData({ showLwgs : true }); -// }, -// onChangeLwgs (event) { -// this.setData({ nameLwgs : event.detail.value.text,labourId:event.detail.value.id }); -// this.setData({ showLwgs : false }); -// this.setData({ nameGx : '请选择班组' }); -// this.selectLabourGroupAll(app.globalData.projectId,event.detail.value.id); -// }, - -// //入场时间 -// onDisplay() { -// this.setData({ showDate: true }); -// }, -// formatDate(date) { -// date = new Date(date); -// var dateYaer = date.getFullYear(); -// var dateMonth = date.getMonth() + 1; -// var dateDay = date.getDate(); -// if(dateMonth < 10 ){ -// dateMonth = '0' + dateMonth; -// } -// if(dateDay < 10 ){ -// dateDay = '0' + dateDay; -// } -// return dateYaer+'-'+dateMonth+ '-'+dateDay; -// }, - -// onConfirm(event) { -// this.setData({ -// showDate: false, -// date: this.formatDate(event.detail), -// }); -// }, - - -// frontimage: function () { -// this.onClickShow(); -// var _this = this; -// var Type = _this.data.sourceType -// wx.chooseImage({ -// count: 1, // 默认9 -// sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 -// sourceType: Type, // 可以指定来源是相册还是相机,默认二者都有 -// success: function (res) { -// // 返回选定照片的本地文件路径列表,tempFilePath可以作为img标签的src属性显示图片 -// _this.setData({ -// FilePaths: res.tempFilePaths -// }) - -// _this.selectIDCardInfo(res.tempFilePaths,'1'); -// } -// }) -// }, - -// reciteimage: function () { -// this.onClickShow(); -// var _this = this; -// var Type = _this.data.sourceType -// wx.chooseImage({ -// count: 1, // 默认9 -// sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 -// sourceType: Type, // 可以指定来源是相册还是相机,默认二者都有 -// success: function (res) { -// // 返回选定照片的本地文件路径列表,tempFilePath可以作为img标签的src属性显示图片 -// _this.setData({ -// recitePaths: res.tempFilePaths -// }) - -// _this.selectIDCardInfo(res.tempFilePaths,'2'); -// } -// }) -// }, - - -// photograph: function () { -// this.onClickShow(); -// var _this = this; -// var Type = _this.data.sourceType -// wx.chooseImage({ -// count: 1, // 默认9 -// sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 -// sourceType: Type, // 可以指定来源是相册还是相机,默认二者都有 -// success: function (res) { -// // 返回选定照片的本地文件路径列表,tempFilePath可以作为img标签的src属性显示图片 -// _this.setData({ -// photographImg: res.tempFilePaths -// }) - -// _this.selectIDCardInfo(res.tempFilePaths,''); -// } -// }) -// }, - -// /** -// * 人员电话信息 -// * @param {} even -// */ -// phone:function(even){ -// this.setData({ -// phone:even.detail.value -// }) -// }, - -// /** -// * 生命周期函数--监听页面加载 -// */ -// onLoad: function (options) { -// this.onClickShow(); -// var date = new Date(); -// var dateYaer = date.getFullYear(); -// var dateMonth = date.getMonth() + 1; -// var dateDay = date.getDate(); -// if(dateMonth < 10 ){ -// dateMonth = '0' + dateMonth; -// } -// if(dateDay < 10 ){ -// dateDay = '0' + dateDay; -// } -// this.setData({ -// today:dateYaer+'-'+dateMonth+ '-'+dateDay, -// }) -// this.selectLabourWorkAll(); -// this.selectLabourUnitAll(app.globalData.projectId); - -// }, - -// /** -// * 查询全量工种信息 -// */ -// selectLabourWorkAll:function(){ -// var that = this; -// wx.request({ -// url: app.globalData.reqUrl+'/weixin/labour/selectLabourWorkAll', -// method:"GET", -// success:function(res){ -// if(res.data.code == '200'){ -// that.setData({ -// columnsGz:res.data.data -// }) -// } -// } -// }) -// }, - -// /** -// * 根据项目id查询出参建单位信息 -// * @param {*} projectId 项目id -// */ -// selectLabourUnitAll:function(projectId){ -// var that = this; -// wx.request({ -// url: app.globalData.reqUrl+'/weixin/labour/selectLabourUnitAll', -// data:{ -// "projectId":projectId -// }, -// method:"GET", -// success:function(res){ -// that.onClickHide(); -// if(res.data.code == '200'){ -// that.setData({ -// columnsLwgs:res.data.data -// }) -// } -// } -// }) -// }, - -// /** -// * 查询出班组信息 -// * @param {*} projectId 项目id -// * @param {*} unitId 劳务公司id -// */ -// selectLabourGroupAll:function(projectId,unitId){ -// var that = this; -// wx.request({ -// url: app.globalData.reqUrl+'/weixin/labour/selectLabourGroupAll', -// data:{ -// "projectId":projectId, -// "unitId":unitId -// }, -// method:"GET", -// success:function(res){ -// if(res.data.code == '200'){ -// that.setData({ -// columnsGx:res.data.data -// }) -// } -// } -// }) -// }, - -// /** -// * 身份证识别 -// * file 图片地址 -// * type == 1 身份证正面 -// * type == 2 身份证反面 -// * type == "" 人脸图片 -// */ -// selectIDCardInfo:function(file,type){ -// var that = this; -// wx.uploadFile({ -// url: app.globalData.reqUrl+'/weixin/labour/selectIDCardInfo', -// header: { -// "Content-Type": "application/x-www-form-urlencoded" -// }, -// filePath: file[0], -// name: 'file', -// formData: {'type':type}, -// method:"post", -// success:function(res){ -// that.onClickHide(); -// var json = JSON.parse(res.data); -// if(json.code == "200"){ -// if(type == "1"){ -// that.setData({ -// idCardPositiveMap:json.data, -// idCardPositiveErrorMap:{} -// }) -// }else if(type == "2"){ -// that.setData({ -// idCardVersoMap:json.data, -// idCardVersoErrorMap:{} -// }) -// }else{ -// that.setData({ -// facePhotos:json.data, -// facePhotosError:{} -// }) -// } -// }else{ -// if(type == "1"){ -// that.setData({ -// idCardPositiveMap:{}, -// idCardPositiveErrorMap:json -// }) -// }else if(type == "2"){ -// that.setData({ -// idCardVersoMap:{}, -// idCardVersoErrorMap:json -// }) -// }else{ -// that.setData({ -// facePhotos:{}, -// facePhotosError:json -// }) -// } -// app.toast(json.msg); -// } -// }, -// }) -// }, - - -// /** -// * 人员注册 -// */ -// add:function(){ -// var that = this; -// //验证 -// var FilePaths = this.data.FilePaths; -// var recitePaths = this.data.recitePaths; -// var photographImg = this.data.photographImg; -// var phone = this.data.phone; -// var nameGz = this.data.nameGz; -// var nameLwgs = this.data.nameLwgs; -// var nameGx = this.data.nameGx; -// var date = this.data.date; - -// var teamid = this.data.teamid; -// var worktypeid = this.data.worktypeid; -// var labourId = this.data.labourId; -// var idCardPositiveMap = this.data.idCardPositiveMap; -// var idCardVersoMap = this.data.idCardVersoMap; -// var facePhotos = this.data.facePhotos; - -// //异常信息 -// var idCardPositiveErrorMap = this.data.idCardPositiveErrorMap; -// var idCardVersoErrorMap = this.data.idCardVersoErrorMap; -// var facePhotosError = this.data.facePhotosError; - -// if(FilePaths == ""){ -// app.toast("请上传身份证正面照片!"); -// return; -// }if(recitePaths == ""){ -// app.toast("请上传身份证反面照片!"); -// return; -// }if(photographImg == ""){ -// app.toast("请上传人脸照片!"); -// return; -// }if(phone == "" || phone.length != 11){ -// app.toast("请填写正确的电话号码!"); -// return; -// }if(nameGz == "请选择工种"){ -// app.toast("请选择工种信息!"); -// return; -// }if(nameLwgs == "请选择劳务公司"){ -// app.toast("请选择劳务公司!"); -// return; -// }if(nameGx == "请选择班组"){ -// app.toast("请选择班组!"); -// return; -// }if(date == "请选择入场时间"){ -// app.toast("请选择入场时间"); -// return; -// }if(idCardPositiveErrorMap !='' && idCardPositiveErrorMap.code == "300"){ -// app.toast(idCardPositiveErrorMap.msg); -// return; -// }if(idCardVersoErrorMap !='' && idCardVersoErrorMap.code == "300"){ -// app.toast(idCardVersoErrorMap.msg); -// return; -// }if(idCardVersoErrorMap != '' && facePhotosError.code == "300"){ -// app.toast(facePhotosError.msg); -// return; -// } - -// /************对比照片是否为同一人********/ -// this.onClickShow(); -// //定义数组 -// var list =new Array(); -// var userData = { -// "image":facePhotos.pathUrl, -// "image_type":"BASE64", -// "face_type":"LIVE", -// }; -// var idcardimgData = { -// "image":idCardPositiveMap.pathUrl, -// "image_type":"BASE64", -// "face_type":"CERT", -// } -// list.push(idcardimgData); -// list.push(userData); -// wx.request({ -// url: app.globalData.reqUrl+'/weixin/labour/imgContrast', -// header: { -// "Content-Type": "application/x-www-form-urlencoded" -// }, -// data:{ -// "parame":JSON.stringify(list) -// }, -// method:"POST", -// success:function(res){ -// if(res.data.code == '200'){ -// //同步数据 -// wx.request({ -// url: app.globalData.reqUrl+'/weixin/labour/addUserData', -// header: { -// "Content-Type": "application/x-www-form-urlencoded" -// }, -// data:{ -// "id":app.globalData.projectId, -// "idcardnum":idCardPositiveMap.cardNum, -// "name":idCardPositiveMap.name, -// "teamid":teamid, -// "userphone":phone, -// "userphotoSpare":facePhotos.pathUrl, -// "enterdate":date, -// "worktypeid":worktypeid, -// "sex":idCardPositiveMap.sex, -// "nation":idCardPositiveMap.nation, -// "birthday":idCardPositiveMap.birthday, -// "address":idCardPositiveMap.address, -// "organization":idCardVersoMap.organization, -// "useStarttime":idCardVersoMap.use_starttime, -// "useEndtime":idCardVersoMap.use_endTime, -// "idcardimgSpare":idCardPositiveMap.pathUrl, -// "idcardimgSpare2":idCardVersoMap.pathUrl -// }, -// method:"POST", -// success:function(res){ -// that.onClickHide(); -// if(res.data.code == "200"){ -// app.toast("注册成功"); -// wx.redirectTo({ -// url: '../lw-jibenxinxi/lw-jibenxinxi', -// }) -// }else{ -// app.toast(res.data.msg); -// return; -// } -// } -// }) -// }else{ -// that.onClickHide(); -// app.toast(res.data.msg); -// return; -// } -// } -// }) -// }, - -// /** -// * 返回劳务管控页面 -// */ -// goBack:function(){ -// wx.redirectTo({ -// url: '../lw-index/lw-index', -// }) -// } - - -// }) \ No newline at end of file diff --git a/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.json b/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.json deleted file mode 100644 index 4cedcc9..0000000 --- a/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "usingComponents": { - "van-row": "@vant/weapp/row", - "van-col": "@vant/weapp/col", - "van-radio": "@vant/weapp/radio/index", - "van-radio-group": "@vant/weapp/radio-group/index", - "van-popup": "@vant/weapp/popup/index", - "van-picker": "@vant/weapp/picker/index", - "van-calendar": "@vant/weapp/calendar/index", - "van-uploader": "@vant/weapp/uploader/index", - "van-overlay": "@vant/weapp/overlay/index" - }, - "navigationStyle":"custom" -} \ No newline at end of file diff --git a/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.wxml b/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.wxml deleted file mode 100644 index 3f12502..0000000 --- a/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.wxml +++ /dev/null @@ -1,139 +0,0 @@ - diff --git a/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.wxss b/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.wxss deleted file mode 100644 index 14a97fc..0000000 --- a/miniprogram/pageage/lw-jibenxinxi/lw-jibenxinxi.wxss +++ /dev/null @@ -1,261 +0,0 @@ -/* pages/lw-jibenxinxi/lw-jibenxinxi.wxss */ -.eharts_title{ - height: 40rpx; - line-height: 40rpx; - margin: 0 30rpx; - padding: 40rpx; - font-size: 28rpx; - background: url("http://fileimg.makalu.cc/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx; -} -.max_content_padding{ - padding: 0 15rpx; -} -.lw_id_padding{ - padding:0 15rpx ; -} -.lw_id_card{ - height: 200rpx; - border-radius:10rpx 10rpx 0 0 ; -} -.lw_id_card_z{ - background: url("http://fileimg.makalu.cc/WEB_F094DC0DFE42440A82055968A36CDD0C.png") no-repeat center/65%; -} -.lw_id_card_f{ - background:url("http://fileimg.makalu.cc/WEB_43595673EA4A42DEBED5D3705C3CAADA.png") no-repeat center/65%; -} -.lw_id_card image{ - width: 100%; - height: 100%; - border-radius:10rpx 10rpx 0 0 ; -} -.lw_id_border{ - background: #28345a; - border-radius: 10rpx; - border: 1px solid #425399; -} -.lw_id_where{ - background: #425399; - text-align: center; - font-size: 28rpx; - padding:15rpx 0; - color: #c1d2ff; -} -.lw_photo{ - height: 300rpx; - background:url("http://fileimg.makalu.cc/WEB_FA2A182381DB4C36BBDC68DAB90D2186.png") no-repeat center/80%; -} -.lw_photo image{ - width: 100%; - height: 100%; - border-radius: 10rpx; -} -.lw_table_div{ - padding: 0 30rpx; - font-size: 28rpx; -} -.lw_table_left{ - padding:0 10rpx; - height: 100rpx; - text-align: right; - line-height: 100rpx; -} -.lw_table_right{ - padding:0 10rpx; - height: 100rpx; - border-bottom: 1px solid #343d5a; -} -.lw_input{ - height: 100rpx; - width: 100%; -} -.van-radio__label{ - color:#ffffff !important; -} -.van-radio{ - float: left; - margin: 30rpx 30rpx 30rpx 0; -} - - - - - - - - - -/* 插件 */ -/* pages/gongchengliebiao/gongchengliebiao.wxss */ -.list_max{ - padding: 0 30rpx; - margin: 30rpx 0 10rpx; -} -.list_min{ - border-radius:10rpx; - background: #2b345b; - height: 80rpx; -} -.list_min_1{ - height: 80rpx; - line-height: 80rpx; - font-size: 28rpx; - padding-left: 10rpx; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - word-break: break-all; -} -.list_min_2{ - height: 80rpx; - text-align: center; - line-height: 80rpx; -} -.list_bottom{ - width:30rpx; - height:30rpx; -} -.list_title{ - color:#8ca4ee; - font-size: 24rpx; - padding: 20rpx 30rpx; -} -.list_title text{ - font-size: 26rpx; - color: #1aeff5; -} - - - - -.list_warning.active{ - background: url("http://fileimg.makalu.cc/CORE_ACFA3598B4C943EB836848A6977C4189.png") no-repeat left/30rpx; - padding-left: 35rpx; -} -.list_video.active{ - background: url("http://fileimg.makalu.cc/CORE_48D684509A314D55BD3B61EFFB77EF07.png") no-repeat left/30rpx; - padding-left: 35rpx; -} -.list_dust.active{ - background: url("http://fileimg.makalu.cc/CORE_085FA305D4314B8CA5954C569D127EB9.png") no-repeat left/30rpx; - padding-left: 35rpx; -} -.lw_input_view{ - line-height: 100rpx; - text-overflow: ellipsis; - overflow: hidden; - word-break: break-all; - width: 100%; -} -.lw_input_view image{ - float: right; - width: 30rpx; - height: 30rpx; - position: relative; - top: 35rpx; -} -.address{ - margin: 0 30rpx; - color: #8ca4ee; - font-size: 28rpx; - padding: 20rpx 0 20rpx 50rpx; - background: url("http://fileimg.makalu.cc/CORE_1F1F3A2778334D3EAC1226DDCEBD48D0.png") no-repeat left/40rpx; -} -.map_list_info{ - background: #232a44; - padding: 0 30rpx; -} - -.van-center-enter-to.van-center-enter-active{ - border-radius: 20rpx; - background: #232a44; -} -.map_list_info_title{ - padding: 30rpx; - text-align: center; -} -.map_list_info .van-picker{ - background: none; -} -.map_list_info view{ - background: none; -} -.map_list_info .van-picker-column{ - color: #157dd2; -} -.map_list_info .van-picker-column__item--selected{ - color: #00e3fe; -} -.map_list_info .van-hairline--top-bottom:after{ - border-width: 0px 0; -} - -.splicing{ - background: #232a44; - color: #1aeff5; - padding: 20rpx 30rpx; -} - - -/* -------------------------- */ -.van-popup.van-popup--bottom{ - background: #232a44; -} -.van-tabs__scroll{ - background: none !important; -} -.van-hairline--top-bottom:after{ - border: none !important; -} -.van-tab.van-tab--active{ - color: #14feff !important; -} -.van-tab{ - color: #157dd2 !important; -} -.van-tabs__line{ - background-color:#14feff !important; -} - -.van-calendar{ - background-color: #232a44 !important; -} -.van-calendar__month-mark{ - color:rgba(255,255,255,0.2) !important; -} -.van-popup{ - background: none !important; -} - -.van-calendar__day--disabled{ - color:rgba(255,255,255,0.4) !important; -} -.van-calendar__header-subtitle{ - display: none; -} -.van-button--block.van-button--round{ - width: 100%; -} - - -.lw_btn_zc{ - width: 70%; - margin: 50rpx auto 0; - text-align: center; - height: 70rpx; - line-height: 70rpx; - background: #687bfe; - border-radius: 30rpx; -} -.lw_btn_zc:active{ - background: #7655fc; -} - - - - - - - - - - diff --git a/miniprogram/pageage/suishoupai-psh/suishoupai-psh.js b/miniprogram/pageage/suishoupai-psh/suishoupai-psh.js deleted file mode 100644 index 417f848..0000000 --- a/miniprogram/pageage/suishoupai-psh/suishoupai-psh.js +++ /dev/null @@ -1,38 +0,0 @@ -// miniprogram/pages/suishoupai2/suishoupai.js -const app = getApp(); -Page({ - - /** - * 页面的初始数据 - */ - data: { - url:'', - projectId:'', - loginName:'', - }, - - /** - * 生命周期函数--监听页面加载 - */ - onLoad: function (options) { - /** - * 获取缓存数据 - */ - wx.getStorage({ - key: 'userinfo', - success: res => { - // this.setData({ - // url:"http://127.0.0.1:8091/weixin/pshManage/goListPage?projectId="+ app.globalData.projectId +"&loginName="+ res.data.loginName +"&projectName=" + app.globalData.projectName - // }) - this.setData({ - url:"https://cf.makalu.cc/weixin/pshManage/goListPage?projectId="+ app.globalData.projectId +"&loginName="+ res.data.loginName +"&projectName=" + app.globalData.projectName - }) - }, - fail: res =>{ - wx.redirectTo({ - url: '../login/login' - }) - } - }) - }, -}) \ No newline at end of file diff --git a/miniprogram/pageage/suishoupai-psh/suishoupai-psh.json b/miniprogram/pageage/suishoupai-psh/suishoupai-psh.json deleted file mode 100644 index 8835af0..0000000 --- a/miniprogram/pageage/suishoupai-psh/suishoupai-psh.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "usingComponents": {} -} \ No newline at end of file diff --git a/miniprogram/pageage/suishoupai-psh/suishoupai-psh.wxml b/miniprogram/pageage/suishoupai-psh/suishoupai-psh.wxml deleted file mode 100644 index 7595e6b..0000000 --- a/miniprogram/pageage/suishoupai-psh/suishoupai-psh.wxml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/miniprogram/pageage/suishoupai-psh/suishoupai-psh.wxss b/miniprogram/pageage/suishoupai-psh/suishoupai-psh.wxss deleted file mode 100644 index 476d78c..0000000 --- a/miniprogram/pageage/suishoupai-psh/suishoupai-psh.wxss +++ /dev/null @@ -1 +0,0 @@ -/* miniprogram/pages/suishoupai2/suishoupai.wxss */ \ No newline at end of file diff --git a/miniprogram/pageage/suishoupai/suishoupai.js b/miniprogram/pageage/suishoupai/suishoupai.js deleted file mode 100644 index 15e4da0..0000000 --- a/miniprogram/pageage/suishoupai/suishoupai.js +++ /dev/null @@ -1,38 +0,0 @@ -// miniprogram/pages/suishoupai/suishoupai.js -const app = getApp(); -Page({ - - /** - * 页面的初始数据 - */ - data: { - url:'', - projectId:'', - loginName:'', - }, - - /** - * 生命周期函数--监听页面加载 - */ - onLoad: function (options) { - /** - * 获取缓存数据 - */ - wx.getStorage({ - key: 'userinfo', - success: res => { - // this.setData({ - // url:"http://127.0.0.1:8091/weixin/sspManage/goListPage?projectId="+ app.globalData.projectId +"&loginName="+ res.data.loginName +"&projectName=" + app.globalData.projectName - // }) - this.setData({ - url:"https://cf.makalu.cc/weixin/sspManage/goListPage?projectId="+ app.globalData.projectId +"&loginName="+ res.data.loginName +"&projectName=" + app.globalData.projectName - }) - }, - fail: res =>{ - wx.redirectTo({ - url: '../login/login' - }) - } - }) - }, -}) \ No newline at end of file diff --git a/miniprogram/pageage/suishoupai/suishoupai.json b/miniprogram/pageage/suishoupai/suishoupai.json deleted file mode 100644 index 8835af0..0000000 --- a/miniprogram/pageage/suishoupai/suishoupai.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "usingComponents": {} -} \ No newline at end of file diff --git a/miniprogram/pageage/suishoupai/suishoupai.wxml b/miniprogram/pageage/suishoupai/suishoupai.wxml deleted file mode 100644 index f930946..0000000 --- a/miniprogram/pageage/suishoupai/suishoupai.wxml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/miniprogram/pageage/suishoupai/suishoupai.wxss b/miniprogram/pageage/suishoupai/suishoupai.wxss deleted file mode 100644 index 8427989..0000000 --- a/miniprogram/pageage/suishoupai/suishoupai.wxss +++ /dev/null @@ -1 +0,0 @@ -/* miniprogram/pages/suishoupai/suishoupai.wxss */ \ No newline at end of file diff --git a/miniprogram/pageage/voucherManagement/index.js b/miniprogram/pageage/voucherManagement/index.js deleted file mode 100644 index 25c84d7..0000000 --- a/miniprogram/pageage/voucherManagement/index.js +++ /dev/null @@ -1,167 +0,0 @@ -// pages/voucherManagement/index.js -const app = getApp() -Page({ - - /** - * 页面的初始数据 - */ - data: { - DeviceGroupData: [], - DocumentList:[], - show: false, - loadShow:false, - loginName:'', - userName:'', - deptId:'', - projectName:'', - projectId:'', - monthCount:0, - weekCount:0, - - initData:{} - }, - - //项目切换 返回值 - onProjectSelect(e){ - this.onClickShow(); - let projectId = e.detail.id; - let projectName = e.detail.text; - app.globalData.projectId = projectId; - app.globalData.projectName = projectName; - this.setData({ - projectId:projectId, - projectName:projectName - }) - this.onLoad(); - }, - - //筛选条件 - screenCondition(e){ - console.log(e.detail) - this.getDocumentList(e.detail.typeId,e.detail.startDate,e.detail.endTime) - }, - - showPopup() { - this.setData({ show: true }); - - }, - - onClose() { - this.setData({ show: false }); - }, - - onClickShow() { - this.setData({ loadShow: true }); - }, - - onClickHide() { - this.setData({ loadShow: false }); - }, - - /** - * 生命周期函数--监听页面加载 - */ - onLoad(options) { - var that = this; - //加载蒙版 - that.onClickShow(); - //获取缓存数据 - wx.getStorage({ - key: 'userinfo', - success:function(res){ - console.log(res.data); - that.setData({ - loginName:res.data.loginName, - userName:res.data.userName, - deptId:res.data.deptId, - projectName: app.globalData.projectName, - projectId:app.globalData.projectId, - initData:{text:app.globalData.projectName,id:app.globalData.projectId} - }) - - that.getDocumentType(); - that.getDocumentList('','',''); - } - }) - }, - - /** - * 凭证类型 - */ - getDocumentType:function(){ - wx.request({ - url: app.globalData.reqUrl+'/weixin/security/getDocumentType', - method: 'get', - data: { - deptId:this.data.deptId, - projectId:this.data.projectId, - }, - success: resData => { - this.onClickHide(); - if(resData.data.code == 200){ - let DeviceGroupData = resData.data.data; - let list = []; - for(let i = 0;i { - this.onClickHide(); - console.log(resData.data); - if(resData.data.code == 200){ - this.setData({ - DocumentList:resData.data.data, - weekCount:resData.data.weekCount, - monthCount:resData.data.monthCount - }) - }else{ - this.setData({ - DocumentList:[], - weekCount:0, - monthCount:0 - }) - } - } - }) - }, - - /** - * 返回到更多功能页面 - */ - goGCLB:function(){ - wx.redirectTo({ - url: '../../pages/gengduogongneng/gengduogongneng' - }) - }, - - /** - * 跳转到add页面 - */ - add:function(){ - wx.navigateTo({ - url: '../voucherManagementAddto/index?projectName='+this.data.projectName+"&projectId="+this.data.projectId, - }) - } - -}) \ No newline at end of file diff --git a/miniprogram/pageage/voucherManagement/index.json b/miniprogram/pageage/voucherManagement/index.json deleted file mode 100644 index a3ad9fd..0000000 --- a/miniprogram/pageage/voucherManagement/index.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "usingComponents": { - "van-overlay": "@vant/weapp/overlay/index" , - "van-popup": "@vant/weapp/popup/index" - }, - "navigationBarTitleText": "凭证管理" -} \ No newline at end of file diff --git a/miniprogram/pageage/voucherManagement/index.wxml b/miniprogram/pageage/voucherManagement/index.wxml deleted file mode 100644 index 8301141..0000000 --- a/miniprogram/pageage/voucherManagement/index.wxml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - 本周上传: - {{weekCount}} - 个 - - - - - - 本月上传: - {{monthCount}} - 个 - - - - - - - - 凭证列表 - - - - - - - - {{item.typeNameStr}} - - - 发生时间: - {{item.createTime}} - - - 上传时间: - {{item.time}} - - - 备注: - {{item.remarks}} - - - 凭证图片: - - - - - - - - - - - 新增 - - - - - - - - - 数据加载中!请稍后... - - \ No newline at end of file diff --git a/miniprogram/pageage/voucherManagement/index.wxss b/miniprogram/pageage/voucherManagement/index.wxss deleted file mode 100644 index c5e0203..0000000 --- a/miniprogram/pageage/voucherManagement/index.wxss +++ /dev/null @@ -1,17 +0,0 @@ -/* pages/voucherManagement/index.wxss */ -.van-uploader__preview-image{ - width: 140rpx !important; - height: 140rpx !important; -} -.van-picker__mask { - background-image: none !important; -} - -.van-hairline--top-bottom:after { - border-top: 1px solid #3a4c8b !important; - border-bottom: 1px solid #3a4c8b !important; -} - -.van-picker { - background: none !important; -} diff --git a/miniprogram/pageage/voucherManagementAddto/index.js b/miniprogram/pageage/voucherManagementAddto/index.js deleted file mode 100644 index 9685a07..0000000 --- a/miniprogram/pageage/voucherManagementAddto/index.js +++ /dev/null @@ -1,202 +0,0 @@ -// pages/voucherManagementAddto/index.js -const app = getApp() -Page({ - - /** - * 页面的初始数据 - */ - data: { - projectNameList:[], - voucherTypeList:[], - loadShow:false, - loginName:'', - userName:'', - deptId:'', - projectName:'', - projectId:'', - fileList:[], - //参数 - voucherType:'', - happenTime:'', - uploadTime:'', - remarks:'', - }, - - //选择项目名称 - onSelectProjectName(e){ - console.log(e.detail) - this.setData({ - projectId:e.detail.id, - projectName:e.detail.text - }) - }, - //选择凭证类型 - onSelectVoucherType(e){ - console.log(e.detail) - this.setData({ - voucherType:e.detail.id - }) - }, - //发生时间 - onOccurrenceTime(e){ - console.log(e.detail) - this.setData({ - happenTime:e.detail - }) - }, - //上传时间 - onUploadTime(e){ - console.log(e.detail) - this.setData({ - uploadTime:e.detail - }) - }, - //备注 - remarks(e){ - console.log(e.detail.value); - this.setData({ - remarks:e.detail.value - }) - }, - - - onClickShow() { - this.setData({ loadShow: true }); - }, - - onClickHide() { - this.setData({ loadShow: false }); - }, - - /** - * 生命周期函数--监听页面加载 - */ - onLoad(options) { - console.log(options) - var that = this; - //加载蒙版 - that.onClickShow(); - //获取缓存数据 - wx.getStorage({ - key: 'userinfo', - success:function(res){ - console.log(res.data); - that.setData({ - loginName:res.data.loginName, - userName:res.data.userName, - deptId:res.data.deptId, - projectNameList:[{text:options.projectName,id:options.projectId}] - }) - that.getDocumentType(); - } - }) - }, - - /** - * 凭证类型 - */ - getDocumentType:function(){ - wx.request({ - url: app.globalData.reqUrl+'/weixin/security/getDocumentType', - method: 'get', - data: { - deptId:this.data.deptId, - projectId:this.data.projectId, - }, - success: resData => { - this.onClickHide(); - if(resData.data.code == 200){ - let DeviceGroupData = resData.data.data; - let list = []; - for(let i = 0;i { - let data = JSON.parse(res.data); - // 上传完成需要更新 fileList - let fileList = this.data.fileList - fileList.push(data); - this.setData({ fileList:fileList}); - }, - }); - }, - - add:function(){ - //判断值是否为空 - if(this.data.projectId == '' || this.data.projectId == undefined){ - app.toast("请选择项目"); - return; - }else if(this.data.voucherType == '' || this.data.voucherType == undefined){ - app.toast("请选择凭证类型"); - return; - }else if(this.data.happenTime == '' || this.data.happenTime == undefined){ - app.toast("请选择发生时间"); - return; - }else if(this.data.uploadTime == '' || this.data.uploadTime == undefined){ - app.toast("请选择上传时间"); - return; - }else if(this.data.fileList.length == 0){ - app.toast("请上传文件"); - return; - } - console.log(this.data.fileList); - wx.request({ - header: { - 'content-type': 'application/x-www-form-urlencoded' - }, - url:app.globalData.reqUrl+'/weixin/security/addDocumentData', - data:{ - deptId:this.data.deptId, - projectId:this.data.projectId, - projectName:this.data.projectName, - type:this.data.voucherType, - createTime:this.data.happenTime, - time:this.data.uploadTime, - createUser:this.data.loginName, - userName:this.data.userName, - remarks:this.data.remarks, - djCertificatesonList:JSON.stringify(this.data.fileList) - }, - method:"POST", - success:function(res){ - console.log(res.data); - if(res.data.code == 200){ - wx.redirectTo({ - url: '../voucherManagement/index', - }) - }else{ - app.toast("添加失败"); - return; - } - } - }) - }, - - /** - * 返回凭证管理 - */ - goGCLB:function(){ - wx.redirectTo({ - url: '../voucherManagement/index' - }) - }, -}) \ No newline at end of file diff --git a/miniprogram/pageage/voucherManagementAddto/index.json b/miniprogram/pageage/voucherManagementAddto/index.json deleted file mode 100644 index ffd5947..0000000 --- a/miniprogram/pageage/voucherManagementAddto/index.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "usingComponents": { - "van-overlay": "@vant/weapp/overlay/index" - }, - "navigationBarTitleText": "新增凭证" -} \ No newline at end of file diff --git a/miniprogram/pageage/voucherManagementAddto/index.wxml b/miniprogram/pageage/voucherManagementAddto/index.wxml deleted file mode 100644 index 1263fbe..0000000 --- a/miniprogram/pageage/voucherManagementAddto/index.wxml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - 项目名称 - - - - - 凭证类型 - - - - - 发生时间 - - - - - 上传时间 - - - - - 备注 -