From e53c0fffcc49cff8800eec30390e90796eb4cde1 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 4 Nov 2023 14:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E5=8A=9F=E8=83=BD,=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=95=86=E5=93=81=E5=9B=BE=E7=89=87,?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/store.js | 8 + pages/nongKe/gather/select_warehouse.vue | 204 ++++++++++++++++++++--- 2 files changed, 187 insertions(+), 25 deletions(-) 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 @@