Преглед на файлове

分类树形,选择树形显示优化

hcf преди 1 година
родител
ревизия
758359ef54
променени са 4 файла, в които са добавени 16 реда и са изтрити 2 реда
  1. 2 2
      src/api/currency.ts
  2. 4 0
      src/views/audit/organClassify/index.vue
  3. 5 0
      src/views/audit/productClassification/index.vue
  4. 5 0
      src/views/audit/virtually/index.vue

+ 2 - 2
src/api/currency.ts

@@ -96,7 +96,7 @@ function getMaterialInventory(data? : any) {
 }
 
 // 同步财务系统物料到OMS
-function syncMaterialByKingdeeToOmsy(data? : any) {
+function syncMaterialByKingdeeToOms(data? : any) {
 	return request({
 		url: '/supply/financeApi/syncMaterialByKingdeeToOms',
 		method: 'GET',
@@ -126,6 +126,6 @@ export default {
 	delCategoryId,
 	WMSPushProducts,
 	getMaterialInventory,
-	syncMaterialByKingdeeToOmsy,
+	syncMaterialByKingdeeToOms,
 	getFinancialCode
 }

+ 4 - 0
src/views/audit/organClassify/index.vue

@@ -387,6 +387,10 @@
 		}
 	}
 </script>
+<style>
+	.bill-tab{max-height: 100%;overflow-y: auto !important;}
+	.el-popover{max-height: 400px;overflow-y: auto;}
+</style>
 <style lang="scss" scoped>
 	.my-container {
 		width: 100%;

+ 5 - 0
src/views/audit/productClassification/index.vue

@@ -418,6 +418,11 @@
 		}
 	}
 </script>
+
+<style>
+	.bill-tab{max-height: 100%;overflow-y: auto !important;}
+	.el-popover{max-height: 400px;overflow-y: auto;}
+</style>
 <style lang="scss" scoped>
 	.my-container {
 		width: 100%;

+ 5 - 0
src/views/audit/virtually/index.vue

@@ -417,6 +417,11 @@
 		}
 	}
 </script>
+
+<style>
+	.bill-tab{max-height: 100%;overflow-y: auto !important;}
+	.el-popover{max-height: 400px;overflow-y: auto;}
+</style>
 <style lang="scss" scoped>
 	.my-container {
 		width: 100%;