浏览代码

采购订单选定-增加币种字段

jingbb 4 月之前
父节点
当前提交
d67e0b242a
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/purchase/selectionQuotationForm/SelectionQuotationForm.data.ts

+ 7 - 0
src/views/purchase/selectionQuotationForm/SelectionQuotationForm.data.ts

@@ -469,6 +469,13 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       placeholder: '请输入${title}',
       defaultValue:'',
     },
+    {
+      title: '币种(currency)',
+      key: 'currency',
+      type: JVxeTypes.normal,
+      placeholder: '请输入${title}',
+      defaultValue:'',
+    },
     {
       title: '合计金额(total amount)',
       key: 'taxAmount',