|
@@ -232,6 +232,15 @@
|
|
|
@keyup.enter.native="handleQuery"
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+ <el-form-item label="汇付商户订单号" prop="hfshh">
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ v-model="queryParams.hfshh"
|
|
|
|
|
+ placeholder="请输入汇付商户订单号"
|
|
|
|
|
+ clearable
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ @keyup.enter.native="handleQuery"
|
|
|
|
|
+ />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
|
|
|
<!-- <el-form-item label="成本价格" prop="cost">-->
|
|
<!-- <el-form-item label="成本价格" prop="cost">-->
|
|
|
<!-- <el-input-->
|
|
<!-- <el-input-->
|
|
@@ -447,6 +456,7 @@
|
|
|
<el-table-column label="手机号" align="center" prop="userPhone" width="120px" />
|
|
<el-table-column label="手机号" align="center" prop="userPhone" width="120px" />
|
|
|
<el-table-column label="商品规格" align="center" prop="productSpec" width="120px" />
|
|
<el-table-column label="商品规格" align="center" prop="productSpec" width="120px" />
|
|
|
<el-table-column label="商品数量" align="center" prop="totalNum" width="100px" />
|
|
<el-table-column label="商品数量" align="center" prop="totalNum" width="100px" />
|
|
|
|
|
+ <el-table-column label="汇付商户订单号" align="center" prop="hfshh" width="100px" />
|
|
|
<el-table-column label="订单金额" align="center" prop="totalPrice" width="100px">
|
|
<el-table-column label="订单金额" align="center" prop="totalPrice" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.totalPrice != null">{{ scope.row.totalPrice.toFixed(2) }}</span>
|
|
<span v-if="scope.row.totalPrice != null">{{ scope.row.totalPrice.toFixed(2) }}</span>
|
|
@@ -717,6 +727,7 @@ export default {
|
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
|
companyId: null,
|
|
companyId: null,
|
|
|
deptId: null,
|
|
deptId: null,
|
|
|
|
|
+ hfshh: null,
|
|
|
orderTypeFilter: null,
|
|
orderTypeFilter: null,
|
|
|
salesName: null,
|
|
salesName: null,
|
|
|
orderCodes: [],
|
|
orderCodes: [],
|