优化订单上传&隐藏推送开票按钮
This commit is contained in:
@ -33,7 +33,7 @@ export class TaxManagementOrderReportingComponent implements OnInit {
|
|||||||
{ name: '异常', value: '2' },
|
{ name: '异常', value: '2' },
|
||||||
{ name: '全部', value: '' }
|
{ name: '全部', value: '' }
|
||||||
];
|
];
|
||||||
selectedIndex = ''; //选择的项目
|
selectedIndex = '0'; //选择的项目
|
||||||
serviceTel = '';
|
serviceTel = '';
|
||||||
constructor(
|
constructor(
|
||||||
public service: TaxManagementService,
|
public service: TaxManagementService,
|
||||||
|
|||||||
@ -42,7 +42,7 @@ export class TaxManagementService extends ShipperBaseService {
|
|||||||
// 撤回税务订单
|
// 撤回税务订单
|
||||||
$api_get_recessionTaxOrder = `/api/sdc/tax/recessionTaxOrder`;
|
$api_get_recessionTaxOrder = `/api/sdc/tax/recessionTaxOrder`;
|
||||||
// 上传税务订单
|
// 上传税务订单
|
||||||
$api_get_uploadingTaxOrder = `/api/sdc/tax/uploadingTaxOrder`;
|
$api_get_uploadingTaxOrder = `/api/sdc/taxOrder/orderUploadDJtax`;
|
||||||
// 上传税务订单
|
// 上传税务订单
|
||||||
$api_get_getTaxFieldCheckList = `/api/sdc/taxFieldCheck/getTaxFieldCheckList`;
|
$api_get_getTaxFieldCheckList = `/api/sdc/taxFieldCheck/getTaxFieldCheckList`;
|
||||||
|
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
<strong class="text-red">{{totalCallNo }}</strong>
|
<strong class="text-red">{{totalCallNo }}</strong>
|
||||||
<a *ngIf="totalCallNo > 0" (click)="st.clearCheck();totalCallNo=0" class="ml-lg">清空</a>
|
<a *ngIf="totalCallNo > 0" (click)="st.clearCheck();totalCallNo=0" class="ml-lg">清空</a>
|
||||||
</div>
|
</div>
|
||||||
<button nz-button *ngIf="resourceStatus===1 || !resourceStatus" (click)="this.batchPush()">推送开票</button>
|
<!-- <button nz-button *ngIf="resourceStatus===1 || !resourceStatus" (click)="this.batchPush()">推送开票</button> -->
|
||||||
<!-- <button nz-button *ngIf="resourceStatus===1 || !resourceStatus"
|
<!-- <button nz-button *ngIf="resourceStatus===1 || !resourceStatus"
|
||||||
(click)="this.batchRemove(selectedRows)">移除</button>
|
(click)="this.batchRemove(selectedRows)">移除</button>
|
||||||
<button nz-button *ngIf="resourceStatus===2 || !resourceStatus"
|
<button nz-button *ngIf="resourceStatus===2 || !resourceStatus"
|
||||||
|
|||||||
Reference in New Issue
Block a user