|
@@ -236,7 +236,8 @@ export default {
|
|
|
productName: '', // 产品名称
|
|
|
parentDealerSn: undefined, // 轮胎省仓sn
|
|
|
parentDealerName: undefined, // 轮胎省仓名称
|
|
|
- provinceFlag: undefined// 是否是轮胎省仓 1是 0否
|
|
|
+ provinceFlag: undefined, // 是否是轮胎省仓 1是 0否
|
|
|
+ bizUserSn: undefined// 客服
|
|
|
},
|
|
|
totalData: null, // 合计
|
|
|
showOutDetail: false, // 出库明细弹窗
|
|
@@ -419,6 +420,7 @@ export default {
|
|
|
this.queryParam.parentDealerSn = undefined
|
|
|
this.queryParam.parentDealerName = undefined
|
|
|
this.queryParam.provinceFlag = undefined
|
|
|
+ this.queryParam.bizUserSn = undefined
|
|
|
this.$refs.subarea.clearData()
|
|
|
if (this.advanced) {
|
|
|
this.$refs.dealerSubareaScopeList.resetForm()
|