陈婷婷
2025-11-20 63ce1ab231a876242969f702305fc802105ca06e
src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue
@@ -487,7 +487,7 @@
      >
        <edit
          :OperationType="OperationType"
          :linterid="this.rowForm.HItemID"
          :linterid="this.rowForm.HItemID || this.rowForm.HInterID || this.rowForm.hmainid"
          :HSouceBillType="this.rowForm.HSourceBillType"
          :HOrgID="this.queryParams.HOrgID"
          :copyType="copyType"
@@ -1352,6 +1352,12 @@
    //打开修改组件弹窗
    handleEdit() {
      this.$nextTick(() => {
        if(this.rowForm.hmainid == 0)
        {
          this.$modal.msgError("请选择要编辑的数据!");
          return;
      }
        this.openEdit = true;
        this.editShow = true;
      });