spring
2025-03-19 07a41ade45c962e93a9d449ce1be0eec52e66a6a
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',