diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index d1df6f19..441e9256 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -955,6 +955,7 @@ export default { } }, created() { + this.queryParams.billCode = this.$route.query.billCode; if(this.$route.query.action=='queryByCredit'){ if(this.$route.query.custNo!=null){ @@ -992,7 +993,7 @@ export default { this.queryOrderType="1"; this.queryOrderDateType="1"; // this.queryExpireNotSign="1" - + this.getList(); } },