llj
2025-11-19 b5fdf81af1e5eb7c2f22296c4097d1c681f85fcf
src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue
@@ -661,6 +661,7 @@
    handleUpdate() {
      this.reset()
      let rowHmainid = this.linterid
      console.log("rowHmainid", rowHmainid)
      axios.get(this.baseURL + "Kf_ICStockBackBill/getEditInitData", {
        params: { 'HInterID': rowHmainid }
      }).then(response => {
@@ -949,7 +950,8 @@
        // this.$router.back()
        window.close()
      } else {
        this.formShow = false
        window.close()
        //this.formShow = false
        this.$emit('editClose', false)
      }
    },