|
@@ -154,6 +154,7 @@ export default {
|
|
console.log(list)
|
|
console.log(list)
|
|
if (this.hasChoseWarehousing(list)) {
|
|
if (this.hasChoseWarehousing(list)) {
|
|
this.$message.warning('请选择仓库仓位!')
|
|
this.$message.warning('请选择仓库仓位!')
|
|
|
|
+ return
|
|
}
|
|
}
|
|
purchaseWriteStockIn({ id: row.id }).then(res => {
|
|
purchaseWriteStockIn({ id: row.id }).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|