spring
2025-03-19 07a41ade45c962e93a9d449ce1be0eec52e66a6a
内部单不能修改报告
已修改1个文件
4 ■■■■ 文件已修改
src/components/view/b1-report-preparation.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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',