|  |  |  | 
|---|
|  |  |  | <template> | 
|---|
|  |  |  | <view> | 
|---|
|  |  |  | <scroll-view> | 
|---|
|  |  |  | <scroll-view scroll-y> | 
|---|
|  |  |  | <view> | 
|---|
|  |  |  | <view class="search-box"> | 
|---|
|  |  |  | <view class="search-area"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </checkbox-group> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </scroll-view> | 
|---|
|  |  |  | <view class="foot flex justify-around"> | 
|---|
|  |  |  | <view class="footer flex justify-around"> | 
|---|
|  |  |  | <label class="label-btn" style="width: 150rpx;"> | 
|---|
|  |  |  | <checkbox :checked="check" @click="allChecked()">{{checkText}}</checkbox> | 
|---|
|  |  |  | </label> | 
|---|
|  |  |  | 
|---|
|  |  |  | export default { | 
|---|
|  |  |  | data() { | 
|---|
|  |  |  | return { | 
|---|
|  |  |  | data: [], | 
|---|
|  |  |  | data: [ | 
|---|
|  |  |  | {orderNo:"特种机9270成品系列",matnr:"1100758-10005",anfme:"58",inQty:"21",maktx:"JK-T9270D",state$:"已入库"}, | 
|---|
|  |  |  | {orderNo:"包缝电脑车二线系列",matnr:"14356-10003",anfme:"36",inQty:"0",maktx:"C4-02×250",state$:"未入库"}, | 
|---|
|  |  |  | {orderNo:"模板机成品系列",matnr:"21366-10002",anfme:"50",inQty:"50",maktx:"BRC-T120",state$:"已入库"}, | 
|---|
|  |  |  | {orderNo:"工艺模板机成品系列",matnr:"15070-10004",anfme:"50",inQty:"21",maktx:"MG(下压)",state$:"已入库"}, | 
|---|
|  |  |  | {orderNo:"工艺模板机成品系列",matnr:"15070-10005",anfme:"50",inQty:"50",maktx:"MG(下压)",state$:"已入库"}, | 
|---|
|  |  |  | {orderNo:"工艺模板机成品系列",matnr:"15070-10006",anfme:"50",inQty:"35",maktx:"MGX(下压)",state$:"已入库"}, | 
|---|
|  |  |  | ], | 
|---|
|  |  |  | orderNo:'', | 
|---|
|  |  |  | needData:{}, | 
|---|
|  |  |  | check:false, | 
|---|
|  |  |  | 
|---|
|  |  |  | color: #e74f4f; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .foot { | 
|---|
|  |  |  | width: 100%; | 
|---|
|  |  |  | height: 100rpx; | 
|---|
|  |  |  | line-height: 100rpx; | 
|---|
|  |  |  | background-color: #FFF; | 
|---|
|  |  |  | position: fixed; | 
|---|
|  |  |  | bottom: 0; | 
|---|
|  |  |  | border-top: 1px solid #d8d8d8; | 
|---|
|  |  |  | border-radius: 20rpx 20rpx 0 0 ; | 
|---|
|  |  |  | z-index: 1; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .label-btn { | 
|---|
|  |  |  | width: 150rpx; | 
|---|
|  |  |  | } | 
|---|