|
@@ -2955,7 +2955,7 @@ export class HushijiandanComponent implements OnInit {
|
2955
|
2955
|
// 其他
|
2956
|
2956
|
let workOrderRemark = '';
|
2957
|
2957
|
if(otherList){
|
2958
|
|
- workOrderRemark = this.userAccount ? `${this.userAccount.account}-${this.userAccount.name}:${this.workOrderRemark}共${otherList.length}本${this.otherBindConfigDto.relationTrans.name}` : this.workOrderRemark + `${otherList.length}本${this.otherBindConfigDto.relationTrans.name}`;
|
|
2958
|
+ workOrderRemark = this.userAccount ? `${this.userAccount.account}-${this.userAccount.name}:${this.workOrderRemark}共${otherList.length}本${this.otherBindConfigDto.relationTrans.name}` : this.workOrderRemark + `共${otherList.length}本${this.otherBindConfigDto.relationTrans.name}`;
|
2959
|
2959
|
}else{
|
2960
|
2960
|
workOrderRemark = this.userAccount ? `${this.userAccount.account}-${this.userAccount.name}:${this.workOrderRemark}` : this.workOrderRemark;
|
2961
|
2961
|
}
|