| 1 |
- <view class="billing_box_bg data-v-6817c624"><view class="input-wrap data-v-6817c624">{{'剩余:'+option.stock+'扎'}}</view><view class="scroll-middle_bx data-v-6817c624"><block class="data-v-6817c624"><view class="item_list_bx data-v-6817c624" style="width:100%;"><block wx:for="{{xjList}}" wx:for-item="xjItem" wx:for-index="xjIndex" wx:key="xjIndex"><view class="data-v-6817c624"><view class="data-v-6817c624"><view class="item-cmd_bx data-v-6817c624"><view class="img_bx data-v-6817c624" style="background:#eeeeee;"><image src="{{xjItem.cover}}" class="data-v-6817c624"></image></view><view class="cmd-info_bx data-v-6817c624"><view class="tit data-v-6817c624">{{xjItem.name||""}}</view><view class="kc data-v-6817c624"></view><view class="num-open_bx data-v-6817c624"><view class="open-bx warn data-v-6817c624">数量:<input class="change-input data-v-6817c624" placeholder-style="color:#CCCCCC" type="digit" placeholder="请填写" data-event-opts="{{[['focus',[['e0',['$event']]]],['input',[['__set_model',['$0','$1','$event',[]],['numList',[['xjList','',xjIndex,'id']]]]]]]}}" value="{{numList[xjItem.id]}}" bindfocus="__e" bindinput="__e"/></view></view></view></view></view></view></block><view style="margin-top:30rpx;margin-bottom:20rpx;" class="data-v-6817c624"><text style="padding-top:50rpx;font-size:30rpx;font-weight:700;display:inline-block;" class="data-v-6817c624">单价:</text><input class="change-input data-v-6817c624" placeholder-style="color:#CCCCCC" type="digit" placeholder="请填写" data-event-opts="{{[['focus',[['e1',['$event']]]],['input',[['__set_model',['$0','price','$event',[]],['option']]]]]}}" value="{{option.price}}" bindfocus="__e" bindinput="__e"/></view><view class="data-v-6817c624"><button data-event-opts="{{[['tap',[['clearXj']]]]}}" class="admin-button-com big default data-v-6817c624" bindtap="__e">清除全部</button><button data-event-opts="{{[['tap',[['goBack']]]]}}" class="admin-button-com big default data-v-6817c624" style="margin-left:65rpx;padding:30rpx 55rpx 30rpx 55rpx;" bindtap="__e">返回</button><button data-event-opts="{{[['tap',[['confirmXj']]]]}}" class="admin-button-com big blue data-v-6817c624" style="margin-left:65rpx;padding:30rpx 65rpx;" bindtap="__e">确认</button></view></view></block></view></view>
|