|
|
|
@ -57,6 +57,7 @@ const getCarInfo = (id) => mGet(`/ztb-factory/get/factory-car/${id}`, null, scon |
|
|
|
const editCar = (params) => mPost(`/ztb-factory/edit/factory-car`, params, sconfig) |
|
|
|
const saveCar = (params) => mPost(`/ztb-factory/save/factory-car`, params, sconfig) |
|
|
|
const deleteCar = (id) => mPost(`/ztb-factory/delete/factory-car/${id}`, null, sconfig) |
|
|
|
const getOrderLog = (params) => mGet(`/ztb-factory/get/factory-car-list`, params, sconfig) |
|
|
|
|
|
|
|
const getPoundList = () => mGet(`/ztb-factory/get/self-factory-weight-note-list`, null, sconfig) |
|
|
|
const getPoundInfo = (id) => mGet(`/ztb-factory/get/weight-note-detail/${id}`, null, sconfig) |
|
|
|
@ -161,4 +162,5 @@ export { |
|
|
|
saveCar, |
|
|
|
editCar, |
|
|
|
deleteCar, |
|
|
|
getOrderLog |
|
|
|
} |