seimin 1 年之前
父节点
当前提交
38b76b0889
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -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
     }