fix bug
This commit is contained in:
		@ -19,9 +19,9 @@
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="_$expand ? 24 : 6" class="text-right">
 | 
			
		||||
      <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="service.http.loading"
 | 
			
		||||
        (click)="search()">查询</button>
 | 
			
		||||
        (click)="search()" acl  [acl-ability]="['TAX-COLLECT-search']">查询</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">导出</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()" acl  [acl-ability]="['TAX-COLLECT-export']">导出</button>
 | 
			
		||||
      <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
        {{ !_$expand ? '展开' : '收起' }}
 | 
			
		||||
        <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
 | 
			
		||||
@ -44,8 +44,8 @@
 | 
			
		||||
      已选择
 | 
			
		||||
      <strong class="text-red">{{ selectedRows.length }}</strong> 条数据
 | 
			
		||||
    </div>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="upload()">申报</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="recall()">更正</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="uploadSetting()">更新数据</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="upload()" acl  [acl-ability]="['TAX-COLLECT-report']">申报</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="recall()" acl  [acl-ability]="['TAX-COLLECT-change']">更正</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="uploadSetting()" acl  [acl-ability]="['TAX-COLLECT-resetData']">更新数据</button>
 | 
			
		||||
  </div>
 | 
			
		||||
</ng-template>
 | 
			
		||||
@ -4,7 +4,7 @@
 | 
			
		||||
 * @Author       : Shiming
 | 
			
		||||
 * @Date         : 2022-03-30 14:00:43
 | 
			
		||||
 * @LastEditors  : Shiming
 | 
			
		||||
 * @LastEditTime : 2022-04-09 14:13:42
 | 
			
		||||
 * @LastEditTime : 2022-04-19 19:11:08
 | 
			
		||||
 * @FilePath     : \\tms-obc-web\\src\\app\\routes\\tax-management\\components\\individual-declare\\individual-declare.component.html
 | 
			
		||||
 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
			
		||||
-->
 | 
			
		||||
@ -18,9 +18,9 @@
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="_$expand ? 24 : 6" [class.text-right]="_$expand">
 | 
			
		||||
      <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="service.http.loading"
 | 
			
		||||
        (click)="search()">查询</button>
 | 
			
		||||
        (click)="search()" acl  [acl-ability]="['TAX-DECLARE-search']">查询</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">导出</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()" acl  [acl-ability]="['TAX-DECLARE-export']">导出</button>
 | 
			
		||||
      <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
        {{ !_$expand ? '展开' : '收起' }}
 | 
			
		||||
        <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
 | 
			
		||||
@ -58,10 +58,10 @@
 | 
			
		||||
      已选择
 | 
			
		||||
      <strong class="text-red">{{ selectedRows.length }}</strong> 条数据
 | 
			
		||||
    </div>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="upload()">申报</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="recall()">更正</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="uploadSetting()">修改起征点</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="resetData()">更新数据</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="upload()" acl  [acl-ability]="['TAX-DECLARE-declare']">申报</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="recall()" acl  [acl-ability]="['TAX-DECLARE-change']">更正</button> 
 | 
			
		||||
    <button nz-button nzType="primary" (click)="uploadSetting()" acl  [acl-ability]="['TAX-DECLARE-threshold']">修改起征点</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="resetData()" acl  [acl-ability]="['TAX-DECLARE-resetData']">更新数据</button>
 | 
			
		||||
  </div>
 | 
			
		||||
</ng-template>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -19,9 +19,9 @@
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="_$expand ? 24 : 6" [class.expend-options]="_$expand" class="text-right">
 | 
			
		||||
      <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="isLoading && st.loading"
 | 
			
		||||
        (click)="search()">查询</button>
 | 
			
		||||
        (click)="search()" acl  [acl-ability]="['TAX-INCOME-search']">查询</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">导出</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()" acl  [acl-ability]="['TAX-INCOME-export']">导出</button>
 | 
			
		||||
      <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
        {{ !_$expand ? '展开' : '收起' }}
 | 
			
		||||
        <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
 | 
			
		||||
@ -45,10 +45,10 @@
 | 
			
		||||
      已选择
 | 
			
		||||
      <strong class="text-red">{{ selectedRows.length }}</strong> 条数据
 | 
			
		||||
    </div>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="upload()">申报</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="corrections()">更正</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="resetData()">修改起征点</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="uploadSetting()">更新数据</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="upload()" acl  [acl-ability]="['TAX-ORDERREPORT-declare ']">申报</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="corrections()" acl  [acl-ability]="['TAX-ORDERREPORT-change ']">更正</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="resetData()" acl  [acl-ability]="['TAX-ORDERREPORT-threshold ']">修改起征点</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="uploadSetting()" acl  [acl-ability]="['TAX-ORDERREPORT-resetData ']">更新数据</button>
 | 
			
		||||
  </div>
 | 
			
		||||
</ng-template>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -17,9 +17,9 @@
 | 
			
		||||
      <sf #sf [schema]="schema" [ui]="ui" [compact]="true" [button]="'none'"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="_$expand ? 24 : 6" [class.text-right]="_$expand">
 | 
			
		||||
      <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="isLoading && st.loading" (click)="search()" >查询</button>
 | 
			
		||||
      <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="isLoading && st.loading" (click)="search()"  acl  [acl-ability]="['TAX-ORDERREPORT-search']">查询</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">导出</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()" acl  [acl-ability]="['TAX-ORDERREPORT-export']">导出</button>
 | 
			
		||||
      <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
        {{ !_$expand ? '展开' : '收起' }}
 | 
			
		||||
        <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
 | 
			
		||||
@ -100,9 +100,9 @@
 | 
			
		||||
      已选择
 | 
			
		||||
      <strong class="text-red">{{ selectedRows.length }}</strong> 条数据
 | 
			
		||||
    </div>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="upload()">上传</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="recall()">撤回</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="resetData()">更新数据</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="uploadSetting()">税务设置</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="upload()" acl  [acl-ability]="['TAX-ORDERREPORT-upload']">上传</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="recall() " acl  [acl-ability]="['TAX-ORDERREPORT-recall']">撤回</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="resetData()" acl  [acl-ability]="['TAX-ORDERREPORT-resetData']">更新数据</button>
 | 
			
		||||
    <button nz-button nzType="primary" (click)="uploadSetting()" acl  [acl-ability]="['TAX-ORDERREPORT-uploadSetting']">税务设置</button>
 | 
			
		||||
  </div>
 | 
			
		||||
</ng-template>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user