制作popup

	<u-popup :show="showPopup" @close="showPopup = !showPopup" closeOnClickOverlay mode='center' zIndex = 980 oIndex = 979>
		<view style="width: 100vw; height: 80vh;overflow: auto;position: relative;" >
			<view class="pulic" style="margin-bottom: 50px;">
				<TitleName
					title-name="票据单"
				></TitleName>
				<u-checkbox-group
					v-model="checkboxValue1"
					placement="column"
					@change='clickCheck'
				>	
					<view style="width: calc(100vw - 20px)"> 
						<view v-for="(item,index) in res.Items" class="box" @click="clickBox(item)">
							<view>{{index+1}}</view>
							<Picture
								:deletable = 'false'
								:maxCount="1"
								:fileList="getFileList(item)"
							></Picture>
							<view class="overflow-ellipsis-one" style="color: rgb(62 137 230)">{{item.FL_Name}}</view>
							<view style="display: flex;margin: 10px 0 5px;">
								<view>{{item.INTY_Name}}</view>
								<view>{{item.IN_Fee}}元</view>
								<view style="margin-left: auto;">
										<u-checkbox
											:name="item.IN_ID"
										>
										</u-checkbox>
									
								</view>
							</view>				
						</view>	
					</view>
					
				</u-checkbox-group>		
			</view>
			<view style="position: fixed;bottom: 10vh;display: flex;width: 100vw;">
				<u-button type="error" text="取消" plain @click='showPopup = !showPopup'></u-button>
				<u-button type="success" text="添加" plain @click = 'clickAddInvoces'></u-button>
			</view>
		</view>
	</u-popup>

  • 4
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值