Commit ca449abe authored by Marcus's avatar Marcus

获取收费模式的接口名变了

parent 8814917d
......@@ -72,9 +72,9 @@ export function setUnauthCustomerFeeType(data) {
}
//
export function getFeeTypeByCustomerProduct(data){
export function getFeeTypeByOrderProduct(data){
return request({
url: '/ecw/product-brank/getFeeTypeByCustomerProduct',
url: '/ecw/product-brank/getFeeTypeByOrderProduct',
method: 'post',
data
})
......
......@@ -307,7 +307,7 @@
import dictSelector from "@/components/DictSelector"
import {DICT_TYPE, getDictDataLabel} from "@/utils/dict"
import { orderWarehouseIn, orderWarehouseInUpdateApply } from '@/api/ecw/order'
import { getFeeTypeByCustomerProduct, getProductBrankPage } from '@/api/ecw/productBrank'
import { getFeeTypeByOrderProduct, getProductBrankPage } from '@/api/ecw/productBrank'
import WorkFlow from "@/components/WorkFlow"
import elSelect from '@/components/render/slots/el-select'
import ProductSelector from "@/components/ProductSelector"
......@@ -464,7 +464,7 @@ export default {
},
handleTabs(){},
handleBrandChange(v){
getFeeTypeByCustomerProduct({
getFeeTypeByOrderProduct({
brandId: parseInt(v),
productId: this.warehousing.prodId,
orderId: this.orderId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment