|
|
|
@ -447,7 +447,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
addOrders(row) {
|
|
|
|
|
console.log(row)
|
|
|
|
|
this.idQuery.id = '';
|
|
|
|
|
this.idQuery.actDate = '';
|
|
|
|
|
this.idQuery.corpOrderId = '';
|
|
|
|
@ -491,11 +490,9 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|
console.log(val);
|
|
|
|
|
this.multipleSelection = val;
|
|
|
|
|
},
|
|
|
|
|
selectUnit(row) {
|
|
|
|
|
console.log(row.id);
|
|
|
|
|
this.unitUpdateQuery.id = this.curIndex;
|
|
|
|
|
this.unitUpdateQuery.fromCorp = row.name;
|
|
|
|
|
this.unitUpdateQuery.fromCorpId = row.unitid;
|
|
|
|
@ -642,7 +639,6 @@ export default {
|
|
|
|
|
var corpOrderId = mOrder.remark;
|
|
|
|
|
|
|
|
|
|
this.errorDetail = mOrder.remark;
|
|
|
|
|
console.log(corpOrderId + " " + mOrder + " " + mOrder.remark);
|
|
|
|
|
this.dialogVisible = true;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|