|
|
|
@ -777,6 +777,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
getBusType() {
|
|
|
|
|
this.formData.billType=null;
|
|
|
|
|
let query = {
|
|
|
|
|
enabled: true,
|
|
|
|
|
invWarehouseCode: this.formData.invWarehouseCode
|
|
|
|
@ -956,7 +957,9 @@ export default {
|
|
|
|
|
this.findSubInvByInv(this.$store.getters.locInvCode);
|
|
|
|
|
this.formData.invWarehouseCode = this.$store.getters.locSubInvCode;
|
|
|
|
|
this.corpOrderIdDisabled = false;
|
|
|
|
|
this.getBusType();
|
|
|
|
|
if(this.formData.invWarehouseCode!=null){
|
|
|
|
|
this.getBusType();
|
|
|
|
|
}
|
|
|
|
|
if (JSON.stringify(this.$route.query) === '{}') {
|
|
|
|
|
// this.formData.corpOrderId = new Date().getTime() + (Math.ceil(Math.random() * 10 + 10) + '');
|
|
|
|
|
let date = new Date();
|
|
|
|
|