diff --git a/src/views/emis/emisCommissionQuote/batchCommissionQuotePriceUpdateForm.vue b/src/views/emis/emisCommissionQuote/batchCommissionQuotePriceUpdateForm.vue index da72e177..24909c11 100644 --- a/src/views/emis/emisCommissionQuote/batchCommissionQuotePriceUpdateForm.vue +++ b/src/views/emis/emisCommissionQuote/batchCommissionQuotePriceUpdateForm.vue @@ -18,24 +18,32 @@ + + + + 启用 + 停用 + + + - - - - 选择员工 - 全部员工 - - - - - - - - - - + + + + 选择员工 + 全部员工 + + + + + + + + + + @@ -139,6 +147,7 @@ export default { status:null, empCode:null, empName:null, + blOpen:null, }; this.resetForm("form"); }, @@ -154,6 +163,7 @@ export default { endDate:this.form.endDate, empCode:this.form.empCode, empName:this.form.empName, + blOpen:this.form.blOpen, } updList.push(item); await batchUpdate(updList); @@ -167,6 +177,7 @@ export default { endDate:this.form.endDate, empCode:this.form.empCode, empName:this.form.empName, + blOpen:this.form.blOpen, } updList.push(item); } diff --git a/src/views/emis/emisCommissionQuote/index.vue b/src/views/emis/emisCommissionQuote/index.vue index a43e342a..e74fdb38 100644 --- a/src/views/emis/emisCommissionQuote/index.vue +++ b/src/views/emis/emisCommissionQuote/index.vue @@ -162,7 +162,7 @@ :disabled="multiple" @click="handleBatchUpdate" v-hasPermi="['emis:emisQuotePrice:edit']" - >批量修改报价时间 + >批量修改 @@ -260,8 +260,8 @@ - - + + @@ -271,7 +271,7 @@ - + @@ -279,7 +279,7 @@ - +