@@ -1788,7 +1788,7 @@ export default {
},
methods: {
judgeNew(){
- if (this.roleName.includes('业务员')){
+ if (!this.roleName.includes('salesman')){
for (let item of this.customerContact.column) {
if (item.prop === 'purchaseAmount') return false
}