给后端改参数
This commit is contained in:
parent
7501706ccb
commit
5d56caaaae
|
|
@ -304,11 +304,12 @@
|
|||
|
||||
if (allNonEmpty) {
|
||||
let data = uni.getStorageSync('backhuancun')
|
||||
// console.log("?????",data)
|
||||
if (data.endTime == '长期') {
|
||||
data.endTime = swapLongTerm(data.endTime);
|
||||
}
|
||||
uni.setStorageSync("backhuancun", data)
|
||||
|
||||
// return
|
||||
changemessage(uni.getStorageSync('backhuancun'), ukey.value).then(res => {
|
||||
if (res.success && res.result != '重复提交' && res.result != '未做变更') {
|
||||
|
||||
|
|
|
|||
|
|
@ -258,7 +258,10 @@
|
|||
data.healthFmPath = imgArray[1]
|
||||
data.qualificationPath = imgArray[2]
|
||||
data.noCrimeCertificate = imgArray[3]
|
||||
data.endTime = swapLongTerm(data.endTime);
|
||||
if (data.endTime == '长期') {
|
||||
data.endTime = swapLongTerm(data.endTime);
|
||||
}
|
||||
// data.endTime = swapLongTerm(data.endTime);
|
||||
data.orgCode = uni.getStorageSync('changeyuangongorgCode')
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,9 +30,7 @@
|
|||
<view class="bgc-card">
|
||||
<view class="under-scroll">
|
||||
<view v-for="(item,index) in workArray" :key="index">
|
||||
<view class="white-small" :style="item.applyStatus != 1 && item.applyStatus != 2 &&
|
||||
((item.izHistory == 1 && item.applyType != '2') || item.applyType != '0')?{height:`340rpx`}:{height:`280rpx`}"
|
||||
@click="jumpToAll">
|
||||
<view class="white-small" @click="jumpToAll">
|
||||
<view class="card-font">
|
||||
|
||||
{{item.departName}}
|
||||
|
|
@ -209,7 +207,7 @@
|
|||
.white-small {
|
||||
width: 94%;
|
||||
margin-left: 3%;
|
||||
height: 300rpx;
|
||||
// height: 300rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 30rpx;
|
||||
// padding: 40rpx;
|
||||
|
|
@ -218,6 +216,7 @@
|
|||
font-size: 25rpx;
|
||||
// color: #999999;
|
||||
position: relative;
|
||||
padding-bottom: 25rpx;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -340,8 +339,8 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
|
||||
border: 2rpx solid #9AD1FF;
|
||||
color: #007CFF;
|
||||
border: 2rpx solid #9AD1FF;
|
||||
color: #007CFF;
|
||||
border-radius: 25rpx;
|
||||
|
||||
font-size: 30rpx;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -165,7 +165,7 @@ const _sfc_main = {
|
|||
});
|
||||
},
|
||||
fail: (err) => {
|
||||
common_vendor.index.__f__("error", "at pages/addjigou/where.vue:325", "订阅接口调用失败:", err);
|
||||
common_vendor.index.__f__("error", "at pages/addjigou/where.vue:326", "订阅接口调用失败:", err);
|
||||
common_vendor.index.showToast({
|
||||
title: "订阅失败",
|
||||
icon: "none"
|
||||
|
|
@ -235,7 +235,7 @@ const _sfc_main = {
|
|||
common_vendor.onShow(() => {
|
||||
const data = common_vendor.index.getStorageSync("dingwei");
|
||||
if (data) {
|
||||
common_vendor.index.__f__("log", "at pages/addjigou/where.vue:409", "data", data);
|
||||
common_vendor.index.__f__("log", "at pages/addjigou/where.vue:410", "data", data);
|
||||
jigouweizhi.value = data.name;
|
||||
form.orgAddress = data.name;
|
||||
form.orgCoordinateLo = data.lng;
|
||||
|
|
|
|||
|
|
@ -116,7 +116,9 @@ const _sfc_main = {
|
|||
data.healthFmPath = imgArray[1];
|
||||
data.qualificationPath = imgArray[2];
|
||||
data.noCrimeCertificate = imgArray[3];
|
||||
data.endTime = compontent_public_long.swapLongTerm(data.endTime);
|
||||
if (data.endTime == "长期") {
|
||||
data.endTime = compontent_public_long.swapLongTerm(data.endTime);
|
||||
}
|
||||
data.orgCode = common_vendor.index.getStorageSync("changeyuangongorgCode");
|
||||
pages_addstaff_api_addjigou.changemessage(data, ukey.value).then((res) => {
|
||||
if (res.result == "重复提交") {
|
||||
|
|
|
|||
|
|
@ -104,13 +104,8 @@ const _sfc_main = {
|
|||
}, item.applyStatus != 1 && item.applyStatus != 2 && item.applyType != "0" ? {
|
||||
q: common_vendor.o(($event) => openLook(item.auditContent), index)
|
||||
} : {}, {
|
||||
r: common_vendor.s(item.applyStatus != 1 && item.applyStatus != 2 && (item.izHistory == 1 && item.applyType != "2" || item.applyType != "0") ? {
|
||||
height: `340rpx`
|
||||
} : {
|
||||
height: `280rpx`
|
||||
}),
|
||||
s: common_vendor.o(jumpToAll, index),
|
||||
t: index
|
||||
r: common_vendor.o(jumpToAll, index),
|
||||
s: index
|
||||
});
|
||||
}),
|
||||
i: common_vendor.s(!workArray.value.length ? {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="login-container data-v-9f30267b" style="{{i}}"><model wx:if="{{b}}" class="data-v-9f30267b" bindclose="{{a}}" u-i="9f30267b-0" bind:__l="__l" u-p="{{b}}"/><view class="title-back data-v-9f30267b" style="{{'height:' + d}}"><view class="left-father data-v-9f30267b" bindtap="{{c}}"><image class="back-img data-v-9f30267b" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-9f30267b" style="font-size:30rpx">审核记录</view></view></view><view class="data-v-9f30267b" style="{{'height:' + e}}"></view><view wx:if="{{f}}" class="index-up data-v-9f30267b"><image class="index-up-img data-v-9f30267b" src="https://www.focusnu.com/media/directive/index/indexgif.gif" mode="widthFix" lazy-load="false"/></view><view wx:if="{{g}}" class="data-v-9f30267b" style="position:absolute;left:0;top:400rpx;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999"><image class="data-v-9f30267b" style="height:220rpx;width:350rpx" src="https://www.focusnu.com/media/directive/index/jigouyaoqing.png"/><view class="data-v-9f30267b" style="color:#8E96AD;margin-top:20rpx"> 暂无申请信息 </view></view><view class="bgc-card data-v-9f30267b"><view class="under-scroll data-v-9f30267b"><view wx:for="{{h}}" wx:for-item="item" wx:key="t" class="data-v-9f30267b"><view class="white-small data-v-9f30267b" style="{{item.r}}" bindtap="{{item.s}}"><view class="card-font data-v-9f30267b">{{item.a}}</view><view class="gray-font data-v-9f30267b"><image class="data-v-9f30267b" style="margin-left:10rpx;height:25rpx;width:25rpx;margin-right:10rpx" src="https://www.focusnu.com/media/directive/index/ruzhu/man.png"/> {{item.b}} | <image class="data-v-9f30267b" style="margin-left:10rpx;height:25rpx;width:25rpx;margin-right:10rpx" src="https://www.focusnu.com/media/directive/index/ruzhu/phone.png"/> {{item.c}}</view><view wx:if="{{item.d}}" class="applying data-v-9f30267b">{{item.e}}</view><view wx:if="{{item.f}}" class="applysuccess data-v-9f30267b">{{item.g}}</view><view wx:if="{{item.h}}" class="applyfail data-v-9f30267b">{{item.i}}</view><view wx:if="{{item.j}}" class="applying data-v-9f30267b"> 变更中 </view><view wx:if="{{item.k}}" class="applysuccess data-v-9f30267b"> 变更通过 </view><view wx:if="{{item.l}}" class="applyfail data-v-9f30267b"> 变更驳回 </view><view class="gray-bgc data-v-9f30267b"><image class="gray-img data-v-9f30267b" src="https://www.focusnu.com/media/directive/index/ditu/bgc.png"/><view class="data-v-9f30267b" style="color:#999999;z-index:1;font-size:27rpx;width:100%"><image class="data-v-9f30267b" style="margin-left:10rpx;height:30rpx;width:25rpx;margin-right:10rpx;z-index:1" src="https://www.focusnu.com/media/directive/index/ditu/mark.png"/> {{item.m}}</view></view><view class="data-v-9f30267b" style="width:100%;display:flex;justify-content:center"><view wx:if="{{item.n}}" class="blue-button data-v-9f30267b" catchtap="{{item.o}}"> 重新申请 </view><view wx:if="{{item.p}}" class="white-button data-v-9f30267b" catchtap="{{item.q}}"> 驳回原因 </view></view></view></view></view></view></view>
|
||||
<view class="login-container data-v-9f30267b" style="{{i}}"><model wx:if="{{b}}" class="data-v-9f30267b" bindclose="{{a}}" u-i="9f30267b-0" bind:__l="__l" u-p="{{b}}"/><view class="title-back data-v-9f30267b" style="{{'height:' + d}}"><view class="left-father data-v-9f30267b" bindtap="{{c}}"><image class="back-img data-v-9f30267b" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-9f30267b" style="font-size:30rpx">审核记录</view></view></view><view class="data-v-9f30267b" style="{{'height:' + e}}"></view><view wx:if="{{f}}" class="index-up data-v-9f30267b"><image class="index-up-img data-v-9f30267b" src="https://www.focusnu.com/media/directive/index/indexgif.gif" mode="widthFix" lazy-load="false"/></view><view wx:if="{{g}}" class="data-v-9f30267b" style="position:absolute;left:0;top:400rpx;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999"><image class="data-v-9f30267b" style="height:220rpx;width:350rpx" src="https://www.focusnu.com/media/directive/index/jigouyaoqing.png"/><view class="data-v-9f30267b" style="color:#8E96AD;margin-top:20rpx"> 暂无申请信息 </view></view><view class="bgc-card data-v-9f30267b"><view class="under-scroll data-v-9f30267b"><view wx:for="{{h}}" wx:for-item="item" wx:key="s" class="data-v-9f30267b"><view class="white-small data-v-9f30267b" bindtap="{{item.r}}"><view class="card-font data-v-9f30267b">{{item.a}}</view><view class="gray-font data-v-9f30267b"><image class="data-v-9f30267b" style="margin-left:10rpx;height:25rpx;width:25rpx;margin-right:10rpx" src="https://www.focusnu.com/media/directive/index/ruzhu/man.png"/> {{item.b}} | <image class="data-v-9f30267b" style="margin-left:10rpx;height:25rpx;width:25rpx;margin-right:10rpx" src="https://www.focusnu.com/media/directive/index/ruzhu/phone.png"/> {{item.c}}</view><view wx:if="{{item.d}}" class="applying data-v-9f30267b">{{item.e}}</view><view wx:if="{{item.f}}" class="applysuccess data-v-9f30267b">{{item.g}}</view><view wx:if="{{item.h}}" class="applyfail data-v-9f30267b">{{item.i}}</view><view wx:if="{{item.j}}" class="applying data-v-9f30267b"> 变更中 </view><view wx:if="{{item.k}}" class="applysuccess data-v-9f30267b"> 变更通过 </view><view wx:if="{{item.l}}" class="applyfail data-v-9f30267b"> 变更驳回 </view><view class="gray-bgc data-v-9f30267b"><image class="gray-img data-v-9f30267b" src="https://www.focusnu.com/media/directive/index/ditu/bgc.png"/><view class="data-v-9f30267b" style="color:#999999;z-index:1;font-size:27rpx;width:100%"><image class="data-v-9f30267b" style="margin-left:10rpx;height:30rpx;width:25rpx;margin-right:10rpx;z-index:1" src="https://www.focusnu.com/media/directive/index/ditu/mark.png"/> {{item.m}}</view></view><view class="data-v-9f30267b" style="width:100%;display:flex;justify-content:center"><view wx:if="{{item.n}}" class="blue-button data-v-9f30267b" catchtap="{{item.o}}"> 重新申请 </view><view wx:if="{{item.p}}" class="white-button data-v-9f30267b" catchtap="{{item.q}}"> 驳回原因 </view></view></view></view></view></view></view>
|
||||
|
|
@ -39,12 +39,12 @@
|
|||
.under-scroll .white-small.data-v-9f30267b {
|
||||
width: 94%;
|
||||
margin-left: 3%;
|
||||
height: 300rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 30rpx;
|
||||
padding: 0rpx 40rpx;
|
||||
font-size: 25rpx;
|
||||
position: relative;
|
||||
padding-bottom: 25rpx;
|
||||
}
|
||||
.button-heng.data-v-9f30267b {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue