#
whycq
2024-05-14 1e40a94e41a811a30b49150b5feabe9b7797948a
pages/tzsk/pakin/pakin2.vue
@@ -222,7 +222,8 @@
         },
         // 过滤
         checkContainerCode(item) {
            item.containerCode = item.containerCode.split('_')[1]
            item.containerCode = item.containerCode.split('_')[1] ? item.containerCode.split('_')[1] : item.containerCode
            // this.barcode = this.barcode.split('_')[1]
         },
         // 根据订单号返回商品详情
@@ -481,11 +482,11 @@
         comb() {
            uni.vibrateShort();
            let that = this;
            if (that.barcode === '') {
               this.messageText = "请扫描托盘条码"
               this.messageToggle('error')
               return;
            }
            // if (that.barcode === '') {
            //    this.messageText = "请扫描托盘条码"
            //    this.messageToggle('error')
            //    return;
            // }
            if (that.dataList.length === 0) {
               this.messageText = "请添加商品列表"
               this.messageToggle('error')
@@ -566,7 +567,7 @@
   @import url('../../../static/css/wms.css/wms.css');
   .list:first-child {
      margin-top: 360rpx;
      margin-top: 320rpx;
   }
   .code {
      width: 100%;