Просмотр исходного кода

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

lupeng 5 месяцев назад
Родитель
Сommit
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){