|
|
@ -385,7 +385,7 @@ export default {
|
|
|
|
findInvByUser()
|
|
|
|
findInvByUser()
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.curInvOptions = response.data || [];
|
|
|
|
this.curInvOptions = response.data || [];
|
|
|
|
if (this.curInvOptions != null && this.curInvOptions.length > 1) {
|
|
|
|
if (this.curInvOptions != null && this.curInvOptions.length > 0) {
|
|
|
|
this.orderFormData.invWarehouseCode = this.curInvOptions[0].code;
|
|
|
|
this.orderFormData.invWarehouseCode = this.curInvOptions[0].code;
|
|
|
|
this.getBusTypeByInv()
|
|
|
|
this.getBusTypeByInv()
|
|
|
|
}
|
|
|
|
}
|
|
|
|