Commit 194a22157a7f41c38e2cd9398c582f5db4540d94
1 parent
0fda1561
feat: 规格变更单-新增&编辑-底部dom移入uni-list里-解决日期组件被 foot(提交合计等)遮盖问题
Showing
2 changed files
with
18 additions
and
20 deletions
| @@ -129,20 +129,19 @@ | @@ -129,20 +129,19 @@ | ||
| 129 | <uni-easyinput type="textarea" v-model="form.remarks" placeholder="请输入备注" :inputBorder="false" /> | 129 | <uni-easyinput type="textarea" v-model="form.remarks" placeholder="请输入备注" :inputBorder="false" /> |
| 130 | </template> | 130 | </template> |
| 131 | </uni-list-item> | 131 | </uni-list-item> |
| 132 | - | 132 | + <view class="footer"> |
| 133 | + <view class="view-total"> | ||
| 134 | + <view class="head">合计</view> | ||
| 135 | + <view class="row"> | ||
| 136 | + <text class="label">总数量</text><text class="value">{{ form.afterTotalQuantity }}</text> | ||
| 137 | + </view> | ||
| 138 | + </view> | ||
| 139 | + <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 140 | + </view> | ||
| 133 | 141 | ||
| 134 | </uni-list> | 142 | </uni-list> |
| 135 | </scroll-view> | 143 | </scroll-view> |
| 136 | 144 | ||
| 137 | - <view class="footer"> | ||
| 138 | - <view class="view-total"> | ||
| 139 | - <view class="head">合计</view> | ||
| 140 | - <view class="row"> | ||
| 141 | - <text class="label">总数量</text><text class="value">{{ form.afterTotalQuantity }}</text> | ||
| 142 | - </view> | ||
| 143 | - </view> | ||
| 144 | - <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 145 | - </view> | ||
| 146 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" | 145 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 147 | @confirm="onSheetConfirm" /> | 146 | @confirm="onSheetConfirm" /> |
| 148 | <RelateSelectSheet :visible.sync="relate.visible" :title="relate.title" :source="relate.source" | 147 | <RelateSelectSheet :visible.sync="relate.visible" :title="relate.title" :source="relate.source" |
| @@ -128,20 +128,19 @@ | @@ -128,20 +128,19 @@ | ||
| 128 | <uni-easyinput type="textarea" v-model="form.remarks" placeholder="请输入备注" :inputBorder="false" /> | 128 | <uni-easyinput type="textarea" v-model="form.remarks" placeholder="请输入备注" :inputBorder="false" /> |
| 129 | </template> | 129 | </template> |
| 130 | </uni-list-item> | 130 | </uni-list-item> |
| 131 | - | 131 | + <view class="footer"> |
| 132 | + <view class="view-total"> | ||
| 133 | + <view class="head">合计</view> | ||
| 134 | + <view class="row"> | ||
| 135 | + <text class="label">总数量</text><text class="value">{{ form.afterTotalQuantity }}</text> | ||
| 136 | + </view> | ||
| 137 | + </view> | ||
| 138 | + <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 139 | + </view> | ||
| 132 | 140 | ||
| 133 | </uni-list> | 141 | </uni-list> |
| 134 | </scroll-view> | 142 | </scroll-view> |
| 135 | 143 | ||
| 136 | - <view class="footer"> | ||
| 137 | - <view class="view-total"> | ||
| 138 | - <view class="head">合计</view> | ||
| 139 | - <view class="row"> | ||
| 140 | - <text class="label">总数量</text><text class="value">{{ form.afterTotalQuantity }}</text> | ||
| 141 | - </view> | ||
| 142 | - </view> | ||
| 143 | - <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ||
| 144 | - </view> | ||
| 145 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" | 144 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" |
| 146 | @confirm="onSheetConfirm" /> | 145 | @confirm="onSheetConfirm" /> |
| 147 | </view> | 146 | </view> |