|
|
@ -927,7 +927,9 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
getBusType() {
|
|
|
|
getBusType() {
|
|
|
|
|
|
|
|
if(this.$isBlank(this.idQuery.id)){
|
|
|
|
this.formData.billType=null;
|
|
|
|
this.formData.billType=null;
|
|
|
|
|
|
|
|
}
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
enabled: true,
|
|
|
|
enabled: true,
|
|
|
|
invWarehouseCode: this.formData.invWarehouseCode
|
|
|
|
invWarehouseCode: this.formData.invWarehouseCode
|
|
|
@ -1000,6 +1002,7 @@ export default {
|
|
|
|
this.codeArray = [];
|
|
|
|
this.codeArray = [];
|
|
|
|
this.closeConfirmFunction(false);
|
|
|
|
this.closeConfirmFunction(false);
|
|
|
|
if (this.$isNotBlank(this.idQuery.id)) {
|
|
|
|
if (this.$isNotBlank(this.idQuery.id)) {
|
|
|
|
|
|
|
|
debugger
|
|
|
|
this.query.limit = 100;
|
|
|
|
this.query.limit = 100;
|
|
|
|
this.query.orderIdFk = this.idQuery.id;
|
|
|
|
this.query.orderIdFk = this.idQuery.id;
|
|
|
|
this.formData = this.idQuery.formData;
|
|
|
|
this.formData = this.idQuery.formData;
|
|
|
|