Browse Source

采购报价单选定-取消供应商明细子表的可编辑字段

jingbb 5 months ago
parent
commit
4fc9683668

+ 3 - 3
src/views/purchase/selectionQuotationForm/SelectionQuotationForm.data.ts

@@ -300,7 +300,7 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
     {
       title: '产品中文名(chinese name)',
       key: 'chineseName',
-      type: JVxeTypes.input,
+      type: JVxeTypes.normal,
       placeholder: '请输入${title}',
       width:"200px",
       defaultValue:'',
@@ -308,7 +308,7 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
     {
       title: '产品英文名(english name)',
       key: 'englishName',
-      type: JVxeTypes.input,
+      type: JVxeTypes.normal,
       placeholder: '请输入${title}',
       width:"200px",
       defaultValue:'',
@@ -428,7 +428,7 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       title: '备注(note)',
       key: 'notes',
       width:"200px",
-      type: JVxeTypes.input,
+      type: JVxeTypes.normal,
       placeholder: '请输入${title}',
       defaultValue:'',
     },