|
@@ -1629,7 +1629,7 @@
|
|
<span style="float: right; color: #8492a6;" v-if="user.companyId == 936">{{ item.jobNumber }}</span>
|
|
<span style="float: right; color: #8492a6;" v-if="user.companyId == 936">{{ item.jobNumber }}</span>
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
- <selectCat :size="'small'" :widthStr="'272'" v-if="user.userNameNeedTranslate == '1'" :subject="users" :subjectId="paramInchargerId" :distinction="'5'" @selectCal="selectCal"></selectCat>
|
|
|
|
|
|
+ <selectCat :size="'small'" :widthStr="'272'" v-if="user.userNameNeedTranslate == '1'" :subject="users" :subjectId="hasSetGroupInchargerId" :distinction="'6'" @selectCal="selectCal"></selectCat>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
@@ -5709,6 +5709,8 @@ a {
|
|
this.projectProfessionList[obj.other].inchargerId = obj.id
|
|
this.projectProfessionList[obj.other].inchargerId = obj.id
|
|
} else if(obj.distinction =='5') {
|
|
} else if(obj.distinction =='5') {
|
|
this.paramInchargerId = obj.id
|
|
this.paramInchargerId = obj.id
|
|
|
|
+ }else if(obj.distinction =='6') {
|
|
|
|
+ this.hasSetGroupInchargerId = obj.id
|
|
} else if(obj.distinction == '10') {
|
|
} else if(obj.distinction == '10') {
|
|
let userList = obj.arrUserList
|
|
let userList = obj.arrUserList
|
|
let arr = []
|
|
let arr = []
|