fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-24 15:54:08
|
* @Date : 2021-12-24 15:54:08
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-02-17 15:03:58
|
* @LastEditTime : 2022-02-17 19:58:06
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\network-freight.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\network-freight.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -108,7 +108,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</nz-modal>
|
</nz-modal>
|
||||||
|
|
||||||
<nz-modal [(nzVisible)]="isVisibleTicket" [nzFooter]="nzModalFooterTiket" nzTitle="票务设置" (nzOnCancel)="handleCancelTicket()">
|
<nz-modal [(nzVisible)]="isVisibleTicket" [nzFooter]="nzModalFooterTiket" nzTitle="财务设置" (nzOnCancel)="handleCancelTicket()">
|
||||||
<ng-container *nzModalContent>
|
<ng-container *nzModalContent>
|
||||||
<div nz-row [nzGutter]="10" style="height: 600px; overflow-y: auto">
|
<div nz-row [nzGutter]="10" style="height: 600px; overflow-y: auto">
|
||||||
<div nz-col [nzSpan]="6" style="position: relative;">
|
<div nz-col [nzSpan]="6" style="position: relative;">
|
||||||
|
|||||||
@ -234,37 +234,37 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
title: '注册电话',
|
title: '注册电话',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
registerPhone2: {
|
taxClassificationVersion: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '税收分类版本号',
|
title: '税收分类版本号',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
registerPhone3: {
|
taxClassificationCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '税收分类编码',
|
title: '税收分类编码',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
registerPhone4: {
|
invoiceTaxRate: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '发票税率',
|
title: '发票税率',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
registerPhone5: {
|
invoiceMaxAmount: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '发票面额上限',
|
title: '发票面额上限',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
registerPhone6: {
|
payee: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '收款人',
|
title: '收款人',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
registerPhone7: {
|
reviewer: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '复核人',
|
title: '复核人',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
registerPhone8: {
|
drawer: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '开票人',
|
title: '开票人',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
@ -307,7 +307,7 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
required: ['enterpriseName', 'taxCode', 'bankName', 'bankAccount', 'registerAddress','registerPhone', 'senderName','senderRegionCode','senderPhone', 'senderAddress']
|
required: ['enterpriseName', 'taxCode', 'bankName', 'bankAccount', 'registerAddress','registerPhone', 'senderName','senderRegionCode','senderPhone', 'senderAddress','taxClassificationVersion','taxClassificationCode','invoiceTaxRate','invoiceMaxAmount','payee','reviewer','drawer']
|
||||||
};
|
};
|
||||||
this.ui3 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } };
|
this.ui3 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } };
|
||||||
}
|
}
|
||||||
@ -418,7 +418,7 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
// 基础设置
|
// 基础设置
|
||||||
settingAction(item?: any) {
|
settingAction(item?: any) {
|
||||||
this.nzModalService.create({
|
this.nzModalService.create({
|
||||||
nzTitle: '基础设置',
|
nzTitle: '系统配置',
|
||||||
nzContent: DynamicSettingModalComponent,
|
nzContent: DynamicSettingModalComponent,
|
||||||
nzWidth: 900,
|
nzWidth: 900,
|
||||||
nzComponentParams: {
|
nzComponentParams: {
|
||||||
@ -431,7 +431,7 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
// 应用设置
|
// 应用设置
|
||||||
settingApp(item?: any) {
|
settingApp(item?: any) {
|
||||||
this.nzModalService.create({
|
this.nzModalService.create({
|
||||||
nzTitle: '基础设置',
|
nzTitle: '应用设置',
|
||||||
nzContent: DynamicSettingModalComponent,
|
nzContent: DynamicSettingModalComponent,
|
||||||
nzWidth: 900,
|
nzWidth: 900,
|
||||||
nzComponentParams: {
|
nzComponentParams: {
|
||||||
@ -445,7 +445,7 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
// 重置账户
|
// 重置账户
|
||||||
settingPay(item?: any) {
|
settingPay(item?: any) {
|
||||||
this.nzModalService.create({
|
this.nzModalService.create({
|
||||||
nzTitle: '基础设置',
|
nzTitle: '充值账户',
|
||||||
nzContent: DynamicSettingModalComponent,
|
nzContent: DynamicSettingModalComponent,
|
||||||
nzWidth: 900,
|
nzWidth: 900,
|
||||||
nzComponentParams: {
|
nzComponentParams: {
|
||||||
|
|||||||
Reference in New Issue
Block a user