Browse Source

物料申请单-详情-控制主计量单位、默认采购组织、负责采购员、产地控制不可输入选择

002390 1 year ago
parent
commit
14ef983aee
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/material/requisition/details/columns.js

+ 4 - 0
src/views/material/requisition/details/columns.js

@@ -166,6 +166,7 @@ export default function useColumns(){
             is: "el-popover-select-v2",
             valueKey: "name",
             referName: "UNIT_PARAM",
+            readonly:true,
             dataMapping: {
               unitId:'id'
             }
@@ -436,6 +437,7 @@ export default function useColumns(){
             dataMapping: {
               originPlace: 'id'
             },
+            readonly:true,
             // disabled: true,
           },
           
@@ -493,6 +495,7 @@ export default function useColumns(){
             dataMapping: {
               purchasingOrganization:'id'
             },
+            readonly:true,
           },
         },
         {
@@ -544,6 +547,7 @@ export default function useColumns(){
             dataMapping: {
               puPersonnelId: "code",
             },
+            readonly:true,
           },
         },
         {