Browse Source

Merge branch 'feature-201826-wangcz' into release-201826-wangcz

yangc 7 years ago
parent
commit
c305d81541

+ 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')