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