瀏覽代碼

修改报价接口

yangc 7 年之前
父節點
當前提交
51d1909e50
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      components/applyPurchase/SayPrice.vue
  2. 1 1
      components/mobile/applyPurchase/SayPrice.vue

+ 1 - 1
components/applyPurchase/SayPrice.vue

@@ -199,7 +199,7 @@
             purchaseMan.replaceSpec = this.sayPriceObj.replaceSpec
             purchaseMan.replaceSpec = this.sayPriceObj.replaceSpec
             purchaseMan.isReplace = 1
             purchaseMan.isReplace = 1
           }
           }
-          this.$http.post('/inquiry/sale/item/save', purchaseMan).then(response => {
+          this.$http.post('/inquiry/sale/item/saveQuote', purchaseMan).then(response => {
             this.showLoading = false
             this.showLoading = false
             if (response.data.success === false) {
             if (response.data.success === false) {
               this.$message.error(response.data.message)
               this.$message.error(response.data.message)

+ 1 - 1
components/mobile/applyPurchase/SayPrice.vue

@@ -226,7 +226,7 @@
             purchaseMan.replaceSpec = this.sayPriceObj.replaceSpec
             purchaseMan.replaceSpec = this.sayPriceObj.replaceSpec
             purchaseMan.isReplace = 1
             purchaseMan.isReplace = 1
           }
           }
-          this.$http.post('/inquiry/sale/item/save', purchaseMan).then(response => {
+          this.$http.post('/inquiry/sale/item/saveQuote', purchaseMan).then(response => {
             this.showLoading = false
             this.showLoading = false
             if (response.data.success === false) {
             if (response.data.success === false) {
               this.onRemind('response.data.message')
               this.onRemind('response.data.message')