components/PushSeOutStockBillPopup/PushSeOutStockBillPopup.vue
@@ -238,11 +238,11 @@ sWhere += ` and 客户 like N'%${this.HCustomer}%'` } if (!CommonUtils.isEmpty(this.HSeller)) { sWhere += ` and 业务员 like N'%${this.HSeller}%'` sWhere += ` and 销售员 like N'%${this.HSeller}%'` } CommonUtils.doRequest2({ url: '/Xs_SeOutStockBill/list', url: '/Xs_SeOutStockBill/list_k3', data: { 'user': getUserInfo()['Czymc'], 'sWhere': sWhere