spring
2025-03-21 b2d0d640cf48d874fe24816672f1a4c3e57fda36
src/components/view/b1-report-preparation.vue
@@ -291,7 +291,7 @@
            },
            method: 'handleUpload',
            disabFun: (row, index) => {
              return row.isExamine != null
              return row.isExamine != null || row.orderType == 'C'
            }
          }, {
            id: 'handleRestore',
@@ -299,7 +299,7 @@
            type: 'text',
            method: 'handleRestore',
            disabFun: (row, index) => {
              return row.isExamine != null
              return row.isExamine != null || row.orderType == 'C'
            }
          }, {
            id: 'handleSubmit',