浏览代码

1.在新增 编辑界面序列号管理设置是的时候,批号及库存状态设置否后需要把序列号管理自动设置否

002390 2 年之前
父节点
当前提交
7de41b06bb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/material/requisition/add.vue

+ 2 - 1
src/views/material/requisition/add.vue

@@ -1014,7 +1014,8 @@ export default {
         this.isStock = false
       } else {
         // 联动效期管理
-        this.basicForm.expiryDateManagerment = '2'
+        this.basicForm.expiryDateManagerment = '2';
+        this.basicForm.serialNoManager = '2';
         this.expCt(val)
         this.isStock = true
       }