chenhaozhe
2026-03-30 a592652f3b2f820a8a783eefe4f8a74d5665aef0
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