|
@@ -745,7 +745,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
if (this.$refs.Details) {
|
|
if (this.$refs.Details) {
|
|
|
- this.$refs.Details.getDetails(this.createOrderForm.erpType);
|
|
|
|
|
|
|
+ this.$refs.Details.getDetails(this.createOrderForm.erpType , 0);
|
|
|
}
|
|
}
|
|
|
}, 1);
|
|
}, 1);
|
|
|
this.product.open = true;
|
|
this.product.open = true;
|