|
|
@@ -969,7 +969,8 @@ export default {
|
|
|
},
|
|
|
tagName: '',
|
|
|
tagData: {},
|
|
|
- config: setting?.postJob?.allocation || false
|
|
|
+ config: setting?.postJob?.allocation || false,
|
|
|
+ projectName: setting?.system?.projectName,
|
|
|
}
|
|
|
},
|
|
|
async mounted() {
|
|
|
@@ -1503,7 +1504,10 @@ export default {
|
|
|
item.weiHuFangShi,
|
|
|
deviceGroupData
|
|
|
)
|
|
|
- item.shiYongKeShi = this.switchGYSIdToName(item.shiYongKeShi, gysData)
|
|
|
+ if(this.projectName != 'dev4'){
|
|
|
+ item.shiYongKeShi = this.switchGYSIdToName(item.shiYongKeShi, gysData)
|
|
|
+ }
|
|
|
+
|
|
|
if (this.stateList[item.sheBeiZhuangTa]) {
|
|
|
item.sheBeiZhuangTa = this.stateList[item.sheBeiZhuangTa]
|
|
|
}
|
|
|
@@ -1927,7 +1931,10 @@ export default {
|
|
|
if (list.length < 1) {
|
|
|
return
|
|
|
}
|
|
|
- this.handleSupplierInfo(list, supplierList)
|
|
|
+ if(this.projectName != 'dev4'){
|
|
|
+ this.handleSupplierInfo(list, supplierList)
|
|
|
+ }
|
|
|
+
|
|
|
this.handlePositionInfo(list, positionList)
|
|
|
this.handlePersonInfo(list, employeeList)
|
|
|
this.handleDeviceGroupInfo(list, deviceGroupList)
|