|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* @Author: your name
|
|
* @Author: your name
|
|
* @Date: 2021-11-18 13:40:39
|
|
* @Date: 2021-11-18 13:40:39
|
|
- * @LastEditTime: 2021-12-07 16:01:35
|
|
|
|
|
|
+ * @LastEditTime: 2021-12-08 19:45:43
|
|
* @LastEditors: Please set LastEditors
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @FilePath: \hyyfClient\src\utils\chenApi.js
|
|
* @FilePath: \hyyfClient\src\utils\chenApi.js
|
|
@@ -156,7 +156,7 @@ export function getTheSales(params) {
|
|
// 重量详情
|
|
// 重量详情
|
|
export function getDayWeight(params) {
|
|
export function getDayWeight(params) {
|
|
return axios({
|
|
return axios({
|
|
- url: '/produce/weight/getWeightOnPage',
|
|
|
|
|
|
+ url: 'http://192.168.1.49:8089/weight/getBatchWeightOnPage2',
|
|
method: 'get',
|
|
method: 'get',
|
|
params: params
|
|
params: params
|
|
})
|
|
})
|