Commit 5de253fe authored by youjie's avatar youjie

no message

parent cb41a0bd
...@@ -591,6 +591,14 @@ ...@@ -591,6 +591,14 @@
padding-left: 53rpx; padding-left: 53rpx;
padding-right: 53rpx; padding-right: 53rpx;
} }
.PX60{
padding-left: 60rpx;
padding-right: 60rpx;
}
.PX70{
padding-left: 70rpx;
padding-right: 70rpx;
}
.PL10{ .PL10{
padding-left: 10rpx; padding-left: 10rpx;
} }
......
This diff is collapsed.
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
</view> </view>
<view class="col"></view> <view class="col"></view>
<view class="teamLeaderMakeNote row justify-center"> <view class="teamLeaderMakeNote row justify-center">
<view class="text-center" @click="goBookkeeping">记一笔</view> <view class="text-center" @click="goUrl('/pages/teamLeader/reimbursementInfor')">记一笔</view>
</view> </view>
</view> </view>
...@@ -302,12 +302,8 @@ export default { ...@@ -302,12 +302,8 @@ export default {
methods: { methods: {
goUrl(url){ goUrl(url){
uni.navigateTo({ uni.navigateTo({
url: url, url: `${url}?TCIDs=${this.msg.TCIDs}`,
})
},
goBookkeeping(){
uni.navigateTo({
url: `/pages/teamLeader/reimbursementInfor?TCIDs=${this.msg.TCIDs}`,
}) })
}, },
close(){ close(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment