Browse Source

采购报价单选定-字段修改

jingbb 5 months ago
parent
commit
74f40234f1

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

@@ -266,6 +266,38 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       defaultValue:'',  
       width:"200px",
     },
+    {
+      title: '币种(currency)',
+      key: 'currency',
+      type: JVxeTypes.normal,
+      placeholder: '请输入${title}',
+      defaultValue:'',  
+      width:"200px",
+    },
+    {
+      title: '美元单价(tax price)',
+      key: 'taxPriceUsd',
+      type: JVxeTypes.normal,
+      placeholder: '请输入${title}',
+      defaultValue:'',  
+      width:"200px",
+    },
+    {
+      title: '美元金额(tax amount)',
+      key: 'taxAmountUsd',
+      type: JVxeTypes.normal,
+      placeholder: '请输入${title}',
+      defaultValue:'',  
+      width:"200px",
+    },
+    {
+      title: '美元汇率(exchangeRate)',
+      key: 'exchangeRateUsd',
+      type: JVxeTypes.normal,
+      placeholder: '请输入${title}',
+      defaultValue:'',  
+      width:"200px",
+    },
     {
       title: '备注(note)',
       key: 'notes',
@@ -432,6 +464,22 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       defaultValue:'',  
       width:"200px",
     },
+    {
+      title: '美元单价(tax price)',
+      key: 'taxPriceUsd',
+      type: JVxeTypes.normal,
+      placeholder: '请输入${title}',
+      defaultValue:'',  
+      width:"200px",
+    },
+    {
+      title: '美元金额(tax amount)',
+      key: 'taxAmountUsd',
+      type: JVxeTypes.normal,
+      placeholder: '请输入${title}',
+      defaultValue:'',  
+      width:"200px",
+    },
     {
       title: '备注(note)',
       key: 'notes',
@@ -491,4 +539,12 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
       placeholder: '请输入${title}',
       defaultValue:'',
     },
+    {
+      title: '美元金额(tax amount)',
+      key: 'taxAmountUsd',
+      type: JVxeTypes.normal,
+      placeholder: '请输入${title}',
+      defaultValue:'',  
+      width:"200px",
+    },
   ]