车辆接口更新
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-18 09:51:21
|
* @Date : 2022-01-18 09:51:21
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-01-20 14:53:51
|
* @LastEditTime : 2022-01-20 16:35:47
|
||||||
* @FilePath : \\tms-obc-web\\proxy.conf.js
|
* @FilePath : \\tms-obc-web\\proxy.conf.js
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -20,7 +20,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
|
||||||
},
|
},
|
||||||
|
|||||||
@ -243,7 +243,7 @@ export class PaymentOrderComponent implements OnInit {
|
|||||||
{ title: '收款人', index: 'hrToName', width: 150 },
|
{ title: '收款人', index: 'hrToName', width: 150 },
|
||||||
{ title: '应付已核销', index: 'callNo', width: 150 },
|
{ title: '应付已核销', index: 'callNo', width: 150 },
|
||||||
{ title: '确认日期', index: 'payDate2', type: 'date', className: 'text-center', width: 150 },
|
{ title: '确认日期', index: 'payDate2', type: 'date', className: 'text-center', width: 150 },
|
||||||
{ title: '创建时间', index: 'createTime', type: 'date', className: 'text-center', width: 150 },
|
{ title: '创建时间', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
|
||||||
{ title: '创建人', index: 'createUserId', width: 160 },
|
{ title: '创建人', index: 'createUserId', width: 160 },
|
||||||
{ title: '付款备注', index: 'payRemarks', width: 200 },
|
{ title: '付款备注', index: 'payRemarks', width: 200 },
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user