From aeddeb9ddecaf864854fb80bb9dec5a176bcafe9 Mon Sep 17 00:00:00 2001 From: yangzifeng <2547435354@qq.com> Date: Fri, 27 Mar 2026 08:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wisdom/record/index.vue | 33 +++++++++++++++++++++++++++++-- src/views/wisdom/stock/index.vue | 32 +++++++++++++++++++++++++++++- 2 files changed, 62 insertions(+), 3 deletions(-) diff --git a/src/views/wisdom/record/index.vue b/src/views/wisdom/record/index.vue index a09ad56..9417e1d 100644 --- a/src/views/wisdom/record/index.vue +++ b/src/views/wisdom/record/index.vue @@ -79,13 +79,25 @@ - + + + + + + + + + + + + + - + 搜索 重置 @@ -131,6 +143,12 @@ + + + + { + return uploadPhotoMenu.value.find((item) => item.value === value)?.label; +}; + const data = reactive({ form: {}, queryParams: { @@ -196,6 +224,7 @@ const data = reactive({ cangku: "", wlMs: "", ids: [], + demandDeptName: "", }, }); diff --git a/src/views/wisdom/stock/index.vue b/src/views/wisdom/stock/index.vue index b6fb0cb..a45ee62 100644 --- a/src/views/wisdom/stock/index.vue +++ b/src/views/wisdom/stock/index.vue @@ -88,7 +88,20 @@ - + + + + + + + + + + + + + + 搜索 重置 @@ -155,6 +168,13 @@ + + + + + @@ -332,6 +352,7 @@ Preview Image + @@ -353,6 +374,15 @@ const { proxy } = getCurrentInstance(); const showSearch = ref(true); +// 新增库存状态 +const uploadPhotoMenu = ref([ + { value: 0, label: "未上传" }, + { value: 1, label: "已上传" }, +]); + +const getUploadPhoto = (value) => { + return uploadPhotoMenu.value.find((item) => item.value === value)?.label; +}; const warehouseCode = ref(''); //所属仓库下拉数据