|
@@ -49,12 +49,12 @@ export const columns: BasicColumn[] = [
|
|
|
align:"center",
|
|
|
dataIndex: 'maker'
|
|
|
},
|
|
|
- {
|
|
|
- title: '业务类型(busyness type)',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'busynessType',
|
|
|
- // width:250,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '业务类型(busyness type)',
|
|
|
+ // align:"center",
|
|
|
+ // dataIndex: 'busynessType',
|
|
|
+ // // width:250,
|
|
|
+ // },
|
|
|
{
|
|
|
title: '销售部门(sale department)',
|
|
|
align:"center",
|
|
@@ -399,6 +399,12 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
show: false
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '',
|
|
|
+ field: 'sourceCode',
|
|
|
+ component: 'Input',
|
|
|
+ show: false
|
|
|
+ },
|
|
|
];
|
|
|
//子表单数据
|
|
|
//子表表格配置
|
|
@@ -567,7 +573,7 @@ export const saleContractProductColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
{
|
|
|
- title: '含税单价(tax price)',
|
|
|
+ title: '单价(tax price)',
|
|
|
key: 'taxPrice',
|
|
|
type: JVxeTypes.inputNumber,
|
|
|
width:"200px",
|
|
@@ -575,7 +581,7 @@ export const saleContractProductColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
{
|
|
|
- title: '含税金额(tax amount)',
|
|
|
+ title: '金额(tax amount)',
|
|
|
key: 'taxAmount',
|
|
|
type: JVxeTypes.normal,
|
|
|
width:"200px",
|