更新增加部分api请求

This commit is contained in:
2024-09-28 15:06:25 +08:00
parent 1aa502103b
commit 106de94d2a
4 changed files with 69 additions and 45 deletions

View File

@@ -133,4 +133,8 @@ export function $tbProskuConV2(data) {
export function $updateProductData(data) {
return http.req('/api/stock/updateProductData', data, 'POST')
}
/* 商品报损 */
export function $frmLoss(data) {
return http.req('/api/tbProductStockDetail/frmLoss', {...data,shopId:uni.getStorageSync('shopId')}, 'POST')
}
// v2 api end