瀏覽代碼

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

jingbb 5 月之前
父節點
當前提交
4fc9683668
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/purchase/selectionQuotationForm/SelectionQuotationForm.data.ts

+ 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:'',
     },