|
@@ -10,7 +10,7 @@ export const columns: BasicColumn[] = [
|
|
|
align:"center",
|
|
|
width:150,
|
|
|
dataIndex: 'billCode'
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
title: '单据日期(bill date)',
|
|
|
align:"center",
|
|
@@ -21,7 +21,7 @@ export const columns: BasicColumn[] = [
|
|
|
return text;
|
|
|
},
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
title: '报价项目(quotation project)',
|
|
|
align:"center",
|
|
@@ -94,6 +94,36 @@ export const columns: BasicColumn[] = [
|
|
|
dataIndex: 'imo',
|
|
|
width:100,
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '客户询价单号(customer inquiry number)',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'customerInquiryNumber',
|
|
|
+ width:200,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '业务员(salesman)',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'salesmanName',
|
|
|
+ width:120,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '金额(amount)',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'saleAmount',
|
|
|
+ width:120,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '客户联系人(customer contact)',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'liaisonInfo',
|
|
|
+ width:120,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '质量等级(quality grade)',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'qualityGrade',
|
|
|
+ width:120,
|
|
|
+ },
|
|
|
{
|
|
|
title: '来源(sourceCode)',
|
|
|
align:"center",
|
|
@@ -223,7 +253,7 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
// {
|
|
|
// title: '规格(specifications)',
|
|
|
// key: 'specifications',
|
|
@@ -287,7 +317,7 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
// key: 'supplierCurrency',
|
|
|
// type: JVxeTypes.normal,
|
|
|
// placeholder: '请输入${title}',
|
|
|
- // defaultValue:'',
|
|
|
+ // defaultValue:'',
|
|
|
// width:"200px",
|
|
|
// },
|
|
|
{
|
|
@@ -346,7 +376,7 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
placeholder: '请输入${title}',
|
|
|
width:"250px",
|
|
|
defaultValue:'',
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '折后单价(sale price)',
|
|
@@ -357,7 +387,7 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|
|
|
slotName: 'salePrice',
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '上一次报价(last price)',
|