Commit 23e308ba59e285c4dcb319d1c41fc658e9a6d3ce

Authored by 史婷婷
1 parent bfc5b0fc

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

... ... @@ -100,14 +100,13 @@
100 100 <uni-list-item class="select-item" :class="form.chargeUserIdName ? 'is-filled' : 'is-empty'" title="责任人"
101 101 clickable @click="openRelate('chargeUserId')" :rightText="form.chargeUserIdName || '请选择责任人'"
102 102 showArrow />
  103 + <view class="footer">
  104 + <button class="btn submit" type="primary" @click="onSubmit">提交</button>
  105 + </view>
103 106 </uni-list>
104 107
105 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 111 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options"
113 112 v-model="sheet.value" @confirm="onSheetConfirm" />
... ...
... ... @@ -99,14 +99,13 @@
99 99 <!-- 责任人 关联页选择 -->
100 100 <uni-list-item class="select-item" :class="form.chargeUserIdName ? 'is-filled' : 'is-empty'" title="责任人"
101 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 105 </uni-list>
103 106
104 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 110 <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options"
112 111 v-model="sheet.value" @confirm="onSheetConfirm" />
... ...