From a97df69cade6aecdc65015170e45fbe3bb40e876 Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期二, 11 十一月 2025 13:25:54 +0800
Subject: [PATCH] 修改了生产资料和销售出库的路径,及其路由配置,销售出库单的日期,分页组件

---
 src/views/basic/production/gySource.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/basic/gySource/index.vue b/src/views/basic/production/gySource.vue
similarity index 99%
rename from src/views/basic/gySource/index.vue
rename to src/views/basic/production/gySource.vue
index 993a12a..5d2cabe 100644
--- a/src/views/basic/gySource/index.vue
+++ b/src/views/basic/production/gySource.vue
@@ -214,7 +214,7 @@
 <script>
 import axios from 'axios'
 import RowSettings from '@/views/component/rowSettings'
-import Edit from '@/views/basic/gySource/edit'
+import Edit from '@/views/basic/production/gySourceEdit.vue'
 
 export default {
   name: 'GySource',
@@ -294,7 +294,7 @@
       titleData: ["HItemID", "Hprocid", "HUSEORGID", "HCREATEORGID", "HParentID"],//涓嶉渶瑕佹樉绀虹殑瀛楁 鍙墿灞�
       pageSizes: [50, 100, 500, 5000, 50000],
       page: 1,
-      pageSize: 50,
+      pageSize: 0,
       total: 0,
       // 琛ㄥ崟鍙傛暟
       form: {},
@@ -381,6 +381,7 @@
     },
     //鍒楄〃鏁版嵁
     getList() {
+      this.pageSize = 50
       this.tableShow = false
       this.loading = true
       if (this.pageSize == 0) {

--
Gitblit v1.9.1