Commit fa57feab568728f950cc3975be9a8ca78eba599d

Authored by 史婷婷
1 parent 01449cd3

feat: 开发管理-新增&编辑-底部dom移入uni-list里-解决日期组件被遮盖问题

@@ -100,14 +100,13 @@ @@ -100,14 +100,13 @@
100 <uni-list-item class="select-item" :class="form.chargeUserIdName ? 'is-filled' : 'is-empty'" title="责任人" 100 <uni-list-item class="select-item" :class="form.chargeUserIdName ? 'is-filled' : 'is-empty'" title="责任人"
101 clickable @click="openRelate('chargeUserId')" :rightText="form.chargeUserIdName || '请选择责任人'" 101 clickable @click="openRelate('chargeUserId')" :rightText="form.chargeUserIdName || '请选择责任人'"
102 showArrow /> 102 showArrow />
  103 + <view class="footer">
  104 + <button class="btn submit" type="primary" @click="onSubmit">提交</button>
  105 + </view>
103 </uni-list> 106 </uni-list>
104 107
105 </scroll-view> 108 </scroll-view>
106 109
107 - <view class="footer">  
108 - <button class="btn submit" type="primary" @click="onSubmit">提交</button>  
109 - </view>  
110 -  
111 <!-- 单选弹框:生产厂、科办、客户类型、产品品种 --> 110 <!-- 单选弹框:生产厂、科办、客户类型、产品品种 -->
112 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" 111 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options"
113 v-model="sheet.value" @confirm="onSheetConfirm" /> 112 v-model="sheet.value" @confirm="onSheetConfirm" />
@@ -99,14 +99,13 @@ @@ -99,14 +99,13 @@
99 <!-- 责任人 关联页选择 --> 99 <!-- 责任人 关联页选择 -->
100 <uni-list-item class="select-item" :class="form.chargeUserIdName ? 'is-filled' : 'is-empty'" title="责任人" 100 <uni-list-item class="select-item" :class="form.chargeUserIdName ? 'is-filled' : 'is-empty'" title="责任人"
101 clickable @click="openRelate('chargeUserId')" :rightText="form.chargeUserIdName || '请选择责任人'" showArrow /> 101 clickable @click="openRelate('chargeUserId')" :rightText="form.chargeUserIdName || '请选择责任人'" showArrow />
  102 + <view class="footer">
  103 + <button class="btn submit" type="primary" @click="onSubmit">提交</button>
  104 + </view>
102 </uni-list> 105 </uni-list>
103 106
104 </scroll-view> 107 </scroll-view>
105 108
106 - <view class="footer">  
107 - <button class="btn submit" type="primary" @click="onSubmit">提交</button>  
108 - </view>  
109 -  
110 <!-- 单选弹框:生产厂、科办、客户类型、产品品种 --> 109 <!-- 单选弹框:生产厂、科办、客户类型、产品品种 -->
111 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" 110 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options"
112 v-model="sheet.value" @confirm="onSheetConfirm" /> 111 v-model="sheet.value" @confirm="onSheetConfirm" />