pang.jiabao
2025-04-11 162b3abda98bf6c33d60e0846b54febade343274
pages/basics/pakStore.vue
@@ -50,7 +50,7 @@
      </view>
      
      <view class="square-none" v-show="matList.length === 0">
         <view class="v-show">暂无更多数据...</view>
         <view class="v-show">Нет дополнительных данных...</view>
      </view>
      
      <view v-for="(item,index) in matList" :key="index" class="data-list bg-false" :class="'bg-'+item.checked" >
@@ -67,13 +67,13 @@
         </view>
         <view class="data-list-right">
            <label><uni-icons type="compose" size="20" color="#a5a5a5" @click="revise(item,index)"></uni-icons></label>
            <label><uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons></label>
            <label><uni-icons type="trash" size="25" color="#a5a5a5" @click="removeMat(item,index)"></uni-icons></label>
         </view>
      </view>
        <!-- 底部按钮 -->
        <view class="footer flex justify-around">
           <label class="label-btn" style="width: 150rpx;">
              <button class="cu-btn" @click="resst()">重置</button>
              <button class="cu-btn" @click="resst()">Сброс</button>
           </label>
           <label class="label-btn">
              <button class="cu-btn bg-blue " @click="comb()">启动入库</button>
@@ -134,6 +134,10 @@
         remove(e) {
            this[e] = ''
         },
         // 移除物料
         removeMat(item,index) {
            this.matList.splice(index,1)
         },
         // 搜索物料
         findMat() {
            let that = this