|
@@ -160,7 +160,7 @@
|
|
|
},
|
|
},
|
|
|
searchslot: true,
|
|
searchslot: true,
|
|
|
change: ({value, column}) => {
|
|
change: ({value, column}) => {
|
|
|
- if (!value || this.type == 'view' || this.type == 'edit') return;
|
|
|
|
|
|
|
+ /*if (!value || this.type == 'view' || this.type == 'edit') return;
|
|
|
getByCategoryAndType(value, this.form.orgNo).then(res => {
|
|
getByCategoryAndType(value, this.form.orgNo).then(res => {
|
|
|
const data = res.data.data;
|
|
const data = res.data.data;
|
|
|
let $handoverNo = this.findObject(this.option.column, 'handoverPersonNo');
|
|
let $handoverNo = this.findObject(this.option.column, 'handoverPersonNo');
|
|
@@ -174,7 +174,7 @@
|
|
|
this.form.handoverPersonNo = data.receiverNo;
|
|
this.form.handoverPersonNo = data.receiverNo;
|
|
|
this.form.handoverPersonName = data.receiverName;
|
|
this.form.handoverPersonName = data.receiverName;
|
|
|
}
|
|
}
|
|
|
- });
|
|
|
|
|
|
|
+ });*/
|
|
|
},
|
|
},
|
|
|
rules: [{
|
|
rules: [{
|
|
|
required: true,
|
|
required: true,
|