From e6618f7ce15c6e54a9f8097a3e822e7e1c7e563b Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 17 Feb 2022 20:24:08 +0800 Subject: [PATCH] fix bug --- .../network-freight.component.html | 4 ++-- .../network-freight.component.ts | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/routes/sys-setting/components/network-freight/network-freight.component.html b/src/app/routes/sys-setting/components/network-freight/network-freight.component.html index c0a207f8..e01a0b1d 100644 --- a/src/app/routes/sys-setting/components/network-freight/network-freight.component.html +++ b/src/app/routes/sys-setting/components/network-freight/network-freight.component.html @@ -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 @@ - +
diff --git a/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts b/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts index 4e3799b5..fec31a66 100644 --- a/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts +++ b/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts @@ -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: {