tangning 10 months ago
parent
commit
af96733b03
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/work/quoteModel.vue

+ 1 - 0
src/views/work/quoteModel.vue

@@ -318,6 +318,7 @@
                 component: 'CheckboxGroup',
                 component: 'CheckboxGroup',
                 ifShow: Boolean(ele.priceDiscount),
                 ifShow: Boolean(ele.priceDiscount),
                 componentProps: {
                 componentProps: {
+                  disabled: ele.status == 2 || ele.status == 1,
                   onChange: (val) => {
                   onChange: (val) => {
                     setTimeout(() => {
                     setTimeout(() => {
                       updataCount();
                       updataCount();