@@ -428,6 +428,14 @@
})
},
add() {
+ if(!this.warehouseName){
+ uni.showToast({
+ title: '请选择仓库!',
+ icon: 'none',
+ duration: 2000
+ })
+ return
+ }
uni.navigateTo({
url: '/pages/erpbusiness/add_quality_testing?managementType=' + this.managementType +
'&cangid=' + this.cangid + '&warehouseCount=' + this.warehouseCount +