|
@@ -745,6 +745,7 @@ export class HushijiandanComponent implements OnInit {
|
745
|
745
|
this.positionY = this.osComponentRef2.osInstance().scroll().position.y; //内容滚动的距离
|
746
|
746
|
this.selectOtherId = item.id;
|
747
|
747
|
this.newShortcutOrder(item, "other");
|
|
748
|
+ this.account = null;
|
748
|
749
|
}
|
749
|
750
|
selectIncidentId; //选中的id
|
750
|
751
|
incidentClick(item) {
|
|
@@ -2733,6 +2734,11 @@ export class HushijiandanComponent implements OnInit {
|
2733
|
2734
|
let postData;
|
2734
|
2735
|
that.buildType = "other";
|
2735
|
2736
|
if (that.buildType == "other") {
|
|
2737
|
+ if(this.buildMsg.reserveUserSwitch == 1 && !this.userAccount){
|
|
2738
|
+ this.message.info('请选择工号!');
|
|
2739
|
+ this.loading5 = false;
|
|
2740
|
+ return;
|
|
2741
|
+ }
|
2736
|
2742
|
// 其他
|
2737
|
2743
|
postData = {
|
2738
|
2744
|
workOrder: {
|