This commit is contained in:
wangshiming
2022-04-09 16:43:21 +08:00
parent ec007f0428
commit 81de151125
2 changed files with 16 additions and 16 deletions

View File

@ -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-04-09 15:08:08 * @LastEditTime : 2022-04-09 16:39:20
* @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
}, },

View File

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2022-01-18 15:57:44 * @Date : 2022-01-18 15:57:44
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-01-20 17:18:16 * @LastEditTime : 2022-04-09 16:36:42
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\voucher-management\\voucher-management.component.ts * @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\voucher-management\\voucher-management.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved. * Copyright (C) 2022 huzhenhong. All rights reserved.
*/ */
@ -172,7 +172,7 @@ export class VoucherManagementComponent implements OnInit {
} }
} as SFDateWidgetSchema } as SFDateWidgetSchema
}, },
inpinvcosde: { remarks: {
type: 'string', type: 'string',
title: '凭证摘要', title: '凭证摘要',
ui: { ui: {
@ -195,18 +195,18 @@ export class VoucherManagementComponent implements OnInit {
}, },
default: '' default: ''
}, },
subid: { // subid: {
type: 'string', // type: 'string',
title: '科目', // title: '科目',
ui: { // ui: {
widget: 'dict-select', // widget: 'dict-select',
params: { dictKey: 'refund:apply:status' }, // params: { dictKey: 'refund:apply:status' },
placeholder: '请选择', // placeholder: '请选择',
visibleIf: { // visibleIf: {
expand: (value: boolean) => value // expand: (value: boolean) => value
} // }
} // }
}, // },
drmoney: { drmoney: {
type: 'string', type: 'string',
title: '借方金额', title: '借方金额',