浏览代码

到货单-子表产品中文名/产品英文名-不可输入

jingbb 4 月之前
父节点
当前提交
4d5ad64301
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/purchase/arrivedGoods/ArriveGoodsForm.data.ts

+ 2 - 2
src/views/purchase/arrivedGoods/ArriveGoodsForm.data.ts

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