From 46d143d1d6fe8f286399f4d027c9a86adf7cd7fc Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 09 七月 2025 08:50:01 +0800 Subject: [PATCH] feat(inspection,maintenance): - 实现保养工单批量确认功能 - 在点检记录确认时增加时间限制,距离上次更新时间两小时内不允许确认 --- eims-ui-mobile/src/pages/inspect/insp-add.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/eims-ui-mobile/src/pages/inspect/insp-add.vue b/eims-ui-mobile/src/pages/inspect/insp-add.vue index 7d513b3..5809aa7 100644 --- a/eims-ui-mobile/src/pages/inspect/insp-add.vue +++ b/eims-ui-mobile/src/pages/inspect/insp-add.vue @@ -70,7 +70,6 @@ /> <wd-cell title="鐐规鍥剧墖" title-width="200rpx" prop="fileList"> <wd-upload - :auto-upload="false" :file-list="model.fileList" :action="VITE_UPLOAD_BASEURL" @change="handleFileChange" @@ -94,7 +93,7 @@ </wd-cell-group> <view class="footer"> - <wd-button type="primary" size="large" @click="handleSubmit" block>鎻愪氦</wd-button> + <wd-button type="primary" style="margin: 20px" block @click="handleSubmit" >鎻愪氦</wd-button> </view> </wd-form> </view> -- Gitblit v1.9.3