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/admin/orderList/index.vue b/pages/admin/orderList/index.vue index 56ac315..e28c771 100644 --- a/pages/admin/orderList/index.vue +++ b/pages/admin/orderList/index.vue @@ -47,7 +47,7 @@ - + diff --git a/pages/margin/margin.vue b/pages/margin/margin.vue index 05135bd..7e48a2a 100644 --- a/pages/margin/margin.vue +++ b/pages/margin/margin.vue @@ -13,7 +13,7 @@ {{merchant_Data.unpaid_margin}} - 缴纳店铺账户 + 缴纳押金账户 {{merchant_Data.mer_name}} diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index 52b6b47..997dcde 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -14,12 +14,13 @@ - + - - - + + + + 保存修改 @@ -135,7 +136,7 @@ 完善商品信息 - + 名称: @@ -157,7 +158,7 @@ 取消 - 确定 + 确定 @@ -170,26 +171,34 @@ - +