|
@@ -31,9 +31,9 @@
|
|
<a-col :md="5" :sm="24">
|
|
<a-col :md="5" :sm="24">
|
|
<a-form-item label="收支类型">
|
|
<a-form-item label="收支类型">
|
|
<v-select
|
|
<v-select
|
|
- v-model="queryParam.bizType"
|
|
|
|
- ref="bizType"
|
|
|
|
- id="billFlowModal-bizType"
|
|
|
|
|
|
+ v-model="queryParam.inOutType"
|
|
|
|
+ ref="inOutType"
|
|
|
|
+ id="billFlowModal-inOutType"
|
|
code="SHOP_PROMO_IN_OUT_TYPE"
|
|
code="SHOP_PROMO_IN_OUT_TYPE"
|
|
placeholder="请选择收支类型"
|
|
placeholder="请选择收支类型"
|
|
allowClear></v-select>
|
|
allowClear></v-select>
|
|
@@ -136,7 +136,7 @@ export default {
|
|
customerName: undefined, // 客户名称
|
|
customerName: undefined, // 客户名称
|
|
customerSn: undefined, // 客户Sn
|
|
customerSn: undefined, // 客户Sn
|
|
tradeOrderNo: '', // 关联单号
|
|
tradeOrderNo: '', // 关联单号
|
|
- bizType: undefined, // 收支类型
|
|
|
|
|
|
+ inOutType: undefined, // 收支类型
|
|
tradeType: undefined, // 交易类型
|
|
tradeType: undefined, // 交易类型
|
|
dealState: undefined // 交易状态
|
|
dealState: undefined // 交易状态
|
|
},
|
|
},
|
|
@@ -207,7 +207,7 @@ export default {
|
|
this.queryParam.customerName = undefined
|
|
this.queryParam.customerName = undefined
|
|
this.queryParam.customerSn = undefined
|
|
this.queryParam.customerSn = undefined
|
|
this.queryParam.tradeOrderNo = ''
|
|
this.queryParam.tradeOrderNo = ''
|
|
- this.queryParam.bizType = undefined
|
|
|
|
|
|
+ this.queryParam.inOutType = undefined
|
|
this.queryParam.tradeType = undefined
|
|
this.queryParam.tradeType = undefined
|
|
this.queryParam.dealState = undefined
|
|
this.queryParam.dealState = undefined
|
|
this.$refs.custSatelliteList.resetForm()
|
|
this.$refs.custSatelliteList.resetForm()
|