瀏覽代碼

no message

pengyh 1 年之前
父節點
當前提交
faa37e79f3

+ 4 - 0
src/views/auxiliaryFittings/salesManagement/components/attachmentNewReturnDetail.vue

@@ -938,4 +938,8 @@
 			margin-top: 10px;
 		}
 	}
+	::v-deep .el-table__body-wrapper{
+		max-height: 300px !important;
+		overflow-y: auto !important;
+	}
 </style>

+ 4 - 0
src/views/auxiliaryFittings/salesManagement/components/attachmentOldReturnDetail.vue

@@ -969,4 +969,8 @@
 			margin-top: 10px;
 		}
 	}
+	::v-deep .el-table__body-wrapper{
+		max-height: 300px !important;
+		overflow-y: auto !important;
+	}
 </style>

+ 2 - 2
src/views/auxiliaryFittings/salesManagement/components/auxiliarySalesOrderDetail.vue

@@ -598,7 +598,7 @@
 				})
 			},
 			async getGoods(categoryId,goodsName,type){
-				if(!this.formData.storageId){return this.$message.warning('请先选择库仓库!')}
+				if(!this.formData.storageId){return this.$message.warning('请先选择库仓库!')}
 				const that = this
 				if(type == 1){
 					return new Promise((resolve, reject) => {
@@ -662,7 +662,7 @@
 				this.dataList[this.isEdit].qty = '',
 				this.dataList[this.isEdit].goodsCategoryId = e.categoryId
 				this.dataList[this.isEdit].goodsCategoryName = e.categoryName
-				if(!this.formData.storageId){return this.$message.warning('请先选择库仓库!')}
+				if(!this.formData.storageId){return this.$message.warning('请先选择库仓库!')}
 				getGoods({websitId: this.formData.websitId,categoryId: e.categoryId,type: 'M',orderEnginBaseId: this.formData.orderEnginBaseId,saleType: this.formData.salesType,storageId: this.formData.storageId}).then(res => {
 					this.dataList[this.isEdit].goodsList = res.data
 				})

+ 4 - 0
src/views/auxiliaryFittings/salesManagement/components/auxiliarySalesReturnOrderDetail.vue

@@ -967,4 +967,8 @@
 			margin-top: 10px;
 		}
 	}
+	::v-deep .el-table__body-wrapper{
+		max-height: 300px !important;
+		overflow-y: auto !important;
+	}
 </style>