Browse Source

fix:[模板管理]优化

lkf
15881625488@163.com 2 months ago
parent
commit
0a5cafec87
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/views/business/study/comp/tbbd/Bj.vue

+ 4
- 4
src/views/business/study/comp/tbbd/Bj.vue View File

@ -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

Loading…
Cancel
Save