eims-ui-mobile/src/pages/inspect/insp-add.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
eims-ui-mobile/src/pages/inspect/insp-record.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
eims-ui-mobile/src/pages/maint/maint-order.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
eims-ui-mobile/src/pages/inspect/insp-add.vue
@@ -93,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> eims-ui-mobile/src/pages/inspect/insp-record.vue
@@ -176,8 +176,8 @@ size="large" /> <!-- 新增提交按钮 --> <view class="flex justify-around mt-4"> <wd-button type="primary" block size="large" v-if="inspSt.status === '0' || inspSt.status === '1'" @click="handleClickRight">提交</wd-button> <view class="flex justify-around"> <wd-button type="primary" style="margin: 20px" block v-if="inspSt.status === '0' || inspSt.status === '1'" @click="handleClickRight">提交</wd-button> <!-- <wd-button type="success" block size="large" v-if="isLeader() && inspSt.status === '1'" @click="handleComplete">确认完成</wd-button>--> </view> </view> eims-ui-mobile/src/pages/maint/maint-order.vue
@@ -37,10 +37,13 @@ <wd-card type="rectangle"> <template #title> <view class="flex justify-between"> <view class="flex items-center menu-title-box"> <view class="items-center menu-title-box"> <view class="flex justify-center ml-1 items-center align-center"> <view class="menu-indicator"></view> <view class="ml-1 text-lg align-center">{{ maintSt.equName }}</view> <view class="text-color-gray ml-2 text-sm">{{ maintSt.assetNo }}</view> <view class="ml-1"> {{ maintSt.equName }} </view> </view> <view class="text-color-gray ml-2 text-xs">{{ maintSt.assetNo }}</view> </view> <view class="flex items-center"> @@ -216,9 +219,9 @@ clearable /> <!-- 新增确认完成按钮 --> <view class="flex justify-around mt-4"> <wd-button type="primary" block size="large" v-if="maintSt.status === '0'" @click="handleClickRight">提交</wd-button> <wd-button type="success" block size="large" v-if="isLeader() && maintSt.status === '1'" @click="handleComplete">确认完成</wd-button> <view class="flex justify-around"> <wd-button type="primary" style="margin: 20px" block v-if="maintSt.status === '0'" @click="handleClickRight">提交</wd-button> <wd-button type="success" style="margin: 20px" block v-if="isLeader() && maintSt.status === '1'" @click="handleComplete">确认完成</wd-button> </view> </view> <!-- 新增提交按钮 -->