You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
2.5 KiB

<view><view style="height:80rpx;line-height:100rpx;padding-left:20rpx;width:95%;margin:0 auto;"> 打印设置 </view><view style="width:95%;margin:0 auto;background:#fff;border-radius:10px;padding:15rpx;"><radio-group data-event-opts="{{[['change',[['radioChange',['$event']]]]]}}" style="display:flex;" bindchange="__e"><block wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="value"><label class="uni-list-cell uni-list-cell-pd" style="flex:1;"><view style="height:100rpx;line-height:100rpx;"><view style="height:80rpx;line-height:80rpx;"><radio value="{{item.value}}" checked="{{index===current}}"></radio>{{''+item.name+''}}</view></view></label></block></radio-group><block wx:if="{{current==0}}"><view style="display:flex;"><view style="width:40%;height:80rpx;line-height:80rpx;">选择打印纸张:</view><view style="width:60%;float:left;"><uni-data-select bind:input="__e" class="uni-data-select" style="width:60%;" vue-id="1ffe3c3c-1" localdata="{{payTypeList}}" placeholder="选择打印纸张" clear="{{false}}" value="{{zhiType}}" data-event-opts="{{[['^input',[['__set_model',['','zhiType','$event',[]]]]]]}}" bind:__l="__l"></uni-data-select></view></view></block><view style="display:flex;"><view style="width:40%;height:80rpx;line-height:80rpx;">打印份数:</view><input style="width:60%;height:80rpx;line-height:80rpx;margin:0 10rpx;border:1px solid #eee;padding-left:20rpx;" type="number" placeholder="请输入物流单打印份数" data-event-opts="{{[['input',[['__set_model',['','wlNum','$event',[]]]]]]}}" value="{{wlNum}}" bindinput="__e"/></view></view><view style="height:80rpx;line-height:100rpx;padding-left:20rpx;width:95%;margin:0 auto;"> 系统设置 </view><view style="width:95%;margin:0 auto;background:#fff;border-radius:10px;padding:15rpx;"><view style="display:flex;"><view style="width:20%;height:80rpx;line-height:80rpx;">托运须知:</view><textarea style="width:80%;line-height:40rpx;margin:0 10rpx;border:1px solid #eee;padding-left:20rpx;" name id cols="30" rows="10" maxlength="-1" data-event-opts="{{[['input',[['__set_model',['','remark','$event',[]]]]]]}}" value="{{remark}}" bindinput="__e"></textarea></view></view><view style="background:#fff;width:100%;height:120rpx;position:fixed;bottom:0;"><view data-event-opts="{{[['tap',[['editPrintWay',['$event']]]]]}}" style="text-align:center;border-radius:20rpx;font-size:36rpx;width:95%;margin:15rpx auto 0;height:90rpx;background:#088FEB;color:#fff;line-height:90rpx;" bindtap="__e"> 修改 </view></view></view>