This commit is contained in:
wangweidong 2026-03-03 14:09:54 +08:00
parent dd55862a38
commit 4c61e8667a
18 changed files with 35 additions and 32 deletions

View File

@ -451,6 +451,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -467,6 +467,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -575,6 +575,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -664,6 +664,7 @@
.photo-font { .photo-font {
font-size: 23rpx; font-size: 23rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -704,7 +704,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #666; color: #999999;
} }
} }

View File

@ -213,6 +213,7 @@
.photo-font { .photo-font {
font-size: 23rpx; font-size: 23rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -307,7 +307,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #666; color: #999999;
} }
} }

View File

@ -996,6 +996,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -389,7 +389,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #666; color: #999999;
} }
} }

View File

@ -226,6 +226,7 @@
.photo-font { .photo-font {
font-size: 23rpx; font-size: 23rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -228,6 +228,7 @@
}, },
formData: {}, formData: {},
success: uploadRes => { success: uploadRes => {
console.log(uploadRes,1111111111111111111)
if (!JSON.parse(uploadRes.data).success) { if (!JSON.parse(uploadRes.data).success) {
uni.hideLoading() uni.hideLoading()
uni.showToast({ uni.showToast({
@ -600,7 +601,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #666; color: #999999;
} }
} }

View File

@ -612,7 +612,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #666; color: #999999;
} }
} }

View File

@ -556,7 +556,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #666; color: #999999;
} }
} }

View File

@ -309,23 +309,13 @@
} }
// data.endTime = swapLongTerm(data.endTime); // data.endTime = swapLongTerm(data.endTime);
data.orgCode = uni.getStorageSync('changeyuangongorgCode') data.orgCode = uni.getStorageSync('changeyuangongorgCode')
if(data.applyStatus=='2'||data.modifyStatus){
// uni.showToast({ data.modifyStatus = 1;
// title: "888888888888", }
// icon: 'none' console.log(data,22222222222222)
// })
console.log("AAAA", data, ukey.value)
changemessage(data, ukey.value).then(res => { changemessage(data, ukey.value).then(res => {
console.log("BBBB", res) console.log("BBBB", res)
// uni.showToast({
// title: res,
// // icon: 'none'
// })
// uni.showToast({
// title: res.result,
// // icon: 'none'
// })
// return
if (res.result == '重复提交') { if (res.result == '重复提交') {
uni.showToast({ uni.showToast({
title: `重复提交`, title: `重复提交`,
@ -387,7 +377,7 @@
const gopush = () => { const gopush = () => {
// console.log("????", uni.getStorageSync('nostaffmessage')) console.log("????", uni.getStorageSync('nostaffmessage'))
if (uni.getStorageSync('nostaffmessage')) { if (uni.getStorageSync('nostaffmessage')) {
@ -430,7 +420,7 @@
], ],
success: (res) => { success: (res) => {
uni.setStorageSync( uni.setStorageSync(
'nostaffmessage', ""); 'nostaffmessage', data.modifyStatus?true:false);
uni.reLaunch({ uni.reLaunch({
url: `/pages/addstaff/successpush` url: `/pages/addstaff/successpush`
}); });
@ -610,6 +600,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -387,7 +387,9 @@
"hukouType", "hukouType",
"currentAddress", "currentAddress",
'auditContent', 'auditContent',
"applyStatus" "applyStatus",
"modifyStatus"
] ]
keys.forEach(key => { keys.forEach(key => {

View File

@ -572,7 +572,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #000; color: #999999;
} }
} }

View File

@ -736,6 +736,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #999999;
} }
} }

View File

@ -6,7 +6,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}"> <view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="goBack"> <view class="left-father" @click="goBack">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" /> <image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">监护人/长者信息</view> <view style="font-size: 30rpx;">{{targetpage.value==0?"监护人信息":'长者信息'}}</view>
</view> </view>
</view> </view>
@ -74,9 +74,9 @@
<!-- <view class="back-button" @click="dexcard = 0"> <!-- <view class="back-button" @click="dexcard = 0">
上一步 上一步
</view> --> </view> -->
<view class="finish-button" @click="targetpage = 1"> <!-- <view class="finish-button" @click="targetpage = 1">
下一步 下一步
</view> </view> -->
</view> </view>
<view class="white-content" v-show="targetpage"> <view class="white-content" v-show="targetpage">
<!-- <view style="width: 638rpx; <!-- <view style="width: 638rpx;
@ -155,14 +155,14 @@
</view> </view>
</view> </view>
</view> </view>
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;" v-if="targetpage"> <!-- <view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;" v-if="targetpage">
<view class="back-button" @click="targetpage = 0"> <view class="back-button" @click="targetpage = 0">
上一步 上一步
</view> </view>
<view class="finish-button" @click="goBack"> <view class="finish-button" @click="goBack">
关闭 关闭
</view> </view>
</view> </view> -->
<view style="display: flex;width: 100%;margin-top: 40rpx;"></view> <view style="display: flex;width: 100%;margin-top: 40rpx;"></view>
</div> </div>
@ -267,8 +267,9 @@
applyStatus.value = options.applyStatus applyStatus.value = options.applyStatus
} }
alldata.value = JSON.parse(options.element); alldata.value = JSON.parse(options.element);
let data = alldata.value let data = alldata.value
targetpage.value = data.modifyType===`zz`?1:0;
console.log(data) console.log(data)
if (data.content) { if (data.content) {
contentred.value = data.content contentred.value = data.content
@ -486,7 +487,7 @@
.photo-font { .photo-font {
font-size: 28rpx; font-size: 28rpx;
margin-top: 10rpx; margin-top: 10rpx;
color: #666; color: #999999;
} }
} }