diff --git a/pages.json b/pages.json index 89c269c..d2b18b5 100644 --- a/pages.json +++ b/pages.json @@ -116,6 +116,41 @@ "navigationBarTitleText": "选择护理单元" } }, + + + + + { + "path": "pages/addstaff/all", + "style": { + "navigationBarTitleText": "入职登记表" + } + }, + { + "path": "pages/addstaff/information", + "style": { + "navigationBarTitleText": "入职登记表" + } + }, + { + "path": "pages/addstaff/IDcard", + "style": { + "navigationBarTitleText": "入职登记表" + } + }, + { + "path": "pages/addstaff/bankcard", + "style": { + "navigationBarTitleText": "入职登记表" + } + }, + { + "path": "pages/addstaff/healthcertificate", + "style": { + "navigationBarTitleText": "入职登记表" + } + }, + { "path": "pages/addjigou/all", "style": { diff --git a/pages/addjigou/all.vue b/pages/addjigou/all.vue index a3c08f7..5951581 100644 --- a/pages/addjigou/all.vue +++ b/pages/addjigou/all.vue @@ -13,11 +13,7 @@ 驳回原因:{{contentred}} - - @@ -95,7 +91,6 @@ {{item}} - {{textArray0[index] ? textArray0[index] : "自动获取" }} @@ -117,13 +112,7 @@ - - - - - + @@ -168,7 +157,6 @@ const endphoto = ref(""); const statesTarget = ref(0); - // 本地保存的临时文件路径 const tempImagePath = ref('') @@ -191,25 +179,6 @@ }) } - - // const next = () => { - - // let trans = alldata.value - // trans.id = null - // uni.setStorageSync("baddata", trans) - // uni.setStorageSync('specicalid', trans.id); - // uni.setStorageSync("backhuancun", {}) - // uni.navigateTo({ - // url: `/pages/addjigou/name` - // }); - - // // uni.setStorageSync('specicalid', alldata.value.id); - // // uni.setStorageSync("baddata",alldata.value) - // // uni.setStorageSync("backhuancun",{}) - // // uni.navigateTo({ - // // url: `/pages/addjigou/name` - // // }); - // } function isAtLeastEightChars(str) { return typeof str === 'string' && str.length >= 12; } @@ -230,11 +199,8 @@ special.value = true } alldata.value = JSON.parse(options.element); - statesTarget.value = Number(alldata.value.status) - // console.log("????",alldata.value,statesTarget.value) let data = alldata.value - // console.log("????",data) if(data.content){ contentred.value = data.content } @@ -248,13 +214,11 @@ textArray[7] = `${data.startTime}-${data.endTime}`; headImge.value = `${base_url}/sys/common/static/${data.cardZmPath}`; backImge.value = `${base_url}/sys/common/static/${data.cardFmPath}`; - textArray0[0] = data.comName; textArray0[1] = data.comRegisterAddress; textArray0[2] = data.comCreditCode; textArray0[3] = data.comLegalPerson; headImge0.value = `${base_url}/sys/common/static/${data.comBusinessLicense}`; - // console.log("????",data.orgProvince_dictText,data.orgCity_dictText,data.orgDistrict_dictText) textArray1[0] = (data.orgProvince_dictText || "") + (data.orgCity_dictText!=null?data.orgCity_dictText:``) + (data.orgDistrict_dictText!=null?data.orgDistrict_dictText:``); textArray1[1] = data.orgAddress; textArray1[2] = data.orgLeader; @@ -274,15 +238,11 @@ width: 100%; background-color: #F7F7F7; position: relative; - // box-shadow: 2rpx 2rpx 4rpx rgba(0, 0, 0, 0.1); .white-content { width: 90%; margin-left: 5%; - // margin-top: 30rpx; - // height: 1200rpx; border-radius: 35rpx; - // background-color: rgb(245, 251, 254); .content-title { display: flex; @@ -292,11 +252,7 @@ font-weight: 600; .content-weight { - // font-size: 35rpx; - - // margin-left: 10rpx; font-size: 32rpx; - // margin-top: 20rpx; } .content-img { @@ -311,13 +267,9 @@ .white-photo { width: 100%; - - // margin-left: 5%; - // margin-top: 30rpx; height: 300rpx; border-radius: 35rpx; background-color: #fff; - // box-shadow: 4rpx 4rpx 8rpx rgba(0, 0, 0, 0.1); justify-content: space-around; align-items: center; display: flex; @@ -330,38 +282,19 @@ .white-message { width: 100%; - // margin-left: 5%; margin-top: 20rpx; padding-top: 20rpx; padding-bottom: 20rpx; margin-bottom: 30rpx; - // height: 800rpx; border-radius: 35rpx; background-color: #fff; - // box-shadow: 4rpx 4rpx 8rpx rgba(0, 0, 0, 0.1); justify-content: space-around; - // align-items: center; display: flex; flex-direction: column; - .message-title { - width: 100%; - height: 100rpx; - align-items: center; - display: flex; - - - - .message-weight { - font-size: 30rpx; - // font-weight: 600; - } - } - .one { width: 90%; margin-left: 5%; - // border-bottom: 1rpx solid #F7F7F7; height: 100rpx; display: flex; justify-content: space-between; @@ -410,22 +343,6 @@ color: #999999; } - // .finish-button { - // display: flex; - // justify-content: center; - // align-items: center; - // width: 92%; - // height: 90rpx; - // margin: 0rpx auto; - // margin-bottom: 10rpx; - // margin-top: 20rpx; - // color: #fff; - // background: linear-gradient(to right, #00C9FF, #0076FF); - // border-radius: 37rpx; - // font-size: 35rpx; - // z-index: 1; - // } - .title-back { margin-top: 100rpx; width: 100%; @@ -447,42 +364,6 @@ } } - .rightStautes { - width: 170rpx; - height: 62rpx; - border-radius: 60rpx; - background-color: #FF913A; - display: flex; - justify-content: center; - align-items: center; - color: #fff; - margin-right: 30rpx; - } - - .rightStautesred { - width: 170rpx; - height: 62rpx; - border-radius: 60rpx; - background: linear-gradient(to right, #FF4A76, #FF553A); - display: flex; - justify-content: center; - align-items: center; - color: #fff; - margin-right: 30rpx; - } - - .rightStautesblue { - width: 170rpx; - height: 62rpx; - border-radius: 60rpx; - background: linear-gradient(to right, #00C9FF, #0076FF); - display: flex; - justify-content: center; - align-items: center; - color: #fff; - margin-right: 30rpx; - } - .shu { width: 14rpx; height: 36rpx; @@ -511,7 +392,6 @@ } .contentred{ width: 90%; - border: dashed 3rpx #FF4B2F; border-radius: 15rpx; margin: 15rpx 0; diff --git a/pages/addjigou/card.vue b/pages/addjigou/card.vue index 21a18bc..6e99493 100644 --- a/pages/addjigou/card.vue +++ b/pages/addjigou/card.vue @@ -1,6 +1,5 @@