You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
301 lines
15 KiB
301 lines
15 KiB
<!-- start 面包屑 -->
|
|
<app-breadcrumb></app-breadcrumb>
|
|
<!-- end 面包屑 -->
|
|
|
|
<!--条件搜索-->
|
|
<div class="inner-content">
|
|
<form nz-form [formGroup]="searchForm" (ngSubmit)="getRequest(true , searchForm.value)">
|
|
<div nz-row>
|
|
|
|
<div nz-col nzSpan="8">
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6">运营商</nz-form-label>
|
|
<nz-form-control [nzSpan]="16">
|
|
<nz-select nzShowSearch nzAllowClear formControlName="operatorType" nzPlaceHolder="请选择运营商">
|
|
<nz-option nzLabel="电信运营商" nzValue="1"></nz-option>
|
|
<nz-option nzLabel="移动运营商" nzValue="2"></nz-option>
|
|
<nz-option nzLabel="联通运营商" nzValue="3"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
</div>
|
|
<div nz-col nzSpan="8">
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6">充值平台</nz-form-label>
|
|
<nz-form-control [nzSpan]="16">
|
|
<nz-select nzShowSearch nzAllowClear formControlName="rechargePlatform" nzPlaceHolder="请选择充值平台">
|
|
<nz-option nzLabel="尖椒" [nzValue]="1"></nz-option>
|
|
<nz-option nzLabel="龙阅" [nzValue]="2"></nz-option>
|
|
<nz-option nzLabel="嗨购" [nzValue]="4"></nz-option>
|
|
<nz-option nzLabel="简牛" [nzValue]="5"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
</div>
|
|
<!-- <div nz-col nzSpan="8">-->
|
|
<!-- <nz-form-item>-->
|
|
<!-- <nz-form-label [nzSpan]="6">充值类型</nz-form-label>-->
|
|
<!-- <nz-form-control [nzSpan]="16">-->
|
|
<!-- <nz-select nzShowSearch nzAllowClear formControlName="rechargeType" nzPlaceHolder="请选择充值类型">-->
|
|
<!-- <nz-option nzLabel="快充" [nzValue]="1"></nz-option>-->
|
|
<!-- <nz-option nzLabel="慢充" [nzValue]="2"></nz-option>-->
|
|
<!-- </nz-select>-->
|
|
<!-- </nz-form-control>-->
|
|
<!-- </nz-form-item>-->
|
|
<!-- </div>-->
|
|
<!-- <div nz-col nzSpan="8">-->
|
|
<!-- <nz-form-item>-->
|
|
<!-- <nz-form-label [nzSpan]="6">展示平台</nz-form-label>-->
|
|
<!-- <nz-form-control [nzSpan]="16">-->
|
|
<!-- <nz-select nzShowSearch nzAllowClear formControlName="rechargeType" nzPlaceHolder="请选择充值类型">-->
|
|
<!-- <nz-option nzLabel="小程序" [nzValue]="1"></nz-option>-->
|
|
<!-- <nz-option nzLabel="H5" [nzValue]="2"></nz-option>-->
|
|
<!-- <nz-option nzLabel="银联" [nzValue]="3"></nz-option>-->
|
|
<!-- </nz-select>-->
|
|
<!-- </nz-form-control>-->
|
|
<!-- </nz-form-item>-->
|
|
<!-- </div>-->
|
|
<div nz-col nzSpan="8">
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6">充值方式</nz-form-label>
|
|
<nz-form-control [nzSpan]="16">
|
|
<nz-select nzShowSearch nzAllowClear formControlName="rechargeWay" nzPlaceHolder="请选择充值方式">
|
|
<nz-option nzLabel="自动" [nzValue]="1"></nz-option>
|
|
<nz-option nzLabel="手动" [nzValue]="2"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
</div>
|
|
<div nz-col nzSpan="8">
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6">价格状态</nz-form-label>
|
|
<nz-form-control [nzSpan]="16">
|
|
<nz-select nzShowSearch nzAllowClear formControlName="status" nzPlaceHolder="请选择价格状态">
|
|
<nz-option nzLabel="正常" [nzValue]="1"></nz-option>
|
|
<nz-option nzLabel="售空" [nzValue]="2"></nz-option>
|
|
<nz-option nzLabel="编辑中" [nzValue]="3"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<div nz-row>
|
|
<div nz-col nzSpan="24" class="search-button">
|
|
<button nz-button nzType="primary"><i nz-icon nzType="search" nzTheme="outline"></i>搜索</button>
|
|
<button nz-button nzType="default" (click)="resetForm()"><i nz-icon nzType="reload"
|
|
nzTheme="outline"></i>重置
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
|
|
<div class="inner-content">
|
|
<span>共计 {{total}} 条数据</span>
|
|
<div class="operating-button">
|
|
<!-- <button nz-button nzType="primary" class="right-btn" (click)="getMemberGoods()">获取关联商品</button>-->
|
|
<button nz-button nzType="primary" class="right-btn" (click)="getEdit()"><i nz-icon nzType="plus" nzTheme="outline"></i>添加</button>
|
|
</div>
|
|
<nz-table
|
|
class="table"
|
|
#ajaxTable
|
|
nzShowSizeChanger
|
|
[nzFrontPagination]="false"
|
|
[nzData]="requestData"
|
|
[nzLoading]="loading"
|
|
[nzTotal]="total"
|
|
[(nzPageIndex)]="pageNum"
|
|
[(nzPageSize)]="pageSize"
|
|
[nzScroll]="{ x: '1200px' }"
|
|
(nzPageIndexChange)="getRequest(false , searchForm.value)"
|
|
(nzPageSizeChange)="getRequest(false , searchForm.value)">
|
|
<thead nzSingleSort>
|
|
<tr>
|
|
<th nzWidth="60px">编号</th>
|
|
<th nzWidth="90px">充值金额</th>
|
|
<th nzWidth="90px">折扣比例</th>
|
|
<th nzWidth="90px">支付金额</th>
|
|
<th nzWidth="120px">积分抵扣比例</th>
|
|
<th nzWidth="120px">运营商</th>
|
|
<!-- <th nzWidth="90px">充值类型</th>-->
|
|
<th nzWidth="100px">充值平台</th>
|
|
<th nzWidth="100px">支付方式</th>
|
|
<th nzWidth="100px">展示平台</th>
|
|
<th nzWidth="80px">商品ID</th>
|
|
<th nzWidth="120px">创建时间</th>
|
|
<th nzRight nzWidth="80px">状态</th>
|
|
<th nzRight nzWidth="160px">操作</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr *ngFor="let data of ajaxTable.data; let i = index">
|
|
<td>{{i + 1}}</td>
|
|
<td>{{data.rechargePrice}}</td>
|
|
<td>{{data.discount + "%"}}</td>
|
|
<td>{{data.payPrice}}</td>
|
|
<td>{{data.integralDiscount + "%"}}</td>
|
|
<td>{{data.operatorType | rechargePrice}}</td>
|
|
<!-- <td>{{data.rechargeType== 1? '快充':'慢充'}}</td>-->
|
|
<td>{{data.rechargePlatform | rechargePlatform}}</td>
|
|
<td>{{data.productPayTypeString.substring(0 , data.productPayTypeString.length - 1)}}</td>
|
|
<td>{{data.productPlatformString.substring(0 , data.productPlatformString.length - 1)}}</td>
|
|
<td>{{data.goodsId == null ? '暂未配置' : data.goodsId}}</td>
|
|
<td>{{data.createTime | date: 'yyyy-MM-dd HH:mm'}}</td>
|
|
<td nzRight="">{{data.status | priceStatus}}</td>
|
|
<td nzRight class="table-td-operation">
|
|
<a nz-dropdown [nzDropdownMenu]="menu">更多操作<i nz-icon nzType="down"></i></a>
|
|
<nz-dropdown-menu #menu="nzDropdownMenu">
|
|
<ul nz-menu nzSelectable>
|
|
<li *ngIf="data.status != 1" nz-menu-item><a (click)="getEdit(data.id)">产品编辑</a></li>
|
|
<li nz-menu-item><a (click)='getForbiddenUser(data.id , data.status)'>{{data.status === 1 ? '产品售空': '产品上线'}}</a></li>
|
|
<li *ngIf="data.status != 1" nz-menu-item><a (click)="getForbiddenUserD(data.id)">产品删除</a></li>
|
|
<li *ngIf="data.status != 1" nz-menu-item><a (click)="getProductCode(data.id)">配置编码</a></li>
|
|
</ul>
|
|
</nz-dropdown-menu>
|
|
</td>
|
|
</tbody>
|
|
</nz-table>
|
|
</div>
|
|
|
|
<nz-modal [(nzVisible)]="isVisible" nzTitle="金额编辑" (nzOnCancel)="handleCancel()" (nzOnOk)="handleOk()">
|
|
<form nz-form [formGroup]="validateForm" class="login-form">
|
|
<nz-form-item *ngIf="!edit">
|
|
<nz-form-label [nzSpan]="6" nzRequired>金额类型</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请选择类型!">
|
|
<nz-select
|
|
nzMode="multiple"
|
|
formControlName="rechargePrices"
|
|
nzPlaceHolder="请选择充值金额"
|
|
>
|
|
<nz-option *ngFor="let item of priceArray" nzValue="{{item.codeValue}}" nzLabel="{{item.codeName}}"></nz-option>
|
|
</nz-select>
|
|
<input *ngIf="edit" readonly nz-input formControlName="rechargePrice" />
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
<nz-form-item *ngIf="edit">
|
|
<nz-form-label [nzSpan]="6" nzRequired>充值金额</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请输入充值金额!">
|
|
<input readonly nz-input formControlName="rechargePrice" />
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
<nz-form-item *ngIf="edit">
|
|
<nz-form-label [nzSpan]="6" nzRequired>支付金额</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请输入支付金额!">
|
|
<input readonly nz-input formControlName="payPrice" [(ngModel)]="payPrice" />
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6" nzRequired>运营商</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请选择运营商!">
|
|
<nz-select nzShowSearch nzAllowClear formControlName="operatorType" nzPlaceHolder="请选择运营商!">
|
|
<nz-option nzLabel="电信运营商" [nzValue]="1"></nz-option>
|
|
<nz-option nzLabel="移动运营商" [nzValue]="2"></nz-option>
|
|
<nz-option nzLabel="联通运营商" [nzValue]="3"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6" nzRequired>展示平台</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请选择展示平台!">
|
|
<nz-select
|
|
nzMode="multiple"
|
|
formControlName="productPlatform"
|
|
nzPlaceHolder="请选择展示平台"
|
|
>
|
|
<nz-option *ngFor="let item of productPlatformArray" nzValue="{{item.codeValue}}" nzLabel="{{item.codeName}}"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6" nzRequired>充值平台</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请选择充值平台!">
|
|
<nz-select nzShowSearch nzAllowClear nzMode="multiple" formControlName="rechargePlatform" nzPlaceHolder="请选择充值平台">
|
|
<nz-option *ngFor="let item of platformArray" [nzValue]="item.codeValue" [nzLabel]="item.codeName"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6" nzRequired>支付方式</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请选择支付方式!">
|
|
<nz-select
|
|
nzMode="multiple"
|
|
formControlName="payType"
|
|
nzPlaceHolder="请选择支付方式"
|
|
>
|
|
<nz-option *ngFor="let item of priceTypeArray" nzValue="{{item.codeValue}}" nzLabel="{{item.codeName}}"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6" nzRequired>充值方式</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请选择充值方式!">
|
|
<nz-select nzShowSearch nzAllowClear formControlName="rechargeWay" nzPlaceHolder="请选择充值方式">
|
|
<nz-option nzLabel="自动" [nzValue]="1"></nz-option>
|
|
<nz-option nzLabel="手动" [nzValue]="2"></nz-option>
|
|
</nz-select>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6" nzRequired>折扣比例</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请输入折扣比例!">
|
|
<nz-input-number
|
|
style="width: 200px"
|
|
formControlName="discount"
|
|
[nzMin]="1"
|
|
[nzMax]="100"
|
|
[nzStep]="1"
|
|
[nzPrecision]="2"
|
|
nzPrecisionMode="cut"
|
|
(ngModelChange)="changePayType($event)"
|
|
nzPlaceHolder="请输入折扣比例!"
|
|
[nzFormatter]="formatterPercent"
|
|
[nzParser]="parserPercent"
|
|
></nz-input-number>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
<nz-form-item>
|
|
<nz-form-label [nzSpan]="6" nzRequired>积分支付比例</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请输入积分支付比例!">
|
|
<nz-input-number
|
|
style="width: 200px"
|
|
formControlName="integralDiscount"
|
|
[nzMin]="0"
|
|
[nzMax]="100"
|
|
[nzStep]="1"
|
|
[nzPrecision]="2"
|
|
nzPrecisionMode="cut"
|
|
nzPlaceHolder="请输入积分支付比例!"
|
|
[nzFormatter]="formatterPercent"
|
|
[nzParser]="parserPercent"
|
|
></nz-input-number>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
|
|
<nz-form-item *ngIf="edit">
|
|
<nz-form-label [nzSpan]="6" >排序</nz-form-label>
|
|
<nz-form-control [nzSpan]="16" nzErrorTip="请输入排序!">
|
|
<nz-input-number
|
|
style="width: 200px"
|
|
formControlName="sort"
|
|
[nzMin]="1"
|
|
[nzMax]="100"
|
|
[nzStep]="1"
|
|
nzPlaceHolder="请输入排序!"
|
|
></nz-input-number>
|
|
</nz-form-control>
|
|
</nz-form-item>
|
|
</form>
|
|
</nz-modal>
|
|
|
|
<nz-modal [(nzVisible)]="isVisibleProductCode" nzTitle="产品编码编辑" (nzOnCancel)="isVisibleProductCode = false" (nzOnOk)="handleOkCode()">
|
|
<div style="margin-bottom: 30px;" *ngFor="let item of rechargeCodeList">
|
|
<nz-input-group nzAddOnBefore="{{item.rechargePlatformName}}" >
|
|
<input type="text" nz-input [(ngModel)]="item.goodsId" placeholder="请输入产品编码" />
|
|
</nz-input-group>
|
|
</div>
|
|
</nz-modal>
|
|
|