From a3d41de73a39b6833e06551c7112222b170cec10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Sat, 15 Mar 2025 10:56:41 +0800 Subject: [PATCH] first --- .../components/table-action-modal.vue | 6 +-- .../auxiliaryProduceinfo/index.vue | 48 +++++++++++-------- 2 files changed, 30 insertions(+), 24 deletions(-) rename src/views/{ => storage}/auxiliaryProduceinfo/components/table-action-modal.vue (97%) rename src/views/{ => storage}/auxiliaryProduceinfo/index.vue (95%) diff --git a/src/views/auxiliaryProduceinfo/components/table-action-modal.vue b/src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue similarity index 97% rename from src/views/auxiliaryProduceinfo/components/table-action-modal.vue rename to src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue index eedeff3..c5a688c 100644 --- a/src/views/auxiliaryProduceinfo/components/table-action-modal.vue +++ b/src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue @@ -81,9 +81,9 @@ - - - + + + diff --git a/src/views/auxiliaryProduceinfo/index.vue b/src/views/storage/auxiliaryProduceinfo/index.vue similarity index 95% rename from src/views/auxiliaryProduceinfo/index.vue rename to src/views/storage/auxiliaryProduceinfo/index.vue index 4d28f06..83ef482 100644 --- a/src/views/auxiliaryProduceinfo/index.vue +++ b/src/views/storage/auxiliaryProduceinfo/index.vue @@ -23,15 +23,15 @@ {{ RecptInfo.quantityRecived }} - - {{ RecptInfo.weightRecived }} - + + + {{ num }} - - {{ weight }} - + + + > = ref([ key: 'specification', width: 120 }, + { + title: '颜色', + key: 'colorName', + width: 120 + }, // { // title: '应入数量', // key: 'quantityRecived', @@ -334,21 +339,21 @@ const columns: Ref> = ref([ ); } }, - { - title: '入库重量', - key: 'weight', - width: 180, - render: row => { - return ( -
- * - - - -
- ); - } - }, + // { + // title: '入库重量', + // key: 'weight', + // width: 180, + // render: row => { + // return ( + //
+ // * + // + // + // + //
+ // ); + // } + // }, { title: '仓库名称', key: 'warehouseName', @@ -687,5 +692,6 @@ function init() { // 获取部门信息 // getDeptTree(); } + init();