pengyh 1 gadu atpakaļ
vecāks
revīzija
99991324f8

+ 2 - 0
src/views/auxiliaryFittings/salesManagement/components/attachmentSalesOrderDetail.vue

@@ -530,6 +530,8 @@
 			changeWebsit(e){
 				this.formData.websitId = e.websitId
 				this.formData.websitName = e.name
+				this.formData.storageName = ''
+				this.formData.storageId = ''
 				this.getWorker()
 				this.getWarehouseList(e.websitId)
 			},

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

@@ -560,6 +560,8 @@
 			changeWebsit(e){
 				this.formData.websitId = e.websitId
 				this.formData.websitName = e.name
+				this.formData.storageName = ''
+				this.formData.storageId = ''
 				this.getWorker()
 				this.getCategory(e.websitId)
 				this.getWarehouseList(e.websitId)

+ 2 - 0
src/views/auxiliaryFittings/salesManagement/oldPartsReturnFactory/mixins/basicInfo.js

@@ -68,6 +68,8 @@ export default {
             change: (val) => {
               this.formData.websitName = this.websitList.find(item => item.value == val)?.label || ""
               this.formData.websitPartsRetItems = []
+			  this.formData.storageName = ''
+			  this.formData.storageId = ''
               this.getProductSel()
 			  this.getWarehouseList()
             }