From f7dee0da5e7c4c742fff4a155326ccc57830a454 Mon Sep 17 00:00:00 2001 From: yaojian <1161995598@qq.com> Date: Mon, 9 Mar 2026 10:38:05 +0800 Subject: [PATCH 1/4] 1 --- .../stuwork/activityinfosubsignup/index.vue | 18 +--- src/views/stuwork/classfeelog/index.vue | 19 +---- src/views/stuwork/classsafeedu/index.vue | 30 +------ src/views/stuwork/dormreform/index.vue | 11 ++- src/views/stuwork/dormroom/index.vue | 10 +-- .../stuwork/dormroomstudent/dormabnormal.vue | 21 +++++ src/views/stuwork/dormroomstudent/index.vue | 35 +++----- src/views/stuwork/rewardstudent/index.vue | 30 +------ src/views/stuwork/stuconduct/indexTerm.vue | 85 +++++++++++++++++++ src/views/stuwork/stuleaveapply/index.vue | 17 +--- src/views/stuwork/stupunlish/index.vue | 17 +--- src/views/stuwork/stuturnover/index.vue | 17 +--- src/views/stuwork/waterdetail/index.vue | 11 ++- 13 files changed, 164 insertions(+), 157 deletions(-) diff --git a/src/views/stuwork/activityinfosubsignup/index.vue b/src/views/stuwork/activityinfosubsignup/index.vue index 749f1ec..488daa5 100644 --- a/src/views/stuwork/activityinfosubsignup/index.vue +++ b/src/views/stuwork/activityinfosubsignup/index.vue @@ -171,7 +171,8 @@ + \ No newline at end of file diff --git a/src/views/stuwork/dormhygienemonthly/index.vue b/src/views/stuwork/dormhygienemonthly/index.vue index 90e70ab..5b7234d 100644 --- a/src/views/stuwork/dormhygienemonthly/index.vue +++ b/src/views/stuwork/dormhygienemonthly/index.vue @@ -48,7 +48,6 @@
导入 - 导出
@@ -162,43 +161,61 @@ - + + + + + + + + + + + + 下载模板 + + + + +
将文件拖到此处,或点击上传
+ +
+ +
From 03f10180dc73a7a5aff71cac75f40cabf79b7454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BA=A2=E5=85=B5?= <374362909@qq.com> Date: Mon, 9 Mar 2026 15:22:19 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=96=87=E4=BB=B6=E6=A8=A1=E7=89=88=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-imports.d.ts | 140 +++++++++--------- src/api/purchase/bidfile.ts | 16 +- .../components/handle-job/dynamic-iframe.vue | 2 +- .../DocAuditViewDialog.vue | 12 +- .../SupplementFilesDialog.vue | 8 +- .../SupplementViewDialog.vue | 6 +- .../purchase/purchasingrequisition/add.vue | 71 ++++----- .../purchasingrequisition/bidfile-audit.vue | 81 ++++------ .../purchasingrequisition/implement.vue | 20 +-- .../purchasingrequisition/implementForm.vue | 2 +- .../purchase/purchasingrequisition/index.vue | 14 +- .../purchasingrequisition/supplement-view.vue | 9 +- src/views/stuwork/activityawards/index.vue | 2 +- .../stuwork/activityinfosubsignup/index.vue | 43 ++++-- src/views/stuwork/classfeelog/index.vue | 50 ++++--- src/views/stuwork/classsafeedu/index.vue | 48 +++--- .../stuwork/dormhygienemonthly/index.vue | 9 +- src/views/stuwork/dormreform/index.vue | 28 ++-- src/views/stuwork/dormroom/index.vue | 28 ++-- .../stuwork/dormroomstudent/dormabnormal.vue | 43 ++---- src/views/stuwork/dormroomstudent/index.vue | 48 +++--- src/views/stuwork/rewardclass/index.vue | 17 +-- 22 files changed, 333 insertions(+), 364 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 2b4704b..e2b3e27 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -1,73 +1,73 @@ // Generated by 'unplugin-auto-import' -export {} +export {}; declare global { - const EffectScope: typeof import('vue')['EffectScope'] - const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate'] - const computed: typeof import('vue')['computed'] - const createApp: typeof import('vue')['createApp'] - const createPinia: typeof import('pinia')['createPinia'] - const customRef: typeof import('vue')['customRef'] - const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] - const defineComponent: typeof import('vue')['defineComponent'] - const defineStore: typeof import('pinia')['defineStore'] - const effectScope: typeof import('vue')['effectScope'] - const getActivePinia: typeof import('pinia')['getActivePinia'] - const getCurrentInstance: typeof import('vue')['getCurrentInstance'] - const getCurrentScope: typeof import('vue')['getCurrentScope'] - const h: typeof import('vue')['h'] - const inject: typeof import('vue')['inject'] - const isProxy: typeof import('vue')['isProxy'] - const isReactive: typeof import('vue')['isReactive'] - const isReadonly: typeof import('vue')['isReadonly'] - const isRef: typeof import('vue')['isRef'] - const mapActions: typeof import('pinia')['mapActions'] - const mapGetters: typeof import('pinia')['mapGetters'] - const mapState: typeof import('pinia')['mapState'] - const mapStores: typeof import('pinia')['mapStores'] - const mapWritableState: typeof import('pinia')['mapWritableState'] - const markRaw: typeof import('vue')['markRaw'] - const nextTick: typeof import('vue')['nextTick'] - const onActivated: typeof import('vue')['onActivated'] - const onBeforeMount: typeof import('vue')['onBeforeMount'] - const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave'] - const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate'] - const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] - const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] - const onDeactivated: typeof import('vue')['onDeactivated'] - const onErrorCaptured: typeof import('vue')['onErrorCaptured'] - const onMounted: typeof import('vue')['onMounted'] - const onRenderTracked: typeof import('vue')['onRenderTracked'] - const onRenderTriggered: typeof import('vue')['onRenderTriggered'] - const onScopeDispose: typeof import('vue')['onScopeDispose'] - const onServerPrefetch: typeof import('vue')['onServerPrefetch'] - const onUnmounted: typeof import('vue')['onUnmounted'] - const onUpdated: typeof import('vue')['onUpdated'] - const provide: typeof import('vue')['provide'] - const reactive: typeof import('vue')['reactive'] - const readonly: typeof import('vue')['readonly'] - const ref: typeof import('vue')['ref'] - const resolveComponent: typeof import('vue')['resolveComponent'] - const resolveDirective: typeof import('vue')['resolveDirective'] - const setActivePinia: typeof import('pinia')['setActivePinia'] - const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix'] - const shallowReactive: typeof import('vue')['shallowReactive'] - const shallowReadonly: typeof import('vue')['shallowReadonly'] - const shallowRef: typeof import('vue')['shallowRef'] - const storeToRefs: typeof import('pinia')['storeToRefs'] - const toRaw: typeof import('vue')['toRaw'] - const toRef: typeof import('vue')['toRef'] - const toRefs: typeof import('vue')['toRefs'] - const triggerRef: typeof import('vue')['triggerRef'] - const unref: typeof import('vue')['unref'] - const useAttrs: typeof import('vue')['useAttrs'] - const useCssModule: typeof import('vue')['useCssModule'] - const useCssVars: typeof import('vue')['useCssVars'] - const useLink: typeof import('vue-router')['useLink'] - const useRoute: typeof import('vue-router')['useRoute'] - const useRouter: typeof import('vue-router')['useRouter'] - const useSlots: typeof import('vue')['useSlots'] - const watch: typeof import('vue')['watch'] - const watchEffect: typeof import('vue')['watchEffect'] - const watchPostEffect: typeof import('vue')['watchPostEffect'] - const watchSyncEffect: typeof import('vue')['watchSyncEffect'] + const EffectScope: typeof import('vue')['EffectScope']; + const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']; + const computed: typeof import('vue')['computed']; + const createApp: typeof import('vue')['createApp']; + const createPinia: typeof import('pinia')['createPinia']; + const customRef: typeof import('vue')['customRef']; + const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']; + const defineComponent: typeof import('vue')['defineComponent']; + const defineStore: typeof import('pinia')['defineStore']; + const effectScope: typeof import('vue')['effectScope']; + const getActivePinia: typeof import('pinia')['getActivePinia']; + const getCurrentInstance: typeof import('vue')['getCurrentInstance']; + const getCurrentScope: typeof import('vue')['getCurrentScope']; + const h: typeof import('vue')['h']; + const inject: typeof import('vue')['inject']; + const isProxy: typeof import('vue')['isProxy']; + const isReactive: typeof import('vue')['isReactive']; + const isReadonly: typeof import('vue')['isReadonly']; + const isRef: typeof import('vue')['isRef']; + const mapActions: typeof import('pinia')['mapActions']; + const mapGetters: typeof import('pinia')['mapGetters']; + const mapState: typeof import('pinia')['mapState']; + const mapStores: typeof import('pinia')['mapStores']; + const mapWritableState: typeof import('pinia')['mapWritableState']; + const markRaw: typeof import('vue')['markRaw']; + const nextTick: typeof import('vue')['nextTick']; + const onActivated: typeof import('vue')['onActivated']; + const onBeforeMount: typeof import('vue')['onBeforeMount']; + const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']; + const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']; + const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']; + const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']; + const onDeactivated: typeof import('vue')['onDeactivated']; + const onErrorCaptured: typeof import('vue')['onErrorCaptured']; + const onMounted: typeof import('vue')['onMounted']; + const onRenderTracked: typeof import('vue')['onRenderTracked']; + const onRenderTriggered: typeof import('vue')['onRenderTriggered']; + const onScopeDispose: typeof import('vue')['onScopeDispose']; + const onServerPrefetch: typeof import('vue')['onServerPrefetch']; + const onUnmounted: typeof import('vue')['onUnmounted']; + const onUpdated: typeof import('vue')['onUpdated']; + const provide: typeof import('vue')['provide']; + const reactive: typeof import('vue')['reactive']; + const readonly: typeof import('vue')['readonly']; + const ref: typeof import('vue')['ref']; + const resolveComponent: typeof import('vue')['resolveComponent']; + const resolveDirective: typeof import('vue')['resolveDirective']; + const setActivePinia: typeof import('pinia')['setActivePinia']; + const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']; + const shallowReactive: typeof import('vue')['shallowReactive']; + const shallowReadonly: typeof import('vue')['shallowReadonly']; + const shallowRef: typeof import('vue')['shallowRef']; + const storeToRefs: typeof import('pinia')['storeToRefs']; + const toRaw: typeof import('vue')['toRaw']; + const toRef: typeof import('vue')['toRef']; + const toRefs: typeof import('vue')['toRefs']; + const triggerRef: typeof import('vue')['triggerRef']; + const unref: typeof import('vue')['unref']; + const useAttrs: typeof import('vue')['useAttrs']; + const useCssModule: typeof import('vue')['useCssModule']; + const useCssVars: typeof import('vue')['useCssVars']; + const useLink: typeof import('vue-router')['useLink']; + const useRoute: typeof import('vue-router')['useRoute']; + const useRouter: typeof import('vue-router')['useRouter']; + const useSlots: typeof import('vue')['useSlots']; + const watch: typeof import('vue')['watch']; + const watchEffect: typeof import('vue')['watchEffect']; + const watchPostEffect: typeof import('vue')['watchPostEffect']; + const watchSyncEffect: typeof import('vue')['watchSyncEffect']; } diff --git a/src/api/purchase/bidfile.ts b/src/api/purchase/bidfile.ts index c0a043c..a9d58d2 100644 --- a/src/api/purchase/bidfile.ts +++ b/src/api/purchase/bidfile.ts @@ -69,11 +69,7 @@ export function uploadBidFileNewVersion(data: { }); } -export function submitBidFileTask(data: { - runJobId: string; - to?: number; - comment?: string; -}) { +export function submitBidFileTask(data: { runJobId: string; to?: number; comment?: string }) { return request({ url: '/purchase/purchasingbidfile/submit', method: 'post', @@ -121,13 +117,7 @@ export function getFlowPurchaseDetail(purchaseId: string) { }); } -export function tempStoreBidFile(data: { - purchaseId: string; - fileId?: string; - fileName?: string; - fileUrl?: string; - comment?: string; -}) { +export function tempStoreBidFile(data: { purchaseId: string; fileId?: string; fileName?: string; fileUrl?: string; comment?: string }) { return request({ url: '/purchase/purchasingbidfile/tempStore', method: 'post', @@ -141,4 +131,4 @@ export function submitBidFile(purchaseId: string) { method: 'post', params: { purchaseId }, }); -} \ No newline at end of file +} diff --git a/src/flow/components/handle-job/dynamic-iframe.vue b/src/flow/components/handle-job/dynamic-iframe.vue index 5085448..27e679e 100644 --- a/src/flow/components/handle-job/dynamic-iframe.vue +++ b/src/flow/components/handle-job/dynamic-iframe.vue @@ -31,7 +31,7 @@ const init = () => { let flowInstId = props.currJob.flowInstId; let runJobId = props.currJob.id; src.value = props.currElTab.path + `?token=${token}&tenantId=${tenantId}&flowInstId=${flowInstId}&runJobId=${runJobId}`; - console.log(src.value) + console.log(src.value); }; function handleJob(jobBtn) { diff --git a/src/views/purchase/purchasingrequisition/DocAuditViewDialog.vue b/src/views/purchase/purchasingrequisition/DocAuditViewDialog.vue index 83c27b2..ee999fb 100644 --- a/src/views/purchase/purchasingrequisition/DocAuditViewDialog.vue +++ b/src/views/purchase/purchasingrequisition/DocAuditViewDialog.vue @@ -20,7 +20,9 @@ {{ applyData.purchaseNo || '-' }} {{ applyData.projectName || '-' }} - {{ applyData.budget ? Number(applyData.budget).toLocaleString() + ' 元' : '-' }} + {{ + applyData.budget ? Number(applyData.budget).toLocaleString() + ' 元' : '-' + }} {{ applyData.agentName || '-' }} 运行中 @@ -38,8 +40,8 @@ 招标文件 - - + + - -