|
|
|
@ -818,10 +818,10 @@ export default { |
|
|
|
this.$modal.msgError("请选择要处置的药剂") |
|
|
|
} else { |
|
|
|
for (var i = 0; i < that.cclistYj.length; i++) { |
|
|
|
// if (!that.cclistYj[i].ccwz||that.cclistYj[i].ccwz=='') { |
|
|
|
// this.$modal.msgError('第'+(i+1) + "个存储,存储位置不能为空") |
|
|
|
// return |
|
|
|
// } |
|
|
|
if (!that.cclistYj[i].ccwz||that.cclistYj[i].ccwz=='') { |
|
|
|
this.$modal.msgError('第'+(i+1) + "个存储,存储位置不能为空") |
|
|
|
return |
|
|
|
} |
|
|
|
if (!that.cclistYj[i].cctj || that.cclistYj[i].cctj == '') { |
|
|
|
this.$modal.msgError('第' + (i + 1) + "个存储,存储条件不能为空") |
|
|
|
return |
|
|
|
|