licp
2024-03-19 e9352432fd356691e8322af7a79781983f9932f9
src/components/view/b1-inspection-order.vue
@@ -241,7 +241,7 @@
                  type: 'text',
                  method: 'download',
                  disabFun: (row, index) => {
                     return row.state != 1
                     return row.state != 1 || row.reportId == null
                  }
               }, {
                  id: 'verify',
@@ -255,7 +255,10 @@
                  id: 'quash',
                  font: '撤销',
                  type: 'text',
                  method: 'handlEquash'
                  method: 'handlEquash',
                  disabFun: (row, index) => {
                     return row.state == 2 || row.state == 3
                  }
               }, {
                  font: '下发',
                  type: 'text',