| | |
| | | minWidth: 200, |
| | | |
| | | }, |
| | | isCreate: { |
| | | label: '是否已入账', dataType: 'string', |
| | | type: 'select', |
| | | minWidth: 120, |
| | | dicUrl: '/system/dict/data/type/sys_whether_type', |
| | | }, |
| | | |
| | | // vehicleId: { |
| | | // label: '运输工具ID',hide: true, |
| | | // }, |
| | |
| | | }, |
| | | businessContact: { |
| | | label: '业务联系人', |
| | | minWidth: 120, |
| | | minWidth: 120, |
| | | }, |
| | | estimatedTotalIncome: { |
| | | label: '预估总收入', |
| | | minWidth: 120, |
| | | minWidth: 120, |
| | | |
| | | }, |
| | | estimatedTotalCost: { |
| | | label: '预估总成本', |
| | | minWidth: 120, |
| | | minWidth: 120, |
| | | |
| | | }, |
| | | estimatedProfit: { |
| | | label: '预估利润', |
| | | minWidth: 120, |
| | | minWidth: 120, |
| | | |
| | | }, |
| | | |
| | | confirmedTotalIncome: { |
| | | label: '确认总收入', |
| | | minWidth: 120, |
| | | minWidth: 120, |
| | | |
| | | }, |
| | | confirmedTotalCost: { |
| | | label: '确认总成本', |
| | | minWidth: 120, |
| | | minWidth: 120, |
| | | |
| | | }, |
| | | relatedBillName: { |
| | | label: '关联联账单名称', |
| | | fixed: 'right', |
| | | minWidth: 120, |
| | | |
| | | }, |
| | | isIncomeMatched: { |
| | | label: '是否匹配收入', |
| | | |
| | | type: 'select', |
| | | dataType: 'string', |
| | | minWidth: 120, |
| | | dicUrl: '/system/dict/data/type/sys_matching_status', |
| | | }, |
| | | isCostMatched: { |
| | | label: '是否匹配成本', |
| | | type: 'select', |
| | | dataType: 'string', |
| | | minWidth: 120, |
| | | dicUrl: '/system/dict/data/type/sys_matching_status', |
| | | }, |
| | | |
| | | isCreate: { |
| | | label: '是否已入账', dataType: 'string', |
| | | type: 'select', |
| | | fixed: 'right', |
| | | minWidth: 120, |
| | | dicUrl: '/system/dict/data/type/sys_whether_type', |
| | | }, |
| | | relatedBillStatus: { |
| | | minWidth: 120, |
| | | label: '关联账单状态', |
| | | dataType: 'string', |
| | | type: 'select', |
| | | dicUrl: '/system/dict/data/type/sys_related_status', |
| | | // formatter: (row, value) => { |
| | | // // 自定义格式化逻辑(如果需要) |
| | | // return value; |
| | | // } |
| | | }, |
| | | // electronicLock: { |
| | | // label: '电子锁', |
| | | // }, |