tangning hace 10 meses
padre
commit
af96733b03
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/work/quoteModel.vue

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

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