陈婷婷
2025-12-17 41839ab44e27a646bbdb8359a6fb02130129f853
src/views/ICMO/ScICMOReportBill/ScICMOReportBillEdit.vue
@@ -269,7 +269,7 @@
      linterid: 0,
      HSouceBillType: '',
      baseURL: process.env.VUE_APP_BASE_URL || 'http://47.96.97.237/API/'
      baseURL: process.env.VUE_APP_BASE_API || 'http://47.96.97.237/API/'
    }
  },
@@ -296,7 +296,7 @@
  },
  methods: {
    async initData() {
      const params = this.$route ? this.$route.query : {}
      if (this.propOperationType !== null && this.propOperationType !== undefined) {
        this.OperationType = this.propOperationType
@@ -335,7 +335,7 @@
          this.$set(this.form, 'HGroupName', sessionStorage.HGroup || '')
          this.$set(this.form, 'HEmpID', sessionStorage.HEmpID || 0)
          this.$set(this.form, 'HEmpName', sessionStorage.HEmpName || '')
        }
        }
      } catch (error) {
@@ -878,7 +878,7 @@
      return true
    },
    handleRemove(file, fileList) {
      console.log(file, fileList)
    },
@@ -926,4 +926,4 @@
.el-table {
  margin-top: 10px;
}
</style>
</style>