diff --git a/src/views/emis/emisCommissionQuote/emisCommissionQuoteForm.vue b/src/views/emis/emisCommissionQuote/emisCommissionQuoteForm.vue index a177310c..b80c4d37 100644 --- a/src/views/emis/emisCommissionQuote/emisCommissionQuoteForm.vue +++ b/src/views/emis/emisCommissionQuote/emisCommissionQuoteForm.vue @@ -187,7 +187,7 @@ - + @@ -269,6 +269,7 @@ export default { 'emis_commission_post','emis_biz_shipping_method','emis_commission_fee_type'], data() { return { + resetRefreshId:null, emisCommissionQuoteOptions: [], // 遮罩层 loading: true, @@ -371,6 +372,7 @@ export default { return null; }, initData() { + this.resetRefreshId="tracing-"+Math.random().toString(36).substring(3,10); if(this.quoteId !=null) { this.form={}; @@ -379,7 +381,7 @@ export default { this.form = response.data; if(this.isCopy){ this.form.quoteName=this.form.quoteName+"_Copy" - this.form.quoteId=null; + // this.form.quoteId=null; } if(this.form.transType){ @@ -450,6 +452,10 @@ export default { }, /** 提交按钮 */ submitForm() { + if(this.isCopy){ + this.form.quoteId=null; + } + this.$refs["form"].validate(valid => { if (valid) { if(this.form.transTypeIdArr){ diff --git a/src/views/emis/emisCommissionQuote/index.vue b/src/views/emis/emisCommissionQuote/index.vue index 741c63ef..1b9936e8 100644 --- a/src/views/emis/emisCommissionQuote/index.vue +++ b/src/views/emis/emisCommissionQuote/index.vue @@ -97,7 +97,7 @@ size="mini" :data="emisCommissionQuoteList" - storageName="emisCommissionQuoteList_main_241115" + storageName="emisCommissionQuoteList_main_241118" :showSearch.sync="showSearch" :queryParams="queryParams" @@ -263,7 +263,7 @@ - + @@ -282,6 +282,7 @@ export default { 'emis_commission_post','emis_biz_shipping_method','emis_commission_fee_type'], data() { return { + resetRefreshId:null, // 遮罩层 loading: true, // 选中数组 @@ -383,10 +384,11 @@ export default { this.titleForm = "新增提成方案"; }, handleCopy() { + this.resetRefreshId="tracing-"+Math.random().toString(36).substring(3,10); this.currentId = this.currentQuote.quoteId ; this.openForm = true; this.isCopy = true; - this.titleForm = "复制方案【"+this.currentQuote.quoteName+"】"; + this.titleForm = "复制方案【"+this.currentQuote.quoteName+"】copy"; }, handleShowMoreInput(){ this.moreInputVisible = !this.moreInputVisible; diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue index 41e9abc4..c9d9fc95 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue @@ -221,8 +221,14 @@ - - + + + + + + + +