@@ -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)
},
@@ -560,6 +560,8 @@
this.getCategory(e.websitId)
@@ -68,6 +68,8 @@ export default {
change: (val) => {
this.formData.websitName = this.websitList.find(item => item.value == val)?.label || ""
this.formData.websitPartsRetItems = []
this.getProductSel()
this.getWarehouseList()
}