diff --git a/api/store.js b/api/store.js index db41fe0..fbd93b6 100644 --- a/api/store.js +++ b/api/store.js @@ -16,6 +16,14 @@ export function microProductAdd(data) { return request.post('micro/product_add', data); } +/** + * 添加商品库审核 + * + */ +export function microProductEdit(data) { + return request.post('micro/eadt_product', data); +} + /** * 获取收款二维码 * @returns {*} diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index 52b6b47..6f76815 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -14,12 +14,13 @@ - + - - - + + + + 保存修改 @@ -135,7 +136,7 @@ 完善商品信息 - + 名称: @@ -176,19 +177,25 @@