wangyi
2025-11-27 86d627eecb14597a338ee402eab5a0c05ce1bdeb
src/views/sell/sellOut/sellOutBillEdit.vue
@@ -480,10 +480,8 @@
      });
    },
    getdata() {
      console.log(this.copyType, this.OperationType)
      this.formShow = false
      this.formLoading = true
      if (this.OperationType == 4) {
        this.zzSelDis = true
        this.handleAdd()
@@ -642,7 +640,6 @@
    //部门弹窗赋值
    dbEmitData(deptRow, num) {
      // num=1部门 num=2出库仓库
      console.log(deptRow)
      if (deptRow.HItemID) {
        if (num == 1) {
          this.form.HDeptName = deptRow.部门名称
@@ -770,10 +767,7 @@
    //退出
    close() {
      this.reset()
      console.log(1111)
      console.log(this.$route.path)
      if (!this.OperationType && !this.copyType) {
        console.log(this.$route.path)
        const obj = { fullPath: this.$route.path, path: this.$route.path, name: this.$route.name, };
        this.$tab.closePage(obj).then(res => {
          const latestView = res.visitedViews.slice(-1)[0]
@@ -870,7 +864,6 @@
    handleUpdate() {
      this.reset()
      let rowHmainid = this.linterid
      console.log(this.linterid)
      axios.get(this.baseURL + "/Kf_SellOutBill/cx", {
        params: { 'HInterID': rowHmainid }
      }).then(response => {