Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-04-21 17:03:59 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -404,7 +404,7 @@ export class CancellationInvoiceComponent implements OnInit {
},
{
text: '手工开票<br>',
iif: item => item.sts != '3',
iif: item => item.sts != '3' && item.sts != '4' ,
click: item => this.requestedAction(item)
}
// {