浏览代码

fix:库存详情禁止输入物料,隐藏自动拆单

lupeng 5 月之前
父节点
当前提交
79caf5e68e
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/plan/workOrder/index.vue
  2. 1 0
      src/views/storage/stock/index.vue

+ 1 - 0
src/views/plan/workOrder/index.vue

@@ -771,6 +771,7 @@ option.value = Object.assign(option.value, {
       label: "自动拆单",
       hide: true,
       type: "switch",
+      display: false,
       dicData: [
         {
           label: "否",

+ 1 - 0
src/views/storage/stock/index.vue

@@ -172,6 +172,7 @@ option.value = Object.assign(option.value, {
       label: "物料名称",
       prop: "materialName",
       width: 130,
+      readonly: true,
       overHidden: true,
       click: ({ value, column }) => {
         if(column.boxType){