Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		@ -10,7 +10,7 @@
 | 
			
		||||
                [compact]="true" [button]="'none'"></sf>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
            <button nz-button> 导出</button>
 | 
			
		||||
            <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
@ -46,7 +46,7 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <st #st [scroll]="{ x: '2000px' }" [data]="service.$api_ficoVatinvHList" [columns]="columns" [page]="{}" 
 | 
			
		||||
        [req]="{process: beforeReq }" [res]="{process:afterRes }" [loading]="service.http.loading"
 | 
			
		||||
        [req]="{process: beforeReq }" [res]="{process:afterRes }" [loading]="false"
 | 
			
		||||
        (change)="stChange($event)">
 | 
			
		||||
        <ng-template st-row="vatinvcode" let-item let-index="index" let-column="column">
 | 
			
		||||
            {{ item.vatinvcode }} <br>
 | 
			
		||||
 | 
			
		||||
@ -51,6 +51,6 @@
 | 
			
		||||
<st #st size="small" [bordered]="true" [scroll]="{x:'800px',y: '300px' }" [data]="service.$api_ficoVatinv_Detail"
 | 
			
		||||
    [columns]="columns"
 | 
			
		||||
    [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
    [res]="{ reName: { list: 'data.records', total: 'data.total' } }" [page]="{ }" [loading]="service.http.loading"
 | 
			
		||||
    [res]="{ reName: { list: 'data.records', total: 'data.total' } }" [page]="{ }" [loading]="false"
 | 
			
		||||
    class="mt-md">
 | 
			
		||||
</st>
 | 
			
		||||
@ -3,13 +3,13 @@
 | 
			
		||||
        <sf #sf [schema]="searchSchema" [ui]="{ '*': {grid: { span: 12 } }}" [compact]="true" [button]="'none'"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="5" class="text-right mb-md">
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <st #st [data]="service.$api_get_etc_cart_list" [columns]="columns" bordered size="small"
 | 
			
		||||
        [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
        [res]="{ reName: { list: 'data.records', total: 'data.total' }, process: afterRes }"
 | 
			
		||||
        [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100] }" [loading]="service.http.loading"
 | 
			
		||||
        [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100] }" [loading]="false"
 | 
			
		||||
        [scroll]="{ x:'650px',y: '400px' }" (change)="stChange($event)"></st>
 | 
			
		||||
</div>
 | 
			
		||||
@ -3,7 +3,7 @@
 | 
			
		||||
        <sf #sf [schema]="searchSchema" [ui]="{ '*': {grid: { span: 8 } }}" [compact]="true" [button]="'none'"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="5" class="text-right mb-md">
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
@ -11,5 +11,5 @@
 | 
			
		||||
<st #st [data]="service.$api_get_etc_list" [columns]="columns" bordered size="small"
 | 
			
		||||
    [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
    [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
			
		||||
    [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100] }" [loading]="service.http.loading"
 | 
			
		||||
    [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100] }" [loading]="false"
 | 
			
		||||
    [scroll]="{ x:'810px',y: '400px' }" (change)="stChange($event)"></st>
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
                [button]="'none'"></sf>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="6" [nzLg]="24" [nzMd]="24" [nzSm]="24" [nzXs]="24" class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
            <button nz-button> 导出</button>
 | 
			
		||||
        </div>
 | 
			
		||||
@ -32,5 +32,5 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <st #st [data]="tabType===1?service.$api_get_etc_shipper_list:service.$api_get_etc_cart_page" [columns]="columns"
 | 
			
		||||
        [page]="{}" [req]="{ process: beforeReq }" [loading]="service.http.loading" (change)="stChange($event)"></st>
 | 
			
		||||
        [page]="{}" [req]="{ process: beforeReq }" [loading]="false" (change)="stChange($event)"></st>
 | 
			
		||||
</nz-card>
 | 
			
		||||
@ -9,7 +9,7 @@
 | 
			
		||||
                [button]="'none'"></sf>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
            <button nz-button> 导出</button>
 | 
			
		||||
            <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
@ -23,7 +23,7 @@
 | 
			
		||||
<nz-card class="content-box" nzBordered>
 | 
			
		||||
 | 
			
		||||
    <st #st [data]="service.$api_get_invoice_record_page" [columns]="columns" [req]="{  process: beforeReq }"
 | 
			
		||||
        [page]="{}" [loading]="service.http.loading" [scroll]="{ x:'1200px' }">
 | 
			
		||||
        [page]="{}" [loading]="false" [scroll]="{ x:'1200px' }">
 | 
			
		||||
        <ng-template st-row="call1No" let-item let-index="index" let-column="column">
 | 
			
		||||
            {{item.driverName}}<br>{{item.driverTelephone}}
 | 
			
		||||
        </ng-template>
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@
 | 
			
		||||
            [button]="'none'"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="5" class="text-right mb-md">
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
@ -12,5 +12,5 @@
 | 
			
		||||
        [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
        [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
			
		||||
        [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
			
		||||
        [loading]="service.http.loading" [scroll]="{ x:'860px',y: '400px' }"></st>
 | 
			
		||||
        [loading]="false" [scroll]="{ x:'860px',y: '400px' }"></st>
 | 
			
		||||
</div>
 | 
			
		||||
@ -11,7 +11,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
 | 
			
		||||
            class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
            <button nz-button> 导出</button>
 | 
			
		||||
            <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
@ -24,7 +24,7 @@
 | 
			
		||||
 | 
			
		||||
<nz-card class="content-box" nzBordered>
 | 
			
		||||
    <st #st [data]="service.$api_get_invoice_logs_page" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
 | 
			
		||||
        [loading]="service.http.loading" [scroll]="{ x:'1200px' }">
 | 
			
		||||
        [loading]="false" [scroll]="{ x:'1200px' }">
 | 
			
		||||
        <ng-template st-row="call3No" let-item let-index="index" let-column="column">
 | 
			
		||||
            {{item.driverName}}<br>{{item.driverCellphone}}
 | 
			
		||||
        </ng-template>
 | 
			
		||||
 | 
			
		||||
@ -10,7 +10,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
 | 
			
		||||
            class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
            <button nz-button> 导出</button>
 | 
			
		||||
            <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
@ -33,7 +33,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <st #st [data]="service.$api_get_apply_invoice_page" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
 | 
			
		||||
        [loading]="service.http.loading" [scroll]="{ x:'1200px' }" (change)="stChange($event)">
 | 
			
		||||
        [loading]="false" [scroll]="{ x:'1200px' }" (change)="stChange($event)">
 | 
			
		||||
        <ng-template st-row="call1No" let-item let-index="index" let-column="column">
 | 
			
		||||
            {{item.driverName}}<br>{{item.driverTelephone}}
 | 
			
		||||
        </ng-template>
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@
 | 
			
		||||
            [button]="'none'"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="4" class="text-right mb-md">
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
@ -13,4 +13,4 @@
 | 
			
		||||
    [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
    [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
			
		||||
    [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
			
		||||
    [loading]="service.http.loading" [scroll]="{ y: '400px' }"></st>
 | 
			
		||||
    [loading]="false" [scroll]="{ y: '400px' }"></st>
 | 
			
		||||
@ -8,7 +8,7 @@
 | 
			
		||||
                [button]="'none'"></sf>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzSpan]="6" class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
@ -19,6 +19,6 @@
 | 
			
		||||
    <div class="mt-md mb-sm">
 | 
			
		||||
        <button nz-button nzType="primary" (click)="printOrder()">打印面单</button>
 | 
			
		||||
    </div>
 | 
			
		||||
    <st #st [data]="url" [columns]="columns" [req]="{  process:beforeReq }" [loading]="service.http.loading" [page]="{}" [scroll]="{x:'1200px'}"
 | 
			
		||||
    <st #st [data]="url" [columns]="columns" [req]="{  process:beforeReq }" [loading]="false" [page]="{}" [scroll]="{x:'1200px'}"
 | 
			
		||||
        (change)="stChange($event)"></st>
 | 
			
		||||
</nz-card>
 | 
			
		||||
@ -3,7 +3,7 @@
 | 
			
		||||
        <sf #sf [schema]="searchSchema" [ui]="{ '*': {grid: { span: 12 } }}" [compact]="true" [button]="'none'"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="24" class="text-right mb-md expend-options">
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
@ -11,7 +11,7 @@
 | 
			
		||||
<st #st [data]="service.$mock_url" [columns]="columns" bordered size="small"
 | 
			
		||||
    [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
    [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
			
		||||
    [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100] }" [loading]="service.http.loading"
 | 
			
		||||
    [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100] }" [loading]="false"
 | 
			
		||||
    [scroll]="{ x:'810px',y: '400px' }" (change)="stChange($event)" class="mt-sm">
 | 
			
		||||
    <ng-template st-row="no" let-item let-index="index" let-column="column">
 | 
			
		||||
        {{index+1}}
 | 
			
		||||
 | 
			
		||||
@ -14,8 +14,8 @@
 | 
			
		||||
                [button]="'none'"></sf>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="24" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading">保 存</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading">提 交</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false">保 存</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false">提 交</button>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</nz-card>
 | 
			
		||||
@ -30,7 +30,7 @@
 | 
			
		||||
            </div>
 | 
			
		||||
            <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
 | 
			
		||||
                class="text-right">
 | 
			
		||||
                <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
                <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
                <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
                    {{ !_$expand ? '展开' : '收起' }}
 | 
			
		||||
                    <i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
 | 
			
		||||
@ -49,7 +49,7 @@
 | 
			
		||||
            [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
            [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
			
		||||
            [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
			
		||||
            [loading]="service.http.loading" [scroll]="{ x:'1200px',y: '200px' }" (change)="stChange($event)">
 | 
			
		||||
            [loading]="false" [scroll]="{ x:'1200px',y: '200px' }" (change)="stChange($event)">
 | 
			
		||||
        </st>
 | 
			
		||||
    </nz-card>
 | 
			
		||||
</nz-card>
 | 
			
		||||
@ -44,7 +44,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
 | 
			
		||||
            class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
            <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
                {{ !_$expand ? '展开' : '收起' }}
 | 
			
		||||
@ -59,7 +59,7 @@
 | 
			
		||||
        [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
        [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
			
		||||
        [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
			
		||||
        [loading]="service.http.loading" [scroll]="{ x:'1200px',y: '200px' }">
 | 
			
		||||
        [loading]="false" [scroll]="{ x:'1200px',y: '200px' }">
 | 
			
		||||
        <ng-template st-row="billHCode" let-item let-index="index" let-column="column">
 | 
			
		||||
            {{index+1}}
 | 
			
		||||
        </ng-template>
 | 
			
		||||
 | 
			
		||||
@ -10,7 +10,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right"
 | 
			
		||||
            [class.expend-options]="_$expand">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
            <button nz-button> 导出</button>
 | 
			
		||||
            <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
@ -33,6 +33,6 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <st #st [data]="service.$api_get_input_invoice_page" [columns]="columns" [req]="{  process: beforeReq }" [page]="{}"
 | 
			
		||||
        [loading]="service.http.loading" [scroll]="{ x:'1200px' }" (change)="stChange($event)">
 | 
			
		||||
        [loading]="false" [scroll]="{ x:'1200px' }" (change)="stChange($event)">
 | 
			
		||||
    </st>
 | 
			
		||||
</nz-card>
 | 
			
		||||
@ -79,14 +79,14 @@
 | 
			
		||||
            [button]="'none'"></sf>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
 | 
			
		||||
          <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="orderST?.load(1)">查询</button>
 | 
			
		||||
          <button nz-button nzType="primary" [nzLoading]="false" (click)="orderST?.load(1)">查询</button>
 | 
			
		||||
          <button nz-button (click)="resetSF(1)">重置</button>
 | 
			
		||||
          <!-- <button nz-button> 导出</button> -->
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      <st #orderST [scroll]="{ x: '1200px' }" [data]="service.$api_get_invoice_order_detail" [columns]="orderColumns" [page]="{}"
 | 
			
		||||
        size="small" bordered="true" [req]="{ process: beforeReq }" [loading]="service.http.loading"
 | 
			
		||||
        size="small" bordered="true" [req]="{ process: beforeReq }" [loading]="false"
 | 
			
		||||
        [scroll]="{ x: '1200px', y: '250px' }"></st>
 | 
			
		||||
    </nz-tab>
 | 
			
		||||
    <nz-tab nzTitle="费用明细">
 | 
			
		||||
@ -97,18 +97,18 @@
 | 
			
		||||
            [button]="'none'"></sf>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
 | 
			
		||||
          <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="costST?.load(1)">查询</button>
 | 
			
		||||
          <button nz-button nzType="primary" [nzLoading]="false" (click)="costST?.load(1)">查询</button>
 | 
			
		||||
          <button nz-button (click)="resetSF(2)">重置</button>
 | 
			
		||||
          <button nz-button> 导出</button>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      <st #costST [data]="service.$api_get_invoice_cost_detail" [columns]="costColumns" size="small" bordered="true" [page]="{}"
 | 
			
		||||
        [req]="{  process: beforeReq }" [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '250px' }"></st>
 | 
			
		||||
        [req]="{  process: beforeReq }" [loading]="false" [scroll]="{ x: '1200px', y: '250px' }"></st>
 | 
			
		||||
    </nz-tab>
 | 
			
		||||
    <nz-tab nzTitle="发票明细">
 | 
			
		||||
      <st #invoiceST [data]="service.$api_get_invoice_details" [columns]="invoiceColumns" size="small" bordered="true" [page]="{}"
 | 
			
		||||
        [req]="{ process: beforeReq }" [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '250px' }">
 | 
			
		||||
        [req]="{ process: beforeReq }" [loading]="false" [scroll]="{ x: '1200px', y: '250px' }">
 | 
			
		||||
        <ng-template st-row="vatname" let-item let-index="index">
 | 
			
		||||
          <nz-select *ngIf="isEdit" [ngModel]="item.owner"
 | 
			
		||||
            (ngModelChange)="invoiceST.setRow(index, { vatname: $event })" style="width: 100%">
 | 
			
		||||
 | 
			
		||||
@ -81,7 +81,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
 | 
			
		||||
            class="text-right">
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
            <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
            <button nz-button> 导出</button>
 | 
			
		||||
            <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
@ -107,7 +107,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <st #st [data]="service.$api_get_invoice_requested_order_detail" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
 | 
			
		||||
        [res]="{ process: afterRes }" [loading]="service.http.loading" [scroll]="{ x:'1200px',y: '200px' }"
 | 
			
		||||
        [res]="{ process: afterRes }" [loading]="false" [scroll]="{ x:'1200px',y: '200px' }"
 | 
			
		||||
        (change)="stChange($event)">
 | 
			
		||||
        <ng-template st-row="billHCode" let-item let-index="index" let-column="column">
 | 
			
		||||
            <a class="text-primary" (click)="routeToOrder(item)"> {{ item.billHCode }}</a>
 | 
			
		||||
 | 
			
		||||
@ -18,7 +18,7 @@
 | 
			
		||||
        [compact]="true" [button]="'none'"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
 | 
			
		||||
      <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
      <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
      <button nz-button> 导出</button>
 | 
			
		||||
      <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
@ -53,7 +53,7 @@
 | 
			
		||||
  </ng-template>
 | 
			
		||||
 | 
			
		||||
  <st #st [data]="service.$api_get_invoice_requested_page" [columns]="columns" [req]="{ process: beforeReq }"
 | 
			
		||||
    [page]="{}" [res]="{  process: afterRes }" [loading]="service.http.loading" [scroll]="{ x: '1200px' }"
 | 
			
		||||
    [page]="{}" [res]="{  process: afterRes }" [loading]="false" [scroll]="{ x: '1200px' }"
 | 
			
		||||
    (change)="stChange($event)">
 | 
			
		||||
    <ng-template st-row="vatappcode" let-item let-index="index" let-column="column">
 | 
			
		||||
      {{ item.vatappcode }} <br />
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@
 | 
			
		||||
  [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
  [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
			
		||||
  [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
			
		||||
  [loading]="service.http.loading"
 | 
			
		||||
  [loading]="false"
 | 
			
		||||
  [scroll]="{ x: '1200px', y: '200px' }"
 | 
			
		||||
  (change)="stChange($event)"
 | 
			
		||||
  class="mt-md"
 | 
			
		||||
@ -32,5 +32,5 @@
 | 
			
		||||
<div class="modal-footer text-center">
 | 
			
		||||
  <button nz-button type="button">移除</button>
 | 
			
		||||
  <button nz-button type="button" (click)="saveManage()">手工处理</button>
 | 
			
		||||
  <button nz-button type="submit" nzType="primary" [nzLoading]="service.http.loading" (click)="saveManage()">自动开票</button>
 | 
			
		||||
  <button nz-button type="submit" nzType="primary" [nzLoading]="false" (click)="saveManage()">自动开票</button>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -18,7 +18,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand"
 | 
			
		||||
      class="text-right">
 | 
			
		||||
      <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
      <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
      <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
      <!-- <button nz-button> 导出</button> -->
 | 
			
		||||
      <button nz-button nzType="link" (click)="expandToggle()">
 | 
			
		||||
@ -42,7 +42,7 @@
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <st #st [data]="service.$api_get_invoice_page" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
 | 
			
		||||
    [loading]="service.http.loading" [scroll]="{ x: '1200px' }" (change)="stChange($event)">
 | 
			
		||||
    [loading]="false" [scroll]="{ x: '1200px' }" (change)="stChange($event)">
 | 
			
		||||
    <ng-template st-row="no" let-item let-index="index">
 | 
			
		||||
      {{ item.no }}
 | 
			
		||||
      <a>预览发票</a>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user