From ea44321752674bc97efb7bfa987c19121c3d6881 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 16 一月 2025 17:16:50 +0800 Subject: [PATCH] 财务报销(未完成) --- src/pages/reimbursement/examine.vue | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/pages/reimbursement/examine.vue b/src/pages/reimbursement/examine.vue index ffcfdd6..64664ed 100644 --- a/src/pages/reimbursement/examine.vue +++ b/src/pages/reimbursement/examine.vue @@ -4,15 +4,15 @@ <up-sticky bgColor="#fff"> <view class="coreshop-ff content c-p-10"> <up-search placeholder="璇风偣鍑婚�夋嫨鏃ユ湡" @clear='clear' @click='clickTime' disabled @custom='init' - v-model="workTime" search-icon="calendar" @search='init'></up-search> + v-model="workTime" search-icon="calendar" @search='init' :show-action="false"></up-search> </view> - <!-- <view class="coreshop-ff content c-p-10"> + <view class="coreshop-ff content c-p-10"> <up-search placeholder="璇疯緭鍏ュ伐浜哄悕瀛�" v-model="workerUserName" @custom='init' @clear='init' - @search='init'></up-search> --> + @search='init'></up-search> <!-- <up-search placeholder="璇风偣鍑婚�夋嫨鎵撳崱鏃ユ湡" @click='clickIcon' @clear='PostMyComDakaListPage' disabled v-model="wordDate" search-icon="calendar" @search='PostMyComDakaListPage' @custom='PostMyComDakaListPage'></up-search> --> - <!-- </view> --> + </view> <!-- <up-subsection :list="list" :current="current4" activeColor="#f9ae3d" @change="sectionChange"></up-subsection> --> <up-subsection :list="list" current='1' activeColor="#f9ae3d" @change="sectionChange"></up-subsection> @@ -201,6 +201,9 @@ if (state.planStartTimeEnd) { data.planStartTimeEnd = state.planStartTimeEnd } + if(workerUserName.value){ + data.staffName = workerUserName.value + } loadStatus.value = 'loading'; let getList = null if (role.value == 'zhuGuan') { @@ -237,6 +240,10 @@ uni.navigateTo({ url: `/pages/reimbursement/approve?role=${role.value}&detailId=${item.keyid}` }); + }else{ + $util.showToast({ + title: '姝ゆ姤閿�鍗曞凡鎵瑰锛�' + }) } // if (state.planStartTimeStart) { // data.planStartTimeStart = state.planStartTimeStart -- Gitblit v1.9.1