From b0694f39c3ccae0040431e92f97b5ba196e17ccb Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 1 Jan 2025 17:03:11 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/centerWaybillList.vue | 7 +++++++ src/views/emis/emisWaybill/dispatchWaybillList.vue | 10 ++++++++-- src/views/emis/emisWaybill/sendWaybillListNew.vue | 9 ++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index e78f1208..8df8296a 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -277,6 +277,12 @@ + + + + + + - + + + + + + @@ -822,7 +827,8 @@ export default { blSign:null, expireNotSign:null, problemQueryType:null, - problemQueryIds:null + problemQueryIds:null, + blUploadGoodsPic:null } }, }; diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index b43a049c..aed68ead 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -260,6 +260,12 @@ + + + + + + @@ -816,7 +822,8 @@ export default { problemQueryType:null, problemQueryIds:null, queryTabType:"1", - querySendType:"1" + querySendType:"1", + blUploadGoodsPic:null, } }, };