spring
2025-03-25 5fa8a62362c5a12f68d53e0a2e9e1f5d8d562356
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',