|
@@ -692,7 +692,7 @@ export default {
|
|
|
this.findObject(this.option.column, "storePrice").rules[0].pattern = /^[+]{0,1}(\d+)$/
|
|
|
this.findObject(this.option.column, "price").rules[0].pattern = /^[+]{0,1}(\d+)$/
|
|
|
|
|
|
- }else if (this.form.whetherIntegral == 0 && this.roleNameqx.indexOf('admin') != -1) {
|
|
|
+ }else if (this.form.whetherIntegral == 0 && this.roleNameqx.indexOf('admin') == -1) {
|
|
|
this.findObject(this.option.column, "storeIntegral").disabled = false
|
|
|
this.findObject(this.option.column, "referenceIntegral").disabled = false
|
|
|
this.findObject(this.option.column, "salesmanIntegral").disabled = false
|