wangyi
2026-02-28 3fffd3ab3ecc1ac58b7bf9df6e293224408ee7e9
src/views/scMould/warehouse/Sc_MouldOutRequestBillEdit.vue
@@ -1142,6 +1142,21 @@
        }
      });
    },
    //#region 查看容器库存
    get_ICInventoryMould(zbSelForm) {
      if (!this.zbIndex) {
        this.$modal.msgError("请选择一行数据")
      } else {
        var index = zbSelForm.index-1;
        this.ICInventoryMouldShow = true
        this.$nextTick(() => {
          this.$refs.ICInventoryMould.open(this.editData[index]);
        })
      }
    },
    //#endregion
    // 反审核/审核数据
    set_CheckBill(num, form) {
      var InterID = form.hmainid || form.HInterID