| | |
| | | </div> |
| | | |
| | | <div class="myCheckboxGroup"> |
| | | |
| | | <div |
| | | v-for="item in dialogFormRight.rightOperationArr" |
| | | :key="item.code" |
| | |
| | | class="myCheckbox" |
| | | @click="myCheckboxClick(item)" |
| | | > |
| | | |
| | | <!-- <input--> |
| | | <!-- class="myCheckboxInput"--> |
| | | <!-- type="checkbox"--> |
| | |
| | | name: this.dialogFormRight.rightPCArr[0].name |
| | | }) |
| | | } |
| | | if (this.APPTrue) { |
| | | this.dialogFormRight.rightOperationArr.push({ |
| | | isSelected1: appIsSelected1, |
| | | isSelected2: appIsSelected2, |
| | | code: this.dialogFormRight.rightAPPArr[0].code, |
| | | flag: rightAPPArrFlag, |
| | | name: this.dialogFormRight.rightAPPArr[0].name |
| | | }) |
| | | } |
| | | //莱科和福莱泰的注释掉 |
| | | // if (this.APPTrue) { |
| | | // this.dialogFormRight.rightOperationArr.push({ |
| | | // isSelected1: appIsSelected1, |
| | | // isSelected2: appIsSelected2, |
| | | // code: this.dialogFormRight.rightAPPArr[0].code, |
| | | // flag: rightAPPArrFlag, |
| | | // name: this.dialogFormRight.rightAPPArr[0].name |
| | | // }) |
| | | // } |
| | | if (this.PCTrue) { |
| | | this.dialogFormRight.rightPCArr[0].name = '全部' |
| | | if (this.rightFrom.usercode === 'S001') { // Admin系统管理员菜单做到只增不减 |