Browse Source

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

hcf 1 year ago
parent
commit
758359ef54

+ 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%;