|
@@ -89,7 +89,7 @@ export function CalculatorAll(data) {
|
|
return requestWms({
|
|
return requestWms({
|
|
url: '/finance/ComputeAllProducts',
|
|
url: '/finance/ComputeAllProducts',
|
|
method: 'get',
|
|
method: 'get',
|
|
- params: { coutryCode: data.CountryCode, weight: data.Weight, length: data.L, width: data.W, height: data.H }
|
|
|
|
|
|
+ params: { coutryCode: data.CountryCode, weight: data.Weight, length: data.L, width: data.W, height: data.H, ZipCode: data.ZipCode }
|
|
})
|
|
})
|
|
}
|
|
}
|
|
export function QueryCustomerBillPage(data) {
|
|
export function QueryCustomerBillPage(data) {
|