src/views/sales/salesReturn/AddSalesReturnDialog.vue
@@ -368,7 +368,7 @@ let username = document.cookie.replace(/(?:(?:^|.*;\s*)username\s*=\s*([^;]*).*$)|^.*$/, "$1") this.memberOptions.map((item) => { if (item.username == username) { this.editConfig.infomation.memberId = item.id this.$set(this.editConfig.infomation, "memberId", item.id) } }) } @@ -594,7 +594,6 @@ }, // 选择产品 getSelectArray(val) { console.log(val, "cccccccccccccccccc") this.selProductData = val }, // 销售负责人自定义校验规则