浏览代码

选择销售订单过滤已退货单

pengyh 1 年之前
父节点
当前提交
64c057dca8

+ 1 - 1
src/views/auxiliaryFittings/salesManagement/components/auxiliarySalesReturnOrderDetail.vue

@@ -585,7 +585,7 @@
 				this.getDetail(this.selectedRow.salesId)
 			},
 			getOrderList(){
-				listPageV2({pageNum: this.pageNum,pageSize: this.pageSize,params: [{param: 'a.sales_id',compare: '=',value: this.formData1.sales_id},{param: 'a.flag',compare: '=',value: 'PAY_TAKE'},{param: "a.goods_type", compare: "=", value: "M"},{param: 'a.websit_id',compare: '=',value: this.formData1.websit_id},{param: 'a.worker_name',compare: '=',value: this.formData1.worker_name},{param: 'a.worker_mobile',compare: '=',value: this.formData1.worker_mobile}], goodsName: this.formData1.goods.goodsName, goodsSpecification: this.formData1.goods.goodsSpecification}).then(res => {
+				listPageV2({pageNum: this.pageNum,pageSize: this.pageSize,params: [{param: 'a.sales_id',compare: '=',value: this.formData1.sales_id},{param: 'a.flag',compare: '=',value: 'PAY_TAKE'},{param: "a.goods_type", compare: "=", value: "M"},{param: 'a.websit_id',compare: '=',value: this.formData1.websit_id},{param: 'a.worker_name',compare: '=',value: this.formData1.worker_name},{param: 'a.worker_mobile',compare: '=',value: this.formData1.worker_mobile}], goodsName: this.formData1.goods.goodsName, goodsSpecification: this.formData1.goods.goodsSpecification, isFilter: true}).then(res => {
 					this.orderList = res.data.records
 					this.listTotal = res.data.total
 				})