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