From 8b67f01ad37da01f5a984c99920c76f1bfa6be4a Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Tue, 21 Nov 2023 10:57:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E9=80=89=E5=9B=9E=E6=98=BE=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Descriptions/src/Descriptions.vue | 6 +-
.../documentSetting/businesstype/index.vue | 236 +++++++++++-------
2 files changed, 152 insertions(+), 90 deletions(-)
diff --git a/src/components/Descriptions/src/Descriptions.vue b/src/components/Descriptions/src/Descriptions.vue
index 42875a841..18f54ea9f 100644
--- a/src/components/Descriptions/src/Descriptions.vue
+++ b/src/components/Descriptions/src/Descriptions.vue
@@ -131,9 +131,11 @@ const toggleClick = () => {
data[item.field] !== null ? dayjs(data[item.field]).format(item.dateFormat) : ''
}}
-
-
+
+
+
+
{{ data[item.field] }}
diff --git a/src/views/wms/basicDataManage/documentSetting/businesstype/index.vue b/src/views/wms/basicDataManage/documentSetting/businesstype/index.vue
index 7e8b5794e..3c7c3bf2c 100644
--- a/src/views/wms/basicDataManage/documentSetting/businesstype/index.vue
+++ b/src/views/wms/basicDataManage/documentSetting/businesstype/index.vue
@@ -1,18 +1,22 @@
-
+
+ :HeadButttondata="HeadButttondata"
+ @button-base-click="buttonBaseClick"
+ :route-name="routeName"
+ @updataTableColumns="updataTableColumns"
+ @searchFormClick="searchFormClick"
+ :allSchemas="Businesstype.allSchemas"
+ />
@@ -27,38 +31,68 @@
v-model:currentPage="tableObject.currentPage"
v-model:sort="tableObject.sort"
>
-
+
{{ row.code }}
-
+
-
- {{ strFor(row.itemTypes,DICT_TYPE.ITEM_TYPE)}}
+
+
+ {{ getDictLabel(DICT_TYPE.ITEM_TYPE, tag) }}
+
-
- {{ strFor(row.outLocationTypes,DICT_TYPE.LOCATION_TYPE)}}
+
+
+ {{ getDictLabel(DICT_TYPE.LOCATION_TYPE, tag) }}
+
-
- {{ strFor(row.inLocationTypes,DICT_TYPE.LOCATION_TYPE)}}
+
+
+ {{ getDictLabel(DICT_TYPE.LOCATION_TYPE, tag) }}
+
-
- {{ strFor(row.outInventoryStatuses,DICT_TYPE.INVENTORY_STATUS)}}
+
+
+ {{ getDictLabel(DICT_TYPE.INVENTORY_STATUS, tag) }}
+
-
- {{ strFor(row.inInventoryStatuses,DICT_TYPE.INVENTORY_STATUS)}}
+
+
+ {{ getDictLabel(DICT_TYPE.INVENTORY_STATUS, tag) }}
+
-
-
+