duhe
7 天以前 70a0ddfff13ca0cf225a636d21164714bff5f0af
src/views/basic/gySource/edit/index.vue
@@ -324,7 +324,7 @@
      this.reset()
      if (this.OperationType != 1) {
        this.zzSelDis = true
        axios.get(this.baseURL + 'GetGy_SourceDetail', {
        axios.get(this.$baseUrl + 'GetGy_SourceDetail', {
          params: {
            "HID": this.linterid
          },
@@ -507,7 +507,7 @@
              var sMainSub = sMainStr + ';' + sessionStorage["HUserName"]
              axios({
                method: 'post',
                url: this.baseURL + "SaveGy_SourceList",
                url: this.$baseUrl + "SaveGy_SourceList",
                data: {
                  'msg': sMainSub
                },
@@ -535,7 +535,7 @@
    handleDelete() {
      this.$modal.confirm('确认要删除吗,删除后不能恢复').then(() => {
        if (this.rowForm.状态 == "创建") {
          axios.get(this.baseURL + "/Kf_SellOutBill/DeltetSellOutBill", {
          axios.get(this.$baseUrl + "/Kf_SellOutBill/DeltetSellOutBill", {
            params: { 'HInterID': this.rowForm.hmainid.toString(), 'user': sessionStorage["HUserName"] }
          }).then(response => {
            if (response.data.count == 1) {
@@ -555,7 +555,7 @@
    set_CheckBill(num, form) {
      var InterID = form.HItemID || form.HInterID
      //逻辑审核方法
      axios.get(this.baseURL + "/Gy_Source/AuditGy_Source", {
      axios.get(this.$baseUrl + "/Gy_Source/AuditGy_Source", {
        params: { "HInterID": InterID, "IsAudit": num, "CurUserName": sessionStorage["HUserName"] }
      }).then(response => {
        let result = response.data