From 7789edecff9a058e3f6337e8da1ffebfff58d1fd Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 06 十二月 2024 17:56:19 +0800
Subject: [PATCH] 1
---
src/views/console/basic-data/material-warehousing-data/Material-warehousing-data.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/console/basic-data/material-warehousing-data/Material-warehousing-data.vue b/src/views/console/basic-data/material-warehousing-data/Material-warehousing-data.vue
index 681f941..1351c95 100644
--- a/src/views/console/basic-data/material-warehousing-data/Material-warehousing-data.vue
+++ b/src/views/console/basic-data/material-warehousing-data/Material-warehousing-data.vue
@@ -9,15 +9,15 @@
<el-card shadow="never" style="height: 100%;" body-style="height: 100%">
<el-tabs v-model="activeName" type="card" @tab-click="handleClick">
<el-tab-pane label="鍑哄簱绫诲瀷" name="1">
- <MaterialWarehousingDataCompVue name="鍑哄簱" tableUrl="/api/blade-cps/stock-out-type/page"
- insertUrl="/api/blade-cps/stock-out-type/insert"
- removeUrl="/api/blade-cps/stock-out-type/remove"
- updateUrl="/api/blade-cps/stock-out-type/update" />
+ <MaterialWarehousingDataCompVue name="鍑哄簱" tableUrl="/api/smis/stock-out-type/page"
+ insertUrl="/api/smis/stock-out-type/insert"
+ removeUrl="/api/smis/stock-out-type/remove"
+ updateUrl="/api/smis/stock-out-type/update" />
</el-tab-pane>
<el-tab-pane label="鍏ュ簱绫诲瀷" name="2">
- <MaterialWarehousingDataCompVue name="鍏ュ簱" tableUrl="/api/blade-cps/stock-in-type/page"
- insertUrl="/api/blade-cps/stock-in-type/insert" removeUrl="/api/blade-cps/stock-in-type/remove"
- updateUrl="/api/blade-cps/stock-in-type/update" />
+ <MaterialWarehousingDataCompVue name="鍏ュ簱" tableUrl="/api/smis/stock-in-type/page"
+ insertUrl="/api/smis/stock-in-type/insert" removeUrl="/api/smis/stock-in-type/remove"
+ updateUrl="/api/smis/stock-in-type/update" />
</el-tab-pane>
</el-tabs>
</el-card>
--
Gitblit v1.9.3