yyb
2025-10-20 f6fb40bfcfb844f96174e08ea0d3dfb4359377f7
pages/wareHouse/moveWareHouse/index.vue
@@ -191,14 +191,14 @@
        let codeInfo = JSON.parse(data.code);
        // 扫描报工单二维码
        // 判断扫描的是库位码还是流转码
        if (codeInfo.LN) {
        if (codeInfo.CT) {
          that.saveForm(codeInfo);
        } else {
          if (!that.registerInfo.toLocationNo) {
            that.$u.toast("请先扫描库位");
            return; 
          }
          that.hasScanSnList = [];
          // that.hasScanSnList = [];
          that.codeInfoId = codeInfo.id;
          that.saveModalForm(codeInfo);
          //   that.getHandelList();
@@ -251,7 +251,7 @@
    saveModalForm(val) {
      this.$u.api.shiftingParking
        .selPartInfoPDA({
          outBatchNo: val.outBatchNo,
          outBatchNo: val.BN,
        })
        .then((res) => {
          this.detailedList = res.data;
@@ -326,8 +326,8 @@
      .packing-registration-param-item-left {
        .item-one {
          font-size: 30rpx;
          color: #666666;
          font-size: small;
          color: #1b1a1a;
        }
      }
@@ -342,7 +342,7 @@
        }
        .item-two {
          font-size: 30rpx;
          font-size: small;
          color: #a6b4cc;
          margin-right: 6rpx;
        }
@@ -427,9 +427,9 @@
        ._label-name {
          margin-left: 11rpx;
          font-size: 26rpx;
          font-size: small;
          font-weight: 500;
          color: #666666;
          color: #1c1b1b;
        }
      }
@@ -437,7 +437,7 @@
        flex: 1.5;
        text-align: right;
        color: #909399;
        font-size: 24rpx;
        font-size: small;
      }
      .row-list .s1 {