yuan
5 天以前 dea46f0d0ab7974cca96d6e52e4a8b8e354ef298
src/views/procurementManagement/procurementLedger/index.vue
@@ -108,7 +108,7 @@
            <el-button link type="primary" @click="openForm('edit', scope.row)"
              :disabled="scope.row.stockInStatus === '完全入库'">编辑
            </el-button>
            <el-button link type="primary" @click="downloadOrder(scope.row.id)">下载</el-button>
            <el-button link type="primary" @click="openFileDialog(scope.row)">附件</el-button> <!--downloadOrder(scope.row.id) 下载-->
          </template>
        </el-table-column>
      </el-table>