fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-02-24 20:09:49 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-04-26 20:39:42 | ||||
|  * @LastEditTime : 2022-04-26 20:44:56 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-setting\\add\\add.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -23,7 +23,7 @@ | ||||
|     <sv-title> 固定结算费率配置</sv-title> | ||||
|  | ||||
|     <sv label="固定结算费率"> | ||||
|       <nz-input-number [disabled]="hiden" [(ngModel)]="accountingRate" [nzPrecision]="precision" nzPlaceHolder="请输入"></nz-input-number | ||||
|       <nz-input-number [disabled]="hiden" [nzMin]="0" [nzMax]="100" [(ngModel)]="accountingRate" [nzPrecision]="precision" nzPlaceHolder="请输入"></nz-input-number | ||||
|       > %</sv | ||||
|     > | ||||
|  | ||||
|  | ||||
| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-03-21 09:26:45 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-04-26 20:42:01 | ||||
|  * @LastEditTime : 2022-04-26 20:52:29 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-setting\\add\\add.component.ts | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
|  */ | ||||
| @ -145,10 +145,7 @@ export class ParterRebateManageMentAddComponent implements OnInit { | ||||
|   } | ||||
|   save() { | ||||
|     console.log(this.configName); | ||||
|      | ||||
|     if(!this.configName) { | ||||
|       console.log('4444'); | ||||
|        | ||||
|       this.service.msgSrv.warning('请输入配置名称!'); | ||||
|       return | ||||
|     } | ||||
| @ -164,6 +161,9 @@ export class ParterRebateManageMentAddComponent implements OnInit { | ||||
|       this.service.msgSrv.warning('请选择合伙人!'); | ||||
|       return | ||||
|     } | ||||
|     this.partnerPeopleList.forEach((element: any) => { | ||||
|          | ||||
|     }); | ||||
|     const params = { | ||||
|       accountingRate: this.accountingRate, | ||||
|       configName: this.configName, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user