From 2af6a1003a5a6870c5ad14c7b2b74994c136ca88 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 17 一月 2025 14:25:04 +0800 Subject: [PATCH] 财务付款 --- src/pages/reimbursement/reimbursement.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/reimbursement/reimbursement.vue b/src/pages/reimbursement/reimbursement.vue index 4cb33de..7c4b222 100644 --- a/src/pages/reimbursement/reimbursement.vue +++ b/src/pages/reimbursement/reimbursement.vue @@ -25,10 +25,10 @@ <view class="c-p-20 chuany-font26"> <view class="chuany-flex chuany-justify-between"> <text class="chuany-width8">{{index+1}}</text> - <view class="chuany-width15" v-if="item.sentStaff"> + <view class="chuany-width13" v-if="item.sentStaff"> {{item.sentStaff.name}} </view> - <view class="chuany-width22"> + <view class="chuany-width25"> {{$util.formatDate(item.planStartTime)}} </view> <view class="chuany-width30"> @@ -115,6 +115,9 @@ // workTime.value = getFirstDayOfMonth() + '鑷�' + $util.formatDate(new Date()) // state.planStartTimeStart = getFirstDayOfMonth() //宸ヤ綔寮�濮嬫椂闂� // state.planStartTimeEnd = $util.formatDate(new Date()) + + }) + onShow(() => { getcaiwuplanelist() }) const getFirstDayOfMonth = () => { @@ -190,6 +193,9 @@ if (state.planStartTimeEnd) { data.planStartTimeEnd = state.planStartTimeEnd } + if(workerUserName.value){ + data.staffName = workerUserName.value + } loadStatus.value = 'loading'; $api.getcaiwuplanelist(data).then(res => { console.log(res, res.code, '-----------123鈥�'); -- Gitblit v1.9.1