#
whycq
2022-09-22 ed64dc65649c38d2ee849122f42d070ce5555890
pages/basics/pickOffLines.vue
@@ -1,5 +1,6 @@
<template>
   <view>
      <scroll-view scroll-y class="scroll-Y">
      <view class="square-2">
         <view class="square-title">
            <view class="title-sign"><view class="sign"></view></view>
@@ -46,6 +47,16 @@
            <view>
               <button :type="item.btnType" @click="open(index)">{{item.btnText}}</button>
            </view>
         </view>
      </view>
      </scroll-view>
      <view class="footer flex justify-around">
         <view>
            <button class="cu-btn lg" @click="resst()">重置</button>
         </view>
         <view>
            <button class="cu-btn lg pakin-btn bg-blue" @click="comb()">确认</button>
         </view>
      </view>
      <!-- 弹出层 -->
@@ -167,7 +178,10 @@
            this.matList[this.index].btnText= '已出库'
            this.matList[this.index].btnType = 'primary'
         },
         resst() {
            this.matList = []
            this.doc_num = ''
         }
         
      }
   }
@@ -188,6 +202,7 @@
      /* height: 130rpx; */
      margin: 25rpx;
      border-radius: 20rpx;
      font-size: 32rpx;
   }
   .data-list:first-child {
      margin-top: 20rpx;
@@ -208,7 +223,7 @@
      line-height: 70rpx;
   }
   .indent {
      text-indent: 32rpx;
      text-indent: 24rpx;
   }
   .column button {
      width: 150rpx;