字段修改

This commit is contained in:
weiyu
2022-05-13 10:21:03 +08:00
parent d472ef8da3
commit d4fea43e4c
3 changed files with 2 additions and 6 deletions

View File

@ -30,7 +30,7 @@ module.exports = {
// }, // },
'//api': { '//api': {
target: { target: {
host: 'tms-api-dev.eascs.com', host: 'tms-api-test.eascs.com',
protocol: 'https:', protocol: 'https:',
port: 443 port: 443
}, },

View File

@ -212,7 +212,7 @@ export class TaxManagementIndividualDeclareComponent extends BasicTableComponent
className: 'text-center', className: 'text-center',
width: '200px', width: '200px',
type: 'widget', type: 'widget',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.ynse }) } widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.jsyj }) }
}, },
{ {
title: '税率', title: '税率',

View File

@ -213,11 +213,7 @@ export class BillingOrderComponent extends BasicTableComponent {
className: 'text-center', className: 'text-center',
index: 'paymentMethodRate', index: 'paymentMethodRate',
width: 130, width: 130,
<<<<<<< HEAD
format: record => `${(record.paymentMethodRate*100).toFixed(2)}%` format: record => `${(record.paymentMethodRate*100).toFixed(2)}%`
=======
format: record => `${record.paymentMethodRate * 100}%`
>>>>>>> b6b51c9a662efd271b713242c077a04c199ed167
}, },
{ title: '货主名称', index: 'shipperAppUserName', width: '180px', className: 'text-center' }, { title: '货主名称', index: 'shipperAppUserName', width: '180px', className: 'text-center' },
{ title: '所属项目', index: 'enterpriseProjectName', width: '180px', className: 'text-center' }, { title: '所属项目', index: 'enterpriseProjectName', width: '180px', className: 'text-center' },